/* CSS Document for Investor's Relations Website */

/**************   HTML Tags    ******************/
body{ color:#5c5c5c;
	  font-family:Verdana;
	  font-size: 8pt;
	  margin-left:0;
	  margin-top:0;
	  margin-right:0;
	  margin-bottom:0;
	  background:#FFFFFF;
	}
hr{ line-height:1px; color:#d1d1d1;
  }
/************* Links & Anchors  *****************/
img { border:0px }

a:link {
		 text-decoration:none;
		 color:#4964A7;
	   }
	   
a:visited {
		 	text-decoration:none;
			color:#4964A7;
	      }
		  
a:active {
		 	text-decoration:none;
		 	color:#4964A7;
	     }
		 	   
a:hover {
		  text-decoration:underline;
		  color:#493018;
	   	}

/************** Alignment ******************/
.aligning { vertical-align:middle}
/************** Titles/Headers ******************/
h1{ color:#5c5c5c; 
	font-family:Verdana; 
	font-weight: bold;
	font-size:9pt;
  }	 
  
b{ color:#5c5c5c;
}
    
.NewsReleaseTitle 
{
    color:#5c5c5c; 
	font-family:Verdana; 
	font-weight: bold;
	font-size:11px;
}	 

/************** BreadCrumbs ********************/

/* this is for the main title for the breadcrumbs */
.breadcrumbs{ color:#5c5c5c;
			  font-weight:bold; 
			  font-size:xx-small; 
			  font-family:Verdana; 
			  height: 15px;
			  text-align:left;
			  vertical-align: top;
			  padding: 2px;
			  background-color:White;
			} 

/**********   Navigation Menu  ****************/	

/* this is for the side menu */

.cDaughterMain{
	width: 100px;
	margin: 0px;
	padding: 0px;
	font-size: 9px;
	font-family: Verdana;
} 
.cDaughterMain a {display: block;} 
.cDaughterMain a:link, .cDaughterMain a:visited {
	/*border-top: 1px solid #FCFCCC;*/
	/*border-bottom: 1px solid #CCCCCC;*/
	background-color: #FFFFFF;
	font-weight: normal;
	padding: 0px 5px 0px 14px;
	color: #5c5c5c;
	text-decoration: none;
	border: 0;
} 
.cDaughterMain a:hover{	background-color: #EAEBDC;	color: #5c5c5c;	text-decoration: none;} 
.cParentMain{
	width: 100px;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	font-family: Verdana;
	border: 0;
	/*border-top: 1px solid #F0F0F0; */
	border-bottom: 1px solid #CCCCCC;
} 
.cParentMain a {display: block;} 
.cParentMain a:link, .cParentMain a:visited
{
    /*border-top: 1px solid #F0F0F0; */
    border-bottom: 1px solid #CCCCCC;	
    background-color: #FFFFFF;	
    font-weight: bold;
    padding: 2px 5px 2px 5px;	
    color: #5c5c5c;	
    text-decoration: none;
} 
.cParentMain a:hover{background-color: #EAEBDC; color: #5c5c5c;	text-decoration: none;}

/************* Main Table container ************************/
.Main { padding:0; width: 752px; margin:0px 0px 0px 0px }


/************* Disclaimer ********************/
.disclaimer {
	font-size: 9px;
	font-family: Verdana;
	color: #ffffff;
	vertical-align:top;
	text-align:center;
	background-color:#342519;
	border-top: 1px solid;
	border-color: #eaebdc;
	padding-bottom:2px;
	padding-top:2px;
}

a.disclaimer:link { color:#ffffff;}
a.disclaimer:visited { color:#ffffff;}
a.disclaimer:active{ color:#ffffff;}
a.disclaimer:hover{ color:#ffffff; text-decoration:underline;}
/****************** Banner **********************/
.banner {
	text-align:justify;
	vertical-align:top;
	width:750px;
	height:100px;
	border-bottom:1px solid #5c5c5c;
	border-color:#5c5c5c;
}

/********* Default content in table should be left aligned. and top aligned. ******/
td {
	vertical-align:top;
	text-align: left;
}		
.spacer-Big {
	height: 30px;
}
.placeholder { width:600px; background-color:#F9F9F9; margin:15px; padding:5px 10px 10px 10px; border:1px solid; border-color:#D9D9D9;}
.placeholder-3secs { width:600px; background-color:#F9F9F9; margin:15px; padding:5px 10px 10px 10px; border:1px solid; border-color:#D9D9D9;}

.sidemenu {width:150px; background-color:White;padding:0px 5px 0px 0px}
.rightmenu {width: 150px; background-color:White;padding:0px 0px 0px 5px}

.background-brown{background-color:#EAEBDC;}
.stock-header 
{
    background-color:#5D7B9D;
    font-size:10px;
    font-family:Verdana;
    font-weight:bold;
    color:White;
    padding: 3px 3px 3px 3px
}

/* this is for the date */
.date{ color:#5c5c5c;
	     font-weight:bold; 
		  font-size:xx-small; 
		  font-family:Verdana; 
		  height: 36px;
		  text-align:right;
		  vertical-align: top;
		  padding: 2px;
		  background-color:White;
} 

/* this is for the box */
.box{ border:1px solid #d1d1d1;
	border-color:#d1d1d1;
	padding:5px;
	background-color:#f9f9f9;
}

/* Images in admin menu */
.AdminMenu_Images { text-align:left; border:1px; }

.AdminMenu
{
    background-color:Gray;
    color:White;
    text-align:Left;
    font-weight: bold;
    width:100%
}
.AdminMenu a, .AdminMenu a:link, .AdminMenu a:visited, .AdminMenu a:hover 
{
    text-decoration: none;
    color:White;
} 
.Header { background-color: InfoBackground }
.Error { color:red; font-weight: bold; }
