#clearTable {
	padding:0px;
	margin:0px;
	border:none;
  }  
  #clearTable td {
  border:none;
  border-collapse:collapse;
  border-width:0px;
  }
  #clearTable tr {
  border:none;
  }  
   #breaker {
	background-image:url(../images/dot.gif);
	background-repeat:repeat-x;
	width:100%;
	}
  
  #mainCell {
	  font-size: 100%;
  }
  #mainCell ul{
  	line-height:225%;
  }
  #mainCell p {
  	  line-height:150%;
  }
  #mainCell a {
	color:#000000;
  }
  #mainCell a {
	color:#3c7fd8;
  }
 

  /* define HTML TAGS */

body {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 70%;
  line-height: 150%;
  color:#333333;
  /*background-image:url(<? echo // $imageLoc; ?>images/uploads/<? echo //$wcImage; ?>);*/
  background-repeat:no-repeat; 
  background-position:bottom right;
  margin:0px; 
  padding:0px; 
  background-color: #CCCCCC;
}



h1 {
color:#000000;
font-size:150%;
line-height:150%;
}

a {
  font-family:Arial, Helvetica, sans-serif;
  color:#666666;
  text-decoration:none;
  }
A:hover {
  color:#333333;
  
  text-decoration:underline;
}
  
td {
  text-align:left;
  vertical-align:top;
}

select, textarea, input {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 100%;
  background-color:#FFFFFF;
  color:#46479A;
  border-color:#094368;
  border-style:solid;
  border-width:1px;
}
 
A.button:link, A.button:active, A.button:visited  {
  padding:1px 3px 1px 3px;
  border:1px solid #094368;
  color:#000000;
  text-decoration: none;
  background-color:#FFFFFF;
}
A.button:hover {
  background-color:#198281;
  color:#FFFFFF
}
  
A.buttonFlat:link, A.buttonFlat:active, A.buttonFlat:visited  {
  border:0px;
  border-right:1px solid #8A8D1D;
  border-left:1px solid #8A8D1D;
  color:#FFFFFF;
  text-decoration: none;
  background-color:#BCC027; 
}
A.buttonFlat:hover {
  background-color:#094368;
}

.picker {
  position:absolute;
  left:inherit;
  top:inherit;
  border-width:0px;
  border-color:#990000;
  border-style:solid;
  display:none;
  z-index:2;
  overflow:visible;
  width:370px;
  height:165px;
  background-color: transparent;
}

#top{
	/*background-image:url(<? //echo $imageLoc; ?>images/top_1px_slice.gif);*/
	background-image:url(../public/images/logo.gif);
	background-repeat:no-repeat;
	/*border-bottom:4px solid #8f8e8e;*/
 	height:100px;
	padding:0px 5px 0px 0px;
	/*margin-top:11px;*/
	background-color:#000000;
}

#nav {
}
#nav a {
  font-family:Arial, Helvetica, sans-serif;
  
  text-decoration:none;
  }
#nav a:hover {
  color:#2C6DC3;
}

#loginDetails {
float:right;
	color:#8f8e8e;
}
#greyBox {
width:818px; 
height:150px; 
background-image:url(../public/images/box4.jpg);
background-repeat:no-repeat;
color:#FFFFFF;
margin:0px;
padding:0px;
z-index:4;
}
#divMain {
	padding:10px;
}


  .selectedA {
  color:#333333;
  font-weight:bold;
  }
  .tdLabel {
  width:45%; 
  text-align:right;
  }
  #timer{
  width:149px; 
  text-align:center; 
  display:none;
  }
  
  #tdTimerList {
  white-space:nowrap;
  }
  
  #clock {
  background-image:url(images/watchglass.png);
  width:149px;
  height:99px;
  margin-top:20px;
  background-repeat:no-repeat;
  background-position:top;
  text-align:center;
  vertical-align:middle;
  overflow:hidden;
  display:none;
  color:#990000;
  font-weight:bold;
  font-size:150%;
  padding-top:2px;
  cursor:pointer;
  }
  
  .btnLogin {
  background-image:url(images/login.gif);
  width:54px;
  height:24px;
  float:left;
  cursor:pointer;
  border-color:#FFFFFF;
  }
  .btnLoginRO {
  background-image:url(images/loginRO.gif);
  width:54px;
  height:24px;
  float:left;
  cursor:pointer;
  border-color:#FFFFFF;
  }
  
  .orderstd1
  {
  border:none;
  background-color:#F8F8F8;
  }
  .orderstd2
  {
  border:none;
  background-color:#E0E0E0;
  }
  .orderstd3
  {
  border:none;
  background-color:#D6D6D6;
  }
  
  .item-body 
  {
  margin: 0px; font-size: x-small;
  visibility: hidden; height: 0px;
  display:none; padding:0px;
  }
  
  .item-bodyShow
  {
  margin: auto; font-size: x-small;
  visibility: visible; height: auto;
  display:block;
  }
  
  
  /* define #id's */
  #tableMain {
  width:760px;

  
  }
  #tableContent{
  width:100%;
  
  }
  #tableNav {
  
  }
  #tableNav td{
  background-image:url(images/blue-but.jpg);
  text-align:center;
  font-size:10px;
  width:80px;
  font-weight:bold;
  color:#FFFFFF;
  padding:4px;
  background-repeat:no-repeat;
  }
  #tableNav img{
  vertical-align:text-top;
  }
  #tableNav a{
  color:#FFFFFF;
  text-decoration:none;
  font-style:normal;
  }
  
#tdHeader {
  background-color:#990000;
  background-image:url(images/td_bg_1px_black.gif);
  color:#FFFFFF;
  font-weight:bold;
}

  #error {
  background-color:#FF0000;
  color:#FFFFFF;
  font-weight:bold;
  }
  
  /* task list highlights */
  #tdCurrent {
  padding: 2px 10px 2px 10px;
  background-color:#FFCD8A;
  }
  #tdOverdue {
  padding: 2px 10px 2px 10px;
  background-color:#FF0000;
  color: #FFFFFF;
  }
  #subMenu{
  text-align:center;
  width:100%;
  border-bottom:solid;
  border-color:#666666;
  border-width:1px;
  font-weight:bold;
  vertical-align:bottom;
  margin-top:4px;
  height:18px;
  
  }
  #tableList {
  	width:100%;
	padding:0px;
	margin:0px;
  }
  #tableList td{
  border:1px solid #DDDDDD;
  vertical-align:top;
  }
  #tableAE {
  	width:100%;
	padding:0px;
	margin:0px;
	text-align:center;
  }
  #tableAE td{
  border:1px solid #DDDDDD;
  vertical-align:top;
  }  
  
  #trColumnTitles td{
  font-weight:bold;
  background-color:#CCCCCC;
  }
  #pageNav {
  text-align:left;
  }
  
  #pageNav table td{
  border:0px
  }
  
  .blueHighlight
  {
  font-weight:bold;
  font-size:120%;
  color:#003399;
  }
  .redHighlight
  {
  font-weight:bold;
  font-size:120%;
  color:#990000;
  }
  
  h2 {
  font-weight:bold;
  font-size:120%;
  color:#003399;
  line-height:0;
  }
  
  h3 {
  color:#8CA3B6;
  font-size:100%;
  font-weight:bold;
  }
  .trStandardContentRO td,.trStandardContentRO a{
  color:#FFFFFF;
  background-color:#3399FF;
  }
  .tmListHeaders {
  background-color:#8CA3B6;
  }
  .tmListDetail {
  background-color:#F1F5FE;
  }
  
  .tmListDetailRO {
  background-color:#3399FF;
  }
  
  .selectOK {
  background-color:#BEE0C5;
  }
  .selectOverdue {
  background-color:#E1A6A7;
  }
  .selectDone {
  color:#999999;
  }
  .selectOKBold {
  background-color:#BEE0C5;
  color:#333333;
  }
  .selectOverdueBold {
  background-color:#E1A6A7;
  color:#333333;
  }
  .selectDoneBold {
  color:#999999;
  }
  
  /* Required for TABS */
  #tabText{
	  cursor: pointer;
	  padding: 0px 10px 2px 10px;
	  text-align:center;
  } 
  #tabTop{ border-top:1px solid #CCCCCC; }
  td.activeTab {
  background-color:#FFFFFF;
  color: #2C6DC3;
  font-weight: bold;
  padding:0px;
  text-align: center;
  width:1%;
  white-space: nowrap;
  border-left:1px solid #CCCCCC;
  border-right:none;
  border-bottom:0px solid #FFFFFF;
  z-index:5;
  border-collapse:collapse;
  }
  td.activeTab a{
  color:#2C6DC3;
  text-decoration:none;
  }
  
  td.passiveTab {
  background-color:#FFFFFF;
  /*background-image:url(<? echo //$imageLoc ?>public/images/tab_m.gif); */
  font-weight: bold;
  padding: 0px;
  text-align: center;
  width:1%;
  white-space: nowrap;
  border-left:1px solid #CCCCCC;
  border-bottom:solid 1px #cccccc;
  border-collapse:collapse;
  }
  td.passiveTab a{
  color:#000000;
  text-decoration:none;
  }
  #tabSpacer {
  padding:0;
  margin:0;
  width:6px;
  background-image:url(../public/images/tab_r.gif);
  background-repeat: no-repeat;
  background-position: bottom right ;
  border-left:solid 0px #FFFFFF;
  border-bottom:solid 1px #CCCCCC;
  border-collapse:collapse;
  }
  /* END requirment for TABS */
