/* Styles used for the Portal*/

body {
	margin:0px;
	 font: 11px Tahoma;; color: #1c5679;
}
hr {
color: #fff; 
background-color: .#fff; 
border: 1px dotted #cccccc; 
border-style: none none dotted;
line-height:normal;
}
.style2 {
	font-family: tahoma;
	font-size: 6px;
	color: #000000;
}
input{
	 font: 11px tahoma; color: #1c5679;
}
textarea{
	 font: 11px Tahoma;; color: #1c5679;
	 padding: 4px 4px 4px 4px;
}
.newsletter {
	 border: 1px groove #ff9823;
	 height:17px;
	 color:#990066;
	 background-color: #EFEFEF;
	 font: 11px tahoma; color: #555555;
	 width:120px;
}
.pagetitle {
	text-align:center;
	font-size:12px;
}
.boxtitle {
	font-family: tahoma; 
	font-size:11px;
	color: #1c5679;
	text-align:justify;
}
hmenu{
	padding-left:35px;
	padding-right:35px;
}
a {
	text-decoration: none;
	color:#1c5679;
}
a:hover{
	color:#FF0000;
}
td{
	padding:0px;
}
table{
	border-collapse:collapse;
	border-spacing: 0px;
	font-family: tahoma; 
	font-size:11px;
	color: #1c5679;
}
.cftd{
	padding:1px;
	vertical-align:top;
	white-space:nowrap;
	font-weight:bold;
}
.cmtd{
	padding:4px 4px 4px 4px;
	font-weight:bold;
}
select{
	 border: 1px groove;
	 height:17px;
	 color:#990066;
	 background-color: #EFEFEF;
	 font: 11px tahoma; color: #1c5679;
}
.errorbox{
	background-color: #eeeeee;
	margin: 10px 2px 10px 2px;
	padding: 3px 2px 3px 2px;
	border: 1px dashed #bbbbbb;
	text-align: center;
	font-weight:bold;
}
.titlebox{
	background: url(../../site_images/title_box_bg);
	background-repeat:repeat-x;
	padding: 3px 0px 3px 5px;
	text-align: left;
	height:45px;
}
.subtitlebox{
	padding: 5px 0px 0px 2px;
}
#subs{
	height:25px;
	display: block;
	clear:both;
}
#hidebox{
	padding:10px;
	background-color: #F0F0F0;
}
#q{
	background:url(../../site_images/searchbg.jpg);
	border:0;
	color:#666666;
	padding:4px 2px 2px 2px;
	height:20px;
	width:200px;
	float:left;
	margin: 0px 0px 5px 6px;
}
#qs{
	display:inline;margin:0;
}
#ent1{
	font-size:15px;
	font-weight:bold;
}
#ent5{
	font-size:13px;
	font-weight:bold;
}
#noherf{
	cursor:pointer;
}
.highlightit img{
	margin:2 5 0 0px;
	border:none;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
}

.highlightit:hover img{
	margin:2 5 0 0px;
	border:none;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}

.highlighted{
	margin:2 5 0 0px;
	border:none;
}

#report_block{
  background-color:#CCCCCC;
  width: 170;
  padding: 5 5 5 5px;
  margin: 5 5 5 5px;
  text-align:center;
  
}
#report_td{
  padding: 5 5 5 5px;
  text-align:left;
  
}
/* **************************************************************** */
/* Styles used for the image scroller*/
motioncontainer a img{ /*image border color*/
border: 1px solid #ccc;
}

#motioncontainer a:hover img{ /*image border hover color*/
border: 1px solid navy;
}

#motioncontainer a:hover{
color: red; /* Dummy definition to overcome IE bug */
}

#statusdiv{
position: absolute;
padding: 2px;
left: -300px;
background-color: lightyellow;
border: 1px solid gray;
visibility: hidden;
}
/* **************************************************************** */
/* Styles used for the Company Menu*/
.anylinkcss{
position:absolute;
visibility: hidden;
text-indent: 5px;
font-weight:bold;
z-index: 150;
background-image:url(../../site_images/company_bg_menu.gif);
filter:alpha (opacity=80); /* MS Internet Explorer */
filter:progid:DXImageTransform.Microsoft.Alpha (style=0, opacity=80) /* MS IE proprietory */
-moz-opacity: 0.8; /* Mozilla v1.6 and below */
opacity: 0.8; /* CSS-3 Standards */
-khtml-opacity:.8 /* Safari */
width: 205px;
}

.anylinkcss a{
height:15px;
background-image:url(../../site_images/company_bg_menu.gif);
width:180px;
display: block;
margin: 5px 0px 5px 0px;
font-weight: bold;
}

.anylinkcss a:hover{ /*hover background color*/
background-color:#999999;
}
/* **************************************************************** */
/* Styles used for the Info Popup Box*/
#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}
/* **************************************************************** */
