﻿
body { 
background-color: black; 
font-family: Verdana, sans-serif; 
font-size: 12px; 
color: #00008B;
}

a { font-family: Verdana, sans-serif; font-size: 12px; color: #483D8B; text-decoration: underline}

a:hover { font-family: Verdana, sans-serif; font-size: 12px; color: #A52A2A; background-color: #FAEBD7}

h1 { font-family: Verdana, sans-serif; font-size: 16px; color: #A52A2A }
h2 { font-family: Verdana, sans-serif; font-size: 14px; color: #A52A2A }

hr{ color:Orange; background-color:blue; width:90%; height:2px; } 


.sidebar
{
	width: 100%;
	margin-bottom: 10px;
}

.sidebarheader
{
	height: 24px;
	padding: 10px 0 0 10px;
	
	background: url(../images/menu_header.jpg) no-repeat left top;
	color: #FFF;
	font-family: Arial, Sans-Serif;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

.sidebarcontent
{	
	border: 1px solid #0F2543;
	padding: 1px 1px 1px 1px;
	

	
}

#SideMenu
{	
	padding-top: 5px;
	background: black ;
}
.sidebarcontent a
{
	padding: 2px 5px;
	color: #FFF;
	text-decoration: none;
	font-size: 16px; 
}

.sidebarcontent a:hover
{
	background-color: black;
	color: #111;
	font-size: 16px; 
}

.sidebarcontent a:visited
{
	font-weight: normal;
}
#master_header
{
	margin: 0px auto 0 auto;
	width: 980px;
}
#master_headertop
{
	background: url(../images/top1.jpg) no-repeat left top;
	height: 60px;
}

#master_headerbottom
{
	background: url(../images/top2.jpg) no-repeat left top;
	height: 59px;
	padding-left: 160px;
	
	}

#master_page
{
	margin: 5px auto 5px auto;
	width: 980px;
}

#master_menu
{
	float: left;
	width: 140px;
	padding-right: 10px;
}
#master_content
{
	float: left;
	width: 830px;
	margin-right: -830px;
	color: #000;
}

#master_content ul
{
	
}

#master_content ul li ul li
{
	list-style-type: disc;
}

#master_contentheader
{
	height: 19px;
	background: url(../images/rightcoltop.gif) no-repeat right top;
}

#master_contentplaceholder
{

	border-left: 1px solid #0F2543;
	border-right: 1px solid #0F2543;
	border-bottom: 1px solid #0F2543;
	background-color: #EFEFEF;
	line-height: 1.5em;
}
#table_edit_header

{
	font-weight: bold;
	color: Blue;
	background-color:Black;
}

#master_contentfooter
{
	clear: both;
	padding: 10px 0 5px 10px;
	color: #333;
	font-size: 0.8em;
	letter-spacing: 0.1em;
}

.PageTitle
{
	
	color:black;
	background-color:Gray;
	font-weight:bold;
	border: single 1 black;
	border-style:outset;
	}
.table_edit_header
{
	
	color:black;
	background-color:Gray;
	font-weight:bold;
	border: single 1 black;
	
	
	}
.table_records_found
{
	
	color:black;
	background-color:silver;
	font-weight:bold;
	border: single 1 black;
	border-style:none;
	
	}

.tableView {
color:#333333;
border-collapse:collapse;
border-bottom:single 1; 
white-space:normal;
color: #00008B;


}
.tableView caption {
background-color: black;
color: White;
font-size: 12pt;
font-family: Verdana, sans-serif; 
font-weight:bold;
}
.tableView td{
padding-right: 3px;
white-space:nowrap;
font-family: Verdana, sans-serif; 
font-size: 12px; 
}
.tableViewHeader, .tableViewFooter{
background-color:purple;
color:White;
font-weight:bold;

}
.tableViewRow{
background-color:#FFFBD6;
color:#333333;
font-size: 12pt;
padding:0px;
border-bottom:single 1 black;


}
.tableViewEditRow{
background-color:black;
}
.tableViewSelectedRow{
background-color:#FFCC66;
font-weight:bold;
color:navy;
}
.tableViewPager{
background-color:#E0E0E0;
color:#333333;
text-align:center;

}
.tableViewAlternatingRow{
background-color:White;
color:#284775;
font-size: 12pt;
padding:0px
}

.TableLayout
{
	border-style:outset;
	BORDER-RIGHT: black thin solid; 
	BORDER-TOP: black thin solid; 
	BORDER-LEFT: black thin solid; 
		BORDER-BOTTOM: 	black thin solid; 
	BACKGROUND-COLOR: #1170D1;
	color: black;
	
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#790079;
	border-width:3px;
	border-style:solid;
	border-color:black;


}

