/* basic HTML tags */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: tahoma;
	font-size: 11px;
}
/*a { 
	font-family: tahoma;
}*/
a.freeLink {
  color: #3F6676;
  text-decoration: underline;
  _line-height: 18px;
}

a.freeLink:hover {
  color: #900;
  text-decoration: none;
}
input {
	font-family: tahoma;
	font-size: 11px;
	padding: 1px 0;
	padding-left: 2px;

}
select {
	font-family: tahoma;
	font-size: 11px;
}
option {
	padding-left: 2px;
}
.boldText {
  vertical-align: middle;
  font-weight: bold;
  padding-bottom: 2px;
}
.sortIcon {
  border: 0px;
  margin-left: 2px;
}
/* layout divs */
.center {
}
.clear {
	clear: both;
	_display: none;
}
#container {
	margin: 5px;
	width: 995px;
	text-align: left;
}
#siteHeader {
	background-image: url(../Image/siteheadfill.gif);
	background-position: top left;
	background-repeat: repeat-x;
	height: 75px;
}
#siteBody {
	padding-left: 4px;
	padding-righ: 4px;
  padding-top: 2px;
  _padding-top: 0;	
}
#siteFooter {
	clear: both;
}

/* header */
.pageHeader {
	height: 47px;
	background-image: url(../Image/headback.gif);
	background-position: top right;
	background-repeat:no-repeat;
}
.pageHeader p span {
	display: none;	
}
.pageHeader .p1 {
	float: left;
	clear: right;
	height: 47px;
	width: 57px;
	background-image: url(../Image/logo.gif);
	background-position: top left;
	background-repeat:no-repeat;
}
.pageHeader .p2 {
	float: right;
	width: 312px;
	height: 47px;
	background-image: url(../Image/title.gif);
	background-position: bottom right;
	background-repeat: no-repeat; 
	apadding-top: 59px;
	margin-right: 2%;
}
/* main menu */
.mainMenu {
	clear: both;
	margin-left: 4px;
	margin-right: 4px;
	border: 1px solid #3b6476;
	background-image: url(../Image/mainmenufill.gif);
	background-position: top left;
	background-repeat:repeat-x;
	height: 28px;
	vertical-align: middle;
}
.mainMenu ul li {
	float: left;
	clear: right;
	margin-left: 10px;
	color: #daeaf7;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 13px;
	background-image: url(../Image/mainmenubullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .3em;	
}
.mainMenu ul li a {
	color: #daeaf7;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}
.mainMenu ul {
	margin-top: 6px;
	_margin-top: 5px;
	list-style: none;
}
.mainMenu ul li a:hover, .mainMenu ul li a.activeItem {
	text-decoration: none;
	color: #999933;
}
/* side bar */
.sideBar {
	float: left;
	clear: right;
	width: 230px;
}
.secNav {
	background-color: #e9eff1;
	min-height: 300px;
	_height: 300px;
	background-image: url(../Image/secnavfooter.gif);
	background-position: bottom left;
	background-repeat:no-repeat;
}
.secNav .p1 {
	padding-top: 7px;
	color: #3D6475;
	text-transform: uppercase;
	font-weight: bold;
	background-image: url(../Image/scnavshdw.gif);
	background-position: top left;
	background-repeat: repeat-x;
	padding-left: 10px;
	border-bottom: 1px solid #3b6476;
	padding-bottom: 4px;
}
.secNav .p1 span {
	background-image: url(../Image/secnavbullet.gif);
	background-position: 0 .2em;
	background-repeat: no-repeat;
	padding-left: 13px;
}
.secNav ul li {
	padding-left: 13px;
	background-image: url(../Image/secnavitembullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;	
}
.secNav ul li a {
	color: #010000;
	text-decoration: none;
}
.secNav ul {
	list-style: none;
	margin-left: 22px;
	margin-top: 3px;
	height: 450px;
}
.secNav ul li a:hover, .secNav ul li a.activeItem {
	text-decoration: underline;
	color: #870100;
}
.secNav .pf {
	border-top: 1px solid #3b6476;
	text-align: right;
	padding-left: 184px;
}
.secNav .pf p {
	float: left;
	clear: right;
	margin-top: 1px;
	margin-right: 4px;
	cursor: pointer;
}
.secNav .pf p span{
	display: none;
}
.secNav .pf .ph {
	background-image: url(../Image/homeicon.gif);
	background-position:top left;
	background-repeat: no-repeat;
	height: 11px;
	width: 11px;
}
.secNav .pf .pc {
	background-image: url(../Image/mailicon.gif);
	background-position:0 .2em;
	background-repeat: no-repeat;
	height: 11px;
	width: 10px;
}
.secNav .pf .pm {
	background-image: url(../Image/mapicon.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 11px;
	width: 10px;
}
/* news */
.news {
	width: 230px;
	height: 176px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #D3EFF8;
}
.news .p1 {
	background-image: url(../Image/newstopback.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 4px;
	color: #3a6474;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 10px;
	border-bottom: 1px solid #3b6476;
	padding-bottom: 4px;
}
.news .p1 span {
	background-image: url(../Image/newsbullet.gif);
	background-position: 0 .1em;
	background-repeat: no-repeat;
	padding-left: 15px;
}
.news .nwBlock, .nwBlock  {
	height: 145px;
	text-align: justify;
	padding: 0px 6px;
	padding-top: 2px;
	font-size: 11px;
}
.nwBlock {
  height: auto;
}
.news .pf {
	width: 230px;
	height: 20px;
	background-image: url(../Image/newsbotback.gif);
	background-position: bottom left;
	background-repeat: no-repeat;	
	border-top: 1px solid #3b6476;
	text-align: right;
	background-color: #D3EFF8;
}
.news .pf .s1 {
	display: block;
	float: right;
	clear: left;
	background-color: #3b6476;
	color: #d7eaf1;
	width: 72px;
	padding: 1px 0px;
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
	cursor: pointer;
	border-right: 4px solid #d3eff8;
}
.news .pf .s1 a {
	color: #d7eaf1;
	font-size: 10px;
	text-decoration: none;
}
.news .pf .s1 a:hover {
	color: #fae006;
	text-decoration: none;
}
/* content */
.pageContent, .pageSolid {
	float: left;
	clear: right;
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
	width: 746px;
	padding-bottom: 5px;
	background-image: url(../Image/sitecontenttopfill.gif);
	background-position: top left;
	background-repeat: repeat-x;
}
.pageSolid {
  clear: both;
  width: 977px;  
}
.pageContent .d1, .pageSolid .d1 {
	padding-top: 7px;
}
.pageContent .d1 .p1, .pageSolid .d1 .p1 {
	text-transform: uppercase;
	color: #1f5e78;
	text-align: left;
 	border-bottom: 1px solid #3f809a;
	padding-bottom: 3px;
	background-image: url(../Image/ptitlefill.gif);
	background-position:0 .4em;
	background-repeat:repeat-x;
	padding-right: 5px;
}
.pageContent .d1 .p1 span, .pageSolid .d1 .p1 span {
	background-color: #fff;
	padding: 0 3px;
	font-weight: bold;
}



/*******/
 .d1 .p1, .pageSolid .d1 .p1 {
	text-transform: uppercase;
	color: #1f5e78;
	text-align: left;
 	border-bottom: 1px solid #3f809a;
	padding-bottom: 3px;
	background-image: url(../Image/ptitlefill.gif);
	background-position:0 .4em;
	background-repeat:repeat-x;
	padding-right: 5px;
}
 .d1 .p1 span, .pageSolid .d1 .p1 span {
	background-color: #fff;
	padding: 0 3px;
	font-weight: bold;
}
/*******/


/* footer */
.pageFooter {
	border-top: 2px solid #3b6476;
	color: #3b6476;
	font-size: 11px;
}
.pageFooter .p1 {
	margin-top: 2px;
	_margin-top: 0px;
	border-top: 1px solid #76a3b8;
	padding: 0px 5px;
	padding-top: 2px;
}
.pageFooter .p1 .s1 {
	float: left;
}
.pageFooter .p1 .s2 {
	float: right;
	color: #000;
}
.pageFooter .p1 .s2 a {
	color: #000;
	text-decoration: underline;
}
.pageFooter .p1 .s2 a:hover {
	color:#900;
	text-decoration: none;
}
.skinBar {
  color: #900;
}
/* data grid */
.dataGrid, .dataGridTable {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;	
	margin: 4px 0px;
	border-collapse: collapse;
	width: 100%;
	_width: 200px;
}
.dataGridTable {
 width: 560px;;
}

.dataGridTableOrder {
 /* width: 744px;*/
   width: 300px;
 	border-collapse: collapse;
}

.dataGridTableOrder td {
	padding: 3px 7px;
	border-top: 1px solid #3B6476;
	border-bottom: 1px solid #3B6476;	
	border-left: 1px solid #6F7577;
	border-right: 1px solid #6F7577;
	white-space: nowrap;
	width: 80px;
}

.dataGridTableReport {
 	border-collapse: collapse;
}

.dataGridTableReport td {
	white-space: nowrap;
}

.dataGrid td {
	apadding: 3px 7px;
	aborder-top: 1px solid #3B6476;
	aborder-bottom: 1px solid #3B6476;	
	aborder-left: 1px solid #6F7577;
	aborder-right: 1px solid #6F7577;
	white-space: nowrap;
	_padding: 4px;
}
.dataGridTable td {
	padding: 3px 7px;
	border-top: 1px solid #3B6476;
	border-bottom: 1px solid #3B6476;	
	border-left: 1px solid #6F7577;
	border-right: 1px solid #6F7577;
	white-space: nowrap;
}

.dgTitle td {		
	background-color: #446B7F;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	border-color: #DFEAEE;
	border-top: 1px solid #3B6476;
}
.dgTitle td a {
 	color: #fff;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
.tr0 {
	text-align: center;
	background-color: #F3F6F7;
	color: #25446C;
}
.tr1 {
	text-align: center;
	background-color: #DFEAEE;
	color: #25446C;
}
.tr0 .dgEdit, .tr0 .dgDel {
	background-color: #F3F7F3;
	font-weight: normal;
}
.tr1 .dgEdit, .tr1 .dgDel {
	background-color: #C7DDC9;
	font-weight: normal;	
}

.tr0 .dgReport {
	/*background-color: #F3F7F3;*/
	font-weight: normal;
	border: none;
}
.tr1 .dgReport {
	/*background-color: #C7DDC9;*/
	font-weight: normal;
	border: none;
}


.dgTitle .dgSortCell A  {
  background-color: #4C7483;
  text-decoration: underline;
}
.tr0 .dgSortCell {
  background-color: #F8F5F5;
}
.tr1 .dgSortCell {
  background-color: #DED1D1;
}
.dgEdit a, .dgDel a {
	color: #25446C;
} 
.dgEdit a:hover, .dgDel a:hover {
	color: #900;
	text-decoration: none;
}

.dgReport a {
	color: #25446C;
	font-weight: bolder;
} 
.dgReport a:hover {
	color: #900;
	text-decoration: none;
}

.dgEnab, .dgUnEnab {
	text-align: center;
}
.dgEnab .im span, .dgUnEnab .im span {
	display: none;
}
.dgEnab .im, .dgUnEnab .im {
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 35%;
	_margin-left: 0px;
	height: 13px;
	width: 13px;
}
.dgEnab .im {
	background-image: url(../Image/check.gif);
}
.dgUnEnab .im {
	background-image: url(../Image/uncheck.gif);
}
.gridImg {
  text-align: center;
	amargin-left: 35%;
	_amargin-left: 0px;
	aheight: 13px;
	awidth: 13px;  
}
.dgFunc td {
	border: 0px;
}
.helpIco {
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-left: 7px;
	margin-bottom: 1px;
	border: 0px;
}
.dgAdd {
	text-align: center;
	width: 13%;
}
.dgCust {
	text-align: right;
	padding-right: 5px;
}
.dgCust, .dgAdd {
  padding-top: 3px;
  padding-bottom: 3px;
}
.dgPage {
  vertical-align: middle;
	border: 1px solid #5B6C97;
	background-color: #fff;
	padding: 0 3px;
}
.dgPageSel {
  vertical-align: middle;
	border: 1px solid #5B6C97;
	background-color: #3D6475;
	color: #fff;
	padding: 0 3px;
}
.dgPageSel a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	cursor: default;
}
.dgPage a {
	color: #3D6475;
	text-decoration: none;
	font-weight: bold;
}
.dgPage a:hover {
	color: #900;
	text-decoration: none;
	font-weight: bold;
}
.dgPagesStart, .dgPagesEnd {
	border: 1px solid #5B6C97;
	background-color: #fff;
	padding: 0 4px;
	height: 11px;
	width: 14px;
}
.dgPagesStart a, .dgPagesEnd a {
	text-decoration: none;
}
.dgPagesStart {
	background-image: url(../Image/dgpagesstart.gif);
	background-repeat: no-repeat;
	background-position: 0 .1em;
	_background-position: 0 .2em;	
}
.dgPagesEnd {
	background-image: url(../Image/dgpagesend.gif);
	background-repeat: no-repeat;
	background-position: 0 .1em;
	_background-position: 0 .2em;	
}
/* form */
.formBox {
	width: 370px;
	margin: 5px 0;
}
.formBox .d1 {
	padding-top: 7px;
}
.formBox .d1 .p1 {
	text-transform: uppercase;
	color: #1f5e78;
	text-align: right;
 	border-bottom: 1px solid #3f809a;
	padding-bottom: 3px;
	background-image: url(../Image/ptitlefill.gif);
	background-position:0 .4em;
	background-repeat:repeat-x;
	padding-right: 5px;
}
.userInfo {
  text-transform: uppercase;
	color: #1f5e78;
	text-align: right;
 	border-bottom: 1px solid #3f809a;
	padding-bottom: 3px;
	padding-right: 5px;
}
.userInfo span {
	background-color: #fff;
	padding: 0 3px;
	font-weight: bold;
}
.formBox .d1 .p1 span {
	background-color: #fff;
	padding: 0 3px;
	font-weight: bold;
}
.formCont {
	background-color: #F3F6F7;
	_padding: 4px 0;
	padding: 4px 0px 0px 5px;
}
.formTable {
	width: 100%;
	border-collapse : collapse;
}

.formTable .td {
	_padding: 10px;
}

.formFieldName, .formFieldNameTC {
	text-align: left;
	padding: 10px;	
	padding-right: 3px;
	width: 15%;
	text-transform: capitalize;
	font-size: 11px;
	font-weight: bolder;
}
.formFieldNameTC {
	vertical-align: top;
}
.formFieldData {
	text-align: left;
	_padding: 10px;
	_padding: 1px 0;
	_padding-left: 3px;	
	width: 60%;
}
.formTf, .formTfReq {
	border: 1px solid #406778;
	color: #25456C;
	width: 150px;
	vertical-align: middle;
}
.formTfReq {
	background-color: #fde2e2;
	color: #900;
}

.formTfReqScena {
	border: 1px solid #406778;
	color: #8B0000;
	vertical-align: middle;
/*	background-color: #fde2e2;*/
background-color: White;
font-size : 11px;
	/*color: #900;*/
}

.formTfReq textarea {
	width: 250px;
	vertical-align: middle;
}

.formSelect, .formSelectReq {
	border: 1px solid #406778;
	color: #25456C;
	width: 156px;
	vertical-align: middle;	
}
.formSelectReq {
	background-color: #fde2e2;
	color: #900;
}

.formSelectReqIt {
	border: 1px solid #406778;
	background-color: #fde2e2;
	color: #900;
	vertical-align: middle;	

}
.formReqStar, .validator {
	font-weight: bold;
	font-size: 10px;
	color: #f00;
	vertical-align: middle;
	padding-left: 3px;
}
.formChk {
	color: #25456C;
	vertical-align: middle;	
}
.formRadio {
	vertical-align: middle;
}
.formRadioComment {
	font-size: 11px;
	padding:0 3px;
	color: #900;
}
.formTextArea {
	font-size: 11px;
	font-family: tahoma;
	text-align:left;
	width: 200px;
	height: 250px;
	overflow-y: scroll;
	border: 1px solid #406778;
}
.formFile {
	color: #25456C;
	width: 200px;
	vertical-align: middle;	
}
/* mess box */
.messBox {
	width: 370px;
	margin: 5px 0;
}
.messBox .pm {
	border: 1px solid #6F7577;
	padding: 2px 0 3px 0;
	padding-left: 5px;
	background-image: url(../Image/buttonfill.gif);
	background-position: top left;
	background-repeat: repeat-x;	
	height: 13px;
}
.messBox .pm span{
	color: #555;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
}
.messBox .closeIco {
	float: right;
	vertical-align: top;
	margin-top: 1px;
	margin-right: 3px;
	cursor: pointer;
	padding-left: 5px;
}
.messBox .formCont {
	clear: both;
	background-color: #F3F6F7;
	border-left: 1px solid #6F7577;
	border-right: 1px solid #6F7577;
	border-bottom: 1px solid #6F7577;	
}
.messBox .formFieldData {
	text-align: center;
	border-top: 1px dashed #3B6476;
	padding-top: 6px;
}
.messBoxCntNum {
	color: #900;
	font-weight: bold;
	width: 7%;
	text-align: right;
	padding: 2px 0px;	
	padding-right: 3px;
	vertical-align: top;
}
.messBoxCnt {
	color: #900;
	width: 93%;	
	text-align: left;
	padding: 2px 3px;	
}
.messBox .button {
	padding:0 3px;
}
/* elements */
.button {
	color: #25456B;
	border: 1px solid #5b6c97;
	background-image: url(../Image/buttonfill.gif);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #f3f3f3;
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	vertical-align: middle;
	padding: 2px 4px;
	_padding: 0px;	
	text-transform: uppercase;
	margin: 0px;
	cursor: pointer;
}
/* controls */
.helper {
  color: #900;
  margin-left: 2px;
  border-left: 1px solid #406778;
  border-top: 1px solid #406778;
  background-color: #F3F6F7;
  width: 250px;
}
.helper td {
  padding-left: 4px;
  white-space: normal;
  text-align: left;  
}
.helperContainer {
  position:absolute; 
  display:none;
  width: 250px;
}
.helperBody {
}
.helper ul li {
  list-style-position: inside;
	list-style-type: decimal;
	padding-left: 5px;
}
.helper ul {
  margin-left: 5px;
}

/* Tab manager styles */
.tabManager {
}

.tabManager .tab a, .tabManager .tab a:visited, tabManager .tab a:hover {
    font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: White;
	text-decoration: none;
}

.tabManager .tab a:hover {
    text-decoration: underline;
}

.tabManager .tab span {
    font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: cccc66;
	text-decoration: none;
}

.tableAdminMenu{
width : 162px;
}

.tableAdminMenu td{
text-align: center;
}

.main_content_admin{
	padding : 0px 0px 0px 0px;
}

.p1{

}
.headerEdit{
	text-transform: uppercase;
	color: #1f5e78;
	font-weight : bolder;
}