﻿/* DEFAULT FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

.stormForm
{
    margin:0 0;
    width:100%;
    padding:0 0 10px 0;
}

	
.stormForm fieldset {
    display:block;
}

.stormForm fieldset ul 
{
    padding:0 10px;
    list-style-type:none;
}

.stormForm fieldset ul li  {
    border-bottom:none;
    margin:0;
    padding:10px 0;
    display:block;
    clear:both;
    list-style-type:none !important;
 
}
																
.stormForm fieldset ul li label {
    display:block;
    float:left;
    width:110px;
    margin:0 20px 0 0;
    text-align:left;
    color:#666;
    font-size:93%;
    font-weight:bold;
}

.stormForm fieldset ul li label span {
    color:#999;
    font-size:85%;
    font-weight:normal;
    display:block;
}

.stormForm input, 
.stormForm textarea {
    border:1px solid #ccc;
    color:#333333;
    padding:5px;
    width:290px;
}

.stormForm textarea {

    height:80px;
}

.stormForm input.checkBox,
.stormForm input.radioButton {
    width:auto;
    border:1px solid #fff;
}

.stormForm select {
	border:1px solid #CCCCCC;
	color:#333333;
	padding:5px;
	width:200px;
}

input.button,  
input.buttonDisabled {

    border:none !important;
    background-color:#ccc;
    color:#FFFFFF !important;
    cursor:pointer;
    display:block;
    float:right;
    font-size:93%;
    font-weight:bold;
    height:25px !important;
    line-height:25px !important;
    margin:0 !important;
    padding:0 10px !important;
    text-align:left;
    width:160px !important;
    background-image:url(../images/common/bg-form-button-large.gif);
    background-position:0 0;
	background-repeat:no-repeat;
       
}

input.button:hover {
    background-position:0 -25px;

}

input.buttonDisabled,
input.tagAddDisabled 
{
	background-image:url(../images/common/bg-form-button-disabled.gif); 
	color:#FFFFFF !important;
}

input.buttonDisabled:hover,
input.tagAddDisabled:hover 
{
	background-position:0 -25px;
	color:#666;
}

.stormForm fieldset h3
{
    margin:0;
    padding:0 0 0 30px;
    display:block;
    clear:both;
    font-size:116%;
    font-weight:bold;
    height:30px;
    line-height:30px;
}

fieldset p 
{
    margin: 2px 30px 10px 30px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 0px 10px;
    margin:10px;
    background-color:#EEE;
    color:#999;
}

input[type="text"] 
{
    /*** width: 200px; ***/
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}


/* COMMENTS FORM   
----------------------------------------------------------*/


.stormForm.commentsForm 
{
    margin:0 0;
    width:100%;
    padding:0 0 10px 0;
}

.stormForm.registrationForm 
{
	clear:both;
	margin:-1px;
	padding-bottom:0px;
}	

.stormForm.commentsForm fieldset {
    display:block;
}

.stormForm.commentsForm fieldset ul 
{
    padding:0 10px;
}

.stormForm.commentsForm fieldset ul li  {
    border-bottom:none;
    margin:0;
    padding:10px 0;
    display:block;
    clear:both;
 
}
																
.stormForm.commentsForm fieldset ul li.commentsRow {
    border-bottom:1px solid #ddd;
 
}

.stormForm.commentsForm fieldset ul li.commentsRow a{
    font-size:85%;
}



.stormForm.commentsForm fieldset ul li.addName {
    height:30px;
}

.stormForm.commentsForm fieldset ul li.addEmail {
    height:60px;
}


.stormForm.commentsForm fieldset ul li.addComment {
    height:120px;
}


.stormForm.commentsForm fieldset ul li label {
    display:block;
    float:left;
    width:110px;
    margin:0 20px 0 0;
    text-align:left;
    color:#666;
    font-size:93%;
    font-weight:bold;
}

.stormForm.commentsForm fieldset ul li label span {
    color:#999;
    font-size:85%;
    font-weight:normal;
    display:block;
}

.stormForm.commentsForm input, 
.stormForm.commentsForm textarea {
    border:1px solid #ccc;
    color:#333333;
    padding:5px;
    width:290px;
}

.stormForm.commentsForm textarea {
    height:120px;
}


.stormForm.commentsForm fieldset ul li p.commentsHolder
{

    width:300px;
    float:right;
    margin:0 5px 0 0;
    padding:0px;
    color:#333;
    font-size:93%;
}


/*-----------------------*/

.stormForm.registrationForm
{
    margin:0 0;
    width:100%;
    padding:0 0 20px 0;
    background-color:#D9E3EC;
}

.stormForm.registrationForm 
{
	clear:both;
	margin:-1px;
}	

.stormForm.registrationForm fieldset {
    display:block;
}

.stormForm.registrationForm fieldset ul
{
    padding:10px 10px 23px 23px;
    float:left;
}

.stormForm.registrationForm fieldset ul li {
    border-bottom:none;
    margin:0;
    padding:10px 0 0;
    float:left;
    width:50%;
    display:inline;
    clear:none;
}
.stormForm.registrationForm fieldset ul li.double {
   
    width:100%;
    height:auto;
}

																
.stormForm.registrationForm fieldset ul li.commentsRow {
    border-bottom:1px solid #ddd;
 
}

.stormForm.commentsForm fieldset ul li.addName {
    height:30px;
}

.stormForm.commentsForm fieldset ul li.addEmail {
    height:60px;
}

.stormForm.commentsForm fieldset ul li.addComment {
    
}

.stormForm.registrationForm fieldset ul li label {
    display:block;
    float:none;
    width:290px;
    margin:0px 20px 5px 0;
    text-align:left;
    color:#666;
    font-size:93%;
    font-weight:bold;
}

.stormForm.registrationForm fieldset ul li label span {
    color:#999;
    font-size:85%;
    font-weight:normal;
    display:block;
}

.stormForm.registrationForm input, .stormForm.registrationForm textarea {
    border:1px solid #ccc;
    color:#333333;
    padding:5px;
    width:305px;
    *margin-right:10px;
    margin-bottom:0px;
    float:none;
}

.stormForm.registrationForm input.button, 
.stormForm.registrationForm input.buttonPrimary, 
.stormForm.registrationForm a.button {

    margin:0 20px 0 0 !important;

}


.stormForm.registrationForm li.double input, .stormForm.registrationForm li.double textarea  {
  
    width:636px;
    height:80px;
    overflow:auto;
    *margin-right:10px;
}
.stormForm.registrationForm li.double input {
    height:auto;
}


.stormForm.registrationForm li.double label 
{
    width:622px;
}

 .stormForm.registrationForm select 
 {
 	width:200px;
 	border:1px solid #ccc;
    color:#333333;
    padding:5px;
    *margin-right:10px;
 }
 
.stormForm.registrationForm fieldset ul li .commentsHolder 
{

    width:300px;
    float:right;
    margin:0 5px 0 0;
    color:#333;
    font-size:93%;
}

.stormForm.registrationForm input.radio {
    width:auto;
    margin:10px 10px 0;
    border:0;

}

.stormForm.registrationForm input.button 
{
	margin:10px;
}


.stormForm .field-validation-error
{
    color: #ff0000;
    display:block;
    padding-left:130px;
}

.stormForm input.input-validation-error,
.stormForm.registrationForm input.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #fff;
}

.stormForm textarea.input-validation-error,
.stormForm.registrationForm textarea.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #fff;
}

.stormForm .validation-summary-errors,
.stormForm.registrationForm .validation-summary-errors
{
    font-weight: normal;
    color: #ff0000;
    display:block;
    border:1px solid #ff0000 !important;
    height:50px;
    line-height:50px;
    padding:0 80px;
    margin:10px 30px;
    background-image: url(../images/icons/symbolwarning.jpg);
    background-repeat:no-repeat;
    background-position:10px center;
    border-bottom:1px solid #ececec;
    
}

.registrationFormError 
{
	padding:10px;
	margin:10px 10px 0;
	border:1px solid #ccc;
	color:#990000;
	display:none;
}

.registrationFormError h3 
{
	font-weight:bold;
}

.registrationFormError p 
{
	margin:0;
	padding:0;
}

.stormForm.registrationForm fieldset ul li span.registrationFormErrorDetail
{
	display:none;
	color:#990000;
	font-size:80%;
	float:right;
	text-align:right;
	padding:0;
	margin:1px 25px 0 0;
}

.stormForm.registrationForm li.radio 
{
	width:50%;
    height:auto;
}

.stormForm.registrationForm li.radio label 
{
	width:305px;
    height:auto;
    display:inline;
}

li.radio p 
{
    margin-left:0;
    padding-left:0;
}


/* ADMIN CONTENT FILTER ELEMENTS 
----------------------------------------------------------*/

.stormForm.filterContent fieldset ul
{
	margin:0px;
}


.stormForm.filterContent fieldset legend
{
	margin:0px;
	padding:0 10px;
	font-size:123.1%;
	margin:0;
	display:block;
	background-color:#fff;
}


.stormForm.filterContent fieldset ul li
{
	float:left;
	clear:none;
	width:230px;
}

.stormForm.filterContent fieldset ul li
{
	float:left;
	clear:none;
	width:235px;
}

.stormForm.filterContent fieldset ul li label
{
	float:none;
	display:block;
	
}

.stormForm.filterContent fieldset ul li.filterRow
{
	width:100%;
}

.stormForm.filterContent fieldset ul li input[type="text"]
{
	width:200px;
}



/* LOGIN
----------------------------------------------------------*/
.stormForm.logIn 
{
	width:400px;
	border:1px solid #ddd;
	margin-right:auto;
	margin-left:auto;
	padding:20px 40px;
}

/* CAPTCHA
----------------------------------------------------------*/
.captcha 
{
	background-color:#ECECEC;
	border:1px solid #CCCCCC;
	margin:10px 0;
	padding:0 10px 10px 10px;
	
}

.captcha .stormForm,
.captcha .stormForm span, 
.captcha .stormForm ul 
{
	padding:0 0 10px 0;
	margin:0px;
	color:#666;
	
}

.captcha .stormForm ul li
{
	padding:5px 0;
	margin:0px;
}

.captcha .stormForm label
{
	padding-top:5px;
}

.captcha .stormForm input
{
	width:290px;
}

.captcha h3
{
	margin:0 !important;
	padding:0 !important;
	height:30px;
	line-height:30px;
	font-weight:bold;
	color:#666;
}

.captcha .captchaQuestion
{
	font-weight:bold;
	color:#000;
}

.captcha p
{
	font-size:85%;
	color:#666;
}

.captchaVerificationText 
{
	padding:0 0 0 20px;
	margin:0px;
	color:#666;
	font-size:85%;
	width:200px;
	background-image: url(../images/icons/information.gif);
    background-repeat:no-repeat;
    background-position:0 5px;
	
}

a.buttonBack 
{
	background-image: url(../images/common/bg-button-back.gif);
    background-repeat:no-repeat;
    background-position:0 0;
    display:block;
    padding:0 0 0 30px;
    font-weight:bold;
    width:140px;
    height:25px;
    line-height:25px;
    font-size:93%;
    color:#fff;
    text-decoration:none;
    
}

a.buttonBack:hover 
{

    background-position:0 -25px;
}


