﻿
ol{
    list-style : none;    
}

#login label{
    display: block;
    font-size : 10px;
}
/*UserInfo*/
#UsernameEmail
{
	color : Red;
	font-weight : bold;	
}
.NewUser fieldset 
{
	margin : 1.5em 0 0 0;
	padding : 0;
}

.NewUser legend
{
	margin-left : 1em;
	color : #000000;
	font-weight : bold;
}
.NewUser fieldset ol
{
	padding : 1em 1em 0 1em;
	list-style : none;
}
.NewUser fieldset li
{
	padding-bottom : 1em;
}
.NewUser fieldset.submit
{
	border-style : none;
}
.NewUser label
{
	float : left ;
	width : 10em;
	margin-right : 1em;
}
.NewUser_Prefs label
{
	float : left ;
	width : 20em;
	margin-right : 1em;
}
.NewUser_Prefs legend
{
	margin-left : 1em;
	color : #000000;
	font-weight : bold;
}
.userPermissions
{
	width : 100%;

}

#review fieldset
{
	margin : 1.5em 0 0 0;
	padding : 0;
}
#review legend
{
	margin-left : 1em;
	color : #000000;
	font-weight : bold;
}
#review label
{
	float : left ;
	width : 18em;
	margin-right : 1em;
	font-weight : bold;
}
#review fieldset ol
{
	padding : 1em 1em 0 1em;
	list-style : none;
}
#review fieldset li
{
	padding-bottom : 1em;	
}

/*End UserInfo*/

/*TABS*/
html
{
    background-color:silver;
}
.tabs
{
    position:relative;
    top:1px;
    left:10px;
}
.tab
{
    border:solid 1px black;
    background-color:#eeeeee;
    padding: 2px 10px;
    color : #0055AB;
    font-size : 10px;
    font-weight : bold;
}
.selectedTab
{
    background-color:white;
    border-bottom:solid 1px white;
    color : #0055AB;
    font-weight : bold;
    font-size : 10px;
}
.tabContents
{
    border:solid 1px black;
    padding:10px;
    background-color:white;
    width : 95%;
}
/*END TABS*/
.btnRight
{
	float : right ;
}
/*LOGOUT*/
.logout
{
	color :#0055AB;
	letter-spacing : 2;
	font-weight : bold;
		
}
.logout:hover
{
	color : #FDC526;
}
/*END LOGOUT*/
/*Edit User*/
.FormLabel
{
	display : block ;
	float : left ;	
	width : 18%;
}
.FormText
{
	width : 150px;	
}
/*End Edit User*/
.errmsg
{
	font-size : 12px;
	color : Red;
	font-weight : bold;		
}
.errloginMsg
{
	font-size : 10px;
	color : Red ;
	font-weight : bold;
}

.RequiredInputField
	{
		font-size : 12px;
		color : Red;
		font-weight : bold;			
		text-align:right;
	}
	
.InputField
	{
		font-size:12px;
		color:Black;
		font-weight:bold;
		text-align:right;
	}
	
.InputText
	{
		font-size:12px;
		color:Black;
		text-align:left;
	}
