html, body { 
	font: 11px 'Verdana','Arial','Helvetica','Sans-Serif'; 
	text-align: left; 
	background-color: #fefefe;
	padding: 0px;
	margin: 0px;
	color: #996600;
}
.defaultTable {
	background-color: #fefefe;
	border: solid 1px #ffcc33;
	width: 500px;
	font: 11px 'Verdana','Arial','Helvetica','Sans-Serif'; 
	text-align: left; 		
}
.searchDiv {
	border: solid 1px #ffcc33;
	padding: 5px;	

}
.defaultButton {
	border: outset 1px #ffcc99;
	color: #996600;
	background-color: #ffeebb;
	font: 11px 'Verdana','Arial','Helvetica','Sans-Serif'; 		
	cursor: pointer;
}
select, textarea {
	background-color: #ffeebb;
	color: #996600;
	border: #ffcc99 1px solid;		
	z-index: 1; 
	width: 800px;
}
input {
	border: #ffcc99 1px solid;
	background-color: #ffeebb;
	color: #996600;
	z-index: 1;
}
.bigInput {
	width: 300px;
}
.action_level_0 {
	width: 500px;
	font-weight: bold;
	font-size: 12px;
}
.action_level_1 {
	width: 490px;
	padding: 5px 0px 0px 10px;      
	font-weight: bold;
}
.action_level_2 {
	width: 485px;
	padding: 5px 0px 0px 20px;      
	font-weight :bold;
}
.permission_level_1 {
	padding: 5px 0px 0px 10px;      
}
.permission_level_2 {
	padding: 5px 0px 0px 20px;      
}
.choose_title {
	font-size:12px;
	font-weight:bold;
	padding: 10px 0px 5px 0px;    
}
.tableFooter {
	background-color: #ffffee;
	text-align: center;
}
.tableHeader {
	background-color: #ffffee;
	text-align: center;	
	font-weight: bold;	
}	
th { 
	font: 12px 'Verdana','Arial','Helvetica','Sans-Serif'; 
	text-align: left; 
	font-weight: bold; 
}
.title { 
	font: 30px 'Verdana','Arial','Helvetica','Sans-Serif'; 
	font-weight: bold; 
	margin-left: -2px;
}
.title_action { 
	font: 12px 'Verdana','Arial','Helvetica','Sans-Serif'; 
	font-weight: bold; 
	margin-bottom: -4px; 
}
.warning { 
	color: #ff0000; 
	width:719px; 
	position:relative; 
	float:left; 
	border:1px solid #ff0000; 
	margin: 5px 0px;
}
.instructions { 
	font: 9px 'Arial','Helvetica','Sans-Serif'; 
	font-style: italic; 
}
.item_divider { 
	line-height: 16px; 
}
.item_label { 
	font: 11px 'Verdana','Arial','Helvetica','Sans-Serif'; 
	padding-bottom: 4px; 
}
.item_label_disabled { 
	font: 12px 'Verdana','Arial','Helvetica','Sans-Serif'; 
	padding-bottom: 4px; 
	color: #999999; 
}
.button { 
	font: 10px 'Verdana','Arial','Helvetica','Sans-Serif'; 
	font-weight: bold; 
}
.listbox { 
	font: 12px 'Verdana','Arial','Helvetica','Sans-Serif'; 
	width: 250px; 
}
.textbox { 
	font: 12px 'Verdana','Arial','Helvetica','Sans-Serif'; 
	width: 250px; 
}
.paginator_inactive_step { 
	font-weight: bold; 
	color: #aaaaaa; 
}
.paginator_active_step { 
	font-weight: bold; 
	color: #000000;
	text-decoration: none; 
}
.paginator_page { 
	text-decoration: none; 
	color: #000000; 
	padding: 0px 3px 0px 3px; 
}
.paginator_selected_page { 
	font-weight: bold; 
	background-color: #ddccff; 
	padding: 0px 3px 0px 3px; 
	border: 1px; 
	border-style: solid; 
}
.dashboard_top {
	width: 854px; 
	margin-left: 170px; 
	color: #000066; 
	font: 30px 'Verdana','Arial','Helvetica','Sans-Serif'; 
	font-weight: bold; 
	height: 40px;
}
.dashboard_pane {
	float: left; 
	font-size: 10px; 
	width: 160px;
}
.dashboard_left {
	float: left; 
	background-color: #eeeeff; 
	width: 400px; 
	height: 500px; 
	margin-left: 10px; 
	border-width: 1px; 
	border-style: solid; 
	border-color: black; 
	padding: 10px; 
	overflow: auto;
}
.dashboard_right {
	float: left; 
	background-color: #eeeeff; 
	width: 400px; 
	height: 500px; 
	margin-left: 10px; 
	border-width: 1px; 
	border-style: solid; 
	border-color: black; 
	padding: 10px; 
	overflow: auto;
}
.inline {
	width:720px;
	float:left; 
	margin:2px;
}
.div_container {
	position: relative;
	margin-top: 15px;
	width: 780px;
	float: left;
	margin-left: -390px;
	left:50%;
}
.tableDiv {
    position: relative;
	/*border: solid 1px #cccccc;*/
	float: left;
	outline: solid 1px #cccccc;
	padding: 3px 3px 3px 3px;
}
.tdLeftDiv {

    float: left;   
    width: 200px;
    height: 20px;
    position: relative;
    padding: 1px 0px 1px 5px;
    text-align: right;
}   
.tdRightDiv {

    float: right;
    width: 500px;
    min-height: 20px;
    position: relative;
    margin-left: 2px;
    padding: 1px 0px 1px 5px;

}
.tdBothDiv {	

    float: left;
    width: 717px;
    min-height: 20px;
    position: relative;
    padding: 1px 0px 1px 5px;
    text-align: center;
    font-weight: bold;   
    background-color: #fafafa;    
}
.tdBothDivB {

    float: left;
    width: 717px;
    min-height: 20px;
    position: relative;
    padding: 1px 0px 1px 5px;
    text-align: left;
    font-weight: normal;   
    background-color: #ffffff;    
}    
.login_title {
	background-image: url('../images/logo_repeat.gif');
	background-repeat: repeat-x;
}


.warning_login {
	color: #ff0000;
}
.logout{
	width: 100px;
	text-align: right;
	float: left;
}
.data_grid {
	border: solid 1px #004c87;	
}
.entity_info, .entity_details {
	width:780px;
}
.entity_info, .entity_options, .entity_name, .entity_start_date, .entity_details {
	float:left;
	margin:0px;
	padding:0px;
}

.entity_details{
	padding:10px;
}

.entity_options {
	width:195px;		
	border-top: solid 1px #cccccc;
	padding: 8px 0px 8px 0px;
}
.entity_name{
	width: 390px;
	border-top: solid 1px #cccccc;
	padding: 8px 0px 8px 0px;
}
.entity_start_date {
	width: 150px;
	border-top: solid 1px #cccccc;
	padding: 8px 0px 8px 0px;		
}
.entity_options_title {
	width:195px;		
	border-top: solid 1px #cccccc;
	padding: 8px 0px 8px 0px;
	background-color: #f5f5f5;
	float: left;
}
.entity_name_title{
	width: 390px;
	border-top: solid 1px #cccccc;
	padding: 8px 0px 8px 0px;
	background-color: #f5f5f5;
	float: left;
}
.entity_start_date_title {
	width: 150px;
	border-top: solid 1px #cccccc;
	padding: 8px 0px 8px 0px;
	background-color: #f5f5f5;	
	float: left;	
}
.all_right {
	background-image: url('../images/alldown.gif');
	background-repeat: no-repeat;
	background-position: center center;
	width: 40px;
}
.all_left {
	background-image: url('../images/alltop.gif');
	background-repeat: no-repeat;
	background-position: center center;
	width: 40px;	
}
.right {
	background-image: url('../images/down.gif');
	background-repeat: no-repeat;
	background-position: center center;
	width: 40px;	
}
.left {
	background-image: url('../images/top.gif');
	background-repeat: no-repeat;
	background-position: center center;
	width: 40px;	
}
.dtrContainer {
	position:relative;
	float:left;
	margin-top:20px;
}
.message {
	margin-top: 20px;
	position: relative;
	float:left;	
	color: #aa8833;	
	border: solid 1px #cccccc;
	padding: 15px 15px 15px 50px;
	background-image: url('../images/ok.gif');	
	background-repeat: no-repeat;
	background-position: 10px 5px;
	background-color: #ffeebb;	
}
.message_fail {
	margin-top: 20px;
	position: relative;
	float:left;
	color: #ff0000;	
	border: solid 1px #cccccc;
	padding: 15px 15px 15px 50px;
	background-image: url('../images/error.gif');	
	background-repeat: no-repeat;
	background-position: 10px 5px;
}
.link a {
	color: #aa8833;	
	margin-top: 30px;
	float: none;
	border: solid 1px #cccccc;
	padding: 15px 15px 15px 50px;
	background-image: url('../images/pdf.gif');	
	background-repeat: no-repeat;
	background-position: 10px 5px;
	text-decoration: none;
	background-color: #ffffbb;
}
.none {
	border: none;
	display: none;
}
#ReportTable {
	width: 730px;
	float: left;
	margin-top: 20px;
	padding: 0;
	text-align: left;
}

#ReportTable table{
	background-color: #cccccc;
	width: 730px;
}

#ReportTable table tr {
	background-color: #fefefe;
}

#ReportTable table tr th {
	background-color: #ffeebb;
	text-align: center;
}

.visiblePanel {
	border: solid 1px #cccccc;
	padding: 5px;
	width: 300px;
}