/* @override http://test.ifuw-forums.org/css/styles.css */

/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#000
- white		#fff
- blue		#3b69ad (body background and WHO)
- yellow	#ff9900 (WHAT)
- red		#cc3300 (RESOURCES)

- conference green	#4f8c0d
- conference red	#991f36
\**************************************/

/**************************************/
/*              GLOBALS               */
/**************************************/

body {
	background-color: #3b69ad;
	background-image: url(/imgs/base/bg.gif);
	background-repeat: repeat;
}
.gradientbg {
	background-color: #CCCCCC;
	/*background-image: url(/imgs/base/box-bg-gradient.jpg);
	background-repeat: repeat-x;*/
}
.no-border {
	border: 0;
}

h3 {
	border-bottom: 1px solid #999;
}
.gybkgnd {
	background-color: #eeeeee;
	padding: 3px;
}
.dgybkgnd {
	background-color: #999999;
	padding: 3px;
}
.redbkgnd {
	background-color: #cc3300;
	padding: 3px;
	color:#FFF;
}
.yellowbkgnd {
	background-color: #ff9900;
	padding: 3px;
	color:#FFF;
}
.headingborder {
	border-bottom: 1px solid #999999;
}
.align-left {
	padding-right: .8em;
	float: left;
}
.align-right {
	padding-left: .8em;
	float: right;
}
.align-center {
	margin: 0 auto;
	display: block;
}
.justify {
	text-align:justify;
}
.text-align-center {
	text-align:center;
}
.text-align-right {
	text-align:right;
}
.text-align-left {
	text-align:left;
}
td.newspaper-leftcol {
	padding-right: 15px;
}
td.newspaper-leftcol p {
	line-height: 1.2em;
}
td.newspaper-rightcol {
	padding-left: 15px;
}
td.newspaper-rightcol p {
	line-height: 1.2em;
}
.clear {
	clear: both;
}
/*-----------------------------------------*/

#vertmenu {
	font-family: calibri, verdana, sans-serif;
	font-size: 100%;
	padding: 0px;
	margin: 0px;
}
#vertmenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}
#vertmenu ul li {
	margin: 0px;
	padding: 0px;
}
#vertmenu ul li a {
	display: block;
	border-bottom: 1px solid #999;
	padding: 7px 0px 7px 5px;
	text-decoration: none;
	color: #333;
}
#vertmenu ul li a:hover, #vertmenu ul li a:focus {
	font-weight: bold;
	background-color: #eeeeee;
}
#vertmenu .currentpage a:link, #vertmenu .currentpage a:visited {
	font-weight:bold;
	background-color: #f5f5f5;
}
#vertmenu ul li ul {
	list-style: none;
	margin: 0px;
	padding: 0 0 0 25px;
	border: none;
}
#vertmenu ul li ul li a {
	color: #666;
}
/*advocacy: vertmenu currentpage using include*/
.advocacyhome #vertmenu #advocacyhome a, .advocacyroles #vertmenu #advocacyroles a, .advocacyreports #vertmenu #advocacyreports a, .advocacytools #vertmenu #advocacytools a {

	font-weight:bold;
	background-color: #f5f5f5;
}
/*fellowships: vertmenu currentpage using include*/

.fellows0506 #vertmenu #fellows0506 a, .fellows0809 #vertmenu #fellows0809 a, .intro #vertmenu #intro a, .intl #vertmenu #intl a, .natl #vertmenu #natl a, .contact #vertmenu #contact a, .other #vertmenu #other a, .support #vertmenu #support a, .past #vertmenu #other past {
	font-weight:bold;
	background-color: #f5f5f5;
}
/*-----------------------------------------*/


#featurebox {
	font-family: calirbi, verdana, sans-serif;
	font-size: 100%;
	padding: 0;
	margin: 0 0 0 5px;
}
#featurebox2 {
	font-family: calirbi, verdana, sans-serif;
	font-size: 75%;
	padding: 5px;
	margin: 0 0 0 5px;
	line-height: 15px;
}
#featurebox ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}
#featurebox ul li {
	margin: 0px;
	padding: 0px;
}
#featurebox ul li a {
	padding: 3px 5px;
	text-decoration: none;
	color: #fff;
}
#featurebox ul li a:hover, #featurebox ul li a:focus {
	color: #fff;
	background-color: #3B69AD;
	text-decoration: underline;
}
.who-bg {
	background-color: #3B69AD;
}
.who-text {
	color: #3B69AD;
}
.resources-bg {
	background-color: #CC3300;
	color:#FFFFFF;
	padding: 3px;
}
.resources-bg a:link {
	color:#FFFFFF;
}
.resources-text {
	color: #CC3300;
}
.what-bg {
	background-color: #FF9900;
}
.what-text {
	color: #EA991F;
}
.confred-text {
	color:#991f36;
}
.confgreen-text {
	color:#4f8c0d;
}
.white-text {
	color:#FFF;
}
/*TABLES
===================================== */
.styledtable table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.styledtable th, .styledtable td {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ccc;
	padding: 4px;
}
.styledtable th {
	background-color:#EEEEEE;
	text-align: center;
	color:#333333;
}
/*--------------------------------*/

.boxtop-what {
	/*make this the same size as the top image*/	
	display: block;
	width: 200px;
	height: 40px;
	/*set the image as a background*/	
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(/imgs/base/boxtop-what.gif);
}
.topcontent-what {
	/*set the font style for the box title*/	
	font-family: cambria, georgia, serif;
	font-size: 1.1em;
	color: white;
	font-weight: bold;
	/*shift the title down a bit and center it*/	
	padding-top: 8px;
	text-align: center;
}
.boxbottom-what {
	/* make this the same width as the bottom image*/	
	/*dont set the height as this needs to be flexible*/	
	display: block;
	width: 200px;
	/*set the image as a background*/	
	background-position: left bottom;
	background-repeat: no-repeat;
	background-image: url(/imgs/base/boxbottom-what.gif);
}
.maincontent-what {
	/*set the font style for the main content*/	
	color: white;
	font-family: calibri, verdana, sans-serif;
	font-size: .85em;
!important  display: block;
	/*align the main content nicely*/	
	padding-left: 15px;
	padding-bottom: 20px;
	padding-right: 10px;
}
.maincontent-what a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.maincontent-what a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.maincontent-what a:hover {
	color: #FFFFFF;
	text-decoration: none;
!important
}
.maincontent-what a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
/*--------------------------------*/

.boxtop-resources {
	/*make this the same size as the top image*/	
	display: block;
	width: 200px;
	height: 40px;
	/*set the image as a background*/	
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(/imgs/base/boxtop-resources.gif);
}
.topcontent-resources {
	/*set the font style for the box title*/	
	font-family: cambria, georgia, serif;
	font-size: 1.1em;
	color: white;
	font-weight: bold;
	/*shift the title down a bit and center it*/	
	padding-top: 8px;
	text-align: center;
}
.boxbottom-resources {
	/*make this the same width as the bottom image*/	
	/*dont set the height as this needs to be flexible*/	
	display: block;
	width: 200px;
	/*set the image as a background*/	
	background-position: left bottom;
	background-repeat: no-repeat;
	background-image: url(/imgs/base/boxbottom-resources.gif);
}
.maincontent-resources {
	/*set the font style for the main content*/	
	color: white;
	font-family: calibri, verdana, sans-serif;
	font-size: .85em;
!important  display: block;
	/*align the main content nicely*/	
	padding-left: 15px;
	padding-bottom: 20px;
	padding-right: 10px;
}
.maincontent-resources a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.maincontent-resources a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.maincontent-resources a:hover {
	color: #FFFFFF;
	text-decoration: none;
!important
}
.maincontent-resources a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
/*--------------------------------*/

.boxtop-who {
	/*make this the same size as the top image*/	
	display: block;
	width: 200px;
	height: 40px;
	/*set the image as a background*/	
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(/imgs/base/boxtop-who.gif);
}
.topcontent-who {
	/*set the font style for the box title*/	
	font-family: cambria, georgia, serif;
	font-size: 1.1em;
	color: white;
	font-weight: bold;
	/*shift the title down a bit and center it*/	
	padding-top: 8px;
	text-align: center;
}
.boxbottom-who {
	/*make this the same width as the bottom image*/	
	/*dont set the height as this needs to be flexible*/	
	display: block;
	width: 200px;
	/*set the image as a background*/	
	background-position: left bottom;
	background-repeat: no-repeat;
	background-image: url(/imgs/base/boxbottom-who.gif);
}
.maincontent-who {
	/*set the font style for the main content*/	
	color: white;
	font-family: calibri, verdana, sans-serif;
	font-size: .85em;
!important  display: block;
	/*align the main content nicely*/	
	padding-left: 15px;
	padding-bottom: 20px;
	padding-right: 10px;
}
.maincontent-who a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.maincontent-who a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.maincontent-who a:hover {
	color: #FFFFFF;
	text-decoration: none;
!important
}
.maincontent-who a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
/*--------------------------------*/


.boxtop-brpid {
	/*make this the same size as the top image*/	
	display: block;
	width: 250px;
	height: 40px;
	/*set the image as a background*/	
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(/imgs/base/boxtop-brpid.gif);
}
.topcontent-brpid {
	/*set the font style for the box title*/	
	font-family: cambria, georgia, serif;
	font-size: 1.4em;
	color: white;
	font-weight: bold;
	/*shift the title down a bit and center it*/	
	padding-top: 8px;
	text-align: center;
}
.boxbottom-brpid {
	/* make this the same width as the bottom image*/	
	/*dont set the height as this needs to be flexible*/	
	display: block;
	width: 250px;
	/*set the image as a background*/	
	background-position: left bottom;
	background-repeat: no-repeat;
	background-image: url(/imgs/base/boxbottom-brpid.gif);
}
.maincontent-brpid {
	/*set the font style for the main content*/	
	color: white;
	font-family: calibri, verdana, sans-serif;
	font-size: 1.2em;
!important  display: block;
	/*align the main content nicely*/	
	padding-left: 15px;
	padding-bottom: 20px;
	padding-right: 10px;
}
.maincontent-brpid a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.maincontent-brpid a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.maincontent-brpid a:hover {
	color: #FFFFFF;
	text-decoration: none;
!important
}
.maincontent-brpid a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
/*--------------------------------*/

ul.quicklinks {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.quicklinks li {
	margin: 0;
	padding: 0 0 0 15px;
	background-image: url(/imgs/base/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}
.arrowbullet {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
.arrowbullet li {
	padding-left: 10px;
	background-image: url(/imgs/base/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}

.arrowbullet ul li {
		list-style: circle;
		background-image: none;
			padding-left: 0px;
			background-position: 0 1em;

}
.nobullet {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
.caption {
	font-size: small;
	color: #333333;
	line-height: 1.15em;
}
.bordertop td {
	border-top: 1px solid #CCC;
}
.borderbottom td {
	border-bottom: 1px solid #CCC;
}
.yellowborderbottom td {
	border-bottom: 1px solid #ff9900;
}
.yellowunderline {
	border-bottom: 1px solid #ff9900;
}
#tabnav {
	height: 25px;
	margin: 0 0 17px;
	background: url(/imgs/base/tab_bottom.gif) repeat-x bottom;
}
#tabnav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
#tabnav a:link, #tabnav a:visited {
	float: left;
	background: #f3f3f3;
	line-height: 19px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #666;
}
#tabnav a:link.active, #tabnav a:visited.active {
	border-bottom: 1px solid #fff;
	background: #fff;
	color: #000;
}
#tabnav a:hover {
	background: #fff;
}
#miniflex {
	width: 95%;
	float: left;
	margin: 0;
	padding: 0 10px 0 10px;
	border-bottom: 1px solid #666;
}
#miniflex li {
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}
#miniflex a:link, #miniflex a:visited {
	float: left;
	font-size: 90%;
	line-height: 20px;
	font-weight: bold;
	margin: 0 10px 0 10px;
	text-decoration: none;
	color: #999;
}
#miniflex a.active:link, #miniflex a.active:visited, #miniflex a:hover {
	border-bottom: 4px solid #333;
	padding-bottom: 2px;
	color: #666;
}
/**************************************/
/*              LAYOUT                */
/**************************************/
.containertable {
	border: 3px solid #333;
	margin: 25px auto
}
.contenttable {
	margin: 15px 0 15px;
}
#80percent-width {
	width: 80%;
	margin: 0 auto;
}
/**************************************/
/*              HEADER                */
/**************************************/
h1 {
	height: 73px;
	width: 672px;
}
/**************************************/
/*             NAVIGATION             */
/**************************************/
.columnborder-right {
	border-right: 1px solid #999;
}
.columnborder-box {
	border: 1px solid #999;
}
/**************************************/
/*            MAIN CONTENT            */
/**************************************/

/*Calendar of events*/
.event dl {
	margin: 0;
	padding: 0;
}
.event dt {
	position: relative;
	left: 0;
	top: 1.6em;
	width: 8em;
	font-weight: bold;
}
.event dd {
	border-left: 1px solid #000;
	margin: 0 0 0 8em;
	padding: 0 0 0 .7em;
}
/**************************************/
/*               FOOTER               */
/**************************************/

#footer {
	background-color: #f5f5f5;
}
#footer p {
	font-size: .9em;
	line-height: 1.2em;
	color: #666666;
	margin: 4px;
!important  padding: 0;
!important
}
#footer a {
	text-decoration: underline;
	color: #666666;
}
#footer p img {
	border:0;
	margin:0;
	padding:0;
}
/**************************************/
/*       CAPTIONED IMAGE              */
/**************************************/

.cap-image {
	background-color: #F9F9F9;
	border: 1px solid #CCCCCC;
	padding: 3px;
	font: 11px/1.4em Arial, sans-serif;
	text-align:center;
}
.cap-image img {
	border: 1px solid #CCCCCC;
	vertical-align:middle;
	margin-bottom: 3px;
}
.ci-right {
	margin: 0.5em 0pt 0.5em 0.8em;
	float:right;
}
.ci-left {
	margin: 0.5em 0.8em 0.5em 0;
	float:left;
}

.imgborder {
	border: 1px solid #CCC;
	padding: 5px;
	background-color: #DDD;
	margin: 0 8px 0 8px;
	}



ol.alpha 
{list-style-type:lower-alpha}

