

/****************************************************************/
/* Page Content													*/
/****************************************************************/

/* Wraps all content */



body 
{
	background-color:white;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	background-repeat: no-repeat;
	background-position: center top;	
}

.logonboxes
{
	width:350px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	
}

.LogonTitleText
{
	background-color:#566F9E;
	font-weight:bold;
	font-size:1.1em;
	color:White;
	
}

.LogonInstructionText

{
	color:Black;
	font-style:italic
}

.LogonTextBox
{
	font-size:1.0em;
}

.LogonCancelButton
{
	background-color:#FFFBFF;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
	font-family:Verdana;
	font-size:1em;
	color:#284775
	
}

.LogonContinueButtton
{
	background-color:#FFFBFF;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
	font-family:Verdana;
	font-size:1em;
	color:#284775
	
}

.LogonChangePasswordButton
{
	background-color:#FFFBFF;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
	font-family:Verdana;
	font-size:1em;
	color:#284775
	
}

#PageDisplay
{
    margin-right:auto;
	margin-left:auto;

}

#Top
{
	background:transparent url(http://webapps.pcrsoft.com/BullisWebApply/MasterPages/Images/bullis/bg-body.gif) repeat-x scroll 0pt;
	height:100px;
	padding:0pt;
}
	
#Left
{
	background-repeat:no-repeat;
	float:left;
	height:117px;
	width:712px;
}

#Center
{

	background:transparent url(http://webapps.pcrsoft.com/BullisWebApply/MasterPages/Images/Bullis/bg-masthead.gif) no-repeat scroll 0pt;
	height:100px;
	padding:0pt;
	left:120px;
	position:relative;
	margin-right:auto;
	margin-left:auto;
}

.Bar
{
	background-color:White;
	float:left;
	height:110px;
	width:10px;
}

#Right
{
	background-repeat:no-repeat;
	float:left;
	height:110px;
	width:178px;
}

#MasterMiddle
{
	font-family:Arial,Helvetica,sans-serif;
	/*font-size:12px;*/
	width:670px;
	padding-bottom:10px;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	/*border:solid 1px #7f7f7f;*/
	background-color:white;
	margin-top:auto;
	margin-left:auto;
	margin-right:auto
	
}

#HorizontalBar
{
	
	height:20px;
	width:830px;

}

#Footer
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	width:830px;
	margin-left: 45px;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
}

#Loginlink
{
	width:100%;
	text-align:right
}