
BODY {
	margin: 0px;
	padding: 0px;
}

.bodyBottomLeft {
	background-image: url(../images/bodyleft.gif);
	width: 23px;
	height: 40px;
	background-repeat: no-repeat;
}
.bodyBottomMiddle {
	background-image: url(../images/bodybottom.gif);
	width:647px;
	height: 40px;
	background-repeat: repeat-x;
}
.bodyBottomRight {
	background-image: url(../images/bodyright.gif);
	width: 22px;
	height: 40px;
	background-repeat: no-repeat;
}


dl {
	width: 650px;
	margin: 0 0 20px 20px;
	padding: 0;
	background: #eaeaea url(../images/box_bottom.gif) no-repeat bottom left;
}

dt {
	margin: 0 0 10px 0;
	padding: 10px;
	font-size: 110%;
	color: #fff;
	text-align:left;
	border-bottom: 1px solid #fff;
	background: #999 url(../images/box_top.gif) no-repeat top left;
}

dd {
	margin: 0 0 0 10px;
	padding: 0 10px 10px 10px;
	color: #666;
	font-family: Verdana, sans-serif;
	font-size: 90%;
	background: url(../images/arrow.gif) no-repeat 0 3px;
}

#blue dt {
	background-color: #ba0003;
}

#blue {
	background-color: #dadada;
}

a.header:link, a.header:active, a.header:visited, a.header:hover {
	font-family: trebuchet ms;
	font-weight: bold;
	font-size: 11pt;
	color: #fff;
	text-decoration: none;
}
td.header {
	/*font-family: trebuchet ms; 	font-size: 11pt; 	color: #fff; 	font-weight: bold; 	height: 36px;*/
	padding: 0px;
	border-spacing: 0px;
	background-color: #fff;
	background-image: url(../images/red_bg.gif);
	background-repeat: repeat-x;
	vertical-align: middle;
}
.TopMenuLeft {
	background-image: url(../images/red_left.gif);
	width: 19px;
	height: 36px;
	background-repeat: no-repeat;
}
.TopMenuCenter {
	background-image: url(../images/red_bg.gif);
	height: 27px;
	background-repeat: repeat-x;
}
.TopMenuRight {
	background-image: url(../images/red_right.gif);
	width: 19px;
	height: 36px;
	background-repeat: no-repeat;
}
.LoginTop {
	background-image: url(../images/left_bg.gif);
	background-repeat: no-repeat;
	width: 348px;
	height: 129px;
	vertical-align: top;
}

.topLogo {
	margin: 0px;
	background-image: url(../images/logo.gif);
	width: 348px;
	height: 105px;
	padding: 0px;
	background-repeat: no-repeat;
}
#nav {
	margin: 0;
	padding: 5px 0 7px 0;
	background: #C30102 url(../images/red_bg.gif) 0 0 repeat-x;
	width: 100%;
	float: left;
}
#nav li {
	display: inline;
	padding: 0;
	margin: 0;
	width: 108px;
}
#nav a:link, #nav a:visited {
	color: #fff;
	padding: 0px 14px 0px 14px;
	float: left;
	width: auto;
	border-right: 2px solid #EEEEEE;
	text-decoration: none;
	font-family: trebuchet ms;
	font-size: 11pt;
}
#nav a:hover {
	color: #DFDFDF;
}

#nav li.last a {
	border-right: none;
}









a.leftlnk:link, a.leftlnk:active, a.leftlnk:visited {
    font-family: Arial;
    font-weight: normal;
    font-size: 10pt;
    color: #4B4B4B;
    text-decoration: none;
}
a.leftlnk:hover {
    font-family: Arial;
    font-weight: normal;
    font-size: 10pt;
    color: #D00107;
    text-decoration: none;
}

a.red:link, a.red:active, a.red:visited {
	font-family: Arial;
	font-size: 10pt;
	color: #B90300;
	text-decoration: underline;
}
a.red:hover {
	font-family: Arial;
	font-size: 10pt;
	color: #B90300;
	text-decoration: underline:none;
}

a.yellow:link, a.yellow:active, a.yellow:visited {
	font-family: Arial;
	font-size: 11px;
	color: #FFBB01;
	text-decoration: underline;
}
a.yellow:hover {
	font-family: Arial;
	font-size: 11px;
	color: #FFBB01;
	text-decoration: underline:none;
}

ul.LeftMenu {
	margin: 0px;
	padding-left: 24px;
	list-style-type: none;
	list-style-image: url('../images/bulit.gif');
	list-style-position: inside;
}
ul.LeftMenu li {
	padding-left: 10px;
	padding-top: 4px;
	height: 23px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
}

.Heading {
	font-weight: bolder;
	font-size: 14pt;
	color: #A60400;
	font-family: Trebuchet MS;
}

hr {
	width: 100%;
	height: 4px;
	background-color: #D3D3D3;
	text-align: left;
}

.PanelHeading {
	background-position: left bottom;
	font-weight: bolder;
	font-size: 12pt;
	background-image: url(../images/border.gif);
	background-repeat: repeat-x;
	color: #A60400;
	font-family: Trebuchet MS;
	background-color: #eaeaea;
}

.PageTopHeading {
	font-weight: bolder;
	font-size: 12pt;
	color: #000000;
	font-family: Verdana;
}

.paragraphtext {
	padding-right: 25px;
	padding-left: 25px;
	font-size: 10pt;
	color: #000000;
	padding-top: 5px;
	font-family: Verdana;
	text-align: left;
}

.Label {
	font-weight: bold;
	font-size: 8pt;
	font-family: Verdana;
}

.TextBox {
	border: #A9A9A9 1px solid;
	padding-right: 2px;
	padding-left: 2px;
	font-size: 8pt;
	padding-bottom: 1px;
	width: 150px;
	padding-top: 1px;
	font-family: Verdana;
	background-color: #FFFFFF;
}
.DropDownList {
	width: 150px;
	font-family: Verdana;
}

.SearchDropDownList {
	padding-right: 2px;
	padding-left: 2px;
	font-size: 8pt;
	padding-bottom: 1px;
	padding-top: 1px;
	font-family: Verdana;
	height: 18px;
}
.Button {
	padding: 0px 4px;
	border: 1px solid #383939;
	font-weight: normal;
	font-size: 8pt;
	background-image: url('../Images/button.JPG');
	width: 75px;
	color: black;
	background-repeat: no-repeat;
	font-family: Verdana;
	background-color: #FFFFFF;
}

.Grid {
	background-image: url(../Images/grid_header_back.jpg);
	background-repeat: repeat-x;
	background-color: #DBDBDB;
	border-left: 1px solid #C6CDC3;
	border-right: 1px solid #C6CDC3;
	font-size: 8pt;
	font-family: Verdana;
	border-right-color: #C0C0C0;
	border-left-color: #C0C0C0;
}

.Grid a {
	font-weight: bold;
	font-size: 8pt;
	color: #B90300;
	font-family: Verdana;
	text-decoration: none;
}

.Grid a:hover {
	font-weight: bold;
	font-size: 8pt;
	color: black;
	font-family: Verdana;
	text-decoration: none;
}


.GridItemStyle {
	background-position: 50% bottom;
	padding-left: 5px;
	background-image: url(../Images/rowBg[2].gif);
	background-repeat: repeat-x;
	background-color: #fff;
	height: 25px;
}
.GridAlternating {
	background-position: 50% bottom;
	padding-left: 5px;
	background-image: url(../Images/rowBg[2].gif);
	background-repeat: repeat-x;
	background-color: #F7F7F7;
	height: 25px;
}

.GridHeading {
	font-weight: bold;
	height: 37px;
	color: #fff;
}

.GridHeading a {
	font-weight: bold;
	font-size: 8pt;
	color: #fff;
	font-family: Verdana;
	text-align: left;
	text-decoration: none;
}

.GridHeading a:hover {
	font-weight: bold;
	font-size: 8pt;
	color: #C0C0C0;
	font-family: Verdana;
	text-align: left;
	text-decoration: none;
}

.GridPaging {
	padding-left: 14px;
	font-weight: bold;
	font-size: 8pt;
	background-image: url(../Images/footerBg[2].gif);
	color: #787dbe;
	font-family: Verdana;
	height: 21px;
	text-align: center;
}

.GridPaging a {
	font-weight: bold;
	font-size: 8pt;
	text-transform: capitalize;
	font-family: Verdana;
	text-align: right;
	text-decoration: none;
	color: #00396d;
}

.GridPaging a:hover {
	font-weight: bold;
	font-size: 8pt;
	text-transform: capitalize;
	color: #FFFFFF;
	font-family: Verdana;
	text-align: right;
	text-decoration: none;
}

.GridFooter {
	padding-left: 14px;
	font-weight: bold;
	font-size: 8pt;
	background-image: url(../Images/footerBg[2].gif);
	color: #787dbe;
	font-family: Verdana;
	height: 21px;
	text-align: center;
}



/*\\\\\\\\\\\\\\\\\\\\\\\*/

.List {
	border-right: #333333 1px solid;
	padding-right: 0px;
	border-top: #333333 1px solid;
	padding-left: 2px;
	font-size: 8pt;
	padding-bottom: 0px;
	border-left: #333333 1px solid;
	color: #000000;
	padding-top: 2px;
	border-bottom: #333333 1px solid;
	font-family: Verdana;
	background-color: #ffffff;
}

.MessageLabel {
	font-weight: bold;
	font-size: 8pt;
	color: red;
	font-family: Verdana;
}
.Validator {
	font-weight: bold;
	font-size: 8pt;
	color: red;
	font-family: Verdana;
	text-align: left;
}

.PagerTable {
	font-weight: bold;
	font-size: 8pt;
	text-transform: capitalize;
	color: #ffffff;
	font-family: Verdana;
	background-color: #e6e9e4;
}

.Link {
	font-weight: bold;
	font-size: 8pt;
	font-family: Verdana;
	text-decoration: underline;
}
.Link:hover {
	font-weight: bold;
	font-size: 8pt;
	color: #666666;
	font-family: Verdana;
	text-decoration: none;
}

.TopLink {
	font-weight: bold;
	font-size: 8pt;
	color: #D00107;
	font-family: Verdana;
	text-decoration: underline;
}
.TopLink:hover {
	font-weight: bold;
	font-size: 8pt;
	color: #666666;
	font-family: Verdana;
	text-decoration: none;
}

.WhiteLink {
	font-weight: bold;
	font-size: 8pt;
	color: #fff;
	font-family: Verdana;
	text-decoration: none;
}
.WhiteLink a:hover {
	font-weight: bold;
	font-size: 8pt;
	color: #ccc;
	font-family: Verdana;
	text-decoration: underline;
}
td.WhiteLink {
	background-color: #D00107;
}


/**######################################################*/


.calender {
	padding-right: 2px;
	padding-left: 2px;
	font-size: 7pt;
	padding-bottom: 1px;
	color: black;
	padding-top: 1px;
	font-family: Verdana;
	background-color: #ffffff;
}

.calenderOffMonth {
	padding-right: 2px;
	padding-left: 2px;
	font-size: 7pt;
	padding-bottom: 1px;
	color: gray;
	padding-top: 1px;
	font-family: Verdana;
	background-color: #FFFFFF;
}

.calenderDayheader {
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
	font-size: 8pt;
	padding-bottom: 1px;
	color: black;
	padding-top: 1px;
	font-family: Verdana;
	background-color: #9ACD32;
}
.calenderhead {
	padding-right: 4px;
	padding-left: 4px;
	font-weight: bold;
	font-size: 8pt;
	padding-bottom: 1px;
	color: #FFFFFF;
	padding-top: 1px;
	font-family: Verdana;
	height: 20px;
	background-color: #00396d;
	text-align: center;
}

.selectedDate {
	padding-right: 1px;
	padding-left: 1px;
	font-weight: bold;
	font-size: 8pt;
	padding-bottom: 1px;
	color: #FFFFFF;
	padding-top: 1px;
	font-family: Verdana;
	background-color: #6495ED;
	text-align: center;
}

.calenderhead a:Link {
	padding-right: 4px;
	padding-left: 4px;
	font-weight: bold;
	font-size: 8pt;
	padding-bottom: 1px;
	color: #FAFAD2;
	padding-top: 1px;
	font-family: Verdana;
	text-align: center;
	text-decoration: none;
}
.calenderhead a:active {
	padding-right: 4px;
	padding-left: 4px;
	font-weight: bold;
	font-size: 8pt;
	padding-bottom: 1px;
	color: #FAFAD2;
	padding-top: 1px;
	font-family: Verdana;
	text-align: center;
	text-decoration: none;
}
.calenderhead a:Visited {
	padding-right: 4px;
	padding-left: 4px;
	font-weight: bold;
	font-size: 8pt;
	padding-bottom: 1px;
	color: #FAFAD2;
	padding-top: 1px;
	font-family: Verdana;
	text-align: center;
	text-decoration: none;
}
.calenderhead a:Hover {
	padding-right: 4px;
	padding-left: 4px;
	font-weight: bold;
	font-size: 8pt;
	padding-bottom: 1px;
	color: #FFD700;
	padding-top: 1px;
	font-family: Verdana;
	text-align: center;
	text-decoration: underline;
}

.calenderdate {
	padding-right: 4px;
	padding-left: 4px;
	font-size: 8pt;
	padding-bottom: 1px;
	color: #000000;
	padding-top: 1px;
	font-family: Verdana;
	background-color: #ffffff;
}

.WeekEnd {
	border-right: #000080 1px;
	padding-right: 4px;
	border-top: #000080 1px;
	padding-left: 4px;
	font-size: 8pt;
	padding-bottom: 1px;
	border-left: #000080 1px;
	color: #DC143C;
	padding-top: 1px;
	border-bottom: #000080 1px;
	font-family: Verdana;
	background-color: #ffffff;
}

.CalTextBox {
	border-right: #A9A9A9 1px solid;
	padding-right: 2px;
	border-top: #A9A9A9 1px solid;
	padding-bottom: 1px;
	border-left: #A9A9A9 1px solid;
	width: 130px;
	padding-top: 1px;
	border-bottom: #A9A9A9 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	height: 18px;
	border-color: #A9A9A9;
}


.CalButton {
	border-right: #383939 1px solid;
	padding-right: 2px;
	border-top: #383939 1px solid;
	padding-left: 2px;
	font-size: 10pt;
	padding-bottom: 0px;
	margin-left: 1px;
	border-left: #383939 1px solid;
	width: 18px;
	color: black;
	padding-top: 0px;
	border-bottom: #383939 1px solid;
	font-family: Arial;
	height: 18px;
}
fieldset {
	padding-right: 12px;
	padding-left: 12px;
	font-size: 8pt;
	padding-bottom: 12px;
	width: 450px;
	padding-top: 12px;
	font-family: Verdana;
	text-align: left;
}

legend {
	font-weight: bold;
	font-size: 8pt;
	font-family: Verdana;
}

.ReportText {
	font-weight: normal;
	font-size: 8pt;
	text-transform: capitalize;
	color: black;
	font-family: Verdana;
	text-decoration: none;
}
FIELDSET #rpt {
	padding-right: 12px;
	padding-left: 12px;
	font-size: 8pt;
	padding-bottom: 12px;
	width: 550px;
	padding-top: 12px;
	font-family: Verdana;
	text-align: Right;
}

.FileUpload {
	border-right: #A9A9A9 1px solid;
	padding-right: 2px;
	border-top: #A9A9A9 1px solid;
	padding-left: 2px;
	font-size: 8pt;
	padding-bottom: 1px;
	border-left: #A9A9A9 1px solid;
	width: 250px;
	padding-top: 1px;
	border-bottom: #A9A9A9 1px solid;
	font-family: Verdana;
	background-color: #FFFFFF;
	border-color: #A9A9A9;
}

.box {
	border-right: #99ccff 2px solid;
	padding-right: 5px;
	border-top: #99ccff 2px solid;
	padding-left: 5px;
	padding-bottom: 5px;
	margin: 5px;
	border-left: #99ccff 2px solid;
	padding-top: 5px;
	border-bottom: #99ccff 2px solid;
	border-color: #C0C0C0;
}
.boxParent {
	padding: 5px;
	margin: 5px;
	border: #666666 2px solid;
}

