
input
{
	font-size:11px;
}

SELECT
{
	font-size:10px;
}

/*
NEW STYLES
*/
.contentTable
{
	width:850px;	
}

.loginContent
{
	padding:20px;	
	border:solid 1px gray;
}
.logout_link
{
	text-align:right;
	float:right;	
	padding-right:10px;
}

.logout_link a
{
	font-size:9px;
	color:white;
	
}
.logout_link a:hover
{
	font-size:9px;
	color:aliceblue;	
}
.logout_link a:visited
{
	font-size:9px;
	color:White;	
}

.menudiv
{
	height: 22px;
	width: 107px; 
	background-repeat: repeat-x; 
	cursor: hand; 
	text-align: center;
	vertical-align: middle; 
	margin-top: -2px; 
	padding-top: 20px; 
	text-decoration: none;
	font-size: 10px; 
	font-weight: bold; 
	font-family: Verdana Times New Roman; 
	float: left;
}
.childrenMenu
{
	background-color:AliceBlue; 
	width:150px;
	text-align:center;
	color:black;
	font-size:10px;
	border:solid 1px black;
	border-top:none;
	padding-bottom:3px;
}

.childrenMenu a
{	
	color:black;
}

.childrenMenu a:Hover
{	
	color:royalblue;
}

.Buttons
{
	font-size:10px;
	border: solid 1px black;
	width:70px;
}

.contentTable
{
	width:100%;
	text-align:center;
}

.PageCaption
{
	
	height:20px;
	text-align:left;
	font-family:Verdana;
	font-style:italic;
	font-size:14px;
	font-weight:bold;
}

.panelheaderstyle
{
	font-size:10px;
	font-weight:bold;
	background-position-x: left;
    background-position-y: top; 
    border-top:solid 1px lightgrey;
    background-repeat: no-repeat ;
    width:190px;
    height:24px;
    text-align:center;
    padding-top:5px;    
}
.panelheaderstyle span
{	
	color:#405B76;
	font-weight:bold;
}

.panelitemstyle
{
	font-size:10px;
	padding-left:10px;
	padding-right:10px;	
}
.panelitemstyle a
{
	color:#3970B3;
	text-decoration:none;	
}

.panelitemstyle a:visited
{
	color:#3970B3;
	text-decoration:none;
}

.panelitemstyle a:hover
{
	color:gray;
	text-decoration:none;
}

.panelfooterstyle
{
	font-size:10px;
	text-align:right;
}
.panelfooterstyle a
{
	color:#3970B3;
	text-decoration:none;	
}

.panelfooterstyle a:visited
{
	color:#3970B3;
	text-decoration:none;
}

.panelfooterstyle a:hover
{
	color:gray;
	text-decoration:none;
}

.submenustyle
{
	text-decoration:none;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
	
.updateProgress
{
	margin:0 auto;
}

.loadingbox 
	{
		position:absolute;
		top:50%;
		left:40%;
		border:3px solid BLACK; 
		background-color: #ffffff; 
		height:50px; 
		width:250px;
		text-align:center;
		padding-top:20px
	}
	
	
/**/
.FieldBox
{
	width:400px;
	text-align:left;
}

.FieldLabel
{
	width:150px;
	float:left;
	text-align:right;
}
