@charset "utf-8";
/* CSS Document */

body{
	padding:0px;
	margin:0px;
	background:#000000;
	height:100%;
	width:100%;
}


form{
	margin:0px;
}

a{
	color:#F2F2F2;
	text-decoration:none;
}

a:hover{
	color:#ef2d21;
	text-decoration:none;
}


body,td,p,div,tr,input,select,textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	font-weight:normal;
}
input,select,textarea{
	color:#000000;
	background:#D2D2D2;
}

.textfield {
	color:#CCCCCC;
}

.whiteBg{
	background:#FFFFFF;
}

.redBandTop{
	background: #ef2d21;
}

.leftBand4{
	border-left:7px solid #ef2d21;
}

.rightBand2{
	border-left:2px solid #ef2d21;
}


.grayBgDark{
	background:#B9B9B9;
}
.grayBgLigher{
	background:#3B3B3B;
}


.padding4{
	padding:4px;
}

.searchBar{
	font-size:11pt;
	font-weight:bold;
	color:#ffffff;
	background-image:url(../images/searchBg.gif);
	background-repeat:repeat-x;
	background-position: top left;
	padding:3px 0px 0px 0px;
/*	padding:8px 5px 5px 5px;*/
	border-bottom:1px solid #464646;
}

.leftNaviagation td {
	height: 35px;
	padding:0px 3px 0px 30px;
	background:url(../images/white_Bullet.gif);
	background-position: 10px center;
	background-repeat:no-repeat;
	vertical-align:middle;
	color:white;
	font-size:9pt;
	border-bottom:1px solid #242424;
}

.leftNaviagation td a {
	color:white;
	text-decoration:none;
}

.leftNaviagation td a:hover {
	color:#ef2d21;
	text-decoration:none;
}


.leftNaviagation .highlightLM {
	background:url(../images/red_Bullet.gif);
	background-position: 10px center;
	background-repeat:no-repeat;
	vertical-align:middle;
	color:#ef2d21;
}

.leftNaviagation .highlightLM a {
	color:#ef2d21;
	text-decoration:none;
}

.footer{
	color:#E6E6E6;
	font-size:11px;
	padding:5px;
	border-top:1px solid #7A7A7A;
}

.seperatorLeft{
	border-left:1px solid #343434;
}

.seperatorDotted{
	border-left:1px dotted #343434;
}

.seperatorTop{
	border-Top:1px dotted #343434;
}

.seperatorBottom{
	border-Bottom:1px dotted #343434;
}

.contentPadding{
	padding:10px;
}

.innerContent{
	padding:5px;
	line-height:16px
}

.Imageborder{
	border:1px solid #949494;
}

.homeHeader{
	font-size:10pt;
	color:#ef2d21;
	font-weight:bold;
}

.moreLink{
	color:#F2F2F2;
	text-decoration:none;

}
.moreLink:hover{
	color:#ef2d21;
}

ul {
	color:#ef2d21;
	list-style-type:square;
	line-height:17px;
	margin-top:5px;
}

.pageHeader{
	font-size:12pt;
	color:#ef2d21;
	font-weight:bold;
}


.pageHeaderSub{
	font-size:9pt;
	color:#E5E5E5;
	font-weight:bold;
}

.categoryHead{
	font-size:8pt;
	color:#F78F04;
	font-weight:bold;
}

.categoryTypeHead{
	font-size:10pt;
	color:#ffffff;
	font-weight:bold;
}

.breadcrumb{
	background:#6F6F6F;
	font-size:10px;
	padding:3px;
}

.masterTableBg{
	background:#0F0F0F;
}

a img {
	border:0px;
}

.formBg{
	background:#202020;
}

.formBtnBg td{
	border-top:1px ridge #66747B;
	background:#2E2E2E;
}


.bulletarrow {
	margin-top:2px;
	
}

.priceColor{
	color:#F9743C;
}

.dotLineHor{
	background-image:url(../images/dot-line-hor.gif);
	background-position:center left;
	background-repeat:repeat-x;
}

.dotLineVer{
	background-image:url(../images/dot-line-ver.gif);
	background-position:center top;
	background-repeat:repeat-y;
}

.lightBoxBorder{
	border:4px solid #ef2d21;
	color:#333333;
}

.lightBox td{
	color:#333333;
}

.lightBoxHeader{
	color:#ffffff;
	font-size:12pt;
	padding-top:3px;
}

.loginBoxBg{
	background:#313131;
}


.btnBgRed{
	border:0px;height:24px;
	background:url(../images/btn_bg_red.gif);
	font-size:11px;
	color:white;
	font-weight:bold; 
	background-repeat:repeat-x;
	border:1px solid #941008;
}

.btnBgGray{
	border:0px;height:24px;
	background:url(../images/btn_bg_gray.gif);
	font-size:11px;
	color:#464646;
	font-weight:bold; 
	background-repeat:repeat-x;
	border:1px solid #C1C1C1;
}


.messageBox{
	background:#F9FABC;
	border:1px solid #BBBBBB;
	padding:5px;
	text-align:center;
	color:black;
}
.messageBoxRed{
	background:#FFBEB7;
	border:1px solid #BBBBBB;
	padding:5px;
	text-align:center;
	color:black;
}


.mandatoryStar{
	color:#FF0000;
}

.redBorder{
	border:1px solid #FF0000;
}
.redBorderSelect{
	border:1px solid #F52203;
	background-color:#FFDDDD;
	/*width:98%;*/
}

/************Tab*/

    .adminTabs {
      float:left;
      width:100%;
      background:#2E2E2E;
      line-height:normal;
	  border-bottom:3px solid #922020;
	  font-family:Tahoma, Arial;
	  font-weight:bold;
      }
    .adminTabs ul {
		margin:0;
		padding:10px 10px 0 20px;
		list-style:none;
      }
    .adminTabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    .adminTabs a {
      float:left;
      background:url("../images/tableftJ.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
	  
    .adminTabs a span {
      float:left;
      display:block;
      background:url("../images/tabrightJ.gif") no-repeat right top;
      padding:7px 15px 6px 6px;
      color:black;
      }
	  
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    .adminTabs a span {float:none;}
    /* End IE5-Mac hack */
    .adminTabs a:hover span, .adminTabs a.activetab span {
      color:#FFF;
      }
    .adminTabs a:hover {
      background-position:0% -42px;
      }
    .adminTabs a:hover span , .adminTabs a.activetab span{
      background-position:100% -42px;
      }
	  
	.adminTabs a:link.activetab, .adminTabs a:visited.activetab, .adminTabs a:hover
	{
		background-position: 0% -42px; 
		text-decoration:none;
	}

/***************Tab End****************/

.tabularData .tabDheader td{
	background:#5B5B5B;
	font-weight:bold;
	border-bottom:1px solid #828282;
	border-right:1px solid #828282;
	border-top:1px solid #454545;
}

/****************/



/***LightBox Frame**/

.LBleftMiddleBg{
	background-image:url(../images/lb/lightbox_left_middle.gif);
	background-repeat:repeat-y;
}
.LBcenterTopBg{
	background-image:url(../images/lb/lightbox_center_top.gif);
	background-position:left top;
	background-repeat:repeat-x;
	padding-left:5px;
	font-family:Tahoma, Arial;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}
.LBcenterBottomBg{
	background-image:url(../images/lb/lightbox_center_bottom.gif);
	background-position:left top;
	background-repeat:repeat-x;
}
.LBrightTopBg{
	background-image:url(../images/lb/lightbox_right_top.gif);
	background-position:left top;
	background-repeat:repeat-x;
}
.LBrightMiddleBg{
	background-image:url(../images/lb/lightbox_right_middle.gif);
	background-position:left top;
	background-repeat:repeat-y;
}
.LBrightBottomBg{
	background-image:url(../images/lb/lightbox_right_bottom.gif);
	background-position:left top;
	background-repeat:repeat-x;
}

/**Paging****/

.pagingBg{
	background:#2C2C2C;
	border-top:1px solid #922020;
	padding:5px 5px 3px 5px;;
}
	  
#tnt_pagination {
	display:block;
	text-align:left;
	height:22px;
	clear:both;
	padding-top:3px;
	font-weight:normal;
	text-align:right;
}

#tnt_pagination a:link, #tnt_pagination a:visited{
	padding:5px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #EBEBEB;
	margin-left:6px;
	text-decoration:none;
	background:url(../images/paging_unselected.jpg);
	background-color:#F5F5F5;
	color:#0072bc;
	width:20px;
	font-weight:normal;
}

#tnt_pagination a:hover {
	background-color:#DDEEFF;
	border:1px solid #FF1515;
	color:#0072BC;	
}

#tnt_pagination .active_tnt_link {
	padding:5px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #BBDDFF;
	margin-left:6px;
	text-decoration:none;
	background:url(../images/paging_selected.jpg);
	background-color:#DDEEFF;
	color:#ffffff;
	cursor:default;
	font-weight:bold;
}

#tnt_pagination .disabled_tnt_pagination {
	padding:5px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #EBEBEB;
	margin-left:6px;
	text-decoration:none;
	background-color:#F5F5F5;
	color:#7E7E7E;
	cursor:default;
}

/**********/