﻿#master_content
{
	float: left;
	width: 750px;
	height:auto;
	margin-right: -550px;
	color: #666666;
 
}

#master_page
{
	margin: 0px auto 0px auto;
	width: 750px;
	height: auto;
	color:Black;
	font-size:14px;
	font-family: "Segoe UI", Arial, Helvetica, Sans-Serif;
}

#master_headertop
{
}

#master_header
{
	background: #FFFFFF no-repeat center top;
	margin: -1px auto 0 auto;
	width: 750px;
}



body
{ 
	background-image: url(images/bg_body.gif);
	background-repeat: repeat;
	margin: 10px auto 20px auto;
	font: 12px "Segoe UI", Arial, Helvetica, Sans-Serif;  
	width: 750px; height:inherit;
} 
 
#login a:link, #login a:visited {
	color: #FFFFFF;
}
#title h1 a:link, #title h1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#reportresults h2 {
	font-size: 1.1em;
	font-weight: bold;
}
a:link {
	color: Green;
}
a:visited {
	color: Green;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
/*begin creating the tabs */
.menu {
	margin-left: 0px;
	font-size: 14px;
	font-weight: bold;
}
/* set tab1 as top level container table, then target TDs inside*/
.menuItem td {
	color: #FFFFFF;
	height: 23px;
	background: url(images/tab_dim1.gif) no-repeat;
	width: 150px;
	text-align: center;
}
/* make current tab gray,set the background-color also in case images are not on  -----------------------HERE*/
.menuSelectedItem td {
	background: url(images/tab_dim1.gif) no-repeat;
}
/* make link and visited the same look,set the background-color also in case images are not on*/
.menuItem a:link, .menuItem a:visited {
	color: white;
	text-decoration: none;
}
.menuPopupItem a:link, .menuPopupItem a:visited {
	color: Black;
	text-decoration: none;
}
/* make hover by changing vertical position of background to -22px (the tab_dim2.gif is 44px high) */
.menuItem a:hover {
	text-decoration: none;
}

/* make drop down menu container style */
.menuPopup {
	background: url(images/background_drop_menugrey11.jpg) repeat #8C9FB4;
	border: 1px solid #666666;
	color: purple;
}

/* make drop down menu item style */
.menuPopupItem {
	color: Green;
	border-bottom: 1px solid white;
	padding: 3px;
}

.menuPopupItem a:hover {
	text-decoration: underline;
}

/* define the main layout divs */
#header {
	margin: 5px auto 20px auto;
	width: 800px;
}
#title {
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 28px;
	height: 75px;
	top: 0px;
	margin: 5px auto 0px auto;
	width: 800px;
}

/* make crumbs after making new nav */
#breadcrumb {
	padding-top: 4px;
	padding-left: 10px;
	background: #7dbd6d;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
}
#breadcrumb a {
	color: #FFFFFF;
	text-decoration: none;
}
#breadcrumb a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#body {
	padding: 0px 8px 10px 7px;
	background: #FFFFFF
}

 
#MainContent {
	padding: 0px 8px 10px 7px;
	height:inherit;
	background: white;
 

	 

	 
}
 
#Main 
{
	color: White 
	}
 
 
 

/* define other elements inside the main layout divs */
#title h1 {
	display: inline;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
/* can be removed if no images in breadcrumb area */
#breadcrumb img {
	border: none;
	padding-right: 3px;
	vertical-align: middle;
}
/* all the legend tags use this same style */
legend {
	padding: 0px 4px;
	margin: 0px 0px 7px 0px;
	color: #666666;
	font-weight: bold;
	font-size: 1em;
	vertical-align: middle;
}
 

/* all the fieldset tags use this same style */
fieldset {
	margin-bottom: 0px;
	padding: 0px 12px 12px 12px;
	display: block;
}

 
 

/* zero margin on all forms */
form {
	margin: 0px;
}
 
/* begin classes */
input, select, textarea {
	margin-bottom: 8px;
}

/* condense in mark up to be '.button' */
.submit, .reset, .delete, .create, .add, .copy {
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 0.9em;
	height: 28px;
}
 
 /* OLD formatting */
 .DataGridStyle
{
	border-right: Black 1px solid;
	border-top: Black 1px solid;
	font-size: 9pt;
	border-left: Black 1px solid;
	border-bottom: Black 1px solid;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	background-color: White;
}

.dgItemStyle
{
	font-size: 10pt;
	color: Black;
	vertical-align:top;
	font-weight:bold;  
	text-align:left ;
	}
	
	.dgHeaderStyle 
{
	font-size: 10pt;
	color: Black;
 
	font-weight:bold;  
	text-align:center ;
}