/* $Id: tableStyles.css,v 1.9 2008/03/28 13:13:45 karuppannan Exp $ */
.tableComponent {
    padding: 0px;
    width: 100%;
    color: #000000;
    font-size: 11px;
    border-right: 1px solid #7fb6df ;
    border-left: 1px solid #7fb6df;
    border-bottom: 1px solid #7fb6df;
}
.tableHeader, .sortedTableHeader {font-size: 11px;font-weight: bold;padding: 1px 3px 1px 3px;color: #ffffff;text-align: left;white-space: nowrap;}
.secondaryBox .tableHeader, .secondaryBox .sortedTableHeader {
	color: #000000;
}

#DHCPMainView_CT .tableComponent{

    padding: 0px;
    width: 100%;
    color: #000000;
    font-size: 11px; 
    border: 0px solid #000000;
}
.tableHeader {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #124F98;
  font-size: 10px;
 background-image: url(/images/rowheading_bg.gif);
 background-position: bottom;
 height: 25px;
}

.sortedTableHeader {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #124F98;
  font-size: 10px;
  background-image: url(/images/rowheading_bg.gif);
  background-position: bottom;
  height: 25px;
}

TH.tableHeader, TH.sortedTableHeader {
  text-decoration: none;
  border-top: 0px solid #E6E4D9;
  border-left: 0px solid #E6E4D9;
  border-right: 0px solid #333333;
  border-bottom: 0px solid #333333;
}

.secondaryBox .tableHeader {
	background-color: #EBEBD8; 
}

.secondaryBox .sortedTableHeader {
	background-color: #DFDFC0;
}

.secondaryBox  TH.tableHeader, .secondaryBox TH.sortedTableHeader {
	border: 0px;
}

#nowDataView_CT TH.tableHeader A{
padding-right:100px;
  
}
#nowDataView_CT TH.sortedTableHeader{
padding-right:87px;
  
}
#NowStoreComputer_CT TH.tableHeader A{
padding-right:80px;
  
}
#NowStoreComputer_CT TH.sortedTableHeader{
padding-right:87px;  
}

#StoreComputer_CT TH.tableHeader A{
padding-right:80px;
  
}
#StoreComputer_CT TH.sortedTableHeader{
padding-right:87px;  
}



.tableComponent A  {color: #000000;text-align: left;text-decoration:underline;}
.tableHeader A, .sortedTableHeader A {font-weight: bold; color: #124f98;text-decoration: none};
.secondaryBox .tableHeader A, .secondaryBox .sortedTableHeader A {color: #00000;text-decoration:none};

.tableComponent A:hover {text-decoration:underline;}
.evenRow {background-color: #F0F0F0;padding: 6px;border-bottom:0px solid #E6E4D9; }
.oddRow {background-color:  #FFFFFF;padding: 6px;border-bottom:0px solid #E6E4D9; border-right:0px solid#333333 ;}
.hilite {background-color: #FEDD98;}
.select {background-color: #B9E6E6; border-bottom: 1px solid #87D3D3;}
.oddRow img, .evenRow img{
	padding-right:2px;
	padding-left:2px;
}


.sortButtonASC, .sortButtonDESC, .tableSearchButton, .columnEditButton , .tableSearchGoButton, .tableSearchCloseButton {
	vertical-align: middle;background:transparent;border: 0px;width: 20px;height: 20px;margin: 0px;padding: 0px;cursor: hand;cursor: pointer;
}

.sortedTableHeader .sortButtonASC {background: url(../../../images/sortdown.gif) no-repeat center;}
.sortedTableHeader .sortButtonDESC {background: url(../../../images/sortup.gif) no-repeat center;}
.columnEditButton {background: url(../images/table/columnedit.gif) no-repeat center;}
.tableSearchButton{background: url(/images/search.gif) no-repeat center;}
.tableSearchCloseButton{background: url(/images/stopsearch.gif) no-repeat center;}
.tableSearchGoButton{background: url(/images/go.gif) no-repeat center;}

.msgContent{background-color: #FFFFFF;border: 1px solid #000000;padding:2px;color: #000000;}
.hideMessageButton{background: url(../images/foldup.gif) no-repeat center;}

.tableMenu {width:100%;}

.propertySheetTable {
	width: 100%;
}

.propertySheetTable .tableHeader {
    color: #000000;
    text-decoration:none;
}

.messageInvoker {
	padding: 0px;
	border: 0px;
	vertical-align: middle;
	text-align: center;
	cursor: hand;
	cursor: pointer;
	height: 16px;
	width: 15px;
	margin: 1px;
	background: url(../images/pulldown_big.gif) transparent no-repeat;
}

.completeMessage {
	padding:0px;
	background: transparent;
}
.completeMessage .caTopLeft {
	background: url(../images/box/caTopLeft.gif) no-repeat right;
	height:20px;
	width:7px;
}
.completeMessage .caTopCenter {
	background: url(../images/box/caTopCenter.gif) repeat-x left;
	width:250px;
	height:20px;
}
.completeMessage .caTopRight {
	background: url(../images/box/caTopRight.gif) no-repeat left;
	height:20px;
	width:6px;
}
.completeMessage .caMiddleLeft {
	background: url(../images/box/caMiddleLeft.gif) repeat-y right;
}
.completeMessage .caMiddleRight {
	background: url(../images/box/caMiddleRight.gif) repeat-y left;
	width: 7px;
}
.completeMessage .caBottomLeft {
	background: url(../images/box/caBottomLeft.gif) no-repeat right;
	height:8px;
	width:7px;
}
.completeMessage .caBottomCenter {
	background: url(../images/box/caBottomCenter.gif) repeat-x left;
	height:8px;
}
.completeMessage .caBottomRight {
	background: url(../images/box/caBottomRight.gif) no-repeat left;
	height: 8px;
	width: 7px;
}
.completeMessage .caMessage {
	background: #FFF0F0;
	font: Bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
}
.completeMessage .caClose{
	text-align: right;
	vertical-align: top;
	background: #FFF0F0;
}

.completeMessage .caCloseButton {
	background-image: url(../images/box/closeBtn.gif);
	background-repeat: no-repeat;
	border-top: 0px solid #C7E6FF;
	border-left: 0px solid #C7E6FF;
	border-right: 0px solid #4DA9F2;
	border-bottom: 0px solid #4DA9F2;			
	height: 13px;
	width: 13px;
	vertical-align: middle;
	text-align: center;
	cursor: hand;
	cursor: pointer;
}

.searchRow th, .searchRow .tableHeader, .searchRow .sortedTableHeader .sortedTableHeader { 
	background-color: #faedcf;
	border: 0px;
	border-top	: 1px solid #aaa;
	border-bottom	: 1px solid #aaa;
	font-weight: bold;
	color: #174F02;
	padding: 0px 5px 0px 5px;
	height: 20px;	
	text-decoration: none;
	white-space: nowrap;
} 

.searchRow .sortedTableHeader .sortedTableHeader, .searchRow .tableHeader .tableHeader {
	border:0px;
}

.searchRow th .tableSpotSearch{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	width: 100%;
	border: 1px solid #888888;
	padding: 1px;
}
/*.searchRow .tableHeader{
    background-color: #faedcf;
   
}*/
.searchRow TH, .searchRow .tableHeader, .searchRow .tableHeader .tableHeader, .searchRow .sortedTableHeader .sortedTableHeader { 
	background-color: #faedcf;
	background-image:url(../images/footerbg.gif);
	border:0px;
	font-weight: bold;
	color: #174F02;
	padding:0px 5px 0px 5px;
	height:25px;	
	text-decoration: none;
	white-space: nowrap;
}

