﻿.Asterisk {
	font-family: Arial, Verdana;
	font-size: medium;
	font-weight: normal;
	color: #ff0000;
	vertical-align: top;
}

.CyberhighButton {
	background: #ffffff url(images/CyberhighButtonMiddle.png) repeat-x;
	border: none;
	height: 21px;	
}

.CyberhighButtonHover {
	background: #ffffff url(images/CyberhighButtonMiddleHover.png) repeat-x;
	border: none;
	height: 21px;	
}

.CyberhighButtonLeft {
	height: 21px;
	width: 4px;
	background: #ffffff url(images/CyberhighButtonLeft.png) no-repeat;	
}

.CyberhighButtonLeftHover {
	height: 21px;
	width: 4px;
	background: #ffffff url(images/CyberhighButtonLeftHover.png) no-repeat;	
}

.CyberhighButtonMiddle {
	height: 21px;
}

.CyberhighButtonRight {
	height: 21px;
	width: 4px;
	background: #ffffff url(images/CyberhighButtonRight.png) no-repeat;
}

.CyberhighButtonRightHover {
	height: 21px;
	width: 4px;
	background: #ffffff url(images/CyberhighButtonRightHover.png) no-repeat;
}

.DisabledMask {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	border: solid 1px #000000;
	background-color: #000000;
	filter: alpha(opacity=65);
	-moz-opacity: .65;
	opacity: .65;
	z-index: 500;
}

.DisabledMaskText {
	position: absolute;
	left: 0px;
	text-align: center;
	width: 60%;
	border: solid 1px #000000;
	color: #222222;
	font-weight: bold;
	font-size: small;
	font-family: Arial;
	background-color: #fefefe;
	vertical-align: middle;
	padding: 5px;
	margin-left: 20%;
	z-index: 501;
}

.DivContentSelected {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	border: solid 1px #6593cf;
	background: #f5fafc url(images/SelectedDiv_background.gif) repeat-x;
	padding: 10px 0px 10px 0px;	
}

.DivContentUnselected {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	border: solid 1px Transparent;
	background-color: Transparent;
	padding: 10px 0px 10px 0px;
}

.DivSelected {
	border: solid 1px #6593cf;
	background: #f5fafc url(images/SelectedDiv_background.gif) repeat-x;
	padding: 10px 0px 10px 0px;	
}

.DivSelectedBlue {
	border: solid 1px #6593cf;
	background: #f5fafc url(images/SelectedDiv_background.gif) repeat-x;
	padding: 10px 0px 10px 0px;	
}

.DivSelectedOrange {
	border: solid 1px #ca7614;
	background: #ffefda url(images/SelectedDivOrange_background.gif) repeat-x;
	padding: 10px 0px 10px 0px;	
}

.DivUnselected {
	border: solid 1px Transparent;
	background-color: Transparent;
	padding: 10px 0px 10px 0px;
}

.Guidelines {
	font-family: Arial, Verdana;
	font-size: x-small;
	font-weight: normal;
	color: #000000;
	text-align: left;
	padding-right: 3px;
}

.IndentField {
	margin-left: 20px;
}

.Label {
	font-family: Arial, Verdana;
	font-size: small;
	font-weight: normal;
	color: #000000;
}

.LabelBold {
	font-family: Arial, Verdana;
	font-size: small;
	font-weight: bold;
	color: #000000;
}

.PasswordStrength {
	height: 10px;
	border: solid 1px #222222;
	background: url(images/PwStrength.gif) repeat-x;
	margin-top: 1px;
}

.PasswordStrength td {
	border: none;
	font-family: Arial, Verdana;
	font-size: x-small;
	font-weight: normal;
	color: #000000;
	height: 10px;
	width: 33%;
	margin-top: 0px;
	vertical-align: middle;	
}

.StudentPassport {
	width: 300px;
	height: 200px;
	background: url(Images/StudentPassport.gif) no-repeat;
	padding: 5px;	
}

.TextBox {
	font-family: Arial, Verdana;
	font-size: small;
	font-weight: normal;
	color: #000000;
}

.Validator {
	font-family: Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #ff0000;
	cursor: help;	
}

/* Notification Panel Styles */
.Error {
	border: solid 1px #b70b0c;
	background-color: #f7d9d9;
	color: #b70b0c;
	font-family: Arial, Verdana;
	font-size: small;
	font-weight: bold;		
}

.Success {
	border: solid 1px #247124;
	background-color: #c4f6c4;
	color: #247124;
	font-family: Arial, Verdana;
	font-size: small;
	font-weight: bold;
	width: 100%;
}

.Notice {
	border: solid 1px #000000;
	background-color: #fefefe;
	color: #000000;
	font-family: Arial, Verdana;
	font-size: small;
	font-weight: bold;
	width: 100%;	
}