html
{
	font-size: 100%; /* IE hack, it scales the text too drastically without */
	position: absolute;
}
body
{
	background-color: #FFFFFF;
	color: Black;
	font-family: Verdana, sans-serif;
	font-size: 70%;
	line-height: 1.16; /*position: absolute; 	top: 0px; 	left: 0px;*/
	padding: 0;
	margin: 0;
}
.hidden
{
	display: none;
}

.break
{
	clear: both;
	height: 0px;
}
/********** Headers **********/
h1
{
}
div.title
{
	background-color: #f4eadf;
	color: Black;
	width: 100%;
	overflow: hidden;
}
h2
{
	font-size: 180%;
	font-weight: bold;
	color: #983200;
	line-height: 120%;
	display: block;
	background-color: #fff;
	margin: 0px;
	padding: 1em 5px 1em 40px;
}

p.nolinespace
{
	margin: 0px 0px 0px 0px;
}

p.content_prelude
{
	margin: 0px;
	padding: 0px 5px 10px 40px;
}

.indent
{
	padding-left: 40px;
	padding-right: 15px;
}

ol.indent
{
	margin: 0px;
	padding: 0px 5px 10px 60px;
}

ul.content_prelude
{
	margin: 0px;
	padding: 0px 5px 10px 60px;
}

h3
{
	font-size: 120%;
	margin-top: 15px;
	line-height: 120%;
}
/********** Template Structure **********/
#container
{
	width: 760px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-color: #000000;
	background-color: rgb(217,237,237);
	color: Black; /*float: left;*/
	height: 100%;
	position: relative;
}
#header
{
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 108px !important;
	height: 110px;
	width: 760px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
img.logo
{
	border: none;
	position:absolute;
	float:left;
	left:0;
}

#logo
{
	left: 0px;
	margin: 0px;
	background-image: url(../images/top_bckg_log.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#logo a
{
	width: 405px;
	height: 91px;
	display: inline;
}
#leftpanel
{
	float: left;
	width: 148px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #000000;
	background-color: rgb(217,237,237);
	color: Black;
	margin: 0px;
	padding: 0px;
	clear: left;
}
#contentpanel
{
	float: right;
	width: 600px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	color: Black;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	border: 3px solid black;
	border-top: none;
	text-align: left;
}
#footer
{
	width: 760px;
	color: Black;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	background: #fff url(../images/footerbar.jpg) no-repeat;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
/********** Top Navigation **********/
#topnav
{
	margin-top: 87px !important;
	margin-top: 89px;
	margin-left: 300px !important;
	margin-left: 150px;
	float: left;
	border-right: 3px solid #000;
}
#topnav ul
{
	display: inline;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#topnav li
{
	display: block;
	background-image: none;
	float: left;
	margin: 0px;
	white-space: nowrap;
	float: left;
}
#topnav li a
{
	display: block;
	text-decoration: none;
	color: #000000; /*background-color: #ffcc99;*/
	background-color: RGB(253,208,88);
	color: Black;
	padding: 2px 10px 3px 10px;
	border: 3px solid #000000;
	border-bottom: none;
	border-right: none;
	font-weight: bold;
}


#topnav li a:hover
{
	background: RGB(253,236,190);
	color: Black;
}
/********** Left Navigation **********/
#leftpanel ul
{
	display: inline;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#leftpanel li
{
	display: block;
	background-image: none;
	float: right;
	margin: 0px;
	float: right;
}
#leftpanel li a
{
	display: block;
	color: #FFFFCC;
	padding-left: 7px;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 7px;
	width: 140px;
	color: #FFFFCC;
	color: RGB(23,41,100);
	text-decoration: none;
	font-weight: bold;
	font-size: 110%;
}
#leftpanel li a:hover
{
	color: RGB(216,75,4);
}
#footer .linklogos
{
	position: absolute;
	bottom: 22px !important;
	bottom: 42px;
	left: 18px;
	text-align: center;
	width: 120px;
	background-color: #fff;
	height: 182px;
}
#footer .linklogos a
{
}
.linklogos #equallogo
{
	display: block;
	padding: 2px;
}
.linklogos #esflogo
{
	display: block;
	padding-top: 20px;
}
/********** Footer Navigation **********/
#footernav
{
	/*margin-top: 7px;*/
	float: right;
}
#footernav ul
{
	display: inline;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#footernav li
{
	display: block;
	background-image: none;
	float: left;
	margin: 0px;
	white-space: nowrap;
	padding: 0px;
}
#footernav li a
{
	display: block;
	text-decoration: none;
	color: #6E84CD;
	border-right: 2px solid #A8B5E1;
	padding: 2px 7px;
}
#footernav li a:hover
{
	text-decoration: underline;
}


/********** Searchbar **********/
#searchbar
{
	height: 18px;
	width: 600px;
	margin: 0px;
	margin-left: 154px;
	padding: 0px;
	text-align: center;
	background-color: RGB(216, 75, 4);
	background-color: RGB(152,214,214);
	border-top: 3px solid #000000;
	border-bottom: 3px solid #000000;
	border: 3px solid #000000; /*background-image: url(../images/searchbar.gif); 	background-repeat: no-repeat; 	background-position: 150px 0px;*/
}


#searchbar ul
{
	float: left;
	display: inline;
	list-style: none;
	padding: 0px;
	margin: 0px; /*margin-left: 41px !important; 	margin-left: 42px;*/
	padding: 0 20px;
	background-color: RGB(110,132,204); /*	border-left: 3px solid #000000;*/
	border-right: 3px solid #000000;
}

#searchbar ul.loggedin
{
	padding: 0 14px 0 23px;
	border: none;
}


#searchbar li
{
	padding: 0px;
	margin: 0px;
	float: left;
	white-space: nowrap; /*border-left:3px solid black;*/
	border-right: 3px solid black;
}

#searchbar li.register a
{
	background-color: rgb(217, 237, 237);
}
#searchbar li.first a
{
	border-left: 3px solid #000;
}

#searchbar input
{
	padding: 0px 4px 1px 4px;
	margin: 0px;
	float: left;
	width: 160px;
	font-size: 90%;
}



#searchbar li a
{
	float: left;
	display: block;
	text-decoration: none;
	color: #000000;
	background-color: #ffcc99;
	background-color: RGB(253,208,88);
	padding: 2px 6px 3px 6px;
	font-weight: bold;
}

#searchbar li a.submit
{
	/*border-left: 3px solid black;*/
	padding: 2px 12px 3px 11px;
}

#searchbar li a:hover
{
	background: #ffcc66;
	background-color: RGB(253, 236, 190);
}


/******************** info bar ******************/

div.infobar
{
	position: relative;
	clear: both;
	height: 20px;
	width: 600px;
	float: left;
	border-top: 3px solid black;
	background-color: #FFCC99;
	background-color: RGB(152,214,214);
	margin-bottom: 3px !important;
	margin-bottom: 0px;
}
div.infobar div.infotitle
{
	width: 342px;
	height: 13px;
	color: #660000;
	background-color: white;
	font-weight: bold;
	text-align: center;
	border-bottom: 3px solid #000000;
	padding: 4px 7px 3px 7px !important;
	padding: 2px 7px;
	float: left;
}

div.infotitle div.div_page_nav
{
	padding: 1px 0px 2px 0;
}

div.infobar div.infotitle h3
{
	margin: 0;
	padding: 0;
}


div.infobar div.infosquare
{
	border-bottom: 3px solid black;
	float: left;
	background-color: RGB(110,132,204);
	border-left: 3px solid black;
	border-right: 3px solid black;
	width: 20px;
	height: 20px;
}

div.infobar div.spacer
{
	width: 96px;
	float: left;
	height: 20px;
	border-bottom: 3px solid black;
}

div.topspacer
{
	margin-top: 20px;
}



/******************** content table ***********************/

div.contenttable .spacer
{
	height: 20px;
}
div.contenttable
{
	text-align: left;
	margin: 0px 24px 0px 20px;
	width: 556px;
	clear: both;
	overflow: hidden;
}
div.contenttable div.floiting_point
{
}
div.contenttable div#floiting_point
{
}
div#floiting_point
{
	float: left;
	border-left: 3px solid black;
	border-right: 3px solid black;
}

/* Added by LC Tribal Technology */
div.floiting_point
{
	float: left;
	border-left: 3px solid black;
	border-right: 3px solid black;
}


div#subtable
{
	float: left; /*width: 520px; 	border-right: 3px solid #cccccc;*/
}

div.subtable
{
	float: left; /*width: 520px; 	border-right: 3px solid #cccccc;*/
}

div#headerbar, div.headerbar
{
	text-align: right;
	height: 19px;
	border-top: 3px solid rgb(152, 214, 214);
	border-bottom: 3px solid rgb(152, 214, 214);
}


div#subtable:first-child
{
	/*to fix mozilla*/
	margin-top: 2px;
}

div.subtable:first-child
{
	/*to fix mozilla*/
	margin-top: 2px;
}

div#headerbar ul, div.headerbar ul
{
	display: inline;
	list-style: none;
}

div#headerbar ul li, div.headerbar ul li
{
	float: left;
}

div#headerbar ul li a, div.headerbar ul li a
{
	color: black;
	background-color: rgb(253,208,88);
	padding: 3px 7px;
	border-left: 3px solid rgb(152, 214, 214);
	display: block;
}

div#headerbar div#headersquare, div.headerbar div.headersquare
{
	width: 21px;
	float: left;
	height: 19px;
	border-right: 3px solid #cccccc;
	background-color: #990000;
}
div#headerlinks, div.headerlinks
{
	border-right: 3px solid #cccccc;
}
div#headerlinks a:hover, div.headerlinks a:hover
{
	background-color: rgb(253, 236, 190);
}
div#headerbar div#headerlinks, div.headerbar div.headerlinks
{
	height: 19px;
	width: 316px;
	float: right;
	margin-right: 20px;
}


div#subtable .nofill, div.subtable .nofill
{
	width: 550px;
	background-color: white;
}

div#subtable .fill, div.subtable .fill
{
	width: 550px;
	background-color: #E8EBFC;
}


div.instance
{
	float: left; /*width:520px;*/
	border-bottom: 3px solid rgb(152, 214, 214);
}

div.instance_search
{
	/*float: left; */
	width: 551px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000000;
	background: url(                       '../images/parent_bg.gif' ) repeat-y;
	padding-left: 0px;
	border-left: 1px solid #000;
	overflow: hidden;
}

div.after_indent
{
	border-top: 1px solid #000000;
	margin-top: 15px;
}

div.last_indent
{
	margin-bottom: 15px;
}

div.instance_search_indent
{
	/*float: left; */
	width: 522px;
	margin-left: 29px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	background: url(                       '../images/child_bg.gif' ) repeat-y;
	background-color: #fff;
	padding-left: 0px;
	border-left: 1px solid #000;
	overflow: hidden;
}

div.instance_search_indent_twice
{
	/*float: left; */
	width: 493px;
	margin-left: 58px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	background: url(                       '../images/grchild_bg.gif' ) repeat-y;
	background-color: #fff;
	padding-left: 0px;
	border-left: 1px solid #000;
	overflow: hidden;
}

div.remove_bottom_border
{
	border-top: none;
}

div.add_top_border
{
	border-bottom: none;
}

div.last_output
{
	margin-bottom: 15px;
	border-bottom-width: 1px;
}

div.instance_search_blank
{
	float: left;
	width: 550px;
}

div.indent
{
	clear: both;
	overflow: hidden;
	width: 540px;
	margin-bottom: 15px;
	margin-left: 29px;
	border-bottom: 0px solid #000;
}

div.indent div.instance_search
{
	padding-left: 0px;
	background: url(                       '../images/child_bg.gif' ) repeat-y;
	width: 522px;
}

div.indent div.indent_twice
{
	padding-left: 0px;
	width: 493px;
	margin-left: 29px;
	background: url(                       '../images/grchild_bg.gif' ) repeat-y;
}

div.afterindent
{
	border-top: 1px solid #000;
}
/*to fix firefox */
div.contenttable > div.instance_search:firstchild
{
	margin-top: 2px;
}

/*to fix firefox */
div.contenttable > div.instance_search_indent:firstchild
{
	margin-top: 2px;
}

/*to fix firefox */
div.contenttable > div.instance_search_indent_twice:firstchild
{
	margin-top: 2px;
}



div.contenttable > div.instance_search_blank:firstchild
{
	margin-top: 2px;
}

div.horizontal_instance
{
	width: 600px;
	border: none;
}

div.horizontal_instance .bigvalue, div.horizontal_instance .spacer, div.horizontal_instance .smallvalue
{
	float: left;
}

div.horizontal_instance .spacer .spacer_bg
{
	height: 80px;
	width: 106px;
	background: url(                       '../images/tile.gif' ) 0 0 repeat-y;
}


div.horizontal_instance .bigvalue
{
	width: 194px;
	padding: 30px;
	height: 250px;
}

div.horizontal_instance .smallvalue
{
	padding: 30px;
	width: 160px;
}

div.horizontal_instance .spacer
{
	border-left: 3px solid #cccccc;
	border-right: 3px solid #cccccc;
	height: 100px;
	padding: 15% 0% 20% 0%;
	width: 106px;
	margin-top: 2px !important;
	margin-top: 0px;
}

div.horizontal_instance .left_border
{
	border-left: 3px solid #cccccc;
}

div.horizontal_instance .right_border
{
	border-right: 3px solid #cccccc;
}

div.horizontal_instance .top_border
{
	border-top: 3px solid #cccccc;
}

div.horizontal_instance .bottom_border
{
	border-bottom: 3px solid #cccccc;
}


div.horizontal_instance .spacer .horizontal_inst_red
{
	height: 90px;
	background-color: #D84B04;
}

div.horizontal_instance .spacer .horizontal_inst_black
{
	height: 20px;
	background-color: black;
}

div.instance_more
{
	float: left;
	width: 100px;
	padding: 20px 0px 20px 10px;
}

div.instance_search div.instance_text
{
	width: 485px;
	padding: 5px 0px 5px 20px !important;
	padding: 5px 0px 5px 15px;
	float: left;
}

div.instance_search_indent div.instance_text
{
	width: 428px;
	padding: 5px 0px 5px 20px !important;
	padding: 5px 0px 5px 15px;
	float: left;
}

div.instance_search_indent_twice div.instance_text
{
	width: 399px;
	padding: 5px 0px 5px 20px !important;
	padding: 5px 0px 5px 15px;
	float: left;
}

div.indent div.instance_text
{
	width: 428px;
	padding-left: 20px !important;
	padding-left: 15px;
}
div.indent_twice div.instance_text
{
	width: 405px;
	padding-left: 20px !important;
	padding-left: 15px;
}

div.instance_search div.instance_text a
{
	display: block;
	padding-bottom: 0.5em;
}


div.instance_search_indent div.instance_text a
{
	display: block;
	padding-bottom: 0.5em;
}

div.instance_search_indent_twice div.instance_text a
{
	display: block;
	padding-bottom: 0.5em;
}


div.instance_search .more .more_square
{
	background-color: #ff7711;
}

div.instance_search_indent .more .more_square
{
	background-color: #ff7711;
}


div.instance_search_indent_twice .more .more_square
{
	background-color: #ff7711;
}


div.indent .more div.more_square
{
	background-color: #77eeee;
}

div.indent_twice .more div.more_square
{
	background-color: #224477;
}

div.instance_search div.instance_image
{
	float: left; /*border-left: 1px solid black;  	border-right: 1px solid #cccccc; */
	width: 16px;
	padding-top: 0px;
}

div.instance_search_indent div.instance_image
{
	float: left; /*border-left: 1px solid black;  	border-right: 1px solid #cccccc; */
	width: 16px;
	padding-top: 0px;
}

div.instance_search_indent_twice div.instance_image
{
	float: left; /*border-left: 1px solid black;  	border-right: 1px solid #cccccc; */
	width: 16px;
	padding-top: 0px;
}



div.instance_image
{
}

div.instance div.instance_name
{
	float: left;
	padding: 5px 5px;
	width: 120px;
}
div.instance div.instance_value
{
	width: 390px;
	float: left;
	padding: 5px 5px;
}

div.instance div.instance_desc
{
	width: 390px;
	float: left;
	padding: 5px 5px;
}

div.instance a, div.horizontal_instance a, p.content_prelude a
{
	color: #993300;
	text-decoration: none;
}

div.instance a:hover, div.horizontal_instance a:hover, p.content_prelude a:hover
{
	text-decoration: underline;
}
div.instance_name h3, div.horizontal_instance h3
{
	padding: 0px 0px 5px;
	margin: 0px;
	color: #993300;
	font-weight: bold;
}

div#header_footer
{
	float: left;
	width: 520px;
}

div#header_footer div#yellowsquare
{
	margin-right: 30px;
	float: right;
	background-color: #FFCC66;
	width: 20px;
	border-left: 3px solid #cccccc;
	border-right: 3px solid #cccccc;
	height: 20px;
}

.floatleft
{
	float: left;
}

.search_link
{
	color: #993300;
	font-weight: bold;
}

.more
{
	border: 3px solid #cccccc;
	height: 20px;
}


.more a
{
	margin-left: 30px;
	display: block;
	padding: 2px 7px;
	background-color: #FFFFCC;
	color: black;
}
.more .more_square
{
	float: left;
	width: 20px;
	border-right: 3px solid #cccccc;
	height: 20px;
	background-color: #CC9966;
}

/*=== new index design ===*/
#menu_rightpanel
{
	float: right;
	width: 140px;
	padding-right: 10px;
	padding-top: 5px;
	position: relative;
	color: RGB(110,132,204);
}

#menu_leftpanel
{
	width: 435px;
	float: left;
}

.menupanel1
{
	border-right: 5px solid #000;
	border-bottom: 5px solid #000;
	/*overflow: hidden;*/
	position: relative;
	min-height: 153px;
	width:430px;
}


.menupanel3
{
	border-right: 5px solid #000;
	overflow: hidden;
	position: relative;
	width:430px;
}

.menupanel1 h3, .menupanel3 h3
{
	color: RGB(216,75,4);
	margin:0;
	padding: 5px 0px;
}

#menu_rightpanel a.more
{
	background-color: RGB(90,120,120);
	color: #fff;
	text-decoration: none;
	padding: 2px 7px;
	font-weight: bold;
	margin-top: 20px;
	border: none;
	height: auto;
}


#menu_leftpanel a
{
	color: RGB(229,69,38);
}

#menu_leftpanel a.more
{
	position: absolute;
	bottom: -1px;
	right: 0px;
	background-color: RGB(110,132,204);
	color: #fff;
	text-decoration: none;
	padding: 2px 7px;
	font-weight: bold;
	border: 0px;
	height: auto;
}

.panelcontent2
{
	padding: 0px 20px 20px 10px;
}

.panelcontent1
{
	padding: 0px 20px 20px 160px;
}

/*===*/
div.insight_instance
{
	clear: both;
	border-bottom: 3px solid rgb(152, 214, 214);
	overflow: hidden;
}
div.insight_instance div.instance_search_blank
{
	float: none;
	width: 100%;
}
div.insight_instance div.instance_search_blank div.instance_more
{
	float: right;
	padding: 0;
	width: 50px;
}

div.insight_instance .more
{
	border: none;
	background-color: RGB(110,132,204);
	font-weight: bold;
	padding: 0;
	width: auto;
}
div.insight_instance .more a
{
	color: #fff;
	background-color: RGB(110,132,204);
	text-decoration: none;
	margin: 0;
}


/*Added by Tribal Technology */
div.dplist
{
	clear: left;
	margin-top: 20px;
	margin-left: 130px;
	padding-right: 10px;
	padding-top: 0.25em;
}


div.dp_link
{
	padding-bottom: 0.5em;
}

h3.tt_insight_heading
{
	padding-left: 10px;
	padding-right: 8px;
}

p.tt_insight_content
{
	margin-left: 10px;
	margin-right: 8px;
}

h3.tt_insight_heading a
{
	color: #993300;
	text-decoration: underline;
}

table.tt_advanced_search_select
{
	background-color: #ffffff;
	width: 100%;
	color: Black;
	border-right: #fff 8px solid;
	border-left: #fff 8px solid;
	border-bottom: #fff 15px solid;
}
SELECT.tt_control_full_width
{
	width: 320px;
	background-color: #f4eadf;
	color: Black;
}

div.tt_contenttable
{
	text-align: left;
	margin: 0px 0px 0px 20px;
	width: 520px;
	border-left: 3px solid #000;
	border-right: 3px solid #000;
}

div.tt_contenttable div.instance_value
{
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	margin-bottom: 8px;
}

div.tt_contenttable div.instance
{
	border-bottom: none;
}

div.tt_contenttable div.instance div.instance_name
{
	width: auto;
}

div.tt_block_text
{
	background-color: #993300;
	color: #ffcc99;
	font-size: larger;
	font-weight: bold;
	overflow: visible;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 120px;
	text-align: center;
}


div.compliance_icons
{
	float: left;
	margin-left: 15px;
	margin-top: 20px;
	height: 242px;
}


div.tt_gallery_instance
{
	width: 200px;
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 0px;
	clear: none;
	float: left;
}

div.tt_gallery_instance_title_area
{
	width: 200px;
	overflow: hidden;
}

div.tt_gallery_instance_title
{
	width: 170px;
	float: left;
	clear: none;
}

div.tt_gallery_instance_thumbnail
{
	width: 194px;
	height: 200px;
	text-align: center;
	vertical-align: bottom;
	border: 3px solid rgb(152, 214, 214);
}

.tt_gallery_instance_zoom
{
	display: block;
	padding: 3px 7px 4px 7px;
	background-color: rgb(253, 208, 88);
	color: black;
	border-left: 3px solid rgb(152, 214, 214);
	border-right: 3px solid rgb(152, 214, 214);
	width: 60px;
	float: right;
	margin-right: 0px;
}

.tt_gallery_instance_zoom:hover
{
	background-color: rgb(253, 236, 190);
}

div.tt_gallery_instance_area
{
	width: 0px;
	height: 0px;
	overflow: visible;
}

div.tt_yellow_square_left
{
	background-color: rgb(110, 132, 204);
	width: 20px;
	border-left: 3px solid rgb(152, 214, 214);
	border-right: 3px solid rgb(152, 214, 214);
	height: 20px;
	float: left;
}

div.tt_yellow_square_right
{
	margin-right: 0px;
	background-color: rgb(110, 132, 204);
	width: 20px;
	border-left: 3px solid rgb(152, 214, 214);
	border-right: 3px solid rgb(152, 214, 214);
	height: 20px;
	float: right;
}

div.tt_searchtextbox
{
	margin-left: 40px;
}

div.div_page_nav_currentpage
{
	clear: none;
	display: inline;
	padding-right: 2px;
}

div.div_page_nav_pagelink
{
	clear: none;
	display: inline;
	padding-right: 2px;
}

link_page_nav_pagelink
{
	clear: none;
	display: inline;
}

div.div_page_nav_text
{
	clear: none;
	display: inline;
	padding-left: 20px;
}

/*=== lists of highlights or dps ===*/


/* Round filter for dp list home page */
div.round_filter
{
	padding-left: 40px;
	padding: 0px 0px 10px 40px;
}

a.round_selected
{
	margin-right: 5px;
	color: #993300;
	background-color: White;
	text-decoration: none;
	font-weight: bold;
}

a.round_not_selected
{
	margin-right: 5px;
	color: #993300;
	background-color: White;
	text-decoration: none;
}

a:hover.round_not_selected
{
	text-decoration: underline;
}

/** Styles for projects and product treeview link **/
img.treeicon
{
	border-style: none;
}

a.link_children
{
	margin-right: 5px;
	color: #993300;
	background-color: White;
	text-decoration: none;
	padding-top: 5px;
	width: 250px;
	font-weight: bold;
}


a:hover.link_children
{
	text-decoration: underline;
}

.scattercaption
{
	font-weight: bold;
	color: #172964;
	padding: 5px 5px 15px 5px;
	background-color: #FFEFC7;
}
table.scatterplot
{
	border-collapse: collapse;
	padding: 0px;
	font-weight: bold;
	color: #172964;
}
th.yaxis
{
	text-align: right;
	border-right: 1px solid #4763BF;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #172964;
	background-color: #FFEFC7;
}

th.xyaxis
{
	color: #172964;
	background-color: #FFEFC7;
}

th.yborder
{
	border-left: 1px solid #4763BF;
}

th.xaxis
{
	text-align: center;
	border-top: 1px solid #4763BF;
	padding-top: 4px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	color: #172964;
	background-color: #FFEFC7;
}

tr.xaxis_odd
{
	background-color: #FFEFC7;
	color: Black;
}

tr.xaxis_even
{
	background-color: #D0DAFE;
}

td.xplot
{
	text-align: center;
	font-weight: bold;
	font-size: small;
	color: #4763BF;
}

a.plot
{
	cursor: help;
}

div.scatterdetails
{
	border-right: black 2px solid;
	border-left: black 2px solid;
	padding-left: 6px;
	padding-right: 6px;
	margin-bottom: 9px;
	float: left;
	width: 330px;
}

div.scatterdetails h3
{
	font-size: 100%;
	color: #172964;
	margin-bottom: 0px;
	margin-top: 0px;
}
div.scatterdetails p
{
	margin-top: 5px;
}

div.scatterplot
{
	margin: 10px 0px 20px 0px;
}

div.plot_hidden
{
	display: none;
}

div.plot_show
{
	display: inline;
}

div.scatter_help
{
	clear: both;
	width: 350px;
}

div.loginnav
{
	left: 500px;
	top: 50px;
	position: absolute;
}



/* links for chat window */
div.chat_window
{
	width: 380px;
	height: 100px;
	overflow: auto;
	vertical-align: baseline;
	background-color: #D9EDED;
	padding-top: 5px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	border-right: thin inset;
	border-top: thin inset;
	border-left: thin inset;
	border-bottom: thin inset;
}

textarea.chat_input
{
	width: 385px;
	color: Black;
	font-family: Verdana, sans-serif;
	font-size: 100%;
}

div.chat_sendbutton
{
	float: right;
}

div.chat_container
{
	width: 388px;
}

div.chat_whosonline
{
	clear: both;
	padding-bottom: 4px;
	padding-left: 5px;
}

div.chat_status
{
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #6E84CC;
	color: White;
	font-weight: bold;
	border-right-style: none;
	width: 389px;
}

div.sidemenu_title
{
	margin-left: 8px;
	margin-bottom: 5px;
	font-size: 130%;
	font-weight: bold;
	color: RGB(216,75,4);
	background-color: Transparent;
}

.yoursite
{
}
div.sidemenu_title_yoursite
{
	float: left;
	clear: right;
	margin-top: 20px;
	margin-left: 8px !important;
	margin-left: 4px;
	margin-bottom: 5px;
	font-size: 130%;
	font-weight: bold;
	color: RGB(216,75,4);
	background-color: Transparent;
}

.panel_dplist
{
	height: 200px;
	width: 360px;
	border-right: 2px inset;
	border-top: 2px inset;
	border-left: 2px inset;
	border-bottom: 2px inset;
	background-color: White;
	color: Black;
}

div.debate_response
{
	background-color: #E1E2FF;
	padding: 3px 3px 3px 3px;
	border: solid 1px #ADAEFE;
	margin-top: 8px;
	float: left;
}

div.debate_response_name
{
	float: right;
}

div.debate_report_problem
{
	float: right;
}

div.debate_response_date
{
	float: left;
}

div.debate_response_text
{
	clear: both;
	padding-top: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	font-style: italic;
}

div.debate_downloads
{
	margin-left: 40px;
	margin-bottom: 10px;
	clear: both;
}

div.debate_question
{
	background-color: #FDECBE;
	padding: 3px 3px 3px 3px;
	border: solid 1px #F9B921;
	margin-top: 6px;
	font-weight: bold;
	color: #745304;
}
div.debate_response_area
{
	margin-top: 14px;
	float: left;
}
div.debates_addnew_links
{
	padding-top: 10px;
	clear: left;
}
div.debate_live_date
{
	background-color: #745304;
	text-align: center;
	color: #FDECBE;
	font-weight: bold;
	margin-top: 6px;
	margin-left: 20px;
	margin-right: 25px;
	margin-bottom: 10px;
	padding: 3px 3px 3px 3px;
}

div.debate_live_soon
{
	background-color: #FDECBE;
	text-align: center;
	color: #745304;
	margin-top: -10px;
	margin-left: 20px;
	margin-right: 25px;
	margin-bottom: 10px;
	padding: 3px 3px 3px 3px;
	border: solid 1px #745304;
}
div.debate_new_question
{
	margin-bottom: 10px;
	margin-left: 25px;
	margin-top: 10px;
	border: none;
	clear: left;
}
div.debate_live_banner
{
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 20px;
	text-align: center;
}
div.debate_list
{
	clear: left;
	margin-left: 40px;
	padding-right: 10px;
	padding-top: 0.25em;
}
div.content_indented
{
	margin-left: 40px;
	margin-right: 20px;
}
div.debate_guest_speaker
{
	margin-left: 40px;
	margin-bottom: 4px;
}
div.debate_moderator
{
	margin-left: 40px;
	margin-bottom: 5px;
}
div.anonymous_check
{
	float: left;
}
a.debate_options
{
	color: #993300;
	background-color: White;
	text-decoration: underline;
	padding-top: 5px;
	width: 250px;
	font-weight: bold;
	font-size: 115%;
}
a:hover.link_children
{
	text-decoration: underline;
}

div.connection_box
{
	background-color: #D9EDED;
	color: #254B4B;
	border-left: solid 1px #254B4B;
	border-right: solid 1px #254B4B;
	border-bottom: solid 1px #254B4B;
	border-top: solid 1px #254B4B;
	float: left;
	margin-bottom: 10px;
}

div.connection_title
{
	background-color: #254B4B;
	font-weight: bold;
	text-align: center;
	color: #D9EDED;
	padding: 3px 3px 3px 3px;
}

div.connection_link
{
	padding: 4px 0px 4px 0px;
	text-align: center;
}
div.connection_description
{
	padding: 3px 3px 3px 3px;
}

div.connection_user
{
	padding: 3px 3px 3px 3px;
	float: right;
}

div.review_box
{
	background-color: #E4DEF2;
	color: #2C3E7A;
	border-left: solid 1px #254B4B;
	border-right: solid 1px #254B4B;
	border-bottom: solid 1px #254B4B;
	border-top: solid 1px #254B4B;
	float: left;
	margin-bottom: 10px;
}

div.review_title
{
	background-color: #2C3E7A;
	font-weight: bold;
	text-align: center;
	color: #E4DEF2;
	padding: 3px 3px 3px 3px;
}

div.review_rating
{
	padding: 4px 0px 4px 0px;
	text-align: center;
}
div.review_description
{
	padding: 3px 3px 3px 3px;
}

div.review_user
{
	padding: 3px 3px 3px 3px;
	float: right;
}

div.topic_video_links
{
	margin-top: 9px;
}

/************* Blog styles ***********************/
div.blogtopic_area
{
	float: left;
	width: 443px;
	padding-bottom: 10px;
	
}

div.blogtopic
{
	width: 443px;
	float: left;
	padding-left: 5px;
	margin-top: 10px;
	border: solid 3px #000000;
	border-left: none;
	
}
div.blogtop
{
	margin-top: 0px;
}

div.blogedittopic_title
{
	color: #5B5B5B;
	float: left;
	font-size: 135%;
	margin-top: 10px;
	font-weight: bold;
}

div.blogeditcomment
{
	margin-top: 5px;
	clear: both;
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: Blue;
	font-size: 100%;
	border-top: dotted 2px #C3CCEB;
	
}

div.blogcomment
{
	margin-top: 5px;
	margin-left: 2px;
	clear: both;
	margin-bottom: 5px;
	margin-right: 5px;
	padding-top: 15px;
	padding-bottom: 10px;
	border-top: dotted 2px #C3CCEB;
}
div.blogcommentvalid
{
	font-weight: bold;	
}


textarea.blogcomment_textbox
{
	width: 428px;
}
input.blogbutton_save
{
	float: right;
	margin-right: 11px;
}
input.blogbutton_delete
{
	float: left;
}
div.blogbuttons
{
	float: left;
	clear: right;
}
div.blogcomment a:hover
{
	text-decoration: underline;
}

div.blogcomment a
{
	text-decoration: none;
}


div.blogfiles
{
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 2px;
	margin-right: 6px;
}

div.blogfiles a:hover
{
	text-decoration: underline;
}

div.blogfiles a
{
	text-decoration: none;
}

div.blogbottom
{
	margin-bottom: 30px;
}

div.blogcomment_title
{
	font-size: 130%;
	color: #5B5B5B;
	float: left;
	margin-bottom: 8px;
	margin-top: 10px;
	font-size: 135%;
	font-weight: bold;
}
div.blogtopic_title
{
	font-size: 130%;
	color: #5B5B5B;
	float: left;
	margin-bottom: 8px;
	margin-top: 10px;
	font-size: 135%;
	font-weight: bold;
}
div.blogtopic_text
{
	margin-top: 5px;
	margin-left: 2px;
	clear: both;
	margin-bottom: 5px;
	
}

div.blogtopic_square
{
	background-color: #6E84CC;
	border-left: solid 3px #000000;
	border-bottom: solid 3px #000000;
	width: 16px;
	height: 16px;
	float: right;
}
div.blogtopic_date
{
	margin-bottom: 3px;
	margin-left: 2px;
	font-size: 90%;
	font-family: Verdana, sans-serif;
}
div.blog_other_area
{
	float: right;
	width: 142px;
}

div.blog_other
{
	width: 142px;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 7px;
	float: right;
	border-bottom: dotted 2px #C3CCEB;
}
div.othertop
{
	border-top: dotted 2px #C3CCEB;
}

div.blog_other_title
{
	font-size: 110%;
	font-weight: bold;
	color: #5B5B5B;
	margin-bottom: 3px;
	padding-right: 4px;
}

div.blog_other_text
{
	
	font-size: 110%;
	padding-right: 4px;
}
div.blogtopic_image
{
	float: left;
	clear: left;
}
div.addtopic
{
	border-bottom: none;
	margin-top: 10px;	
}

img.detail_image
{
	float: right;
	padding: 0px 4px 0px 4px;
	
}