a.calendarLink, a.calendarLink:link, a.calendarLink:visited, a.calendarLink:active, a.calendarLink:hover {
	color: #000000;
	font-size: 10px;	
}
a.dayheader, a.monthheader, a.weekday, a.weekend, a.today, a.selecteddate, a.offmonth {
	color: #000000;
	font-size: 10px;	
}

th
{
	text-align:left;
	font-weight:normal;
}

.dayheader {
	background-color: #D4D0C8;
	color: #000000;
}

.monthheader {
	background-color: #EFEFDE;
}

.weekday {
	background-color: #ffffff;
}


.weekend {
	background-color: #EFEFDE;
}

.today {
	background-color: #FF0000;
	color: #ffffff;
}

.selecteddate {
	background-color: #FFFF4D;
	color: #ffffff;
}

.offmonth {
	background-color: #ABA79A;
}

.sitemaster {
	font-size: 12px;
	color: #000000;
	background-color : #ffffff;
	border: solid;
	border-width : 0px 1px 1px 1px;
	border-color : #000000;
	padding: 2px 5px 2px 5px;
	width:650px;
}
.clsCMOn { 
	color: white;
	background-color: black;
	font-size : 12px;
	font-family: arial, helvetica, sans-serif;
	text-decoration : none;
	padding: 2px 4px 2px 4px;
}

.clsCMOver {
	color: black;
	background-color: #e8e8e8;
	font-size : 12px;
	font-family: arial, helvetica, sans-serif;
	text-decoration : none;
	padding: 2px 4px 2px 4px;
}

.sitemasterWrapper 
{
	width:650px;
	height: 110px;
}

/* TimePicker styles */
a.TimePickerTime, a.TimePickerTime:hover, a.TimePickerTime:visited, .TimePickerTime {
	color: #000000;
	font-size: 10px;	
	background-color: #ffffff;
	font-family: arial, helvetica, sans-serif;
}

a.TimePickerTimeSelected, a.TimePickerTimeSelected:hover, a.TimePickerTimeSelected:visited, .TimePickerTimeSelected {
	font-size: 10px;	
	background-color: #FFFF4D;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
}

div.formManage {
	height: 25px;
	background-color: #898989;
	background-image: url(/images/formManage_bg.gif);
	background-repeat: repeat-x;
	float: left;
	padding: 3px;
	border-left: 1px #F1EFED solid;
	border-right: 1px #000000 solid;
	border-top: 1px #F1EFED solid;
	border-bottom: 1px #000000 solid;
	text-align: center;
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff
}
a.formManage, a.formManage:link, a.formManage:active, a.formManage:visited {
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
a.formManage:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #f1efed;
	text-decoration: none;
}


/* SiteBuilder 2 */
.SiteBuilderDockable {
	background-color: beige;
	border: darkblue 2px dotted;
	color: black;
}

.SiteBuilderDraggable {
	border: lightblue 1px solid;
}

/* Floater Div */
.FloaterDivMain {
	border: 1px solid #333333;
	height: auto;
	padding: 5px;
	background-color: White;
}

.FloaterDivTitle {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #000000;
	margin-bottom: 5px;
	text-align: center;
}

.FloaterDivText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	overflow: auto;
	border: 1px solid #e8e8e8;
}

#divFastTitle55378008 {
	
	/*
	background-color: lightyellow;
	color: darkblue;
	border: black 1px solid;
	padding: 2px;
	font-size: 10px;
	font-family: Verdana, Tahoma, Arial;
	*/
	z-index: 99999999;
}

#divFastTitle55378008 img {
	display: block;	
}


#divFastTitleContent55378008 {
	background-color: lightyellow;
	color: darkblue;
	font-size: 10px;
	font-family: Verdana, Tahoma, Arial;
}

#divFastTitleShadow55378008 {
	z-index: 99999998;
}

#divFastTitleShadow55378008 img {
	display: block;	
}

.IModAjaxStatus {
	border: black 1px outset;
	z-index:999999;
	/*
	border: #333333 2px outset;
	z-index:999999;
	*/
}

.IModAjaxStatusHeader {
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial;
	padding: 2px;
	background-color: white;
	color: black;
	/*
	font-size: 14px;
	font-weight: bold;
	font-family: Tahoma, Arial, Verdana;
	padding: 2px;
	border-bottom: lightblue 1px solid;
	background-color: darkblue;
	color: white;
	*/
}

.IModAjaxStatusContent {
	padding:3px;
	font-family: Verdana, Arial;
	font-size:12px;
	color: black;
	background-color: white;
}

img.imod-BouncyImage {
	padding: 1px;
	cursor: pointer;
	/*
	m: expression(onload = new Function("this.className = 'imod-BouncyImage-IE';"));
	*/
	m: expression(this.className = 'imod-BouncyImage-IE');
                       
}

img.imod-BouncyImage:hover {
	padding: 0px 2px 2px 0px;
}

img.imod-BouncyImage-IE {
	padding: 0px;
	margin: 1px;
	cursor: pointer;
	/*
	m: expression(onmouseover = function() { this.style.margin = "0px 2px 2px 0px" }, onmouseout = function() { this.style.margin = "1px" }); 
	*/
	m: expression(onmouseover=new Function("this.style.margin = '0px 2px 2px 0px';"), onmouseout=new Function("this.style.margin = '1px';"));
}

.imod-sunlight-shadow
{
	filter:alpha(opacity=50);
	-moz-opacity:.5;
	opacity:.5;
	background: #000;
	position: absolute;
}

.change-password-button
{
	margin-top: 15px;
}
.change-password-spacer
{
	margin-top: 10px;
}
.grid-button
{
	cursor: pointer;
}
.manage-users-search
{
	margin-bottom: 10px;	
}
.manage-accounts-edit-table
{
	padding: 15px;
}
.password-level-meanings-popup
{
	position: absolute;
	border: 3px solid #000;
	display: none;
	z-index: 9999;
	background: #fff;
	padding: 10px;
}
.password-security-panel-table{
	width: 95%;
}
#divGroups {
	width: 500px;
}
table.divGroupsTable {
	border-collapse:collapse;

}
th.divGroupsTable {
	padding-bottom:2px;
	border-bottom:gray 1px solid;
	text-align:left;
}
td.divGroupsTable {
	padding:2px;
}
#tableAddMembers, #tableAddRights, table.divGroupsSubTable {
	border-collapse:collapse;
	border:black 1px solid;
}
table.divGroupsSubTable {
	margin-bottom:5px;
}
#tableAddMembers th, #tableAddRights th , th.divGroupsSubTable {
	border:black 1px solid;
	padding:2px;
}
#tableAddMembers td, #tableAddRights td, td.divGroupsSubTable {
	padding:2px;
	border:black 1px solid;
	background-color:white;
}
.password-security-panel-table{
	width: 99%;
}
#divGroups {
	width: 500px;
}
table.divGroupsTable {
	border-collapse:collapse;

}
th.divGroupsTable {
	padding-bottom:2px;
	border-bottom:gray 1px solid;
	text-align:left;
}
td.divGroupsTable {
	padding:2px;
}
#tableAddMembers, #tableAddRights, table.divGroupsSubTable {
	border-collapse:collapse;
	border:black 1px solid;
}
table.divGroupsSubTable {
	margin-bottom:5px;
}
#tableAddMembers th, #tableAddRights th , th.divGroupsSubTable {
	border:black 1px solid;
	padding:2px;
}
#tableAddMembers td, #tableAddRights td, td.divGroupsSubTable {
	padding:2px;
	border:black 1px solid;
	background-color:white;
}
.password-level-meanings-popup
{
	position: absolute;
	border: 3px solid #000;
	display: none;
	z-index: 9999;
	background: #fff;
	padding: 10px;
}
.password-security-panel-table{
	width: 99%;
}
#divGroups {
	width: 500px;
}
table.divGroupsTable {
	border-collapse:collapse;
}
th.divGroupsTable {
	padding-bottom:2px;
	border-bottom:gray 1px solid;
	text-align:left;
}
td.divGroupsTable {
	padding:2px;
}
#tableAddMembers, #tableAddRights, table.divGroupsSubTable {
	border-collapse:collapse;
	border:black 1px solid;
}
table.divGroupsSubTable {
	margin-bottom:5px;
}
#tableAddMembers th, #tableAddRights th , th.divGroupsSubTable {
	border:black 1px solid;
	padding:2px;
}
#tableAddMembers td, #tableAddRights td, td.divGroupsSubTable {
	padding:2px;
	border:black 1px solid;
	background-color:white;
}

.password-tips-popup-close-button
{
	text-align: center;
	margin-bottom: 10px;
}

.password-tips-popup-content{
	vertical-align: top;
	padding: 10px;
	font-size: 10pt;
}
.password-tips-popup-title{
	color: #fff;
	font-weight: bold;
	font-size: 9pt;
	padding: 5px;
}
.password-tips-popup-header{
	background: navy;
	height: 20px;
}
.password-tips-popup{
	border: 1px solid #000;
	position: absolute;
	width: 200px;
	height: auto;
	display: none;
}
.password-tips-popup-table{
	width: 100%;
	height: 100%;
	background: #fff;
}
.secure-password-tips{
	margin-top: 10px;
	text-align: center;
	font-size: 8pt;	
	width: 100%;
}
.passwordSecurityTable{	
	font-size: 8pt;
	font-family: arial, verdana;	
}
.passwordSecurity0{
	background: black;
	filter:alpha(opacity=50);
	-moz-opacity:.5;
	opacity:.5;		
	width: 20px;	
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-top: 0px solid #000;
}
.passwordSecurity1{
	background: red;
	filter:alpha(opacity=50);
	-moz-opacity:.5;
	opacity:.5;		
	width: 20px;	
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
.passwordSecurity2{
	background: orange;
	filter:alpha(opacity=50);
	-moz-opacity:.5;
	opacity:.5;		
	width: 20px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;	
}
.passwordSecurity3{
	background: Yellow;
	filter:alpha(opacity=50);
	-moz-opacity:.5;
	opacity:.5;	
	width: 20px;	
	border-left: 1px solid #000;
	border-right: 1px solid #000;		
}
.passwordSecurity4{
	background: green;
	filter:alpha(opacity=50);
	-moz-opacity:.5;
	opacity:.5;	
	width: 20px;	
	border-left: 1px solid #000;
	border-right: 1px solid #000;		
	border-top: 1px solid #000;
}
.passwordSecurityText{
	padding-left: 10px;
	display: none;
	width: 120px;
}
.passwordSecurityFieldset{
	width: 150px;
}
.passwordSecurityLegend{
	font-weight: bold;
	font-family: arial, verdana;
	font-size: 10pt;
}
.textbox-compare-popup
{
	border: 2px solid navy;
	position: absolute;
	background: #fff;
	width: 20%;
	display: none;
	margin: 0px;
	padding: 15px;
}
.password-strength-text
{
	padding: 0px;
	margin: 0px;
}

.login-password-strength-text
{
	margin-bottom: 15px;
}

.manage-security-radio label
{
	clear: none;
	display: inline;
}

.error 
{
	display: block;
	width : 450px;
	padding: 5px 0 5px 25px;
	margin: 5px;
	font: bold normal 10px "Verdana", sans-serif;
	color: #BF0000;
	background: #FFE8E8 url(/images/icons/v2/common/exclamation.gif) no-repeat 3px 2px;
	border: 1px solid #BF0000;
}

.success {
	display: block;
	width : 450px;
	padding: 5px 0 5px 25px;
	margin: 5px;
	font: bold normal 10px "Verdana", sans-serif;
	color: #008000;
	background: #D0E8D0 url(/images/icons/v2/common/accept.gif) no-repeat 3px 2px;
	border: 1px solid #008000;
}

.ProfileTitleHeader
{
	font-weight: bold;
}

.ProfileSubTitleHeader
{
	font-weight: bold;
}
