﻿body{
    font-family: arial;
    margin: 0;
    background-image: url("../images/blines.jpg");        
}

.ControlPanelTitle{
    background-color: #B7B7B7;
    text-align: center;
    font-weight: bold;
    color: #333333;
    font-size: 12px;
    width: 100%;
}

.ControlPanelText{
    font-size: 10px;
    font-weight: normal;  
    text-align: right; 
    height: 75px;   
    font-family:Arial, Verdana, Sans-Serif;
    color:#000000;
}

.ControlPanelSeparator{
    background-image: url("../images/CPColumn.jpg"); 
    width: 5px;      
	  
}

.ControlPanelControl{
    width: 130px;
    font-size: 10px;
}

.ModuleZone{
    text-align: center;
}

.BottomRow{
    background-color: #000000; 
}     

.BodyText{
    font-weight: normal;
    font-size: 10px;
}

.HiddenField{
    display: none;                   
}      

.PageTitle{
    font-weight: bold;
    font-size: 18px;
    color: #666666;
    border-style: solid;
    border-color: #666666;
    border-width: 0 0 1px 0;
    padding-bottom: 5px; 
    text-align:left;
}

.PageContent{
    padding: 25px 25px 25px 50px;       
}

.formLabel{
	font-weight: bold;
	font-size: 12px;
	text-align:right;
	white-space: nowrap;
}  

.formLabelLeft{
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	white-space: nowrap;
}  


.formFieldMedium{width: 200px;}
.formFieldMediumDD{width: 205px;}


.formField{width: 125px;}
.formFieldDD{width: 120px;}
			
.formCloseButton{
	height: 25px;
	width: 25px;
	background-color:#000066;		
	color: #FFFFFF;
	font-weight:bold;
	text-align:center;
	border: none;
}

.WebPartHandle{
	background-color: #cacaca;
	background-image: url("../images/WebPartHandleBG.jpg"); 
	height: 24px;
	text-align: right;
	cursor: move;
	border-bottom: solid 1px #999999;
	white-space:nowrap;
}

.WebPartHandleBG{
	background-color: #cacaca;
	background-image: url("../images/WebPartHandleBG.jpg"); 
	border-bottom: solid 1px #999999;
}

 .HiddenField{
    display: none;
}        



 .TabOnLabel{
    color: #000000;
    font-weight: bold;
    font-size: 11px;
    background-image: url("../images/Tab1Selected_04.gif"); 
    white-space: nowrap;
    padding-left: 5px;
}

.TabOffLabel a{
    color: #333333;
    text-decoration: none;
}

 .TabOffLabel{
    color: #333333;
    font-weight: bold;
    font-size: 11px;
    background-image: url("../images/Tab1Selected_06.gif"); 
    white-space: nowrap;
    padding-left: 5px;
}  

.NoTab{
    background-image: url("../images/Tab1Selected_08.gif"); 
    width: 80%;
}  

.tableText{
	border-style:none;
	background-color:Transparent;
	font-size: 13px;
	color:#000000;
}

.toolbarIconContainer{
	padding-left:5px; 
	padding-right:5px;
}

.toolbarHeader
{
	font-size: 11pt;
	font-weight:bold;
}