.inboxText{
    font: normal bold 11px Arial;
	color: #0033FF;
}

.inProgressText{
    font: normal bold 11px Arial;
	color: #999900;
}

.rejectText{
    font: normal bold 11px Arial;
	color: #DD0000;
}

.missingText{
    font: normal bold 11px Arial;
	color: #AAAAAA;
}

.successText{
    font: normal bold 11px Arial;
	color: #00AA00;
}

.failureText{
    font: normal bold 11px Arial;
	color: #FF0000;
}

.productionText{
    font: normal bold 11px Arial;
	color: #00AA00;
}

.postponeText{
    font: normal bold 11px Arial;
	color: #fcdd03;
}

.customerText{
    font: normal bold 11px Arial;
	color: #fcdd03;
}

.companycardText{
    font: normal bold 11px Arial;
	color: #fcdd03;
}

.headLine{
    font: normal bold 14px Arial;
    height: 50px;
    
}

.headLine a{
    font: normal bold 14px Arial;
    height: 50px;
	text-decoration: none;
	color: #808080;
}

.headLine a:visited{
    font: normal bold 14px Arial;
    height: 50px;
	text-decoration: none;
	color: #808080;
}

.headLine a:hover{
    font: normal bold 14px Arial;
    height: 50px;
	text-decoration: none;
	color: orange;
}


.inlineHeadLine{
    font: normal bold 14px Arial;
    height: 25px;
    
}

.headLineWarning{
    font: normal bold 14px Arial;
	color: red;
    height: 50px;
    
}

.standardText{
    font: normal 11px Arial;
    width: 750px;
    height: 70px;
    vertical-align: top;
    
}

.formLabel{
    font: normal bold 11px Arial;
    vertical-align: top;
    color: black;
	min-width: 200px;
}

.textContent
{
    font: normal 11px Arial;
	width: 580px;
}

.separator
{
    background: url(../images/line.png) repeat-x;
    height: 25px;
}

.formSeparator
{
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #EEEEEE;
    height: 15px;
}

.formBottomSeparator
{
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #999999;
    height: 15px;
}

td.listContent
{
    font: normal 11px Arial;
	border-width: 1px;
	border-style: solid;
	border-color: #AAAAAA;
	width: 580px;
	padding: 0px;
}

.listTable 
{
  font: normal 11px Arial;
  width: 580px;
  border-width: 1px;
  border-style: solid;
  border-color: #AAAAAA;
}

.listHeader
{
	background-color: #FAFAFA;
	height: 30px;
}

.listHeader td
{
	font: normal bold 12px Arial;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #EEEEEE;	
}

.blueBg
{
	background-color: #F4F4F4;
	height: 30px;
}

.whiteBg
{
	background-color: #FFFFFF;
	height: 30px;
}

.contentPosition
{
    margin-left: 50px;
	width: 750px;
}

.notice
{
   font: normal 11px Arial;
   position: absolute;
   top: 230px;
   left: 500px;
   width: 250px;
   height: 50px;
}

.reviewDetail
{
   font: normal 11px Arial;
   position: relative;
   top: 10px;
   left: 30px;
   width: 800px;
   height: 470px;
   overflow: scroll;
   background-color: #00ff00;
}

.rejectTable
{
   font: normal 11px Arial;
    padding: 10px;
}

.emptyTD
{
   width: 20px;
}

.trHeight
{
	height: 40px;
}
.trHeightSmall
{
	height: 10px;
}

.policyDetail
{
   font: normal 11px Arial;
   position: relative;
   top: 10px;
   left: 30px;
   width: 800px;
   height: 100px;
  overflow: auto;
  background-color: #FFFFFF;
}

.policiesList
{
   font: normal 11px Arial;
   position: relative;
   width: 800px;
   height: 380px;
  overflow: auto;
  background-color: #FFFFFF;
}

