﻿html
{
	height: 100%;
}

body
{
	text-align: center;/*New*/
	margin-bottom:0px; 
	margin-left:0px; 
	margin-right:0px; 
	margin-top:0px;
	font-size: 11px;
	font-family:Arial;
	color: #272425;
	height:100%;
}

input
{
	border-color: #5f7b3e;
	border-style: solid;
	
	border-bottom-width: expression( this.type=="radio" || this.type=="checkbox" ? '0px' : '1px');
	border-left-width: expression( this.type=="radio" || this.type=="checkbox" ? '0px' : '1px');
	border-right-width: expression( this.type=="radio" || this.type=="checkbox" ? '0px' : '1px');
	border-top-width: expression( this.type=="radio" || this.type=="checkbox" ?  '0px' : '1px');
	border-width: 1px;
}

.TextBox
{
	background:#ffffff;
	border: solid 1px #C5C5C5;
}

#masterMain 
{
    width:100%;
    /*height: auto !important;*/
    margin-left:auto;/*New*/
    margin-right:auto;/*New*/
	min-height:750px;
	height: auto !important;
	height:750px;
    border-top: solid 0px #edf6f9;
    border-left: solid 0px #edf6f9;
    border-right: solid 0px #edf6f9;
    text-align: left;/*new */
}

#masterFooter
{
    border-bottom: solid 0px #edf6f9;
    border-left: solid 0px #edf6f9;
    border-right: solid 0px #edf6f9;
    margin-left:auto;/*New*/
    margin-right:auto;/*New*/
    width:100%;
}


/* CSS classes for the navigation menu at bottom of the page DATALIST control paging(Previous/More ) */
.navigation
{
	width:100%;
	/*margin-top:30px;*/
}

#leftnav 
{
	float:left;
	width:20%;
	text-align:center;	
}

#rightnav 
{
	float:right;
	width:20%;
	text-align:center;
}

#numnav
{
	float:inherit;
	text-align:center;	
}	
/* end navigation menu classes*/

/*Footer labels and links classes*/

.lightBlueLinkButtonF:link 
{
	font-size: 10px;
	font-weight: bold;
	color: #f3fafd;
	text-decoration:none ;
	font-family: Arial;
}

.lightBlueLinkButtonF:visited 
{
	font-size: 10px;
	font-weight: bold;
	color: #f3fafd;
	text-decoration:none ;
	font-family: Arial;
}

.lightBlueLinkButtonF:hover
{
	font-size: 10px;
	font-weight: bold;
	color: #f3fafd;
	text-decoration:none ;
	font-family: Arial;
}
.lightBlueLinkButtonF:active
{	
	font-size: 10px;
	font-weight: bold;
	color: #f3fafd;
	text-decoration:none ;
	font-family: Arial;
}

/**/
.blueLinkButtonF:link 
{
	font-size: 11px;
	font-weight: bold;
	color: #32b1db;
	text-decoration:none ;
	font-family: Arial;
}

.blueLinkButtonF:visited 
{
	font-size: 11px;
	font-weight: bold;
	color: #32b1db;
	text-decoration:none ;
	font-family: Arial;
}

.blueLinkButtonF:hover
{
	font-size: 11px;
	color: #32b1db;
	text-decoration:none ;
	font-family: Arial;
}
.blueLinkButtonF:active
{	
	font-size: 11px;
	color: #32b1db;
	text-decoration:none ;
	font-family: Arial;
}



/*end Footer labels and links classes*/

/*Header labels and links classes*/
.blueLinkButtonH:link {
	
	font-size: 13px;
	font-weight: bold;
	color: #32b1db;
	text-decoration:none;
	font-family: Arial;
}

.blueLinkButtonH:visited {
	
	font-size: 13px;
	font-weight: bold;
	color: #32b1db;
	text-decoration:none;
	font-family: Arial;
}

.blueLinkButtonH:hover
{
	font-size: 13px;
	font-weight: bold;
	color: #32b1db;
	text-decoration:none;
	font-family: Arial;	
}
.blueLinkButtonH:active
{	
	font-size: 13px;
	font-weight: bold;
	color: #32b1db;
	text-decoration:none;
	font-family: Arial;
}
/*end Header labels and links*/

/**/

/*.menuItemsMaster
{
	font-size: 10pt;
	color:#838383;
	text-decoration: none;
	font-family:Arial;
	font-weight:bold;
	background-color:#c5ebf8;
	
	
	
}


.menuItemsMaster td:hover
{
	background-color:#000000;
}

.menuItemsMaster a
{
	color: Fuchsia;
}
*/
/*
.menuItemsMaster a:link
{
	font-size: 10pt;
	color:#838383;
	text-decoration: none;
	font-family:Arial;
	font-weight:bold;
	height:100px;
	
}
.menuItemsMaster a:visited
{
	font-size: 10pt;
	color: #838383;
	text-decoration: none;
	font-family:Arial;
	font-weight:100;
	font-weight:bold;
	height:100px;
	}
	
.menuItemsMaster a:hover
{
	font-size: 10pt;
	color: #32b1db;
	text-decoration: none;
	font-family:Arial;
	font-weight:100;
	font-weight:bold;
	height:100px;
}

.menuItemsMaster a:active
{
	font-size: 10pt;
	color: #32b1db;
	text-decoration: none;
	font-family:Arial;
	font-weight:100;
	font-weight:bold;
	height:100px;
}


*/







/*.........menu..........*/


/*textarea
{	
	border:solid 1px #5f7b3e;
}*/





.progressIndicator
{
	color:Red;
	
}


/*Black link button*/

.blackLinkButton:link {
	color: #000000;	
	font-size:10pt;
	font-weight: bold;
	text-decoration:none;
}
.blackLinkButton:visited {
	
	color: #000000;	
	font-size:10pt;
	font-weight: bold;
	text-decoration:none;
}
.blackLinkButton:hover {
	
	color: #000000;	
	font-size:10pt;
	font-weight: bold;
	text-decoration:none;
}
.blackLinkButton:active {
	
	color: #000000;	
	font-size:10pt;
	font-weight: bold;
	text-decoration:none;
}



.GreenButton
{
	background-color:#73cd1b;
	font-size: 9pt;
	font-weight: normal;
	color: #fefefe;
	font-family:Arial Black;
}

.BlueButton
{
	background-color:#32b1db;
	font-size: 9pt;
	font-weight: normal;
	color: #fefefe;
	font-family:Arial Black;
}

.OrangeButton
{
	background-color:#f7901e;
	font-size: 9pt;
	font-weight: normal;
	color: #fefefe;
	font-family:Arial Black;
}


.menuItems
{
	font-size: 9pt;
	color:#32b1db;
	text-decoration: none;
	font-family:Arial;
	font-weight:bold;
	
}
.menuItems a:link
{
	font-size: 9pt;
	color:#32b1db;
	text-decoration: none;
	font-family:Arial;
	font-weight:bold;
	
}
.menuItems a:visited
{
	font-size: 9pt;
	color: #32b1db;
	text-decoration: none;
	font-family:Arial;
	font-weight:100;
	font-weight:bold;
	
	}
	
.menuItems a:hover
{
	font-size: 9pt;
	color: #32b1db;
	text-decoration: none;
	font-family:Arial;
	font-weight:100;
	font-weight:bold;
	
}

.menuItems a:active
{
	font-size: 9pt;
	color: #32b1db;
	text-decoration: none;
	font-family:Arial;
	font-weight:100;
	font-weight:bold;
}


/
/**/



.rightAlign
{
	color: #272425;
	font-size: 11px;
	font-family: Verdana;
	text-align:right;
}


.Red10pt:link
{
	color: #ff0000;
	font-weight: normal;
	font-size: 10pt;
	text-decoration: underline;
}

.Red10pt:visited
{
	color: #ff0000;
	font-weight: normal;
	font-size: 10pt;
	text-decoration: underline;
}
.Red10pt:hover
{
	color: #ff0000;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
}
.Red10pt:active
{
	color: #ff0000;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: underline;
}


.titleSection
{	
	border-width: 0px;
	border-style: solid;
	width: 282px;
}

.titleSection #sectionHeader
{
	padding-left: 5px;
	padding-right: 5px;
	font-size: 10pt;
	font-weight: bold;
	height: 24px;
	color: #ffffff;
/*	background-color: #789F4A;*/
}


.titleSection #sectionBody
{
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	vertical-align: top;
	background-color: #F3F9EC;
	height: 65px;
}

.pageTitle
{
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
}

.whiteText
{
	font-size: 10pt;
	color: #ffffff;
}


/*.LinkButton:link {
	
	font-size: 10pt;
	font-weight: bold;
	color: #272425;
	text-decoration:none ;
	font-family:Verdana;
}
.LinkButton:visited {
	
	font-size: 10pt;
	font-weight: bold;
	color: #272425;
	text-decoration: none;
	font-family:Verdana;
}

.LinkButton:hover
{
	
	font-size: 10pt;
	font-weight: bold;
	color: #272425;
	text-decoration: none;
	font-family:Verdana;
}
.LinkButton:active
{	
	font-size: 10pt;
	font-weight: bold;
	color:#272425;
	text-decoration: none;
	font-family:Verdana;
}*/
/*
.menuItems
{
	font-size: 9pt;
	color:#f0f1f1;
	text-decoration: none;
	font-family:Verdana;
	font-weight:bold;
	
}
.menuItems a:link
{
	font-size: 9pt;
	color:#f0f1f1;
	text-decoration: none;
	font-family:Verdana;
	font-weight:bold;
	
}
.menuItems a:visited
{
	font-size: 9pt;
	color: #f0f1f1;
	text-decoration: none;
	font-family:Verdana;
	font-weight:100;
	font-weight:bold;
	
	}
	
.menuItems a:hover
{
	font-size: 9pt;
	color: #cc277a;
	text-decoration: none;
	font-family:Verdana;
	font-weight:100;
	font-weight:bold;
	
}

.menuItems a:active
{
	font-size: 9pt;
	color: #cc277a;
	text-decoration: none;
	font-family:Verdana;
	font-weight:100;
	font-weight:bold;
}
*/
/*
.redLink:link {
	
	font-size: 8pt;
	font-weight: bold;
	color: #b41a07;
	text-decoration: underline;
}
.redLink:visited {
	
	font-size: 8pt;
	font-weight: bold;
	color: #b41a07;
	text-decoration: underline;
}
.redLink:hover
{
	
	font-size: 8pt;
	font-weight: bold;
	color: #00ccff;
	text-decoration: none;
}
.redLink:active
{
	
	font-size: 8pt;
	font-weight: bold;
	color: #b41a07;
	text-decoration: underline;
}

.masterTable
{
	background-color: #ffffff;
	height: 100%;
	width: 976px;
	border-right: #b9b9b9 2px solid;
	border-left: #b9b9b9 2px solid;
	border-bottom: #b9b9b9 2px solid;
}

.tableMiddle
{
	border-right: #f0d1cd 1px solid;
	border-top: #f0d1cd 1px solid;
	border-left: #f0d1cd 1px solid;
	border-bottom: #f0d1cd 1px solid;
}

.contentsMainPage
{
	border-right: #ffffff 5px solid;
	border-top: #ffffff 5px solid;
	border-left: #ffffff 5px solid;
	border-bottom: ##ffffff 5px solid;
}

.td
{
	text-align: right;
	height: 28px;
	background-image: url(Images/Design/SpacerRed.gif);
	vertical-align: middle;
}

.darkGrayText
{
	color: #2d2f31;
	
	font-size: 8pt;
	text-decoration: none;
}


.validator
{
	color: white;
}

.validatorBlack
{
	color: black;
}

.mainTable
{
	height: 100%;
	border-right: #f0d1cd 1px solid;
	border-left: #f0d1cd 1px solid;
	border-bottom: #f0d1cd 1px solid;
	border-top: #f0d1cd 1px solid;
	color: #ffffff;
	background-image: url(Images/Design/SpacerRed.gif);
	
	font-size: 8pt;
}

.container
{
	height: 100%;
	border-right: #f0d1cd 1px solid;
	border-left: #f0d1cd 1px solid;
	border-bottom: #f0d1cd 1px solid;
	border-top: #f0d1cd 1px solid;
	color: #000000;
	
	font-size: 8px;
}

.errorBackground
{
	background-color:#faf2e8;
	border-right: #b41a07 1px solid;
	border-left: #b41a07 1px solid;
	border-bottom: #b41a07 1px solid;
	border-top: #b41a07 1px solid;
}
*/
	/*
#clearfooter
{
	clear:both;
	height:50px;
}Clearance with same height as of footer
*/

/*.headerMainPage
{
	background-color:#214a67;
}
.bottomMyMainPage
{
	background-color:#c2d2de;
}
.tableMainPage
{
	width: 950px;
	height: 1000px;
}
*/
/*
.dashBoard
{
	font-size: 9pt;
	color:#214a67;
	font-family: Arial;
	font-weight:bold;
}
	
.dashBoard a:link
{
	font-size: 9pt;
	color:#214a67;
	font-family: Arial;
	font-weight:bold;
}
	
.dashBoard a:visited
{
	font-size: 9pt;
	color:#214a67;
	font-family: Arial;
	font-weight:bold;
}*/


/*select
{	
	color: #000000;
	font-size:8pt;
	border-style: solid;
	border-width: 1px;
	border-color: #5f7b3e;
}*/

/*
.grayHeaderText
{
	color: #616366;
	
	text-decoration: none;
}

.lightGreenHeaderText
{
	color: #D0DFBF;
	
	text-decoration: none;
	font-weight: bold;
}*/


