/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
}
a
{
	text-decoration: none;
	color:#2D71BA;
}
.notes
{
	FONT-SIZE:  smaller;
	COLOR: #00487D;
	font-weight : bold;
}
.error
{
	COLOR: red;
}

.Inputerror
{
	BACKGROUND-COLOR: pink;
}
ol
	{
	 margin-top : 5;
	}
hr
{
	color : black;
	height : 1px;
}
td
{
	font-size:smaller;
	font-family: MS Reference Sans Serif,Tahoma,Arial,Verdana;
}
th 
{
	text-align: left;
	background-color : #F5F5F5;

	font-size:smaller;
	font-family: MS Reference Sans Serif,Tahoma,Arial,Verdana;
	}
input,select
{
	width:100%;
	font-family: MS Reference Sans Serif,Tahoma,Arial,Verdana;
}

.footer
{
	font-size:xx-small;
}

.bordertop
{
	border-top : solid 1px #000000;
}
.printScroll
{
	OVERFLOW: auto;HEIGHT:160;
}
.showOnPrint
{display: none;}

h3
{ margin:0;
	}
h4
{ margin:0;
	}	
h5
{ margin:0;
	}	
		
.hoverStyle {background-color: silver; cursor:hand}
.regularStyle {background-color: white; cursor:hand}
.clickedStyle {background-color: red; cursor:hand}

@media print 
{
	.showOnPrint{display: block;}
	.printswitch {display: none;}
	.printSize {width:650px;}
	.printScroll {OVERFLOW:visible;}
}

.label
{
	font-weight:bold;
}