@charset "UTF-8";

/* CSS Document */

/* Overrides some of the default styles 
   for widget error messages to include images
----------------------------------------------- */
input{
	width:260px;
}
select{
	width: 265px;
	font-size:small;
	border: 1px solid #7F9DB9;
	background-color: #ffffff;
	color: #000;	
}
textarea {
	width:260px;
	height: 120px;		
	
}
input, select, textarea{
	margin-left: 0px;
	padding-top: 2px;
	font-family: Arial; font-weight: normal; text-decoration:none;
	font-size: 12px;
	color: #656f79;
	cursor: default;	
}

.validcheckbox{
	float:left;
	width:70px;
}
#checkboxes{
	width: 650px;
	height: 60px;
}
#checkboxes input{
	margin-left:0px;
	width:14px;
	margin-left: 29px;
}
#checkboxes label{
	display:block;
	width: 68px;
	text-align:center;
	margin-left:0px;
}
#checkboxes .input_container{
	width: 68px;
}
#radios input{
	margin-left:0px;
	width:14px;
}
#radios label{
	width:14px;
	margin-left: 29px;
}
.buttons{
	margin-top:15px;
}
.buttons input{
	width: 60px;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	margin-left:0px;
	padding-left: 5px;
	background-color: #005D9A;
	color: #ffffff;
	font-size: 11px;
	text-align: center;
}

.formLabel{
	width:200px;
	margin-bottom:7px;
	margin-top:7px;
	
	text-align: left;
	font-family: Arial; font-weight: bold; text-decoration:none;
	font-size: 11px;
	color: #656f79;
	cursor: default;	
}
.formLabel A, .formLabel A:visited, .formLabel A:active {
	text-decoration: none; font-weight: normal;
	color: #656f79;
}
.formLabel A:hover {
    color: #000000;
    text-decoration: underline;
}

#errors{
	float:left;
	height:25px;
	margin-top:10px;
}
.checkboxRequiredState .formLabel, .checkboxMaxSelectionsState .formLabel,
.selectRequiredState .formLabel, .selectInvalidState .formLabel,
.textareaRequiredState .formLabel, .textareaMinCharsState .formLabel, .textareaMaxCharsState .formLabel,
.textfieldRequiredState .formLabel, .textfieldInvalidFormatState .formLabel, .textfieldMinValueState .formLabel, .textfieldMaxValueState .formLabel, .textfieldMinCharsState .formLabel, .textfieldMaxCharsState .formLabel, .radioRequiredState .formLabel{
	color: #CC3333;	
}
.ratingMovies{
	margin-right:10px;
	float:right;
	color:#FF3333;
}
#Countvalidta1{
	width:17px;
	margin-left: 3px;
	/*padding-left: 3px;*/
	font-family: Arial; font-weight: normal; text-decoration:none;
	font-size: 11px;
	color: #656f79;
	cursor: default;
}
.CountMaxSize{
	font-family: Arial; font-weight: normal; text-decoration:none;
	font-size: 11px;
	color: #656f79;
	cursor: default;
}
#articles{
	border: 0px solid #404040;
	padding-left:0px;
	height:400px;
}
.checkboxRequiredState .checkboxRequiredMsg, .checkboxMaxSelectionsState .checkboxMaxSelectionsMsg, .selectRequiredState .selectRequiredMsg, .textareaRequiredState .textareaRequiredMsg, .textareaMinCharsState .textareaMinCharsMsg, .textareaMaxCharsState .textareaMaxCharsMsg, .textfieldMinCharsMsg, .textfieldRequiredState .textfieldRequiredMsg, .textfieldInvalidFormatState .textfieldInvalidFormatMsg, .radioRequiredState .radioRequiredMsg{
	border:0px;	
	padding-left:21px;
	//padding-left: 21px;
	margin-left:0px;
	background-image:url(../images/error.gif);
	background-repeat:no-repeat;
	
	font-family: Arial; font-weight: normal; text-decoration:none;
	font-size: 13px;
	padding-top: 1px;
	padding-bottom: 2px;

}

.validMsg{
	width:16px;
	height:16px;
	margin-left:6px;
	margin-top:-2px;
	display:none;
}

.textfieldValidState .validMsg, .textareaValidState .validMsg, .selectValidState .validMsg, .checkboxValidState .validMsg, .radioValidState .validMsg{
	display:inline;
}

#okmessage{
	margin-top:10px;
	color: green;
	display:none;
}

#CentralColumn {
	margin:0;
	padding:0;
	height: 550px;
	float: left;
	width: 525px;
}

