﻿img
{
    margin: 0 0 0 0;
}
table
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    /*font-family: Tahoma, Verdana;*/
    font-size:12px;
    line-height:1.2;
    color:#444444;   
}
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:646px;
    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/greyBG.jpg);
    background-repeat:repeat-x;
    background-position:left top;
	border: solid 1px #cccccc;
	height:27px;
	font-weight:bold;
	text-align:center;
	color:#990000;	
    
}
.rowStyle
{
    background-color:#E7E7FF;
    Color:#000;
}
.alternateRowStyle
{
    background-color:#F7F7F7;                    
    Color:#000;
}
    
.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;
}

input.textBox
{
    border:solid 1px #666666;
    height:18px;
    width:150px;
    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;
}
a.redClass:link, a.redClass:active, a.redClass:visited
{
    color:#FF0000;
    text-decoration:none;
}
a.redClass:hover
{   
	color:#FF0000;
    text-decoration:underline;
}
.calendarClass {
    border:1px solid #646464;
    background-color: #444;
    color: red;
}