/***********************************   html tag class   */
img, form {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body.popup {
	margin: 10px;
}
hr {
	height: 1px;
	color: #e7e7e7;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e7e7e7;
}
p {
	padding: 0;
	margin-top: 12px;
	margin-bottom: 12px;
}
.dottedBorder{
	border: 1px dotted #CCCCCC;
}
hr.dotted{
	height: 1px;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #a4c4da;
	border-right-color: #a4c4da;
	border-bottom-color: #a4c4da;
	border-left-color: #a4c4da;
}
/***********************************   link tag class   */
a:link, a:visited {
	color: #386e90;
	text-decoration: underline;
}
a:hover, a:active {
	color: #333333;
	text-decoration: underline;
}
/***********************************   heading tag class   */
h1 {
	font-size: 18px;
	font-weight: normal;
	color: #065B98;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dfe1e3;
	padding-top: 0;
	padding-bottom: 2px;
	margin-top: 0;
	margin-bottom: 10px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #065B98;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dfe1e3;
	padding-top: 5px;
	padding-bottom: 2px;
	margin-top: 5px;
	margin-bottom: 10px;
}
h3 {
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #396e90;
}
h4 {
	font-size: 11px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
h5 {
	font-size: 10px;
	font-weight: normal;
	color: #0B1E59;
}
h6 {
	font-size: 9px;
	font-weight: normal;
	display: inline;
	color: #0B1E59;
}
/***********************************   list tag class   */
ul{
	list-style: square;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
ul ul{
	list-style: circle;
}
ul ul ul{
	list-style: disc;
}
/***********************************   form tag class   */
form{
	margin: 0px;
}
input, select, textarea {
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
}
select{
	margin: 0px;
	padding: 0px;
}
input:focus {
	background: #FFFFCC;
}
inputClass {
	background: #E7F1FF;
	border: 1px solid #000000;
	padding-right: 2px;
	padding-left: 2px;
}
fieldset {
	border: 1px double #C7DAE4;
	width: auto;
	padding: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
}
fieldset legend{
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #0B1E59;
}
/***********************************   table tag class   */
table.searchformtable td {
	padding: 5px;
}
table.displaytable th {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-color: #80a1b9;
	border-top-color: #80a1b9;
	border-bottom-color: #80a1b9;
	background-image: url(../images/THbg.gif);
	background-repeat: repeat-x;
	background-color: #F7FAFC;
	color: #386e90;
	background-position: left bottom;
	vertical-align: top;
	text-align: left;
	font-size: 11px;
	line-height: normal;
}
table.displaytable th.first {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #80a1b9;
}
table.displaytable td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #ccdeeb;
	border-bottom-color: #ccdeeb;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	vertical-align: top;
	font-size: 11px;
	line-height: normal;
	background-color: #f7fafc;
}
table.displaytable td.first {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ccdeeb;
}
table.displaytable td.embedded {
	border-right: none;
}
tr.legend_grey_bg td {
	background-color: #f1efe1;
}
tfoot td {
	text-align: right;
	background-color: #d4dce4;
	color: #386e90;
}
	table.displaytable td table td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
table.displaytable td a:link, table.displaytable td a:visited {
	color: #5d5d5d;
}
table.displaytable td a:hover, table.displaytable td a:active {
	color: #000000;
}
col.column1 {
	color: #065B98;
}
col.column2 {
}
col.column1 strong {
	color: #065B98;
}
.sortbuttons {
	background-color: #dfe5f0;
	text-align: center;
}

img.toggle {
	padding: 2px 0 2px 2px;
}
div.abstract p {
	margin: 0;
	padding: 5px 0 0 0;
}

.clearboth{
	clear: both;
}
/***********************************   user defined tag class   */
/*****layout starts *****/
.pagecontainer{
}
.pageheader{
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
}
.topnav {
	color: #FFFFFF;
	padding-top: 15px;
	font-size: 11px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.topnav a:link, .topnav a:visited {
	color: #eff2f4;
	padding-right: 3px;
	padding-left: 3px;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}
.topnav a:hover, .topnav a:active {
	color: #FFFFFF;
	padding-right: 3px;
	padding-left: 3px;
	text-decoration: none;
	background-color: #0668B0;
}

.logo{
}
.searchblock {
	padding-right: 5px;
	padding-left: 45px;
	padding-top: 50px;
	width: 240px;
}
.searchblock .searchtop {
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #065B98;
}
.searchtop a:link, .searchtop a:visited {
	text-decoration: none;
	padding-right: 3px;
}
.searchtop a:hover, .searchtop a:active {
	text-decoration: underline;
}
.searchtop a.current:link, .searchtop a.current:visited {
	text-decoration: underline;
}
.searchtop a.active:link, .searchtop a.active:visited {
	color: #95b9d1;
}

.searchbox input {
	color: #96989a;
}
.helpblock{
	padding-top: 60px;
	padding-left: 30px;
	width: 76px;
}




/*****utility starts *****/
.utilitynav{
	position: absolute;
	top: 83px;
}

.utilitynav a:link, .utilitynav a:visited {
	text-decoration: none;
	color: #376e8d;
	font-weight: bold;
	margin-right: 7px;
}
.utilitynav a:hover, .utilitynav a:active {
	color: #333333;

}
/***** utility end *****/
.pagebody {
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 0;
	background-image: url(../images/divider.gif);
	background-repeat: repeat-y;
	background-position: 245px 0;
}
#leftnav {
	width: 232px;
	float: left;
	padding-right: 9px;
	padding-left: 4px;
}

.leftblock {
	padding-bottom: 12px;
}

.leftblocktext {
	border: 1px solid #dfe1e3;
	font-size: 11px;
	padding: 10px;
	background-color: #fcfcfd;
}
.leftblocktext ul {
	margin: 0px;
	padding: 0px;
}
.leftblocktext li {
	padding-bottom: 7px;
	list-style-type: none;
	background-image: url(../images/bullet_red.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: 0px 5px;
}
.leftblocktext td {
	font-size: 11px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.contentblock {
	margin-left: 245px;
	padding: 0 10px 0 10px;
	height: 1%;
	line-height: 18px;
	color: #5d5d5d;
}

.registerblock {
	width: 30%;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DFE1E3;
	padding-right: 13px;
}

.welcome {
	margin-top: 15px;
	width: 710px;
}

.subscribeblock {
	width: 33%;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DFE1E3;
	padding-right: 13px;
	padding-left: 15px;
}
.demoblock {
	width: 27%;
	float: left;
	padding-right: 13px;
	padding-left: 15px;
}

.footer {
	background-color: #7996b4;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #336599;
	border-bottom-color: #336599;
	color: #FFFFFF;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-y;
}

.footerlink {
	color:#FFFFFF;
	font-size: 11px;
	width: 425px;
	padding: 15px;
	line-height: 18px;
}
.footerlink ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;

}	
.footerlink ul li{
	margin: 0px;
	list-style-type: none;
	display: inline;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	color: #FFFFFF;

}	
.footerlink .lastli {
	border-right-width: 0px;	
}

.footerlink a:link, .footerlink a:visited {
	padding:0 3px 0 3px;
	color: #FFFFFF;
	text-decoration: underline;
}
.footerlink a:hover, .footerlink a:visited {
	text-decoration:underline;
	color:#ECF0F4;
	padding:0 3px 0 3px;
}

.copyright {
	font-size: 11px;
	text-align: center;
	color: #FFFFFF;
	width: 200px;
	padding: 10px;
}

.copyright a:link, .copyright a:visited {
	padding:0 3px 0 3px;
	color: #FFFFFF;
	text-decoration: underline;
}
.copyright a:hover, .copyright a:visited {
	text-decoration:underline;
	color:#ECF0F4;
	padding:0 3px 0 3px;
}

.rightimage {
	width: 222px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: right;
}
.homesearchtable td {
	padding-top: 7px;
	padding-bottom: 7px;

}


/*****layout ends *****/
.agreetext{
	font-size: 11px;
	color: #8e8e8e;
}
.rightblock{
	padding-bottom: 10px;
	width: 239px;
}
.rightblocktop{
	background-image: url(../images/rightcurve_top.gif);
	background-repeat: no-repeat;
	height: 14px;
}
.rightblockmiddle{
	background-image: url(../images/rightcurve_bg.gif);
	background-repeat: repeat-y;
	padding-top: 8px;
	padding-right: 23px;
	padding-bottom: 8px;
	padding-left: 23px;
	font-size: 12px;
}
.rightblockmiddle h3 {
	font-size: 12px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
}

.rightblockbottom{
	background-image: url(../images/rightcurve_bottom.gif);
	background-repeat: no-repeat;
	height: 14px;
}
.help {
	color: #7d7d7d;
	background-color: #eff9ff;
	border: 1px solid #d9d9d9;
	font-size: 11px;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
}
.help a:link, .help a:visited, .help a:hover, .help a:active {
	padding-right: 3px;
	padding-left: 3px;
	color: #7d7d7d;
	text-decoration: none;
}

/***** internal start *****/
.insideblock{
	border: 1px solid #e9e9e9;
}
.insidecontent {
	padding: 20px;
}
.insidebuttonblock {
	text-align: right;
	vertical-align: middle;
	float: right;
	padding: 20px;
}

.updatesblock {
	width: 673px;
}
.updatesblock .head {
	background-image: url(../images/updates_head.gif);
	background-repeat: no-repeat;
	height: 9px;
}
.updatesblock .text {
	padding: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ccc9b6;
	border-left-color: #ccc9b6;
	background-color: #fafaef;
	background-image: url(../images/updates_bg.gif);
	background-repeat: repeat-x;
	color: #065b98;
}
.updatesblock .text td {
	color: #4788b6;
	padding: 8px 5px;
}
.updatesblock .text td.last {
	color: #4788b6;
	padding: 0 5px;
}
.updatesblock .foot {
	background-image: url(../images/updates_foot.gif);
	background-repeat: no-repeat;
	height: 10px;
}

.pagenation {
	border: 1px solid #074979;
	background-color: #4889b7;
	color: #FFFFFF;
	background-image: url(../images/pagenation_bg.gif);
	background-repeat: repeat-x;
	padding: 8px 10px 8px 10px;
}
.pagenationleft {
	float: left;
	width: 48%;
}
.pagenationright {
	float: right;
	width: 48%;
	text-align: right;
}
.pagenation .floatright img {
	vertical-align: -2px;
}
.pagenation a:link, .pagenation a:visited {
	color: #FFFFFF;
}
.pagenation a:hover, .pagenation a:active {
	color: #EEF1F3;
}
.pagenationright a {
	padding-right: 3px;
	padding-left: 3px;
}
.printthis {
	display: none;
}
.smalltext {
	font-size: 10px;
	color: #96989a;
}
.rememberme {
	float: right;
	width: 95px;
	color: #96989A;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.padding {
	padding: 10px !important;
}
.alert {
	font-weight: bold;
	color: #CC0000;
	text-align: right;
	padding: 5px;
}
.success {
	color: #009900;
	font-weight: bold;
}
.bluetext {
	color: #065b98;
}
.signincontainer{
}
.signinblock {
	width: 255px;
	text-align: right;
	padding-right: 5px;
	padding-top: 3px;
}
.signintext {
	background-image: url(../images/signin_bg.gif);
	background-repeat: repeat-x;
	padding-top: 15px;
	padding-left: 5px;
	text-align: left;
	color: #065b98;
}
.signintext td{
	color: #065b98;
}
.signintext a:link, .signintext a:visited {
	color: #96989a;
}

.signintext a:hover, .signintext a:active {
	color: #B53731;
}
.signintext ul {
	margin: 0px;
	padding: 0px;
}
.signintext li {
	padding-bottom: 7px;
	list-style-type: none;
	background-image: url(../images/bullet_red.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: 0px 5px;
}
.leftblocktext {
	margin: 0px;
	border: 1px solid #dfe1e3;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.leftblockscroll {
	margin: 0px;
	overflow: auto;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
}
.leftblockscrollintro {
	padding-top: 0px;
	margin-top: 0px;
}

.leftblocktext ul {
	margin: 0px;
	padding: 0px;
}
.leftblocktext li {
	padding-bottom: 7px;
	list-style-type: none;
	background-image: url(../images/bullet_red.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: 0px 5px;
}
.leftblocktext a:link, .leftblocktext a:visited {
	color: #5d5d5d;
}
.leftblocktext a:hover, .leftblocktext a:active {
	color: #065b98;
}

.searchbody {
	padding: 15px;
	background-color: #fafaef;
	margin: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c9c5b1;
	border-left-color: #c9c5b1;
}
.searchbody p {
	margin-bottom: 0;
}
.bottomcurve {
	background-image: url(../images/blc.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: right;
	display: block;
	height: 15px;
}
.bottomrightcurve {
	height: 15px;
	background-image: url(../images/brc.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 560px;
	display: block;
	float: right;
}
.legendblock {
	padding-top: 14px;
	font-size: 11px;
}
.legendblock .floatleft {
	padding-left: 10px;
	padding-top: 5px;
}
.legendgrey {
	background-color: #ECE9D8;
	border: 1px solid #D0D0BF;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 5px;
	margin-left: 5px;
}
.notetext {
	color: #b02a22;
	font-size: 11px;
	padding: 2px;
}
#helppopup {
	position: absolute;
	padding: 10px;
	height: 110px;
	width: 200px;
	top: 50px;
	left: 450px;
	border: 1px solid #99D1FB;
	font-size: 11px;
	background-color: #F0F3F4;
	z-index: 51;
	visibility: hidden;
}
.viewby {
	padding: 4px;
}
.viewby label {
	padding-right: 8px;
	padding-left: 8px;
}

.popupblock {
	display: none;
}
.popupblock p {
	margin: 5px 0;
}
.popupblock input {
	width: 150px;
}
.popupblock input#emailsubject, .popupblock textarea {
	width: 213px;
}
.popupblock textarea#feedbackmessage {
	width: 333px;
	height: 80px;
}
.popupblock td {
	color: #4788b6;
	padding-top: 4px;
	padding-bottom: 4px;
}
.popupblock td.type {
	padding-right: 10px;
}

/***********************************   tab tag class   */
#insidetabs {
	background-image: url(../images/grey_pixel.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	display: block;
	height: 39px;
}
#insidetabs a
{
	color: #065B98;
	text-decoration: none;
	padding-left: 16px;
	background-color: #F3F1E1;
	background-image: url(../images/left-tab.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 8px;
}

#insidetabs a span
{
	background: url(../images/right-tab.gif) right top no-repeat;
	padding-right: 16px;
	padding-top: 11px;
	padding-bottom: 10px;
	font-weight: bold;
}

#insidetabs a, #insidetabs a span
{
display: block;
float: left
}

/* Hide from IE5-Mac \*/
#insidetabs a, #insidetabs a span
{
float: none
}
/* End hide */

#insidetabs a:hover
{
	color: #386e90;
	padding-left: 16px;
	background-color: #FFFFFF;
	background-image: url(../images/left-tab-hover.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#insidetabs a:hover span
{
background: url(../images/right-tab-hover.gif) right top no-repeat;
padding-right: 16px
}

#insidetabs ul
{
list-style: none;
padding: 0px;
margin: 0px;
}

#insidetabs li
{
	float: left;
	margin: 0;
}


#insidetabs a.insidetabs_active
{
	color: #065B98;
	padding-left: 16px;
	background-color: #FFFFFF;
	background-image: url(../images/left-tab-hover.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#insidetabs a.insidetabs_active span
{
background: url(../images/right-tab-hover.gif) right top no-repeat;
padding-right: 16px
}

/*********************************** detail display css */
.rangeblock {
	padding: 8px 10px 8px 10px;
	background-color: #f5f5e4;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #89a8be;
	border-left-color: #89a8be;
	font-size: 11px;
}
.rangeblock p.sectiontitle {
	margin: 0;
	text-indent: -30px;
	margin-left: 30px;
	color: #065b98;
	font-weight: bold;
}
.rangeblock p.sectiondate {
	margin: 0;
	color: #065b98;
	font-weight: bold;
}
.rangeblock div.commands {
	float: right;
	clear: right;
}
.rangeblock div.commands p {
	margin: 0;
	text-align: right;
}
.rangeblock div.commands a {
	font-weight: bold;
}

.commandblock {
	padding: 5px 10px 5px 10px;
	background-color: #eef1f3;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-right-color: #89a8be;
	border-left-color: #89a8be;
	border-top-color: #89a8be;
	font-size: 11px;
	font-weight: bold;
}
.commandblocksearch {
	padding: 5px 10px 5px 10px;
	background-color: #eef1f3;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-color: #89a8be;
	border-left-color: #89a8be;
	border-bottom-color: #89a8be;
	font-size: 11px;
	font-weight: bold;
}
.commandblock p, .commandblocksearch p {
	margin: 0;
}
.commandblocksearch p.legend {
	float: right;
	clear: right;
	margin: 0;
	font-weight: normal;
}

#compareframe {
	width: 100%;
	height: 400px;
}

.compareframe {
	border: 1px solid #80a1b9;
}
.comparefooter {
	text-align: right;
	padding: 10px;
	background-image: url(../images/comparefooter_bg.gif);
	background-repeat: repeat-x;
	background-color: #b7cfde;
	font-size: 11px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.comparefooter a {
	padding-right: 5px;
	padding-left: 5px;
}
#comparetable {
	margin: 0px;
	padding: 0px;
}
#currentpage {
	padding: 10px;
}
#previouspage {
	padding: 10px;
}
#showhidepage {
	width: 8px;
}
#currentblock {
	width: 8px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #88a7bd;
	border-left-color: #88a7bd;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #88A7BD;
	background-color: #eaf1f6;	
}
#previousblock {
	width: 8px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #88a7bd;
	border-bottom-color: #88a7bd;
	background-color: #eaf1f6;
}

/***********************************   character styles   */
p.error, span.error {
	color: red;
}
span.errormsg {
	display: none;
	padding-left: 10px;
	color: red;
	font-size: 11px;
}

p.kwic b {
	color: #b53731;
}

.searchbody img.delete {
	position: relative;
	top: 2px;
	left: 5px;
}
.displaytable img.delete {
	margin-top: 2px;
}