﻿body
{
	background-color: #FFFFFF;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;

}

a:link { color:#000000; text-decoration: none;  font-size: 10px; font-family: Arial}
a:visited { color:#000000; text-decoration:none;  font-size: 10px; font-family: Arial}
a:active {color:#000000;}
A:HOVER {color : Red;}

.PageLayout {
    border-style:none;
}
.PageLayout_Navigation {
    width:200px;
    height:800px;
    vertical-align:top; 
}
.PageLayout_Content {
    width:90%;
    height:800px;
    vertical-align:top;
    padding-left:10px;
}















.Title 
{
    width:200px;
    height:100px;
}
.LoginName 
{
    font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
}

.Text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
}

.Headline
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style : normal;
	color:#009628;
	font-weight : bold;
	margin-bottom : 5px;
	margin-top : 0px;
}

.SubHeadline
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style : normal;
	color:#009628;
	font-weight : bold;
	margin-bottom : 0px;
	margin-top : 0px;
}


.gridview .actions div {
	float: right;
	padding-right: 2px;
	text-align: right;
	width: 95px;
}

.gridview .edit td,.gridview .create td {
	background: Red;
	padding: 4px;
	border-bottom: solid 2px #FFFFFF;
	border-top: solid 2px #FFFFFF;
}

.gridview td {
	background: #e3e3e3;
	border-bottom: solid 1px #C5DBF7;
	color: #333333;
	font: small "Segoe UI", Segoe, sans-serif;
	padding: 5px 4px;
}
.gridview td a{
	color: #009628;
	font: bold small "Segoe UI",Segoe,sans-serif;
	padding: 2px;
	text-decoration: none;
}
.gridview td a:hover {
	color: #009628;
	font-weight: bold;
}
.gridview th {
	background: #009628;
	color: #FFFFFF;
	font: small "Segoe UI", Segoe, sans-serif;
	letter-spacing: 0;
	padding: 4px;
	text-align: left;
}
.gridview th a{
	color: #FFFFFF;
	font: bold small "Segoe UI",Segoe,sans-serif;
}
.gridview th a:hover{
	color: Red;
}
.gridview tr.even td,.detailsview tr.even td{
	background: #FFFFFF;
}
.gridview tr.header {
	background: #009628;
}
.gridview {
	width: 800px;
}
.detailsview td {
	background: #e3e3e3;
	color: #009628;
	font: small "Segoe UI", Segoe, sans-serif;
	padding: 15px 10px 10px 10px;
}

.insertheader 
{
    color: #FFFFFF;
	font: bold small "Segoe UI",Segoe,sans-serif;
	background: #6a8198 url(images/add.gif) 6px 50% no-repeat;
	margin-top: 25px;
	padding-left: 25px;
	position: relative;
	width:776px;
}
.Failure
{
    font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	color: Red;
}
h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style : normal;
	color:#009628;
	font-weight : bold;
	margin-bottom : 5px;
	margin-top : 0px;
}
.menuTabs
{
    position:relative;
    top:1px;
    left:10px;
    font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
.tab
{
    border:Solid 1px black;
    border-bottom:none;
    padding:0px 10px;
    background-color:#eeeeee;
}
.selectedTab
{
    border:Solid 1px black;
    border-bottom:Solid 1px white;
    padding:0px 10px;
    background-color:white;
}
.tabBody
{
    border:Solid 1px black;
    padding:20px;
    background-color:white;
}