@charset "utf-8";
/* CSS Document */

/*  START all pages elements  */
*{
	margin:0;
	padding:0;
	border:0;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
	color:#252525;
}

body { background:url(/assets/images/page_bg.png) repeat-x #192636;}

.clr { clear:both;}

#wrapper {
	width:995px;
	margin:0 auto 0 auto;
}

#printmessage {font-weight: bold; text-align:center; color:red;}
#printnumresults {display:none;}
/*pagination formatting*/
div.pagination {height:35px;margin-top:15px;width:100%; text-align:center; font-size:13px; font-family:arial,helvetica,sans-serif;}
.pagination a{text-decoration:none;}
.nextlink {margin-left:30px;}
.previouslink {margin-right:30px;}
.inactivepage a{font-size:16px; font-weight;normal; margin:0px 10px 0px 10px;}
.activepage  a{font-size:18px; font-weight: bold; margin:0px 10px 0px 10px;}

#side_menu_icons {position:relative;margin-top:-225px;margin-left:5px;}
#side_menu_icons a {text-decoration:none;font-size:12px; font-weight: normal; color:#666666;}
#side_menu_icons img {margin-right:8px;vertical-align: middle;}
#clearmycache {height:20px; margin-bottom:10px; width:100%; text-align:right;clear:both;}
#searchmessage {width:100%, font-size:15px; font-weight: bold; color:#ff0000;text-align:center;}


.txtbox {width:200px; border: 1px solid #727272; height: 24px;}
td.formright select {border:1px solid #727272; height:24px;padding:0px;}
.required {font-family:arial,helvetica,sans-serif; font-size:11px; font-weight: bold; color:#ff0000;}
.formleft {width:180px; text-align:right; font-weight: bold; font-size:12px; color:#727272;}
.formright {text-align:left; padding:5px;}
#submitbutton {background-color:#cdcdcd; font-weight: bold; font-size:12px; border: 1px solid #727272; padding 3px;height:24px;}
#msg {padding:10px; font-size:14px; font-weight: bold; color:#008800;}


/*search form START */
#searchoptions {display:none;margin-bottom:-230px;margin-right:1px;text-align:left;z-index:1000; width:118px;float:right;margin-top:33px;border:1px solid #727272;padding:-3px 10px 5px 20px; background-color:#efefef;position:relative;clear:both;}
#tinysearchoptionlink {font-size:10px;}
#searchoptionslink {margin-bottom:-90px;padding-right:9px;padding-top:2px;z-index:1005;position:relative; float:right;font-size:9px;clear:both;font-family:verdana,sans-serif;}
#searchoptionslink a:link,a:visited,a:hover,a:active {font-size:9px;font-family:arial,helvetica,sans-serif;color:#dedede;}
#sortby,#sorton,#pagesize,#orderby{width: 110px;margin:8px; font-family:arial,helvetica,sans-serif; font-size:11px; font-weight: bold; color:#727272;}
#hidesearchoptions {width: 110px;margin:5px 5px 5px 8px; font-family:arial,helvetica,sans-serif; font-size:11px; font-weight: bold; color:#727272;}
.biblio_search_box {height:300px;margin-top:0px;padding:9px; width:593px; height:auto; margin-bottom:8px;}
#searchboxarea {margin:0 auto; clear:both;width:573px;text-align:center;}
#bibliosearch {width:100%;}
#searchformbuttons {margin-top:8px;text-align:center; clear:both;}
.searchbox {padding-bottom:-20px;padding-left:3px; font-weight: bold; font-family:arial,helvetica,sans-serif; font-size:16px; color:#000066; width:563px; border: 1px solid #727272; height: 26px;}
.searchsubmit {background-color:#cdcdcd; font-weight: bold; font-size:12px; border: 1px solid #727272; padding 3px;height:24px;}
.smalldropbox {width:100px; border: 1px solid #727272; height: 24px; padding:0px;}
.mediumdropbox {width:200px; border: 1px solid #727272; height: 24px; padding:0px;}
.searchsubmitreset {background-color:#cdcdcd; font-weight: bold; font-size:12px; border: 1px solid #727272; padding 3px;height:24px;}
.src_operator {font-size:18px; font-weight: bold; color:#666666;clear:both;}
.tabbertab p {padding-left:20px;}
/*search form STOP */

/*search results START*/
#newsearch {position: relative; float:right; right:0px; font-weight: bold; font-size:14px;}
.searchbreak {width:100%; height:25px; clear:both;}
#listoptions {text-align: center; height: 30px; padding-top:8px;width:100%; background-color:#dedede; border:1px solid #727272;}
.sr_left {width:50px; float:left;font-weight: bold; text-align:center;color: #727272;}
.sr_right {width:540px;float:left; margin-left:10px;}
#selectall {font-size:12px; background-color:#efefef; font-family:arial,helvetica,sans-serif; font-weight: bold; color:#acacac; border:1px solid #dedede; padding:4px; width: 135px; margin: 0px 0px 8px 5px;}

.scoreoutline {margin-top:5px;clear:both;width:48px; height:12px; background-color:#efefef; border:1px solid #727272;}
.scorefill {height:12px; width:30px; background-color:#00ff00;}









#header { width:995px; height:144px; background:url(/assets/images/head_mid.png) repeat-x; }
.head_rt { background:url(/assets/images/head_rt.png) no-repeat top right; width:995px;height:144px;}
.head_lt { background:url(/assets/images/head_lt.png) no-repeat top left;}

.logo {
	float:left;
	width:317px;
	height:100px;
	margin:31px 0 0 21px;
	display:inline;
}

#flash_holder {
	float:right;
	display:inline;
	width:474px;
	height:140px;
	margin:0 5px 0 0px;
}

/*  START menu zone  */
#menuh {
	width:995px;
	height: 41px;
	background:url(/assets/images/menu_bg.png) repeat-x;
}

#menuh li {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}

#menuh ul {
	float:left;
	height: 41px;
	padding-left:7px;
}

a.button, a.button:link, a.button:visited {
	float:left;
	height:41px;
	line-height:41px;
	text-decoration:none;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	text-transform: uppercase;
	padding:0 3px;
}

a.button:hover, a.button_sel {
	float:left;
	height:33px;
	line-height:33px;
	text-decoration:none;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	text-transform: uppercase;
	padding:0 3px;
	border-bottom:4px solid #FFF;
	border-top:4px solid #FFF;
}

.sp {
	height:41px;
	line-height:41px;
	width:22px;
	text-align:center;
	color:#FFF;
	font-weight:bold;
}

/*  END menu zone  */
/*  content holder */
#content {
	width:995px;
	background:url(/assets/images/content_top.gif) no-repeat top left #FFFFFF ;
}

#left_content {
	float:left;
	width:164px;
	margin:2px 0 0 2px;
	display:inline;
}

#right_content {
	float:right;
	width:196px;
	margin:2px 2px 0 0;
	display:inline;
}

#center_content {
	float:left;
	width:615px;
	padding:20px 0 20px 9px;
}

h2 a:link,a:visited,a:active,a:hover {font-size:14px;}
/*  END content holder */

/*  Start footer  */
#footer {
	width:935px;
	background:url(/assets/images/footer_bg.gif) no-repeat bottom #FFF;
	margin-bottom: 20px;
	padding:0 30px;
	text-align:center;
}

#footer hr { color:#ebebeb; margin:0 0; background-color:#ebebeb;}

#footer p, #footer p a:link, #footer p a:visited {
	font-size:12px;
	color:#707070;
	line-height:22px;
}

#footer p a:hover { color:#000000;}

#footer .blue {
	width:993px;
	height:17px;
	line-height:17px;	
	background-color:#4c78a9;
	margin:0 -29px;

}

#footer .blue, #footer .blue a:link, #footer .blue a:visited {
	font-size:11px;
	color:#FFFFFF;
}

#footer span a:hover { color:#000000;}

.footer_logo {
	width:52px;
	height:10px;
	margin:0 auto;
	padding:7px 0;
}

/*  End footer  */

/*  Start search  */
#search_box {
	width:164px;
	height: 30px;
}

#search {
	float:left;
	width:132px;
	height:21px;
	color:#959595;
	text-align:left;
	background-color:#FFFFFF;
	vertical-align: middle;
	padding: 4px 0 0 5px;
	border:1px solid #959595;
	border-right:none;
	font-size:13px;
}

#go {
	float:left;
	width:26px;
	height:27px;
	background:url(/assets/images/search_bt.gif) no-repeat;
	vertical-align: middle;
}
/*  End search  */

.grey_bt {
	width:196px;
	height:23px;
	background:url(/assets/images/grey_bt.gif) no-repeat;
	margin-bottom:3px;
}

.grey_bt a {
	font-size:10px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	line-height:21px;
	padding-left:5px;
	display:block;
}

#blue_box {
	width:196px;
	background:url(/assets/images/blue_box_mid.gif) repeat-y;	
}

#blue_box h1, #home #blue_box h1 {
	float:left;
	width:184px;
	height:27px;
	font-size:15px;
	color:#FFF;
	font-weight:normal;
	background:url(/assets/images/blue_box_top.gif) no-repeat;
	line-height:25px;
	padding-left:12px;
}

#blue_box a {
	color:#707070;
	font-size:12px;
	text-decoration:none;
	line-height:28px;
}

#blue_box a:hover {	color:#4c78a9;}

.blue_content_01, .blue_content_02 {
	float:left;
	width:184px;
	background:url(/assets/images/blue_box_bottom_01.gif) no-repeat bottom;
	padding:0 0 15px 12px;
}


div #breaking_news{
	float:left;
	width:174px;
	margin-top:10px;
	padding-right:10px;
}




.blue_content_02 {background:url(/assets/images/blue_box_bottom_02.gif) no-repeat bottom;}

#right_subct h1, #home #right_subct h1 { font-size:16px; font-weight:normal; color:#4c78a9; line-height:25px;border-bottom:1px solid #949494;}

#right_subct p, #right_subct a {
	font-size:11px;
	color:#464646;
	line-height:16px;
	text-decoration:none;
}

#right_subct p { padding:5px 0; float:left; width:182px; }

#right_subct a, #right_subct a:visited {
	color:#002a5b; 
}
#right_subct a:hover {
	text-decoration:underline;
}

.dark, .light { 
	background:url(/assets/images/right_bg_dark.png) repeat-x; 
	width:182px;
	height:470px;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
	padding:5px 6px;	
}

.light { 
	background:url(/assets/images/right_bg_light.png) repeat-x; 
	width:182px;
	height:470px;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
	padding:5px 6px;
	margin-top:3px;
}

/*  END all pages elements  */
/*  Start home page elements  */
#quote {
	border:3px solid #f3f3f3;
	background-color:#f6f6f6;
	width:142px;
	padding:10px 8px;	
}

#quote p { font-size:12px; padding:8px 0;}

#home h1, #home h5 { color:#4c78a9;}

#home #crumbs { width:605px; margin:4px 0 0 12px; display:inline; padding-left:0;}

#big_blue_box {
	width:615px;
	background:url(/assets/images/big_bl_mid.gif) repeat-y;
	margin:30px 0 0 0;
}

#big_blue_box h2 {
	float:left;
	width:603px;
	height:35px;
	font-size:24px;
	color:#FFF;
	font-weight:normal;
	background:url(/assets/images/big_bl_top.gif) no-repeat;
	line-height:30px;
	padding-left:12px;
}

.big_blue_content {
	float:left;
	width:603px;
	background:url(/assets/images/big_bl_bottom.gif) no-repeat bottom;
	padding:0 0 15px 12px;
}

#center_content .big_blue_content p { color:#707070; padding:6px 8px; margin:0;}

/*  END home page elements  */
/*  Start inner pages elements  */
#crumbs {
	float:left;
	width:777px;
	height:24px;
	border-bottom:1px solid #ebebeb;
	display:inline;
	margin-left:2px;
	font-size:12px;
	color:#959595;
	line-height:24px;
	padding-left:8px;
}

#crumbs a {
	font-size:12px;
	color:#000;
	text-decoration:none;
	line-height:24px;
}

#crumbs a:hover { color:#959595;}

/*  Start sidemenu  */
#side_menu {
	width:164px;
	height: 500px;
	background:url(/assets/images/side_bg.png) repeat-x;
}

#side_menu li {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:163px;
	border-top:1px solid #838e97;
	border-left:1px solid #838e97;
}

a.top_bt {
	float:left;
	height:27px;
	text-decoration:none;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:27px;
	background:url(/assets/images/top_bt.gif) no-repeat right #555555;
	width:156px;
	border-right:1px solid #838e97;
	padding-left:6px;
}


a.bt, a.bt:link, a.bt:visited {
	float:left;
	text-decoration:none;
	color:#ffffff;
	font-size:13px;
	padding:7px 0px 7px 12px;
	width:150px;
	border-right:1px solid #838e97;
	background-color:#4c78a9;
}

a.bt:hover, a.bt_sel {
	float:left;
	text-decoration:none;
	color:#ffffff;
	font-size:13px;
	padding:7px 0px 7px 12px;
	border-right:none;
	width:151px;
	background:url(/assets/images/side_sel.gif) no-repeat right center #015b7e;
}
/*  End sidemenu  */

.division {
	float:left;
	width:152px;
	height:160px;
	background:url(/assets/images/division_block.gif) no-repeat;
	text-align:center;
	padding-top:8px;
	position:relative;
	display:inline;
	margin:15px 24px;
}


#div_table {
	border:1px solid #ebebeb;
	margin-bottom:15px;
}

#div_table td{
	vertical-align:top;
	padding:10px 10px 10px 0px;
	
}

.top_box {
	border:1px solid #ebebeb;
	padding:12px 12px;
	margin-bottom:15px;
}

.top_box .division {
	float:left;
	width:152px;
	height:160px;
	background:url(/assets/images/division_block.gif) no-repeat;
	text-align:center;
	padding-top:8px;
	position:relative;
	display:inline;
	margin:0 12px 0 0;
}

.txt_copy { float:left; width:420px;}

/*  Styles all pages  */

h1, h2, h3 , h4 , h5, h6 {font-size:30px; color:#002a5b; font-weight: normal;}

h2 {font-size:24px;}
h3 {font-size:24px;	font-style: italic;}
h4 {font-size:20px;	color:#252525; text-align:right;}
h5 {font-size:16px;	color:#002a5b;}
h6 {font-size:16px;	color:#002a5b; text-align:right;}

hr {
	color:#002a5b;
	background-color:#002a5b;
	width:100%;
	margin: 2px 0 10px 0;
	height: 1px;
	float:left;
}	

#center_content ol ,#center_content ul { margin:10px 0;}

ol li, ul li {
	margin-left:35px;
	margin-bottom: 5px;
}

ol li {	list-style:decimal;}


#center_content p {
	margin:7px 0 12px 0;
	line-height: 18px;
}

#center_content a:link, #center_content a:visited { color:#002a5b;}
#center_content a:hover { color:#426892;}

.img_rt { float:right; padding:0 6px 6px 6px;}
.img_lt { float:left; padding:0 6px 6px 6px;}

/*  END styles all pages  */

#center_content .division a.name:link, #center_content .division a.name:visited  {
	position:absolute;
	width:152px;
	height:42px;
	padding-top:128px;
	top:0;
	left:0;
	font-size:13px;
	color:#FFF;
	text-decoration:none;
	line-height:18px;
}

#center_content .division a.name span { font-size:16px; color:#005b7f;}

#title,#authors,#iyear,#reftypename,#customall {border:1px solid #666666; padding:2px 0px 2px 5px;margin:5px;}
.searchTable input{border:1px solid #727272;padding 3px;}
/*-EQUIRED to hide the non-active tab content.
 *   But do not hide them in the print stylesheet!
 *     --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
 *   .tabber = before the tabber interface is set up
 *     .tabberlive = after the tabber interface is set up
 *       --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
 *   ul.tabbernav = the tab navigation list
 *     li.tabberactive = the active tab
 *       --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 width:611px;
 margin-left:10px;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
}

#querylanguage {font-size:16px; font-weight: bold; font-family:arial,helvetica,sans-serif; color:#727272;margin-bottom:-10px;}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #DDE;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #AAE;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
 *   .tabbertab = the tab content
 *     Add style only after the tabber interface is set up (.tabberlive)
 *       --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
 *     you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
 *     scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

 * 	contact form
 * 	----------------------------------------------------------------*/

#contactform th, #contactform td, #request_proposal th, #request_proposal td{
	text-align: left;
	vertical-align: top;
	padding: 10px;
}

#contactform input, textarea, select {
	border: 1px solid #c2c2c2;
	padding: 3px;
}
.web_pages_content ul, .web_pages_content ol {
	line-height:20px;
	margin-bottom:15px;
}
#social {
	list-style:none;
}
#social li {
	margin-top:5px;
	margin-bottom:8px;
	margin-left:10px;
}
#social img {
	padding-top:1px;
}

.tabbertab {margin-top:-11px;width:600px;}






/*  End inner pages elements  */
