﻿/*body
{   FONT-FAMILY: Tahoma;
	FONT-SIZE: 12px;
	COLOR: #4E4E4E;
	BACKGROUND-COLOR:#FFFFFF;
    }
*/
img
{
    margin: 0 0 0 0;
}
.intranetcontent table
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    /*font-family: Tahoma, Verdana;*/
    font-size:12px;
    line-height:1.2;
    color:#444444;   
}

.intranetcontent table a:link
{
    color: #FF6666;
    font-weight:bold;
      
}

.intranetcontent table a:visited
{
    color: #FF6666;
    font-weight:bold;
      
}
table.EditClass
{
    background-color:#edf5ff;
}
td.sideColumn
{
    vertical-align:top;
    width:85px;
    text-align:center;
}
td.centerColumn
{
    width:800px;
    vertical-align:top;    
}
td.leftBorder
{
    border-left:dashed 1px #cccccc;
    text-align:left;
    padding-left:10px;
}
td.topBorder
{
    border-top:dashed 1px #cccccc;    
}
td.bottomBorder
{
    border-bottom:dashed 1px #cccccc;    
}
td.leftTopBorder
{
    border-left:dashed 1px #cccccc;
    border-top:dashed 1px #cccccc;
    text-align:left;
    padding-left:10px;
}
.wHeader
{
    height:93px;
    width:800px;
    background-image: url(../images/wTopBackground.jpg);
    background-repeat:no-repeat;
    background-position:left top;
}
.wBody
{
    width:800px;
    height:820px;
    background-image: url(../images/wBackgroundBodyWhole.jpg);
    background-repeat:no-repeat;
    background-position:left top;
}
.wBodyCut
{
    width:800px;
    background-image: url(../images/wBackgroundBody.jpg);
    background-repeat:no-repeat;
    background-position:left top;
}
.wBodyLine
{
    width:800px;
    background-image: url(../images/wBackgroundBodyLine.jpg);
    background-repeat:repeat-y;
    background-position:left top;
}
.wFooter
{
    width:800px;
    background-image: url(../images/wBackgroundBodyFooter.jpg);
    background-repeat:no-repeat;
    background-position:left top;
}
.wMenuItems
{
    height:37px;
    width:100%;
    background-image: url(../images/wMenuItem.jpg);
    background-repeat:repeat-x;
    background-position:left top;
}
.tableHeader
{
  background-image: url(../images/tableHeader.jpg);
    background-repeat:repeat-x;
    background-position:left top;
    height:32px;    
	border: 0px;
	width: 100%;
	font-size : 13px;
	color:#333333;	
}
.searchBox
{
     /*font-family:Arial;*/
    height:20px;
    padding-top:3px;
    font-size:14px;
    background-color:#ffffff;
    border:solid 1px #444444;
   
}
.searchLikeBox
{
   
    /*font-family:Arial;*/
    height:20px;
    padding-top:3px;
    font-size:14px;
    background-color:#ffffea;
    font-style:italic;
}
.warrningMessage
{
    background-color:#DEDEDE;
    padding:5px 5px 5px 5px;
    font-weight:bold;
    color:#ff0000;
    text-align:center;
}
.padd5
{
    padding-top:5px;
}
.greyHeader
{
    padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
background-image: url(../images/blueline1.jpg);
    background-repeat:repeat-x;
    background-position:left top;
    background-color:#1D5282;
	border: solid 1px #cccccc;
	height:27px;
	font-weight:bold;
	text-align:center;
	color:#CC8888;	
    
}
.rowStyle
{
    background-color:#E7E7FF;
    Color:#000;
}
.alternateRowStyle
{
    background-color:#F7F7F7;                    
    Color:#000;
}

.subtotalRowStyle
{
    background-color: #d2e6ff;   
    border:1px solid #000;                 
    Color:#000;
    font-weight:bold;
}
    
.headerLeft
{
    padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-image: url(../images/goldLineLeft.jpg);
    background-repeat:no-repeat;
    background-position:left top;
	border: 0px;
	width: 2px;
	height: 41px;
}
.headerRight
{
    padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-image: url(../images/goldRight.jpg);
    background-repeat:no-repeat;
    background-position:left top;
	border: 0px;
	width: 2px;
	height: 41px;
}
.headerCenter
{
    padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-image: url(../images/goldLineCenter.jpg);
    background-repeat:repeat-x;
    background-position:left top;
	border: 0px;
	height: 41px;
	font-weight:bold;
	font-size:14px;
	color:#ff0000;
}
.rptrowStyle
{
    background-color:#f6f6f6;
    Color:#000;
}
input.textBox
{
    border:solid 1px #666666;
    height:18px;
    width:240px;
    color:#444444;
    font-family:Arial;
    font-size:12px;
}
input.smalltextbox
{
    border:solid 1px #666666;
    height:18px;
    width:80px;
    color:#444444;
    font-family:Arial;
    font-size:12px;
}
input.textBoxItalic
{
    border:solid 1px #666666;
    height:18px;
    width:150px;
    color:#444444;
    font-family:Arial;
    font-size:12px;
    font-style:italic;
    background-color:#ffffea;
}
input.warning
{
    border:solid 1px #FF0000;
    height:18px;
    width:150px;
    color:#444444;
    font-family:Arial;
    font-size:12px;
    font-style:italic;
    background-color:#ffffea;
}
/*a:link, a:active, a:visited
{
    color:#444444;
    text-decoration:none;
}
a:hover
{
    text-decoration:underline;
}
*/
a.greyClass:link, a.greyClass:active, a.greyClass:visited
{
    color:#999999;
    text-decoration:none;
}
a.greyClass:hover
{   
	color:#999999;
    text-decoration:underline;
}
.redClass a:link, a:active, a:visited
{
    color:#FF0000;
    text-decoration:none;
}
.redClass a:hover
{   
	color:#FF0000;
    text-decoration:underline;
}

.blueClass a:link, a:active, a:visited
{
    color:#0000FF ;
    text-decoration:none;
}
.blueClass a:hover
{   
	color:#ff00FF;
    text-decoration:underline;
}
.calendarClass {
    border:1px solid #646464;
    background-color: #444;
    color: red;
}

/**added**/
td.firstRadioButton
{
	border: dotted 1px #ccc;
	background-color: #ffffea;
}

td.alternateRadioButton
{
	border: dotted 1px #ccc;
	background-color: #E7F2E0; 
}

.leterBox
{
	width:30px; height:30px;
	/*border:solid 1px #222;
	background-color:#444;*/
	text-align:center;
	display:inline-block;
	font-weight:bold;
	color:#000;
}
#floatingLoginBox .leterBox
{
	width:30px; height:20px;
	/*border:solid 1px #222;
	background-color:#444;*/
	text-align:center;
	display:inline;
	font-weight:bold;
	color:#000;
}

.colorBox
{
	width:65px; height:30px;
	/*border:solid 1px #ccc;
	background-color:#666;*/
	border: solid #ccc 0px;
	
	text-align:center;
	font-weight:bold;
	margin:2px;
	float:left;
}
#floatingLoginBox .colorBox
{
	width:65px; height:16px;
	/*border:solid 1px #ccc;
	background-color:#80CBFE;*/
	
	border: solid #ccc 0px;
	text-align:center;
	/*font-weight:bold;*/
	margin:1px;
	float:left;
}

.nbsp{}
.negative{}
.noshow
{
	background-color:#F9FFBD;
	color:#000;	
	display:block;
	width:40px;
	height:25px;
}
.positive{
	background-color:#F00;
	color:#fff;	
	display:block;
	width:40px;
	height:25px;	
}

/**added**/
td.firstRadioButton
{
	border: dotted 1px #ccc;
	background-color: #ffffea;
}

td.alternateRadioButton
{
	border: dotted 1px #ccc;
	background-color: #E7F2E0; 
}

.leterBox
{
	width:30px; height:30px;
	/*border:solid 1px #222;
	background-color:#444;*/
	text-align:center;
	display:inline-block;
	font-weight:bold;
	color:#000;
}
#floatingLoginBox .leterBox
{
	width:30px; height:20px;
	/*border:solid 1px #222;
	background-color:#444;*/
	text-align:center;
	display:inline;
	font-weight:bold;
	color:#000;
}

.colorBox
{
	width:65px; height:30px;
	/*border:solid 1px #ccc;
	background-color:#666;*/
	border: solid #ccc 0px;
	
	text-align:center;
	font-weight:bold;
	margin:2px;
	float:left;
}
#floatingLoginBox .colorBox
{
	width:65px; height:16px;
	/*border:solid 1px #ccc;
	background-color:#80CBFE;*/
	
	border: solid #ccc 0px;
	text-align:center;
	/*font-weight:bold;*/
	margin:1px;
	float:left;
}

.nbsp{}
.negative{}
.noshow
{
	background-color:#F9FFBD;
	color:#000;	
	display:block;
	width:40px;
	height:25px;
}
.positive{
	background-color:#F00;
	color:#fff;	
	display:block;
	width:40px;
	height:25px;	
}

.intranetcontent
{

margin:0 auto;
width:700px;
padding:10px 10px 20px 10px;
min-height:350px;

    }
/*.intranetcontent a:link {
    color: #fff;
    text-decoration: none;
}*/