﻿/*
-- © 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%;
}