﻿body {
  

}
#PageBody { 
    width : 525px;
    height : 100%;
    position :relative;
    margin : 0 auto;
    top:-580px;
    padding-left: 5px;
    font-family: Arial, 'Century Gothic';
    font-size: 10pt;
    left: 0px;
 
} 

.rightbarTop {
    position:relative; 
   top: 0px;
   left:550px;  
    width: 200px }
    
.rightbarBottom {
    position: relative;
    top: 100px; 
    left:550px;
    width: 200px }
    

	
	.email
{
    font-weight: bold;
    text-decoration: underline;
    color: #0000FF;
}
.moreInfo
{
    font-weight: bold;
}
.bold
{
    font-weight: bold;
}
	
	/*.tbGroup
	{
	 left :480px;
	 position:absolute;
	top:283px;
	}
		.tbDisclamer
	{
	 left :0px;
	 position:absolute;
	top:150px;
	}*/
.blueBold
{
    color: #0076cc;
    font-weight: bold;
}

/* Login Control CSS */
.loginControls
{
	/*border: 1px solid;  #175E8C;*/
	background-color: #D9E9F9;
	font-family: Verdana;
	font-size: 10px;
	width: 250px;
	position: relative;
 	z-index: 1;
 	/*left:615px;*/
}

/* top header of the login control*/
	.loginCtrlHeader{
	/*background-color: #6B696B;*/ /* gray*/
	background-color: #175E8C;
	font-weight: bold;
	color: #FFFFFF;
	height: 15px;	
	}
			
.loginPanel {
	position: absolute;
 	top: 0px; 
 	left: 0px; 	
 	z-index: 5;
 	}
 
/* .status
{
	background-color:White;
	
	}*/


.signInPanel{
	border: 1px solid #C0C0C0;
	padding: 5px;
	width: 200px;
	font-family: Verdana;
	font-size: 12px;
	background-color: #FFFFFF;
	/*left:225px;*/
	/*position: absolute;
	top:1px;*/
	}
	
		
.loginButton {
	position: relative;
	}	

.signUpPanel
{
	/*border: thin solid #C0C0C0;*/
	border: 1px solid #C0C0C0;
	padding: 8px;
	height: 15px;
	/*width: 255px;*/
	font-family: Verdana;
	font-size: 12px;
	/*left:40px;
	position: relative;*/
}

