/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    background-color: #DCDCDC;
    
}
.pageBackground
{
	background-color: #DCDCDC;
}

.label
{
	font-size:8pt;
	color:Black;
	font-family:Arial;
}
.labelWhite
{
	font-size:8pt;
	color:White;
	font-family:Arial;
}
.textbox
{
	font-size:8pt;
	color:Black;
	font-family:Arial;
}
.button
{
	font-size:8pt;
	color:Black;
	font-family:Arial;
	
}
.select
{
	font-size:8pt;
	color:Black;
	font-family:Arial;
}
.cell
{
	font-size:10pt;
	color:Black;
	font-family:Arial;
}
 
input.invalid 
{ 
	
	background-color:white;
	border: 1px solid red; padding: 2px;

	
} 
.THeader
{
	font: 8pt Arial;
    color: White;
    border-right: 1px solid #6F7375;
    border-bottom: 1px solid #6F7375;
    border-top: 1px solid #6F7375;
    border-left: 1px solid #6F7375;
    text-align: center;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    height:20px;
    background: #989996 url(../images/bg_header.jpg) no-repeat;
}
.TTable
{
    border:1;
    border-top: gray 1px solid;
    border-left: gray 1px solid;
    border-right: gray 1px solid;
    background: none;
    border-bottom: gray 1px solid;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    border-collapse:collapse;
    text-decoration:none;
}
.TBody
{
 
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 0px 0px 0px 0px;
	color: black;
	font:  8pt Arial;
	height: 20px;

}
.TBodyOver
{
	border-right: 1px solid #C1DAD7;
    border-bottom: 1px solid #C1DAD7;
    padding: 0px 0px 0px 0px;
    color: white;
    font: 8pt Arial;
    cursor: pointer;
    background-color: #254053;
}
.paging
{
	font-size:8pt;
	color:black;
	font-family:Arial;
}
.gridRow
{
	background:white ;
	border-top: white 1px solid;
    border-left: white 1px solid;
    border-right: white 1px solid;
    border-bottom: white 1px solid;
    font-size:8pt;
	color:black;
	font-family:Arial;
	height: 20px;

}
.gridRowOver
{
	border-top: white 1px solid;
    border-left: white 1px solid;
    border-right: white 1px solid;
    border-bottom: white 1px solid;
    padding: 0px 0px 0px 0px;
    color: white;
    font: 8pt Arial;
    cursor: hand;
    background-color: #254053;
}
.link
{
	font-size:12pt;
	color:#254053;
	font-family:Arial;
	font-weight:bold;
	text-decoration:none;
}
.TabArea
{
    background-color: White;
    font-size: x-small;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    border-top:1px solid black;
    height:400px;
 }
 
 
