@charset "utf-8";
/* CSS Document */

body {

	background-color:#999999;
	background:url(../../images/pagebg.gif) repeat;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
}

li {
	list-style-image:url(../../images/arrow.jpg);
	list-style-position:inside;
}


.navbg {
	background-image:url(../../images/nav_bg.jpg);
	background-repeat:repeat-x;
	height:36px;
	border-left: 2px solid #0614a0;
	border-right: 2px solid #0614a0;
}

.contentarea {
	border-left:0px solid #ffffff;
	border-right:0px solid #ffffff;
}

.quicklinks {
	background-image:url(../../images/box_blue.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:250px;
}

.title {
	color: white;
	font-family:Tahoma, san-serif;
	font-size:16px;	
	padding: 10px 0px 0px 20px;
	text-transform:uppercase;
}

.title2 {
	color:white;
	font-family:Tahoma, san-serif;
	font-size:14px;
	margin-top:10px;
	padding: 0px 0px 0px 0px;
	text-transform:uppercase;
}

.p2 {
	color: white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:0px;
	padding-right:25px;
	line-height:1.5em;
	margin:0px;
	}
	
.p3 {
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:0px;
	padding-right:25px;
	line-height:1.5em;
	margin:0px;
	text-align:center;
	}

p {
	color: white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:20px;
	padding-right:25px;
	line-height:1.5em;
	margin:0px;
	}

.p {
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:20px;
	padding-right:0px;
	line-height:1.5em;
	margin:0px;
	}
	
a {
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:underline;
}

a.navLink
{
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	margin-left:0px;
	text-decoration:none;
	padding-left:20px;
	padding-right:20px;
}

#navbg
{
	background:url(../../images/navrepeat.jpg) repeat-x;
	height:40px;
	float:left;
	padding-top:12px;
	width:800px;
}

a.navLink:hover
{
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	margin-left:0px;
	text-decoration:underline;
}

a:hover {
	color:#FF0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
}	

.footerlinks {
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:underline;
}

.footerlinks:hover {
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;

}

.footer {
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	padding-top:4px;
}

.copyrightlinks {
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:underline;
}

.copyrightlinks:hover {
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:underline;

}

.tables 
{
	height:500px;	
}

.top {
padding-right: 25px;
}

.title3 {
	color: #004174;
	font-family:Arial, san-serif;
	font-size:13px;	
	padding: 10px 0px 0px 20px;
	text-transform:uppercase;
	font-weight:bold;
}

.p3 {
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:0px;
	padding-right:25px;
	line-height:1.5em;
	margin:0px;
	text-align:center;
	}

/* CSS Classes Related to Controls */

/*	BUTTONS */

.Buttons
{
    BORDER-RIGHT: #7bc143 1px solid;
	color: white;
    BORDER-TOP: #7bc143 1px solid;
    FONT-SIZE: 11px;
    BORDER-LEFT: #7bc143 1px solid;
    CURSOR: hand;
    BORDER-BOTTOM: #7bc143 1px solid;
    font-weight: normal;
    background-color: White;
	background-image: url(../../images/blue.gif);
	background-position:right top;
	background-repeat:repeat-x;  
	padding: 3px;		
}

.Buttons_Bold
{
    BORDER-RIGHT: #7bc143 1px solid;
	color: white;
    BORDER-TOP: #7bc143 1px solid;
    FONT-SIZE: 11px;
    BORDER-LEFT: #7bc143 1px solid;
    CURSOR: hand;
    BORDER-BOTTOM: #7bc143 1px solid;
    font-weight: bold;
    background-color: White;
	background-image: url(../../images/blue.gif);
	background-position:right top;
	background-repeat:repeat-x;
    padding: 3px;	
}

/*	END OF BUTTONS */

/* LABELS */

.Labels_PageHeading
{
	font-family: Arial;
	font-size: 18px;
	color: #3b3b45;
	font-style:normal;
	font-weight: bolder;
	letter-spacing: -1px;
}

.Labels_PageSubHeading
{
	font-family: Arial;
	font-size: 12px;
	color: #333333;	
	font-style: normal;
	font-weight: bold;
}

.Labels_Validation
{
	font-family: Arial;
	font-size: 11px;
	color: Red;	
	font-style: normal;
	font-weight: normal;
}
.Labels_Messages /* error messages, system messages etc */
{
	font-family: Arial;
	font-size: 11px;
	color: Red;	
	font-style: normal;
	font-weight: normal;
}
.Labels
{
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight:normal;
}
.Labels_Small
{
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight:normal;
}
.Labels_Medium
{
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight:normal;
}
.Labels_Large
{
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight:normal;
}

.Labels_Bold
{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

.Labels_SmallBold
{
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}
.Labels_MediumBold
{
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
}
.Labels_LargeBold
{
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}


/* END OF LABELS */

/* LINKS */
a.Links:link
{
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight:normal;
	color:#27413e;
	cursor:hand;
	text-decoration:none;
}

a.Links:hover
{
	text-decoration:underline;
}

a.LinksBold:link
{
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight:bold;
	color:#27413e;
	cursor:hand;
	text-decoration:none;
}

a.LinksBold:hover
{
	text-decoration:underline;
}


/* END OF LINKS */

.Textboxes
{
	border-right: #CCCCCC 1px solid;
	border-top: #CCCCCC 1px solid;
	border-left: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
	font-size: 11px;
	font-family: Arial;
}

.Textboxes_RightAlign
{
	border-right: #CCCCCC 1px solid;
	border-top: #CCCCCC 1px solid;
	border-left: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
	font-size: 11px;
	font-family: Arial;
	text-align:right;
}

.DropDownLists
{
	border-right: #CCCCCC 1px solid;
	border-top: #CCCCCC 1px solid;
	border-left: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
	font-size: 11px;
	font-family: Arial;
}



/* end of css classes related to Controls */


