FORM {
	margin: 0;
}
input[type="checkbox"],input[type="radio"] {
	margin:0; padding:0;
}
.textField {
	font-size: 11px;
	font-family: Tahoma, sans-serif;
	background:#ECE9D8;
	border-style: solid;
	border-width: 1px;
	border-top-color: #515151;
	border-left-color: #515151;
	border-right-color: #8F8F8F;
	border-bottom-color: #8F8F8F;
	padding: 5px;
	color: black;
}
.textFielde {
	font-size: 11px;
	font-family: Tahoma, sans-serif;
	border-style: solid;
	border-width: 1px;
	border-top-color: #515151;
	border-left-color: #515151;
	border-right-color: #8F8F8F;
	border-bottom-color: #8F8F8F;
	padding: 5px;
	color: white;
	background-color: #414141;
	background-image:url(../images/fielderror.gif);
	background-position:100% 38%;
	background-repeat: no-repeat;
}

input.loginButton {
	font: 11px Tahoma;
	padding: 4px 10px 5px 10px;
}
.input_select {
	width: 100%;
	border-bottom: 1px solid #848484;
	border-right: 1px solid #848484;
	border-left: 1px solid #515151;
	border-top: 1px solid #515151;
	padding: 2px;
	font: 11px Tahoma;
}
.input_select optgroup {
	font: bold 11px Tahoma;
	color: #000000;
	background: #e7e7e7;
}
.input_select option {
	font: 11px Tahoma;
	color: #000000;
	background: white;
	padding-left: 10px;
}
.passwordStrengthProgress {
	padding:1px;
	color: black;
	background-color: white;
}
#passwordStrengthProgress {
	height:3px;
	width:0%;
	color: black;
	background-color: #FFC06B;
}
#passwordStrengthStatus {
	text-align:right;
	text-transform:capitalize;
	font-weight:bold;
}
DIV.speedButton {
	float: left;
	margin-right: 5px;
	cursor: pointer;
}

input.loginButton {
	font: 11px Tahoma; cursor:pointer; text-transform: uppercase;
	background: url(../images/button.jpg);
	background-position:top;
	width: 80px;
	height: 28px;
	border: none;
	color: white;
	padding-top: 1px;
	*padding-top: 2px;
	outline: 0;
}
input.loginButton:hover {
	background-position:bottom;
	color:white;
}

.buttonsNav {
	text-align: right;
	padding-right:20px;
}


.htmlEditor {
	border: none !important;
	color: transparent;
	font-size: 0;
	background-image: url(../images/loadingEditor.gif);
	background-position: center;
	background-repeat: no-repeat;
	
}

.HeadlineGray {font-family:Verdana,Arial,Helvetica;font-size:25px;color:#777777;margin:1px;margin-top:5px;font-weight:bold;}
.CodeForeground {margin:0in;margin-bottom:.0001pt;font-size:9.0pt;font-family:Courier New;}
.CodeInText {font-family:Courier New;font-weight:bold;}
.ScreenText {font-family:Tahoma;}
.ImportantWords {font-weight:bold;}
.Highlight {font-family:Arial;color:red;}
.categorySelect {
	border:2px solid #006699;
	height:120px;
	overflow-x:hidden;
	overflow-y:scroll;
	padding:11px 0 20px 0;
	width:400px;
	float:left;
}

.categorySelect label {
	display:block;
	line-height: 20px;
	margin:1px;
}

.categorySelect label.checked {
	background:#069;
	color:#FFF;
}