﻿/*legend
{
    font-size:125%;
    font-weight:bold;
    padding-bottom:5px;
}

fieldset fieldset legend
{
    font-weight:bold;
    font-size:100%;

}
fieldset
{
    font-size:80%;
    margin-bottom:15px;
}*/

/* Admin Styles */
.adminLink
{
    font-size:100%;
    text-align:right;
    font-weight:normal;    
}
.adminSuccessMsg        /* Used on label that indicates that an update was successful */
{
    font-weight:bold;
    color:#366FB6;
}
.adminSectionTitle      /* Used on div that holds a section title within a page. E.g., "Edit User's Roles" or  */
{
	font-weight: bold;
	/*font-size: 105%;*/
	color: #022860;
}
.adminSectionSubtitle
{
	/*background-color: #E9E8E8;
    width: 90%;*/
	font-weight: bold;
	padding-bottom: 4px;
	padding-top: 4px;	
}
.adminDetailsHeader
{
    color:White;
    background-color:#366FB6;
    font-weight:bold;
    font-size:12px;
}
.adminUserProfileHeader
{
    color:White;
    background-color:#022860;
    font-weight:bold;
    font-size:80%;
}
#divAdminInsertNewLink /* Used on links that say "Add a new page" or "Add a new user", etc. */
{
    text-align:right;
    font-size:80%;
}
/*.adminInsertUpdateCancelLinks /* Used on the Insert, Update, and Cancel links on the "Manage X...." pages */
/*{
    float:right; 
    font-size:85%;
    padding: 0 70px 0 0;
}*/
.profileRoleName /* Used on radiobuttonlist for Roles in Manage/Edit User(s) */
{
    font-size: 85%;    
    font-weight:bold;
	vertical-align:top;
}
.adminViewAllUsersLink /* Used on View All Users link on Manage Users */
{
    float: right; 
    margin-right: 5px;
    /*font-size:85%*/
}
.adminUL
{
    list-style-position:inside; 
    padding: .2em 0 0 0; 
    margin: 0;
    font-size:85%;
}
.adminUL li
{
    padding: 0 0 .7em 0;
    font-weight: normal;    
}
/* End Admin Styles */

.formButtons
{
text-align:right;
width:100%;
}

.formIntro
{
font-weight:bold;
font-size:110%;
padding-bottom:15px;
}
