/* CSS Document */
body {
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00000;
	background-color: #FFFFFF;
}

.formHeader {
	font-family: arial, helvetica, sans-serif;
	color: #000000;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	background-color: #F9D78C;
}
.tblBg{
	background-color: #F4ffd5;
	width: 100%;
	valign:top;
	}
.tblHeader{
	font-family: verdana, arial, helvetica, sans-serif;
	
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF9900;
	height: 28px;
	
	}
.borderColor{
	background-color: #FF9900;
	}
.msg {
	background: #FF9900;
	color: #0000FF;
	font-size:10pt;
	padding: 0.5em;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	width: 50%;
	font-weight: bold;
	font-family: verdana;
}

.tHead {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	background-color: #FFEFD5;
	text-align: center;
}

.tBody {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	background-color: #FFFFFF;
}
.tBody1 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	background-color: #F8FDEE;
}

input,textarea,select {
	border: 1px solid #000000;
	font-size: 10pt;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	padding-left: 2px;
}

.link {
	text-decoration: none;
	color: #0000ff;
	font-size: 10pt;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
}

.link:link {
	color: #0000ff;
	font-weight: bold;
}

.link:visited {
	color: #FF9900;
	font-weight: bold;
}

.link:hover {
	color: #FF9900;
	font-weight: bold;
	background: purple;
}

/* CONTENT SECTION MODULES - 'Common'
--------------------------------------------------------- */
.CM-Content {
	padding: 5px;
}

a.CM-Link {
	color: #FFFFFF;
}

/* CONTENT SECTION MODULES 
--------------------------------------------------------- */
	/*Top Left Corner - with header*/
.CM-TLH {
	background: url("../images/box/CM_TLH.gif") no-repeat;
	width: 10px;
	height: 24px;
}

/*Top Right Corner - with header*/
.CM-TRH {
	background: url("../images/box/CM_TRH.gif") no-repeat;
	width: 16px;
	height: 24px;
}

/*Top Left Corner - withOUT header*/
.CM-TL {
	background-position: left top;
	background-image: url("../images/box/CM_TL.gif");
	width: 10px;
	background-repeat: no-repeat;
	height: 10px;
}

/* Top Center - Used for modules without header */
.CM-TC {
	height: 10px;
	background-position: center top;
	background-image: url("../images/box/CM_TC.gif");
	background-repeat: repeat-x;
	border-top-width: 1px;
}

/*Top Right Corner - withOUT header*/
.CM-TR {
	background-position: right top;
	background-image: url("../images/box/CM_TR.gif");
	width: 10px;
	background-repeat: no-repeat;
	height: 10px;
}

/*Bottom Left Corner*/
.CM-BL {
	background-position: left bottom;
	background-image: url("../images/box/CM_BL.gif");
	width: 10px;
	background-repeat: no-repeat;
	height: 11px;
}

/* Bottom Center */
.CM-BC {
	height: 11px;
	background-position: center bottom;
	background-image: url("../images/box/CM_BC.gif");
	background-repeat: repeat-x;
	border-bottom-width: 1px;
}

/*Bottom Right Corner*/
.CM-BR {
	background-position: right bottom;
	background-image: url("../images/box/CM_BR.gif");
	width: 10px;
	background-repeat: no-repeat;
	height: 11px;
}

.CM-VBorder {
	border-right: #4c99cc 1px solid;
	padding: 10px;
	border-left: #4c99cc 1px solid;
	text-align: justify;
}

.CM-LeftHeaderText {
	font-size: 9.5pt;
	color: #FFFFFF;
	text-align: left;
	background-color: #4c99cc;
}

.popup {
	font-size: 9pt;
	color: #FFFFFF;
	text-align: left;
	background-color: #4c99cc;
	font-family: arial;
	font-weight: bold;
}

.CM-RightHeaderText {
	font-size: 9pt;
	color: #FFFFFF;
	text-align: right;
	background-color: #4c99cc;
}

/*------------------ Module - 'No header' ends --------------------*/
.sideMenu:link {
	color: #000000;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
}

.sideMenu:visited {
	color: 0000FF;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
}

.sideMenu:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
}

.sideMenu:active {
	color: #00FF00;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
}
.bigLink:link {
	color: #000000;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
}

.bigLink:visited {
	color: 0000FF;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
}

.bigLink:hover {
	color: #FF0000;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
}

.bigLink:active {
	color: #00FF00;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
}
.header {
	width: 3px;
	height: 20px;
	background-position: center top;
	background-image: url("../images/mybutton.GIF") ;
	background-repeat: no-repeat;
	background-size: 100% 100%;
    background-origin: content-box
	
}
.templatemo_footer {
	clear: both;
	font-size: 12px;
	width: 960px;
	padding: 5px 0px 5px 0;
	text-align: center;
	border-top: 1px solid #25211e;
	color: #999;
	background-color: #111110;
}
.templatemo_footer a:link{
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
}

.templatemo_footer a:hover a:active {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
	font-size: 12px;
}

.templatemo_footer a:visited {
	color: #ffff66;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}
.green {
	color: #80BC45;
}
.tdClass {
	font-family: Tahoma, Arial;
	font-size: 10px;
	color: #5D5D60;
}
.selLable {
	color: #000000;
	font-weight: bold;
	font-family:  arial, helvetica, sans-serif;
}
.indicator1 {
	font-weight: bold;
	font-family:  arial, helvetica, sans-serif;
	font-size: 11px;
	background-color: #DEEFFF
}
.tdLabel {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	background-color: #FFFFFF;
	text-align: left;
}
.projectLabel {
	font-family: Bookman Old Style;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	background-color: #FFFFFF;
	text-align: left;
}
.projectHead {
	font-family: Bookman Old Style;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	background-color: #8080C0;
	text-align: center;
	color: #FFFFFF;
}