/*Spry Form*/

@charset "UTF-8";

/* CSS Document */

/* Overrides some of the default styles 
   for widget error messages to include images
----------------------------------------------- */

table { margin:0 0 0 -18px; padding:0; border-collapse:collapse; border:0px solid #333; }
table table { margin:0; }

#content input[type=text] { width:180px; font:12px Arial, Arial, Helvetica, sans-serif; color:#646464; border:1px solid #b1b1bc; }
#content input.phone{ width:30px; font:12px Arial, Arial, Helvetica, sans-serif; color:#646464; border:1px solid #b1b1bc; }
#content select { width: 185px; border: 1px solid #b1b1bc; background-color: #fff; font: 12px Arial, Arial, Helvetica, sans-serif; color:#646464; }
#content textarea { font:12px Arial, Arial, Helvetica, sans-serif; color:#646464; border:1px solid #b1b1bc; }
#validcheckbox { float:left; width:70px; }
#checkboxes { width: 500px; 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; }
.buttons{
	margin:0;
}
.buttons input{
	width: 70px;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	margin-left:2px;
	padding-left:0px;
	float:left;
}
.formLabel{
	font:bold 11px Arial, Arial, Helvetica, sans-serif;
	color:#646464;
	width:110px;
	margin:3px 5px 0 0;
	float:left;
	text-align:right;
	
	
	
	
}


.section{
	font:bold 13px Arial, Arial, Helvetica, sans-serif;
	color:#000;
	margin:0;
	width:200px;
	padding:0 0 0 133px;
	float:left;
	text-align:left;
	border:0px solid #333;
	
	
	
	
}


* html .formLabel {
	font:bold 11px Arial, Arial, Helvetica, sans-serif;
	color:#646464;
	width:150px;
	margin:3px 3px 0 0;
	float:left;
	text-align:right;

	
	
	
}


#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{
	color: #CC3333;
		
}
.ratingMovies{
	margin-right:10px;
	float:right;
	color:#FF3333;
}
#Countvalidta1 {
	width:17px;
	font:bold 11px Arial, Arial, Helvetica, sans-serif;
	color:#646464;
}

.count2 {
	width:17px;
	font:bold 11px Arial, Arial, Helvetica, sans-serif;
	color:#646464;
}
#articles{
	border: 1px solid #404040;
	padding-left:12px;
	height:550px;
}
.checkboxRequiredState .checkboxRequiredMsg, .checkboxMaxSelectionsState .checkboxMaxSelectionsMsg, .selectRequiredState .selectRequiredMsg, .textareaRequiredState .textareaRequiredMsg, .textareaMinCharsState .textareaMinCharsMsg, .textareaMaxCharsState .textareaMaxCharsMsg, .textfieldRequiredState .textfieldRequiredMsg, .textfieldInvalidFormatState .textfieldInvalidFormatMsg

{
	font:11px Arial, Arial, Helvetica, sans-serif;
	line-height:12px;
	padding:0 0 0 22px;
	background:url("../img/error.gif") left no-repeat;
	color:#666666;
	font-style:italic;
	

}

.validMsg{

	margin-left:6px;
	margin-top:0px;
	display:none;
	border:0px solid #333;
	font:11px Arial, Arial, Helvetica, sans-serif;
	font-style:italic;
	line-height:12px;	
	
	
}
.textfieldValidState .validMsg, .textareaValidState .validMsg, .selectValidState .validMsg, .checkboxValidState .validMsg{
	display:inline;
}

#okmessage{
	margin-top:10px;
	color: green;
	display:none;
}


#CentralColumn {
	margin:0;
	padding:0;
	height: 550px;
	float: left;
	width: 700px;
}



 a.submit { margin:0; padding:0; height:33px; width:109px; border:0; cursor:pointer; display:block; background:url("../img/submit_w.jpg") top left no-repeat;  }
 a.submit:hover { margin:0; padding:0; height:33px; width:109px; border:0; cursor:pointer; display:block; background:url("../img/submit_w_o.jpg.jpg") top left no-repeat;  }


 input.submit { margin:0; padding:0; height:33px; width:109px; border:0; cursor:pointer; display:block; background:url("../img/submit_w.jpg") top left no-repeat;  }
 input.submit:hover { margin:0; padding:0; height:33px; width:109px; border:0; cursor:pointer; display:block; background:url("../img/submit_w_o.jpg.jpg") top left no-repeat;  }

 input.reset { margin:0; padding:0; height:33px; width:109px; border:0; cursor:pointer; display:block; background:url("../img/reset.jpg") top left no-repeat;  }
 input.reset:hover { margin:0; padding:0; height:33px; width:109px; border:0; cursor:pointer; display:block; background:url("../img/reset_o.jpg") top left no-repeat;  }
 

.list { font:12px Arial, Arial, Helvetica, sans-serif; color:#646464; border:0 }

/* When the widget is in an invalid state the INPUT has a red background applied on it. */
input.textfieldRequiredState, .textfieldRequiredState input, 
input.textfieldInvalidFormatState, .textfieldInvalidFormatState input, 
input.textfieldMinValueState, .textfieldMinValueState input, 
input.textfieldMaxValueState, .textfieldMaxValueState input, 
input.textfieldMinCharsState, .textfieldMinCharsState input, 
input.textfieldMaxCharsState, .textfieldMaxCharsState input {
	background-color:#F3F3F3;
}


/* When the widget is in an invalid state the TEXTAREA has a red background applied on it. */
textarea.textareaRequiredState, .textareaRequiredState textarea, 
textarea.textareaMinCharsState, .textareaMinCharsState textarea, 
textarea.textareaMaxCharsState, .textareaMaxCharsState textarea {
	background-color:#F3F3F3 ;
}


/*radio buttons*/




/* These are the classes applied on the messages
 * (required message and invalid value message )
 * which prevent them from being displayed by default.
 */
.radioRequiredMsg, .radioInvalidMsg{
	display: none;
}

/* These selectors change the way messages look when the widget is in one of the error states.
 * These classes set a default red border and font color for the error text.
 * The state class (e.g. .radioRequiredState) is applied on the top-level container for the widget, 
 * and this way only the specific error message can be shown by setting the display property to "inline".
 */
.radioRequiredState .radioRequiredMsg,
.radioInvalidState .radioInvalidMsg{
	display: inline;
	color: #CC3333;
	border: 0px solid #CC3333;
	font:11px Arial, Arial, Helvetica, sans-serif;
	font-style:italic;
	line-height:12px;
	padding:0 0 0 22px;
	background:url("../img/error.gif") left no-repeat;
	color:#666666;
}

.radio { width:20px; border:0px; }


#RadioWidget label { 

	color: #666666;
	font:11px Arial, Arial, Helvetica, sans-serif;

}

/*checkbox*/


/* These are the classes applied on the messages
 * (required message, minSelections message and maxSelections message)
 * which prevent them from being displayed by default.
 */
.checkboxRequiredMsg, .checkboxMinSelectionsMsg, .checkboxMaxSelectionsMsg{
	display: none;
}

/* These selectors change the way messages look when the widget is in one of the error states.
 * These classes set a default red border and font color for the error text.
 * The state class (e.g. .checkboxRequiredState) is applied on the top-level container for the widget, 
 * and this way only the specific error message can be shown by setting the display property to "inline".
 */
.checkboxRequiredState .checkboxRequiredMsg,
.checkboxMinSelectionsState .checkboxMinSelectionsMsg,
.checkboxMaxSelectionsState .checkboxMaxSelectionsMsg {
	display: inline;
	color: #CC3333;
	border: 0px solid #CC3333;
	font:11px Arial, Arial, Helvetica, sans-serif;
	line-height:12px;
	padding:0 0 0 22px;
	background:url("../img/error.gif") left no-repeat;
	color:#666666;
	font-style:italic;
}

.check { width:15px; border:0; float:left;  }

#ValidCheckbox label { padding-top:3px; padding-left:3px; color: #666666;
	
	font:11px Arial, Arial, Helvetica, sans-serif; float:left;  }
	
#ValidCheckbox1 label { padding-top:3px; padding-left:3px; color: #666666;
	
	font:11px Arial, Arial, Helvetica, sans-serif; float:left;  }	

#ValidCheckbox2 label { padding-top:3px; padding-left:3px; color: #666666;
	
	font:11px Arial, Arial, Helvetica, sans-serif; float:left;  }	

#ValidCheckbox3 label { padding-top:3px; padding-left:3px; color: #666666;
	
	font:11px Arial, Arial, Helvetica, sans-serif; float:left;  }	
	
#ValidCheckbox4 label { padding-top:3px; padding-left:3px; color: #666666;
	
	font:11px Arial, Arial, Helvetica, sans-serif; float:left;  }	
	
#ValidCheckbox5 label { padding-top:3px; padding-left:3px; color: #666666;
	
	font:11px Arial, Arial, Helvetica, sans-serif; float:left;  }	

#ValidCheckbox6 label { padding-top:3px; padding-left:3px; color: #666666;
	
	font:11px Arial, Arial, Helvetica, sans-serif; float:left;  }	


/*autosuggest*/

/* SpryAutoSuggest.css - version 0.1 - Spry Pre-Release 1.5 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

.hideSuggestClass{

	border: 1px dotted #999999;
	background-color: white;
	height: auto;
	overflow:auto;
	display:none;
	width: 200px;
	margin: 4px 0 0 0;
	padding: 4px;
	cursor: pointer;
}

.showSuggestClass .hideSuggestClass{
	display: block !important;
}

.showSuggestClass .hoverSuggestClass{
	background-color: #cacaca !important;
}


/*textfield*/

/* SpryFormValidation.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */


/* These are the classes applied on the error messages
 * which prevent them from being displayed by default.
 */ 
.textfieldRequiredMsg, 
.textfieldInvalidFormatMsg, 
.textfieldMinValueMsg,
.textfieldMaxValueMsg,
.textfieldMinCharsMsg,
.textfieldMaxCharsMsg,
.textfieldValidMsg {
	display: none;
}

/* These selectors change the way messages look when the widget is in one of the error states.
 * These classes set a default red border and color for the error text.
 * The state class (e.g. .textfieldRequiredState) is applied on the top-level container for the widget,
 * and this way only the specific error message can be shown by setting the display property to "inline".
 */
.textfieldRequiredState .textfieldRequiredMsg, 
.textfieldInvalidFormatState .textfieldInvalidFormatMsg, 
.textfieldMinValueState .textfieldMinValueMsg,
.textfieldMaxValueState .textfieldMaxValueMsg,
.textfieldMinCharsState .textfieldMinCharsMsg,
.textfieldMaxCharsState .textfieldMaxCharsMsg
{
	display: inline;
	border: 0px solid #CC3333;
}



/* The next three group selectors control the way the core element (INPUT) looks like when the widget is in one of the states: * focus, required / invalid / minValue / maxValue / minChars / maxChars , valid 
 * There are two selectors for each state, to cover the two main usecases for the widget:
 * - the widget id is placed on the top level container for the INPUT
 * - the widget id is placed on the INPUT element itself (there are no error messages)
 */
 
 /* When the widget is in the valid state the INPUT has a green background applied on it. */
.textfieldValidState input, input.textfieldValidState {
	background-color: #fff;
}

/* When the widget is in an invalid state the INPUT has a red background applied on it. */
input.textfieldRequiredState, .textfieldRequiredState input, 
input.textfieldInvalidFormatState, .textfieldInvalidFormatState input, 
input.textfieldMinValueState, .textfieldMinValueState input, 
input.textfieldMaxValueState, .textfieldMaxValueState input, 
input.textfieldMinCharsState, .textfieldMinCharsState input, 
input.textfieldMaxCharsState, .textfieldMaxCharsState input {
	
}

/* When the widget has received focus, the INPUT has a yellow background applied on it. */
.textfieldFocusState input, input.textfieldFocusState {
	background-color: #fff;
}

/* This class applies only for a short period of time and changes the way the text in the textbox looks like.
 * It applies only when the widget has character masking enabled and the user tries to type in an invalid character.
 */
.textfieldFlashText input, input.textfieldFlashText{
	color: red !important;
}

/*select*/

/* SpryValidationSelect.css - version 0.4 - Spry Pre-Release 1.5 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* These are the classes applied on the messages
 * (required message and invalid state message)
 * which prevent them from being displayed by default.
 */ 
.selectRequiredMsg, .selectInvalidMsg {
	display: none;
}

/* These selectors change the way messages look when the widget is in one of the error states (required, invalid).
 * These classes set a default red border and color for the error text.
 * The state class (.selectRequiredState or .selectInvalidState) is applied on the top-level container for the widget,
 * and this way only the specific error message can be shown by setting the display property to "inline".
 */
.selectRequiredState .selectRequiredMsg,
.selectInvalidState .selectInvalidMsg {
	display: inline;
	border: 0px solid #CC3333;
}

/* The next three group selectors control the way the core element (SELECT) looks like when the widget is in one of the states: 
 * focus, required / invalid, valid 
 * There are two selectors for each state, to cover the two main usecases for the widget:
 * - the widget id is placed on the top level container for the SELECT
 * - the widget id is placed on the SELECT element itself (there are no error messages)
 */
 
/* When the widget is in the valid state the SELECT has a green background applied on it. */
.selectValidState select, select.selectValidState {
	background-color: #ffffff;
}

/* When the widget is in an invalid state the SELECT has a red background applied on it. */
select.selectRequiredState, .selectRequiredState select,
select.selectInvalidState, .selectInvalidState select {
	background-color: #ffffff;
}

/* When the widget has received focus, the SELECT has a yellow background applied on it. */
.selectFocusState select, select.selectFocusState {
	background-color: #ffffff;
}

/*textarea*/


/* SpryFormValidation.css - version 0.5 - Spry Pre-Release 1.5 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */



/* These are the classes applied on the error messages
 * which prevent them from being displayed by default.
 */ 
.textareaRequiredMsg,
.textareaMinCharsMsg,
.textareaMaxCharsMsg,
.textareaValidMsg {
	display:none;
}

/* These selectors change the way messages look when the widget is in one of the error states.
 * These classes set a default red border and color for the error text.
 * The state class (e.g. .textareaRequiredState) is applied on the top-level container for the widget,
 * and this way only the specific error message can be shown by setting the display property to "inline".
 */
.textareaRequiredState .textareaRequiredMsg,
.textareaMinCharsState .textareaMinCharsMsg,
.textareaMaxCharsState .textareaMaxCharsMsg
{
	display: inline;
	border: 1px solid #ffffff;
}

/* The next three group selectors control the way the core element (TEXTAREA) looks like when the widget is in one of the states: * focus, required / minChars / maxChars , valid 
 * There are two selectors for each state, to cover the two main usecases for the widget:
 * - the widget id is placed on the top level container for the TEXTAREA
 * - the widget id is placed on the TEXTAREA element itself (there are no error messages)
 */
 
 /* When the widget is in the valid state the TEXTAREA has a green background applied on it. */
.textareaValidState textarea, textarea.textareaValidState {
	background-color:#ffffff;
}

/* When the widget is in an invalid state the TEXTAREA has a red background applied on it. */
textarea.textareaRequiredState, .textareaRequiredState textarea, 
textarea.textareaMinCharsState, .textareaMinCharsState textarea, 
textarea.textareaMaxCharsState, .textareaMaxCharsState textarea {
	
}

/* When the widget has received focus, the TEXTAREA has a yellow background applied on it. */
.textareaFocusState textarea, textarea.textareaFocusState {
	background-color:#ffffff;
}

/* This class applies only for a short period of time and changes the way the text in the textarea looks like.
 * It applies only when the widget has enforce max chars enabled and the user tries to type some more.
 */
.textareaFlashState textarea, textarea.textareaFlashState{
	color:red !important;
}
/* When the widget has the hint message on, the hint text can be styled differently than the user typed text. */
textarea.textareaHintState, .textareaHintState textarea{
	/* color: red !important;*/
}


