
/* CSS Document */

/* HTML TAG STYLES */

* {margin:0;padding:0}

img {
	border: 0;
	vertical-align: top; /* important for html strict mode */
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	margin: 0 0 5px 0;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	margin: 0 0 3px 0;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin: 0 0 2px 0;

}

h4 {

}

a:link, a:visited, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #607d8c;
	text-decoration: none;
	}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #607d8c;
	text-decoration:underline;
	}

ul, dl {
	padding: 0 0 0 20px;

}

li, dd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

ol {
	padding: 0 0 0 0px;
	list-style: none;
}

ol li {
	padding-bottom: 8px;
}

ol ol {
	padding: 4px 0 0 15px;
}

ol li li {

}


/* LAYOUT */

body {
	text-align: center; /* to center page */
	background-color: #ded9d3;
}

#containerMargin {
	margin: 10px; /* IE pre-6 box model hack */
}

#shadowContainer {
	width: 981px;
	margin: 0px auto;
}

#container {
	margin: 0px auto; /* to center page */
	text-align:left; /* to put contents of page back left-aligned */
	width: 950px;
	background-color: #fff;
}

#header {margin-bottom: 32px; position: relative;}



/*CONTENT LAYOUT TABLES*/
table#homeContentTable, table#subContentTable {
	margin: 0 16px 0 16px;
	width: 918px;
	}

table#homeContentTable td#homeContentLeftTD {
	width: 627px;
	vertical-align: top;
	text-align: left;
	}

table#homeContentTable td#homeContentRightTD {
	width: 270px;
	vertical-align: top;
	text-align: left;
	padding-left: 21px;
	}

table#subContentTable td#subContentLeftTD {
	width: 200px;
	padding-right: 31px;
	vertical-align: top;
	text-align: left;
	}
	
table#subContentTable td#subContentLeft2ColTD {width: 647px;}
	
table#subContentTable td#subContentMiddleTD {
	width: 416px;
	vertical-align: top;
	text-align:left;
	}

table#subContentTable td#subContentRightTD {
	width: 240px;
	vertical-align: top;
	text-align: left;
	padding-left: 31px;
	}

#footer {
	text-align: center;
}



/* CORNERS AND SHADOW LAYOUT */

#topleft, #topright, #topcenter {
	height: 17px;
	line-height: 0;
	font-size: 0;
}    

#topleft {
	background-image: url(images/shadow_topLeft.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 17px;
}

#topright {
	background-image: url(images/shadow_topRight.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

#topcenter {
	background-image: url(images/shadow_top.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: right;
}

#leftside {
	background-image: url(images/shadow_left.jpg);
	padding-left: 16px;
	background-repeat: repeat-y;
	background-position: left;
}

#rightside {
	background-image: url(images/shadow_right.jpg);
	background-repeat: repeat-y;
	padding-right: 16px;
	background-position: right;
}

#bottomleft, #bottomcenter, #bottomright {
    height: 17px;
    line-height: 0;
    font-size: 0;
}

#bottomleft {
    background-image: url(images/shadow_bottomLeft.jpg);
    background-repeat: no-repeat;
    padding-left: 17px;
}

#bottomcenter {
	background-image: url(images/shadow_bottom.jpg);
	background-repeat: repeat-x;
	line-height: 0;
}

#bottomright {
	background-image: url(images/shadow_bottomRight.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 17px;
}



/*Search Module*/

#searchbox {
   padding: 0 15px 0 0;
   float: right;
   margin-top: 10px;
}

#searchbox td {
   vertical-align: middle;
   font-size: 10px;
}

#searchbox input.search {
   border: 1px solid #ccc;
   width: 130px;
   height: 12px;
   font-size: 9px;	
   margin: 0;
   background-image: url(images/google_search.gif);
   background-repeat: no-repeat;
   background-position: center;
}

#searchbox input.go {
   margin-bottom: -2px;
   border: 0;
}

#searchbox a, #searchbox a:hover, #searchbox a:link, #searchbox a:visited, #searchbox a:active {
   color: #666;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10px;
   font-weight: normal;
   text-transform: uppercase;
   text-decoration: none;
}


/* LOGO */

#logo img {padding: 25px 5px 0 16px}


/* FLAGS */

#flags {
	position: absolute;
	top: 10px;
	right: 20px;
	display: none;
}

#flags img {
	margin: 0 2px 0 0px;
}

/* NAVIGATION */

table#nav {
	margin-right: 16px;
	border-bottom: 1px solid #c8c9cc;
}

table#nav img {padding-bottom:5px;}

table#nav .imfLogo {margin-bottom: 5px;}

/* SIDEBAR */



/* FOOTER */

#footer {
	float: right;
	margin: 0 16px 10px 0;
	color: #607d8c;
}

#footer a:link, #footer a:visited, #footer a:active, #footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	}

/* COMMON ELEMENTS */


/* STYLING */

#homeContentLeftTD .featureImg {
	float: left;
	margin-right: 17px;
	}
	
#homeContentLeftTD .featureBlurb {
	float: left;
	width: 269px;
	}
	
#homeContentLeftTD .contentBoxLeft, #homeContentLeftTD .contentBoxRight {
	float: left;
	background-color: #f3f7fa;
	width: 273px;
	height: 235px;
	padding: 16px;
	}
	
.contentBoxTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	margin-bottom: 5px;
}

.contentBoxSubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	margin-bottom: 16px;
}
	
#homeContentLeftTD .contentBoxLeft {margin-right: 16px;}

#signupBox {
	margin-bottom: 16px;
	padding: 16px;
	background-color: #aab6c0;
	color: #fff;
	}
	
#signupBox .title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	}
	
#signupBox a:link, #signupBox a:active, #signupBox a:visited {
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#signupBox a:hover {text-decoration: underline;}

#signupBox .subscribeArea {padding: 7px 0;}

#signupBox input.signup {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 160px; 
	height: 15px;
	border: 1px solid #ccc;
	font-size: 10px;
	margin-right: 5px;
	}
	
td#subContentRightTD div#signupBox input.signup {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 135px; 
	height: 15px;
	border: 1px solid #ccc;
	font-size: 10px;
	margin-right: 5px;
	}
	
#signupBox input.go {margin-bottom: -6px;}

td#subContentRightTD div#sideContent {
	background-color: #f8f5f2;
	padding: 16px;
	margin-bottom: 16px;
	}

#sideContent {
	background-color: #f8f5f2;
	padding: 16px;
	}
	
#sideContent .title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	margin-bottom: 16px;
	}
	
#sideContent .whiteDivider {
	height: 3px;
	background: #fff url(images/div_white.gif) repeat-x bottom left;
	margin: 11px 0;
	}
	
	
.clearboth {clear:both}
.clear { clear: both; height: 0; line-height: 0; }
	
.reportThumb {
	float: left;
	padding: 1px;
	border: 1px solid #ccc;
	margin: 0 10px 25px 0;
}

.reportImage {
	float: left;
	padding: 1px;
	border: 1px solid #ccc;
}

.blueDividerEndPage {
	height: 5px;
	background: #fff url(images/div_blue.gif) repeat-x bottom left;
	margin: 11px 16px;
}
	
.blueDivider {
	height: 5px;
	background: #fff url(images/div_blue.gif) repeat-x bottom left;
	margin: 11px 0;
}

.blueDividerTitle {
	height: 5px;
	background: #fff url(images/div_blue.gif) repeat-x bottom left;
	margin-bottom: 20px;
	}

.whiteDivider {
	height: 3px;
	background: #fff url(images/div_white.gif) repeat-x bottom left;
	margin: 11px 0;
	}
	
.blueContentBox {
	background-color: #f3f7fa;
	padding: 16px;
	}

/* sub NAV*/

#navcontainer ul
{
padding:0;
list-style-type: none;
font-family: Verdana, arial, Helvetica, sans-serif;
font-size: 11px;
}

#navcontainer li {
	list-style-type:none;
	margin: 0 0 3px 0;}

#navcontainer ul li a:link,
#navcontainer ul li a:active,
#navcontainer ul li a:hover,
#navcontainer ul li a:visited
{
display: block;
padding: 10px 10px;
color: #f36f21;
background-color: #e8f0f5;
text-decoration: none;
}

#navcontainer ul li a#current:link,
#navcontainer ul li a#current:active,
#navcontainer ul li a#current:hover,
#navcontainer ul li a#current
{
display: block;
padding: 10px 10px;
margin-bottom: 3px;
color: #fff;
background-color: #7998a8;
text-decoration: none;
}

/*breadcrumb styles*/

#breadCrumb {margin-bottom: 30px;}

#breadCrumb a:hover, #breadCrumb a:link, #breadCrumb a:visited, #breadCrumb a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #f36f21;
}

#breadCrumb p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#333;
	}
	
.evalContent li {list-style-type:none;}

sup a:link,
sup a:active,
sup a:visited,
sup a:hover {
	font-size: 9px;
}

#lang {
	background-color: #F3F7FA;
	color: #000;
	font-weight: bold;
	font-size: 10px;
	margin: 0 0 10px 0;
	border: 1px solid #7998A8;
}

#lang table {
	margin: 5px 0;
}

#lang td {
	padding: 2px 5px;
	text-align: center;
}

#lang td a:link,
#lang td a:visited,
#lang td a:active,
#lang td a:hover {
	font-size: 10px;
}
