.loginlabels
{
	width: 150px;
	display: block;
	float: left;

}

.loginbutton
{
	margin: 10px auto 5px 150px;
}

.errormessage
{
	color: Red;
	font-weight: bold;
}

table td
{
	width: auto;
}

table
{
	width: 100%;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

#progressbar
{
	margin: 30px 0 0 0;
	padding: 0 10px;
	text-align: left;
}

#maininnercontainer
{
	/*width: 780px; */
  padding:0 10px;
}

.floatleft
{
	float: left;
	margin-right: 5px;
}

.clearboth
{
	clear: both;
}

.largeinput
{
	width: 300px;
}

.mediuminput
{
	width: 200px;
}

div#main ul.userdetails
{
	list-style-type: none;
	list-style-image: none;
	list-style-position: inside;
	color: Black;	
	font-weight: bold;
}

#statusmenu
{
	list-style-type: none;
	list-style-image: none;
	list-style-position: inside;
	color: Black;	
	margin: 0px;
	width: 100%;
}

#statusmenu li
{
	padding: 5px 20px 5px 0px;
  color:#009ae1;
  opacity:0.8;
	display: inline;
}

#statusmenu 
{
	padding: 5px;
	display: inline;
}

div#footerbar
{
	
}

div#maincontent
{

}
div#main
{
	float: none;
}

div#maincontent table th
{
	text-align: left;
}

#copyrightfooter
{
	text-align: center;	
}
   
#copyrightfooter a
{
	color: #a7a7a7;	
}
     
#copyrightfooter a:hover
{
	color: #a7a7a7;
  border:none;	
}

.jqmWindow {
    display: none;
    
    position: fixed;
    top: 15%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    height: 500px;
    overflow: scroll;
    
    background-color: #fff;
    color: #333;
    border: 3px solid black;
    padding: 0px 12px 12px 12px;
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

#alumniwarning
{
	font-weight: bold;
	font-size: 1.3em;
}

.redwarning
{
	font-size: 2em;
	color: Red;
	line-height: 1.2em;
}

div#topmenu {
	background-image: none;
	background-repeat: repeat-x;
	border-top: 0;
	border-bottom: 0;
	width: 813px;
	height: 30px;
	margin: 0;
	padding: 0px;
}

#topmenu div
{
    margin: 30px 0 0 0;
    padding: 0 10px;
    text-align: left;
}