body  {
	background: #F5F5F5;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
}

/*--------- Page Container ---------*/

#container { 
	width: 780px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
}

#containerLogin
{
    width: 780px;
    background: #FFFFFF;
    background-image: url('../images/main/loginBg.jpg');
    background-repeat: no-repeat;
    background-position: left 160px;
    margin: 0 auto;
    border: 1px solid #000000;
    text-align: left;
}

#containerMaintenance
{
    width: 960px;
    background: #FFFFFF;
    background-image: url('../images/main/maintenanceBg.jpg');
    background-repeat: no-repeat;
    background-position: left 160px;
    margin: 0 auto;
    border: 1px solid #000000;
    text-align: left;
} 

/*--------- Header ---------*/

#header {
	background: #EBEBEB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#header h1 {
	margin: 0;
	padding: 10px 0;
}

/*--------- Top Navigation ---------*/

#topNavWrapper
{
    width: 100%;
    height: 30px;
    margin: 5px 0 5px 0;
}

.topNav #topNavTable
{
}

.topNav #topNavBtn
{
	width: 120px;
	text-align: center;
}

.topNav a
{
	display:block;
	background: url('../images/nav/btnUp.jpg') no-repeat left top;
	border: solid 1px #000000;
	text-decoration: none;
	margin: 0 10px 0 10px;
	padding: 3px 0 3px 0;
	color: #FFFFFF;
}

.topNav a:hover
{
    display: block;
	background: url('../images/nav/btnDown.jpg') no-repeat left top;
    color: #FFFFFF;
}

/*--------- Left Sidebar ---------*/

#sidebar1 
{
	float: left;
	width: 150px;
	background: url('../images/main/sidebarBg.jpg') repeat-x left top;
	padding: 15px 10px 15px 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
}

#sidebar1 h3
{
	font-size: 14px;
}

#sidebar1 li
{
	margin: 0 0 0 -25px;
}

#sidebar a:link
{
	text-decoration:none;
}

/*--------- Main Content ---------*/

/* Index */

#mainContent
{
    margin: 0 100px 0 100px;
    padding: 0 20px;
    background-image: url('../images/main/watermark.jpg');
    background-repeat: no-repeat;
    background-position: right bottom;
    border: solid 1px #000000;
}

#mainContent h1 { 
	text-align:center;
}

#mainContent h2 { 
	text-align:center;
	color: #155917;
}

#mainContent h3 {
	text-align:center;
	font-size: 14px;
}

#mainContent h4 {
	text-align:left;
	font-size: 16px;
}

#mainContent h5 {
	text-align:center;
	font-size: 16px;
}

#contentWrapperIndex 
{
	padding: 0 10px 0 10px;
	border: dashed 1px #999999;
}

/* Contact Us */

#mainContentContact {
	margin: 0 100px 0 100px;
	padding: 0 20px;
    background-image: url('../images/main/watermark.jpg');
    background-repeat: no-repeat;
    background-position: right bottom;
    border: solid 1px #000000;
}

#mainContentContact h2 { 
	text-align:center;
	color: #155917;	
}

#contentWrapperContact
{
	padding: 10px 0 10px 0;
	border: dashed 1px #999999;
}

/* Example */

#mainContentExample {
	margin: 0 100px 0 100px;
	padding: 0 20px;
    background-image: url('../images/main/watermark.jpg');
    background-repeat: no-repeat;
    background-position: right bottom;
    border: solid 1px #000000;
}

#mainContentExample h2 { 
	text-align:center;
	color: #155917;	
}

#contentWrapperExample
{
	padding: 10px 0 10px 0;
	border: dashed 1px #999999;
}

/* Customer Login */
 
#mainContentLogin
{
    margin: 0 200px 0 200px;
    padding: 0 20px;
    text-align: center;
}

#mainContentLogin fieldset
{
}

#mainContentLogin legend
{
    color: #155917;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 20px 0;
}

#mainContentLogin .label
{
    display: block;
    font-size: 12px;
    text-align: left;
    background-color: #EBEBEB;
    padding: 1px 3px 2px 3px;
    border: solid 1px #999999;
}

#mainContentLogin .input
{
    border: solid 1px #999999;
    font-size: 12px;
}

#tblLogin
{
    text-align: left;
}

#errorWrapper
{
}

#lblError
{
    vertical-align: super;
    color: #CC0000;
}

/* Customer Maintenance */

#mainContentMaintenance
{
    padding: 0 20px;
    text-align: center;
}

#mainContentMaintenance fieldset
{
    width: 100%;
}

#mainContentMaintenance legend
{
    color: #155917;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 20px 0;
}

#mainContentMaintenance .label
{
    display: block;
    font-size: 11px;
    text-align: left;
    background-color: #EBEBEB;
    padding: 1px 3px 2px 3px;
    border: solid 1px #999999;
}

#mainContentMaintenance .input
{
    font-size: 11px;
}

#CustMaint_EditDel
{
    text-align: left;
}

#CustMaint_New
{
    text-align: center;
}

#gvData
{   
    font-size: 11px;
    color: #333333;
    border: solid 1px #155917;
}

#gvData .HeaderStyle
{
    text-align:center;
    font-weight: bold;
    background-color: #155917;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 11px;
    font-style: italic;
    font-variant: small-caps;
    color: #FFFFFF;
}

#gvData .RowStyle
{ 
    color: #333333;
    background-color: #F7F6F3; 
}

#gvData .AltRowStyle
{
    color: #284775;
    background-color: #FFFFFF;
}

#gvData .EditRowStyle
{
    font-size: 11px;
    color: #284775;
    background-color: #e4e4e4;
}

#gvData .lblEmail
{
    overflow: hidden;
}

#errorWrapper
{
}

#errorSummary
{
    text-align: left;
    font-size: 11px;
    color: #CC0000;
}

/*--------- Footer ---------*/

#footerWrapper
{
    background-position: left top;
    height: 30px;
    background-image: url('../images/footer/leftCorner.png');
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #000000;
    background-repeat: no-repeat;
}

#footerWrapper p {
	margin: 0;
	padding: 10px 0;
	font-size: 10px;
}

/*--------- Clearing Elements ---------*/

.fltrt { 
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
