﻿/***
==== Page Messages ====
***/

.page-messages {
	margin: 1em 0 3em;
	background: #333;
	color: #fff;
	padding: 1em;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	box-shadow: 0 1px 0 #fff;
    -moz-box-shadow: 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 0 #fff;
	}


/*
Critical
*/

.pagemessage-critical {
	background: #cc0000;
	color: #fff;
	text-shadow: 0 1px 0 #830000;
    }


/*
Fieldsets
*/
fieldset {
	position: relative;
	margin: 2.5em 0 2em;
	min-height: 1px;
    width:500px;
    display:block;
    border:none;
    padding:0;
	}
	
fieldset legend {
	position: relative;
	}
	
fieldset legend span {
	position: absolute;
	display: block;
	top: -20px;	
	width: auto;
	font-size: 1.4em;
	line-height: 1.25em;
	white-space: nowrap;
	font-weight: normal;
	color: #545454;
	left:0;
	}
		
		
fieldset .content {
	position: relative;
	padding: 10px 0 20px;
	}

fieldset .seperator{
    height: 1px;
    line-height: 1px;
    background: #d2d2d2;
    border-bottom: solid 1px #fff;
    clear: both;
    float: none;
    margin: 1.5em 0;
}
	
	
/*
Fieldgroup
*/

.field-group
 {
	min-height: 1px;
	margin: 0 0 1em 0;
	position: relative;
	clear: both;
	}
	
	.field-group:after  {		content: ".";		height: 0;		display: block;		clear: both;		visibility: hidden;		}
	* html .field-group {height: 1px;	}
	

/*
all fields
*/
	
.field label
 {
 	display: block;
	text-align: left;
	color: #444;
	font-weight: normal;	
	line-height: 1.25em;
	margin: 0 0 .1em 0;
	
	}
	
		
	.field label em {
		font-size: .75em;
		color: #777;
		}
		
		.field label em strong {
			font-weight: normal;
			color: #333;
			}
	
	.field .text,
	.field select,
	.field textarea {
		padding: 5px;
		border: 1px solid #798e9d;
		font-size: 1em;
		background: #f6f6f6;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;		
		box-shadow: 0 1px 0 #fff;
        -moz-box-shadow: 0 1px 0 #fff;
        -webkit-box-shadow: 0 1px 0 #fff;
		height: 1.25em;
		
		}
		
		.field select {			height: auto; color: #555;			}
		
	.field .focus {
		border-color: #7d536e;
		background: #fff;
		}
		
	.field .watermark {
		font-style: italic;
		color: #999;
		}
		
	fieldset sup {
	    font-size:2em;
	    margin-left:5px;
	    color:#DD3C10;
	    }
	
	.invalid {
	    border:1px #960A1F solid;
	    padding:5px 10px;
	    background: #A90B25;
	    color:#fff;
	    -moz-border-radius: 4px;
        border-radius: 4px;
        margin:20px 0 5px 0;
	    }
	
/*
Checkboxes
*/	

.checkbox-list table,
table.checkbox-list {   
    padding: 0;
    margin: 0;
}

.checkbox-list td{
    border: none;
    padding: 5px 40px 5px 0;
}

.checkbox-list label {
	position: relative;
	padding: 0 0 0 0px;
	margin: 0;
	color: #333;
	font-weight: bold;
	float: left;
	clear: none;
	}
	
.checkbox-list .checkbox{
    float: left;
    display: block;
    clear: none;
    margin: 2px 10px 0 0;
}

.checkbox{
}

.checkbox label {
	position: relative;
	padding: 0 0 0 30px;
	color: #333;
	font-weight: bold;

	}
	
	.checkbox label input {
		position: absolute;
		top: 0;
		left: 0;
		width: auto;
		float: none;
		margin: 0;
		padding:0;
		}

	
/* When a field occurs within a field-group */
.field-group .field {
	float: left;
	margin: 0 1em 0 0;
	position: relative;
	}
	
	
/* field group sizes */
	.field .text,
	.field textarea	    {	width: 428px;	} /* Default */
	
	.medium .text		{	width: 200px;	}
	.medium textarea		{	width: 200px;	}
	.short .text		{	width: 60px;	}
	
/* Fieldset note */

fieldset .note {
	border-top: 1px solid #bec0c1;
	padding: 1em 0;
	margin: 2em 0 0;
	
	font-size: .875em;
	color: #444;
	}
	
/* Errors */

.error-message {
	position: absolute;
	display: none;
	background: #c82830;
	top: -43px;
	left: -10px;
	width: auto;
	padding: 10px;
	
	font-size: .75em;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,.1);
	white-space: nowrap;
	
	-moz-border-radius: 5px;
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,.1);
	}
	
	.error-message .pointer {
		position: absolute;
		bottom: -8px;
		left: 12px;
		
		width: 10px;
		height: 8px;
		background: url(error-message.pointer.gif) no-repeat 0 0;
		}
	
.error-marker {
	background: url(error-marker.gif) no-repeat right 0;
	width: 15px;
	height: 13px;
	display: block;
	position: absolute;
	top: 3px;
	left:0px;
	cursor: pointer;
	}
	
.field-error label {
    margin-left:20px;
}

.field-error .text,
.field-error select,
.field-error textarea
 {
	background: #fef7f8 !important;
	border-color: #c82830 !important;
	}
	
	
/*
Button sprites
*/


.button-group{
    clear: both;
    float:none;
    min-height: 1px;
	margin: 1em 0 0;
	min-height: 1px;
    
} * html .button-group{ height: 1px;} .button-group:after{		content: ".";		height: 0;		display: block;		clear: both;		visibility: hidden;		}


/*
Button groups
*/					
		
.button-group .btn, .tool-strip .button-group .btn {
	height: 55px;
    line-height: 45px;
    float: left;
    width: 192px;
    padding: 0px;
    background: url(btnFormSprite.gif) no-repeat right 0;
    color: #fff;
    font-size: 18px;
    font-family: Arial;
    font-weight:bold;
    cursor: pointer;
    display: block;
    outline: none;
    border:none;
    
} .button-group .btn:hover, .tool-strip .button-group .btn:hover{ 
    background: url(btnFormSprite.gif) no-repeat right -55px; 
    border:none;
}

#content .btn-sml{
    height: 35px;
    line-height: 35px;
    float: left;
    width: auto;
    padding: 0px 40px 0px 15px;
    background: url(btn-sml.jpg) no-repeat right 0;
    border: solid 1px #00667d;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 1px 0 #fff;
    -moz-box-shadow: 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #005a7f;
    color: #fff;
    font-size: 14px;
    font-family: Calibri, Tahoma, Arial, Sans-Serif;
    font-style: italic;
    cursor: pointer;
    display: block;
} #content .btn-sml:hover{ background: url(btn-sml.jpg) no-repeat right -35px; }

	
/* File Upload */

.file img {
	padding: 5px;
	background: #fff;
	border: 1px solid #aaa;
	display: block;
	margin: 2em 0;
	
	width: 500px;
	}
	
.file input {
	height: 35px;
	vertical-align: middle;
    float: left;
    margin: 0 1em 0 0;
	}
	
fieldset.form p {
    margin:10px 0;
}
