﻿#TopDiv
{
	width:965px; 	
	height:116px;
	vertical-align:top;
	float:none;	
	background:url(../images/headerBg.jpg) repeat-x;
}
#TopLeft
{
	width:190px;
	height:116px;
	background:url(../images/logo.jpg) no-repeat;
	float:left;
	text-align:right;
	vertical-align:top;	
}
#TopRight
{
	width:770px;
	height:116px;	
	float:right;
	vertical-align:top;
	text-align:center;
	background:url(../images/headerRight.jpg) no-repeat;
}
#TopRight .RightDiv
{
	width:50%;	
	margin:0px 5px 0px 5px;	
	padding:3px 55px 0px 0px;	
	float:right;
	text-align:center;
	height:26px;
}
.ReferenceDiv
{
	 float:left;
	 margin:0px 3px 2px 3px;	 	 
	 text-align:center;	
	 display:block;	 	 
}
.HiddenDiv
{		
	display:block;
	position:absolute;
	padding-bottom:0px;
	margin-bottom:0px;
	bottom:0px;		
}
.HiddenDiv a
{
	color:#FFFFFF;
}
.BottomLink
{
	color: #6B6B6B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
}
.BottomLink:hover
{
	color:#000;
	text-decoration:underline;
}
.ImagesBorder
{
   border:1px solid #808080;
   padding:1px;  
}
.Title
{
	 text-align:left;
	 padding:2px 0px 0px 2px;
	 font-family:Trebuchet MS;	 
	 font-size:12px;	 
	 color:#000;
	 width:95%; 
	 vertical-align:middle; 
}
.TitleImage
{
  background:url(../images/line.jpg) no-repeat left;  
  width:100%;
  height:8px;
}
.TdLeft
{
 width:25%;	
 vertical-align:top; 
}
.TdRight
{
 width:75%;
 vertical-align:top;
 padding-left:10px;	
 text-align:left;
}
.TrLeftSeperator
{ 
 text-align:left;
 vertical-align:top;
}
.LeftMenu
{	
 color:#363636;
 font-weight:bold; 
 text-decoration:none;
}
.LeftMenu:hover
{
 text-decoration:underline;
}
.LeftMenuTextHeader
{
 text-decoration:underline;
 color:#363636;
 /*color:#BC2B28;*/
}
.LeftMenuText
{ 
 color:#363636;
 text-decoration:none;
}
.LeftMenuAnouncement
{ 
  color:#363636; 
  text-decoration:none;
}
.LeftMenuAnouncement:hover
{  	
  text-decoration:underline;
}
.RightContent
{
  font-family:Tahoma;  
  line-height:18px;
  text-align:left;  
  color:#000;    	
}
  
.formBox
{ 
	border:solid 1px #46a6be;		
	color:#0297be;
	border-style:solid;
}

.formHeader
{	
	height:24px;
	vertical-align:middle;	
    text-align:left;
    padding-left:5px;	
}
.formItem
{	
	width: 30%;
	white-space: nowrap;
	vertical-align:middle;	
	color:#404040;
	text-align:right;
	padding:5px 5px 5px 5px;
}
.formItemLeft
{	
	width: 40%;
	white-space: nowrap;
	vertical-align: top;
	color:#404040;
	text-align:left;
	padding:2px 2px 2px 2px;
}
.formInput
{	
	color:#404040;		
	padding:5px 5px 5px 5px;
	text-align:left;
	width: 70%;	
}
.InputStyle
{	
    border:1px solid #8598a9;
    padding:2px;
    color:#555;
    font-size:11px;
    width:70%;
    float:left;
    text-align:left;
}
.MyButton
{
    border:solid 1px #CCCCCC;    
    color:#FFF;
    font-size:11px;    
    background:url(../images/blockHeader.JPG) repeat-x top;
    cursor:pointer;
    padding:2px 15px 2px 15px;
    font-weight:normal;    
    text-decoration:none;        
    display:inline-block;
    vertical-align:top;
       
}
.MyButton:hover
{
	text-decoration:underline;        
}
.contentPanel
{
	overflow:auto;
	height:550px;
	width:100%;
}
.LinkImage
{
	border:0;
}
.ArticleTitle
{  
 font-size:12px;
 color:#138FD7;
 width:98%;
}
.ArticleContent
{
  text-align:left;
  color:#595959;
}
/*----------------Tabs style--------------------------*/
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 99%; 
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
	line-height:26px;
	vertical-align : middle;
	font-size:10px;
}

.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;	
    line-height:25px;
    background-image:url(../images/contentHeader.jpg);
    background-repeat :repeat-x;  
	margin: 0px 1px 0px 0px;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;	
    border-right: solid 1px #DCDCDC;
    border-left: solid 1px #DCDCDC;
    border-top: solid 2px #DCDCDC;
    border-bottom : solid 1px #DCDCDC;
    padding-left:15px;
    padding-right:15px;
    margin-right : 5px;
    margin-left:0px;
    color:#FFF;
	font-weight:bold;
	font-size:12px;
	font-family:Tahoma;	
	text-decoration : none;
	vertical-align :middle;
	cursor:hand;
}

.TabbedPanelsTabHover 
{    
	text-decoration:underline;
}

.TabbedPanelsTabSelected {
	background-color: #fff;
	background-image:url(../images/blockHeader.jpg);
	background-repeat: repeat-x;
	border-bottom : none;	
	color:#FFF;
	height : 26px;
	text-decoration:underline;
}

.TabbedPanelsTab a {
	color: blue;
	text-decoration: none;
}


.TabbedPanelsContentGroup {
    color:#404040;
	clear: both;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	background-color: #fff;
	padding-top : 5px;
	padding-left:5px;
}

.TabbedPanelsContent {
	padding: 4px;
	text-align:left;
	line-height:15px;
}

.TabbedPanelsContentVisible {
}
.SingleColumnList
{
	width:100%;	
	margin:0px;
	padding:0px;	
	list-style-type:none;	
}
.SingleColumnList ul
{
	margin:0px;
	padding:0px;
	font-size:12px;
}
.SingleColumnList li
{	
	width:95%;
	/*float:left;*/
	padding:2px 0px 2px 12px;
	line-height:16px;		
	margin:1px;  			
	border-style:none;
	background:url(../images/bullet_child.gif) no-repeat;		
	background-position:left center;
}
.SingleColumnList li a
{
	text-decoration: none;
	color: #193d5d;
}
.SingleColumnList li a:hover
{
	text-decoration:underline;		
}
.SectionList
{
	width:100%;	
	margin:0px;
	padding:0px;	
	list-style-type:none;	
}
.SectionList ul
{
	margin:0px;
	padding:0px;
	font-size:12px;
}
.SectionList li
{	
	width:95%;
	/*float:left;*/
	padding:2px 0px 2px 12px;
	line-height:16px;		
	margin:1px;  			
	border-style:none;
	background:url(../images/bullet_parent.gif) no-repeat;		
	background-position:left center;
}
.SectionList li a
{
	text-decoration: none;
	color: #193d5d;
}
.SectionList li a:hover
{
	text-decoration:underline;		
}

#MainCurDiv
{
   font-size:11px;   	
   display: block; 
   width: 98%;
}
.CurrencyTitle
{
   font-size:12px;
   width:90%;
   text-align:left;
   padding:5px;      
   display:block;    
}
.CurrencySelectDiv
{
  width:98%;
  text-align:center;  	
}
.CurrencySelect
{
  border:solid 1px #DCDCDC;	
  text-align:center;
}
.CurrencyLeft
{
	width:50%;
	padding:3px 5px 3px 0px;
	text-align:right;		
	float:left;
}
.CurrencyRight
{
	width:45%;
	padding:3px 5px 3px 0px;
	text-align:left;	
	float:right;
}
.PollResultDiv
{
  height:10px;
  background:url(../images/pollBg.gif) repeat-x;	
}
.CameraLink
{
text-decoration:none;
color:#DDDDDD;
}
.CameraLink:hover
{
color:#FEFEFE;
}