﻿body,html 
{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	
	padding:0px;
	margin:0px;
	width:100%;
	height:100%;

	background-color: white;
	background-image: url('../../Graphics/Layout/background.png');
	background-repeat: repeat;
}

img
{
	border-width: thin;
	border-color:Gray;
	border-style:solid;
}

a:link { color: #333333 }
a:visited { color: #333333 }
a:active { color: #696969 }
a:hover { color: #696969; cursor: pointer }

input { max-width: 400px;}

.hideOverflow
{
	overflow: hidden;
}



#outsideDiv
{
	position:relative;
	margin:0 auto;
	height:100%;
	width: 990px;
	min-height:100%;
}
#contentArea
{
     width:990px
}
#headerTd
{
	width: 990px;
	height: 185px;
	background-image: url('../../Graphics/Layout/header.jpg');
	background-repeat: no-repeat;
	text-align: center;
	vertical-align:top;
	cursor: pointer;
}
#middleTd
{
	background-color: white;
	background-image: url('../../Graphics/Layout/mid.jpg');
	background-repeat: repeat
}
#footerTd
{
	width: 990px;
	height: 186px;
	background-image: url('../../Graphics/Layout/footer.jpg');
	background-repeat: no-repeat;
	text-align: center;
	font-size: 11px;
}
#leftSideTd
{
	width:1%;
	background-image: url('../../Graphics/Layout/sideTopLeft.jpg');
	background-repeat: no-repeat
}
#rightSideTd
{	
	width:1%;
	background-image: url('../../Graphics/Layout/sideTopRight.jpg');
	background-repeat: no-repeat
}

.navMenuTop
{
	position: relative;
	width:100%;
	margin-top: 95px;
	text-align: center;
	font-size:14px;
}

.navMenuBottom
{
	position: relative;
	width:100%;
	margin-top: 85px;
	text-align: center;
	font-size:14px;
}

.alert
{
	color: #C00;
}

h3
{
	margin: 0px;
}

div
{
	white-space:normal;
}


table
{
	border-collapse: collapse;
}

td
{
	padding: 0px;
	white-space:normal;
}

td.browseProducts
{
	vertical-align: top
}

td.details
{
	border: 2px solid #009;
	padding: 10px;
	background-color:#EEE;
}

td.formLabels
{
	padding: 3px;
	vertical-align: middle;
	text-align: right;
}

td.formLabelsTop
{
	text-align: left;
	padding: 3px;
	padding-top: 20px;
}

td.formFields
{
	padding: 3px;
	vertical-align: middle;
	font-size: small;
}

.formFieldDirections
{
	font-size: x-small;
	font-style: italic;
}

table.list td
{
	padding-left: 5px;
	padding-right: 5px;
}

table.list tr {
	background-color: #FFC;
}

table.list tr.odd {
	background-color: #CCC;
}

table.webparts tr th
{
	background-color: #5D7B9D;
	padding: 5px;
	color: #FFF;
	font-size: 100%;
	border: 1px solid #009;
}

.buttons
{
	cursor: pointer;
}

.instructorRegistraionTitle
{
	font-size: xx-large;
	font-weight: bold;
	text-align: center;
	padding-bottom: 20px;
	text-decoration: underline;
}

.detailsViewHeader td
{
	padding-left: 3px; 
	padding-right: 10px;
	padding-top: 3px; 
	padding-bottom: 3px;
}


.detailsViewFieldHeader
{
	padding-left: 3px; 
	padding-right: 40px;
	padding-top: 3px; 
	padding-bottom: 3px;
	vertical-align: middle;
}
.detailsViewFieldHeader td
{
	padding-left: 3px; 
	padding-right: 40px;
	padding-top: 3px; 
	padding-bottom: 3px;
	vertical-align: middle;
}


.detailsViewRow
{
	padding-left: 3px; 
	padding-right: 10px;
	padding-top: 4px; 
	padding-bottom: 4px;
}
.detailsViewRow td
{
	padding-left: 3px; 
	padding-right: 10px;
	padding-top: 4px; 
	padding-bottom: 4px;
}

.detailsViewRowInsert
{
	padding-left: 1px; 
	padding-right: 1px;
	padding-top: 1px; 
	padding-bottom: 1px;
}
.detailsViewRowInsert td
{
	padding-left: 1px; 
	padding-right: 1px;
	padding-top: 1px; 
	padding-bottom: 1px;
}


.detailsViewRowEdit
{
	padding-left: 1px; 
	padding-right: 1px;
	padding-top: 1px; 
	padding-bottom: 1px;
}
.detailsViewRowEdit td
{
	width: 100px;
	padding-left: 1px; 
	padding-right: 1px;
	padding-top: 1px; 
	padding-bottom: 1px;
}

.gridViewRow
{
	padding-left: 10px; 
	padding-right: 10px;
	padding-top: 2px; 
	padding-bottom: 2px;
}

.gridViewPager td
{
	padding-left: 5px; 
	padding-right: 5px;
	padding-top: 1px; 
	padding-bottom: 2px;
}

.pageSubheaders
{
	font-family: Georgia;
	font-weight:bold;
	font-size:34px;
	margin-bottom: 10px;
}

.fieldHeader
{
	text-align: right;
	padding-right: 10px;
	vertical-align: top;
	font-weight: bold;
}

.fieldContent
{
	padding-bottom: 5px;
}