
/*
	Login Page Specific
	Box layout functionality
*/


/* Outer table */
TABLE.outerlogintable
{
	margin: 1.25em;
	border-collapse: separate;
}

/* Blue Heading Bars */
TABLE.outerlogintable h2
{
	font-family: Arial;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0;
	margin-bottom: 4px;
	padding: 0.5em 0.7em;
	background-color: #004673;
	color: White;
}
TABLE.outerlogintable h2.curved-corner
{
	background-image: url(../images/curved-corner.png);
	background-repeat:no-repeat;
	background-position: top right;
}

/* Main Areas */
TABLE.outerlogintable div.leftmain,
TABLE.outerlogintable div.rightmain
{ 
	padding: 12px; 
	height: 225px;
	position:relative;
	background-color: #A9D8F9;
}
TABLE.outerlogintable div.rightmain
{
	background-color: #E7E7E7;
}
TABLE.outerlogintable h3
{
	margin: 0;
	margin-bottom: 8px;
	font-family: Arial;
	font-size: 1.25em;
	font-weight: normal;
}
TABLE.outerlogintable p
{
	margin-top: 1em;
}
TABLE.outerlogintable p.loginlabel
{
	margin: 0 0.5em 0 0.5em;
	padding-left: 0.5em;
}
TABLE.outerlogintable p.logintextfield
{
	margin: 1em 0.5em 0 0.5em;
	font-weight: bold;
	padding-left: 0.5em;
}
TABLE.outerlogintable p.loginlabel input
{
	width: 90%;
}

/* The flash/image on the login page. */
#loginimage
{
	float: left;
	margin-right: 12px;
	margin-top: 0.25em;
}
