﻿body {
	background-color:#FFFFFF;
}
.errorStyle
{
	color: red;
}
#DashboardContainer
{
	position:relative;
	width:100%;

	vertical-align:top;
	
	padding-top:15px;
	padding-bottom:25px;
	overflow:visible;
}
#yourAccountContainers
{
	position:relative;
	width:98%;
	text-align:left;
	vertical-align:top;
	min-height:380px;
}
#passwordHeader
{
	width:100%;
	text-align:center;
	padding-top:3px;
	padding-bottom:3px;
	background-color:#FFFFCC;
	color:#000066;
	
	border-bottom:1px solid #000066;
	
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}
#passwordContent
{
	width:100%;
	font-family:Arial;
	font-size:12px;
	color:#000066;	
	background-color:#FFFFFF;
	padding-top:4px;
	padding-bottom:4px;
}
#questionHeader
{
	width:100%;
	text-align:center;
	padding-top:3px;
	padding-bottom:3px;
	background-color:#FFFFCC;
	color:#000066;
	
	border-bottom:1px solid #000066;
	
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}
#questionContent
{
	width:100%;
	font-family:Arial;
	font-size:12px;
	color:#000066;	
	background-color:#FFFFFF;
	padding-top:4px;
	padding-bottom:4px;
}
#yourProfileHeader
{
	width:100%;
	text-align:center;
	padding-top:3px;
	padding-bottom:3px;
	background-color:#FFFFCC;
	color:#000066;
	
	border-bottom:1px solid #000066;
	
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}
#yourProfileContent
{
	width:100%;
	font-family:Arial;
	font-size:12px;
	color:#000066;	
	background-color:#FFFFFF;
	padding-top:4px;
	padding-bottom:4px;
}

#permissionGridContainer
{
	position:relative;
	width:100%;

	text-align:center;
	vertical-align:top;
	
	padding-top:25px;
	padding-bottom:25px;
	overflow:visible;
}
#userPermissionsGrid
{
	position:relative;
	width:90%;
	overflow:visible;
	margin:auto;
}
#ctl00_cph_UcEditYourProfile1_pnlUserPermissionGrid
{
	position:absolute;
	top:0px;
	left:0px;
	margin-bottom:25px;
}
#userPermissionGridHeader
{
	width:100%;
	text-align:center;
	padding-top:3px;
	padding-bottom:3px;
	background-color:#FFFFCC;
	color:#000066;
	
	border-bottom:1px solid #000066;
	
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}
#userPermissionGridContent
{
	position: relative;
	width:100%;
	font-family:Arial;
	font-size:12px;
	color:#000066;	
	background-color:#FFFFFF;
	padding-top:4px;
	padding-bottom:4px;
}
.freezeStyle
{
	float: left;
	width: auto;
}
.scrollPermissionGrid
{
	position:relative;
	width:auto;
	height:200px;
	overflow:auto;
	
	border-bottom:dashed 1px #000066;
	border-top:dashed 1px #000066;
	
	padding-top: 0px;
	margin-bottom:3px;

	scrollbar-face-color : #000066; 
	scrollbar-highlight-color : #3333FF; 
	scrollbar-3dlight-color : #FFFFCC; 
	scrollbar-shadow-color : #000066; 
	scrollbar-darkshadow-color : #000000; 
	scrollbar-track-color : #FFFFFF; 
	scrollbar-arrow-color : #FFFFCC;
}
#resourceGridContainer
{
	position:relative;
	width:100%;

	text-align:center;
	vertical-align:top;
	
	padding-top:25px;
	padding-bottom:25px;
	overflow:visible;
}
#userResourceGrid
{
	position:relative;
	width:90%;
	overflow:visible;
	margin: auto;
}
#ctl00_cph_UcEditYourProfile1_pnlUserPermissionGrid
{
	position:absolute;
	top:0px;
	left:0px;
	margin-bottom:25px;
}
#userResourceGridHeader
{
	width:100%;
	text-align:center;
	padding-top:3px;
	padding-bottom:3px;
	background-color:#FFFFCC;
	color:#000066;
	
	border-bottom:1px solid #000066;
	
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}
#userResourceGridContent
{
	position: relative;
	width:100%;
	font-family:Arial;
	font-size:12px;
	color:#000066;	
	background-color:#FFFFFF;
	padding-top:4px;
	padding-bottom:4px;
}
.scrollResourceGrid
{
	position:relative;
	width:auto;
	height:200px;
	overflow:scroll;

	border-bottom:dashed 1px #000066;
	border-top:dashed 1px #000066;
	
	padding-top: 0px;
	margin-bottom:3px;
	
	scrollbar-face-color : #000066; 
	scrollbar-highlight-color : #3333FF; 
	scrollbar-3dlight-color : #FFFFCC; 
	scrollbar-shadow-color : #000066; 
	scrollbar-darkshadow-color : #000000; 
	scrollbar-track-color : #FFFFFF; 
	scrollbar-arrow-color : #FFFFCC;
}
.gvRowStyle
{
	font-family:Arial;
	font-size:10px;
	padding: 2px 2px 2px 2px;
	padding-top:2px;
	padding-left:2px;
	padding-right:2px;
	padding-bottom:2px;
	background-color:#FFFFFF;
}
.gvAltRowStyle
{
	font-family:Arial;
	font-size:10px;
	padding: 2px 2px 2px 2px;
	padding-top:2px;
	padding-left:2px;
	padding-right:2px;
	padding-bottom:2px;
	background-color:#FFFFCC;
}
.gvHeaderTableStyle
{
	position:relative;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: hidden;
}
.gvHeaderStyle
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	background-color:#000066;
	color:#FFFFCC;
	padding: 2px 0px 2px 0px;
}
.gvHeaderStyle a:active, 
.gvHeaderStyle a:visited, 
.gvHeaderStyle a:link
{
	text-decoration: none;
	color:#FFFFCC;
}
.gvHeaderStyle a:hover
{
	color: #3333ff;
	text-decoration: underline;
}
/*
UcAddNewUser.ascx & UcEditUserProfile.ascx Styles
*/
#userProfileContainer
{
	padding: 15px;
	width: 425px;
	margin: auto;
	position: relative;
}
#newUserProfileContainer
{
	padding: 25px 0px 25px 0px;
	width: 97%;
	min-width: 550px;
	margin: auto;
	position: relative;
}
.userProfileContent
{
	width:100%;
	font-family:Arial;
	font-size:12px;
	color:#000066;	
	background-color:#FFFFFF;
	padding: 5px 0px 5px 0px;
}
.userProfileHeader
{
	font-family: Arial;
	font-size: 12px;
	color: #000066;
	text-align: center;
	background-color: #ffffcc;
	width: 100%;
	font-weight: bold;
	border-bottom: solid 1px #000066;
	padding: 3px 0px 3px 0px;
}
.userProfileLabel
{
	padding-left: 5px;
	width: 115px;
	color: #000066;
}
.userProfileButtonContainer
{
	position: relative;
	left: 130px;
	width: 65%;
}
.userProfilePasswordButtonContainer
{
	position: relative;
	left: 130px;
	width: 150px;
}
.securityQuestionContent
{
	text-align: center;
}
#currentUserContainer
{
	padding-bottom: 5px;
}
.everyUserProfileContainer
{
	position: relative;
	width: 90%;
	min-width: 750px;
	margin: auto;
	padding: 10px 0px 10px 0px;
	font-family: Arial;
	font-size: 12px;
}
.everyUserLeftColumn
{
	position: relative;
	float: left;
	width: 50%;
	padding-right: 15px;
}
.everyUserRightColumn
{
	position: relative;
	float: right;
	width: 47%;
}
.assignedFacilityContainer
{
	padding-bottom: 5px;
}
.facilityListBox
{
	width: 100%;
	height: 200px;
}
.assignedFacilitiesLabel
{
	float: left;
	padding-right: 10px;
}
.assignedFacilitiesList
{
	float: left;
	width: 64%;
}
.userStatusStyle
{
	padding-left: 10px;
}
#newUserLeftColumn
{
	float: left;
	width: 50%;
}
#newUserRightColumn
{
	float: left;
	width: 47%;
}
/* ForgotPassword.aspx */
.loginResetControls
{
	position: relative;
	width: 375px;
	margin: auto;
	padding-bottom: 10px;
	font-family: Arial;
	font-size: 12px;
}
.resetButtonsStyle
{
	width: 125px;
	margin-top: 5px;
	position: relative;
	left: 120px;
}
.pwdResetRow
{
	padding-bottom: 2px;
}
.pwdResetLabel
{
	float: left;
	width: 115px;
	padding-top: 2px;
	font-weight: bold;
	padding-right: 5px;
}
.pwdResetControl
{
	float: left;
	width: 250px;
}
.validationStyle
{
	position: absolute;
	left: 280px;
	width: 200px;
}
.directionsLabelStyle
{
	padding: 15px 0px 15px 0px;
	font-family: Arial;
	font-size: 12px;
}
.messageStyle
{
	padding: 10px 0px 10px 0px;
}
.closeLinkStyle
{
	width: 50px;
	position: relative;
	left: 125px;
}
