﻿body
{
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: White;
    display: block;
    border-style: none;
}

#outerWrapper	
{
	margin: 0 auto;
	padding: 0;
	width: 800px;
	border-right : solid #000000 1px;
	border-left : solid #000000 1px;
	border-bottom: solid #000000 1px;
}

#innerWrapper 
{
    position: relative;
	margin: 0 auto;
	padding: 0;
	width: 800px;
	height: 600px;
}
	
#contentTop 
{
    position: relative;
	margin: 0 auto;
	text-align: center;
	padding: 10px 0 0 0;
	width: 800px;
	height: 75px;
	border-top: solid #990000 20px;
	border-bottom: solid #990000 1px;
}

#contentMain 
{
	position: relative;
	float: left;
	padding-top: 5px;
	width: 800px;
	margin: 0;
}

#contentMain h3
{
    font-family: Trebuchet MS, Verdana, Georgia;
    font-size: 14px;
    height: 30px;
    font-weight: normal;
    line-height: 30px;
    letter-spacing: -1px;
    color: #000000;
    display: block;
    padding-left: 5px;    
}

#bottomPlaceholder 
{
	position: relative;
	clear: left;
	margin: 0 auto;
	padding: 0;
	width: 800px;
	background-color: #ffffff;
	background-image:url(images/drop_shadow_footer.jpg);
	background-repeat:no-repeat;
	background-position: bottom;
	height:50px;
}

#nav
{
    position: relative;
    background-color: Transparent;
    font-family: Trebuchet MS, Verdana;
    font-size: 12px;
    left: 20px;
    width: 300px;
    height: 100px;
    display: block;
    padding-top: 2px;
}

#nav ul li
{
    display: list-item;
    line-height: 42px;
    padding-left: 3px;
    list-style-type: disc;
    color: #990000;
}

#nav ul li a
{
    background-color: Transparent;
    background-repeat: repeat-x;
    padding: 8px 12px 8px 12px;
    font-size: 12px;
    color: #990000;
    font-weight: bold;
    text-decoration: none;
}

#nav ul li a:hover
{
    background: #000000 url('../Images/nav01.jpg') repeat-x top;
    color: #FFFFFF;
    text-decoration: none;
}

	
.returnLink, .returnLink a:link, .returnLink a:visited, .returnLink a:hover, .returnLink #active
{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right: 3px;
	padding-top: 3px;
}
	
.modalBackground 
{
    background-color: Gray;
    filter: alpha(opacity=60);
    opacity: 0.60;   
}    

.updateProgress
{
    border-width: 1px; 
    border-style: solid; 
    background-color: #FFFFFF; 
    position: absolute;
    text-align: center;
    width: 200px; 
    height: 50px;
}

.updateProgressMessage
{
    margin: 3px; 
    font-family: Trebuchet MS, Verdana; 
    font-size: 12px; 
    vertical-align: middle;
} 

.labels
{
    font-family: Trebuchet MS, Verdana;
    font-size: 12px;
    color: #990000;
}

.txtbox
{
    font-family: Trebuchet MS, Verdana, Georgia;
    font-size: 11px;
    color: #000000;
    width: 107px;
    height: 13px;
}

.dropdownlist
{
    font-family: Trebuchet MS, Verdana, Georgia;
    font-size: 11px;
    color: #000000;
    width: 114px;
    height: 20px;
}

.buttons
{
    font-family: Trebuchet MS, Verdana, Georgia;
    font-size: 11px;
    color: #990000;
    width: 114px;
    height: 22px;
}

.gridview
{
    font-family: Trebuchet MS, Verdana, Georgia;
    font-size: 11px;
    color: #000000;
    width: 575px;
    margin: 0 auto;
}

.gridview a:link
{
    color: #0000FF;
    text-decoration: none;
}
    

.updatepanels
{
    padding-top: 8px;
    padding-bottom: 8px;
}
 
