/* FORMS */

form {
	margin: 0px;
}
input.text, .textbox {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #9a9a9c;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-image: url(/images/field.gif);
	background-repeat: no-repeat;
}
.none {
 
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(none);

}

/* BUTTONS */

.buttons a, .buttons button
{
	display: block;
	float: left;
	margin: 0 7px 0 0;
	background-color: #CCCCCC;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 100%;
	line-height: 130%;
	font-weight: bold;
	color: #565656;
	cursor: pointer;
	padding: 5px 10px 6px 7px;
	border: 1px solid #999999;
	text-decoration: none;
}
.buttons button
{
	width: auto;
	overflow: visible;
	padding: 4px 10px 3px 7px; /* IE6 */
	text-decoration: none;
}
.buttons button[type]
{
	padding: 5px 10px 5px 7px; /* Firefox */
	line-height: 17px; /* Safari */
}
*:first-child + html button[type]
{
	padding: 4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img
{
	margin: 0 3px -3px 0 !important;
	padding: 0;
	border: none;
	width: 16px;
	height: 16px;
	text-decoration: none;
}

/* STANDARD */

button:hover, .buttons a:hover
{
	background-color: #dff4ff;
	border: 1px solid #c2e1ef;
	color: #336699;
	text-decoration: none;
}
.buttons a:active
{
	background-color: #6299c5;
	border: 1px solid #6299c5;
	color: #fff;
	text-decoration: none;
}

/* POSITIVE */

button.positive, .buttons a.positive
{
	color: #529214;
	text-decoration: none;
	
}
.buttons a.positive:hover, button.positive:hover
{
	background-color: #E6EFC2;
	border: 1px solid #C6D880;
	color: #529214;
	text-decoration: none;
}
.buttons a.positive:active
{
	background-color: #529214;
	border: 1px solid #529214;
	color: #fff;
	text-decoration: none;
}

button.line, .buttons a.line
{
	text-decoration: none;
	
}

/* NEGATIVE */

.buttons a.negative, button.negative
{
	color: #d12f19;
	text-decoration: none;
}
.buttons a.negative:hover, button.negative:hover
{
	background: #fbe3e4;
	border: 1px solid #fbc2c4;
	color: #d12f19;
	text-decoration: none;
}
.buttons a.negative:active
{
	background-color: #d12f19;
	border: 1px solid #d12f19;
	color: #fff;
	text-decoration: none;
}


/* POSITIVE */

button.disabled, .buttons a.disabled, .buttons a.disabled:hover, button.disabled:hover
{
	background-color: #f5f5f5;
	border: 1px solid #E5E5E5;
	color: #E5E5E5;
	text-decoration: none;
}

/* Ajax-related styles */

.message1
{
	background-position: left;
	background-repeat: no-repeat;
	line-height: 18px;
}

.taken
{
	background-image: url(/images/taken.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #d12f19;
	padding-bottom: 5px;
}

.available
{
	background-image: url(/images/available.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #529214;
	padding-bottom: 5px;
}

.progress
{
	background-image: url(/images/spinner.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}

/************ MaskedEdit Related Styles ***********************/
.MaskedEditFocus
{
	background-color: #ffffcc;
	color: #000000;
}
.MaskedEditMessage
{
	color: #ff0000;
	font-weight: bold;
}
.MaskedEditError
{
	background-color: #ffcccc;
}
.MaskedEditFocusNegative
{
	background-color: #ffffcc;
	color: #ff0000;
}
.MaskedEditBlurNegative
{
	color: #ff0000;
}

.MyCalendar .ajax__calendar_container
{
	border: 1px solid #646464;
	background-color: #FFFACD;
	color: red;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day, .MyCalendar .ajax__calendar_other .ajax__calendar_year
{
	color: black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day, .MyCalendar .ajax__calendar_hover .ajax__calendar_month, .MyCalendar .ajax__calendar_hover .ajax__calendar_year
{
	color: black;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day, .MyCalendar .ajax__calendar_active .ajax__calendar_month, .MyCalendar .ajax__calendar_active .ajax__calendar_year
{
	color: black;
	font-weight: bold;
}


/************ PasswordStrength Related Styles ***********************/

.TextIndicator_Pwd
{
	font-size: x-small;
	padding: 2px 3px 2px 3px;
	background-color: #999999;
}

.Strength1
{
	color: #FF3D25;
	font-size: x-small;
	padding: 2px 3px 2px 3px;
	font-weight: bold;
	background-color: #666666;
}
.Strength2
{
	color: #FF975A;
	font-size: x-small;
	padding: 2px 3px 2px 3px;
	font-weight: bold;
	background-color: #666666;
}
.Strength3
{
	color: #FEFD64;
	font-size: x-small;
	padding: 2px 3px 2px 3px;
	font-weight: bold;
	background-color: #666666;
}
.Strength4
{
	color: #9FD645;
	font-size: x-small;
	padding: 2px 3px 2px 3px;
	font-weight: bold;
	background-color: #666666;
}
.Strength5
{
	color: #6DBF36;
	font-size: x-small;
	padding: 2px 3px 2px 3px;
	font-weight: bold;
	background-color: #666666;
}

