﻿/*
-- © 2010 Jellyfish Creative
-- http://www.jellyfishcreative.co.uk
-- Date Created: 14/04/2010
*/

*
{
	margin:0;
	padding:0;	
	line-height:1.3em;
	outline: none;
	list-style: none;
}

body
{
	color:#444e5a;
	font-family:Helvetica, Arial, Verdana, Sans-Serif;
	font-size:62.5%;
}

img
{
	border:none;
}

form
{
	display:inline;
	margin:0;
}

fieldset
{
	border:none;
}

input, textarea, select
{
	font-family:Helvetica, Arial, Verdana, Sans-Serif;
	padding:2px 3px;
	color:#555555;
	font-size:1.0em;
	border:none;	
	border:1px solid #DADADA;
}

select option
{
	padding-left:5px;
}

textarea
{
	background-position:bottom left;
	background-repeat:repeat-x;
	padding:3px 4px;
}

input.text,
input[type="text"]
{
	padding:3px 4px;	
}

input.submit,
input[type="submit"]
{
	background-color:#00a3de;
	color:#ffffff;
	border:1px solid #ffffff;	
	padding:3px 4px;
}

input.ckbx,
input[type="checkbox"]
{		
	height:1.1em;
	width:1.1em;
	padding:0;
	background-color:Transparent;
}

input.radio,
input[type="radio"]
{
	background-color:Transparent;
}

label
{
}

label input
{
	margin-right:10px;
	margin-left:5px;
	vertical-align:middle;
}

/*--- THESE ARE CLASSES THAT ARE GENERATED BY THE MVC FOR ---------
------MODEL KEY DICTIONARY----------------------------------------*/

.field-validation-error
{
    color: #ff0000;
    display:block;
    padding-top:2px;
}

.input-validation-error, .select-container .input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
    padding-bottom:25px;
    font-size:1.0em;
}

.validation-summary-errors li
{
    font-weight: bold;
    color: #ff0000;
    margin-left:0px;
    font-size:1.0em;
}

/*-------------- DEFAULT TABLE STYLES-------------*/

table
{
	width:100%;
}

table tr th
{
	padding:1px 0 16px;
	text-align:left;
}

table tr th a
{
	font-weight:bold;
}

table tr td
{
	padding:1px 0;
}

.column
{
	float:left;
	display:inline;
}

/*----------------- CLEAR FIX METHODS -------------*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/*------------------- FORM LAYOUTS ------------------*/

.form-section
{
	padding-bottom:10px;
	padding-top:5px;
}

.form-section h4 { padding-bottom:12px; }
.form-section-row {	padding-bottom:12px; }

.form-section .column input,
.form-section .column select,
.form-section .column textarea,
.form-section .column span,
.form-section .column div.select_bg,
.form-section .column .custom-select-container
{ margin-right:15px; }


.form-section .column span.jquery-checkbox,
.form-section .column span.mark,
.form-section .column .selectbg .middlebg span,
.form-section .last-column .custom-select-container
{
	margin-right:0;
}

.form-section .column input.submit,
.form-section .column a.submit-btn
{
	margin-top:15px;
}

.multi-selects-column {	padding-right:13px; }
.multi-selects-column .select-container { float:left; }
.form-section .multi-selects-column select { margin-right:2px; }

label.right-text { margin-right:10px; }

.form-section .column label.right-text input
{
	margin-right:5px;
	margin-left:0px;
	vertical-align:middle;
}

.form-section .column label
{
	display:block;
	padding-bottom:2px;
	color:#555555;
}

.form-section .column label + label
{
	display:inline;
	font-weight:normal;
}

.form-section .all-inline-column label { display:inline;}

.form-section .input-submit-inline-column input.submit,
.form-section .input-submit-inline-column a.submit-btn
{
	margin-top:0;
}

.form-section .agree-to-terms 
{
	font-size:0.833em;
}

.grouped .column label { font-weight:bold; }
input.size1 { width:172px; }
input.size2 { width:115px; }
input.size3 { width:172px; }
select.sendto { width:123px; }
select.enquirytype { width:200px; }
select.title { width:66px; }

.form-section .title {width:66px;}

.day, .month, .year { width:35px;}

textarea + label
{
	display:block;
	padding-top:10px;
	padding-bottom:2px;
}
