﻿/***
==== 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;
	background: #ededed url(fieldset.gif) repeat-x 0 0;
	border: 1px solid #d2d2d2;
	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;
	min-height: 1px;
    font-family: Calibri, Arial, Tahoma, Sans-Serif;
	}
	
fieldset legend {
	position: relative;
	}
	
fieldset legend span {
	position: absolute;
	display: block;
	top: -20px;
	left: 30px;
	width: auto;
	background: #009bd5;
	padding: 8px 15px 10px;
	font-size: 1em;
	font-style: italic;
	line-height: 1.25em;
	white-space: nowrap;
	font-weight: normal;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,.2);
    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;
	}
		
		
fieldset .content {
	position: relative;
	padding: 40px 20px 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;
	font-size: .875em;
	
	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: #00aeef;
		background: #fff;
		}
		
	.field .watermark {
		font-style: italic;
		color: #999;
		}
	
/*
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;
	font-size: .88em;	
	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;
	font-size: .88em;	
	}
	
	.checkbox label input {
		position: absolute;
		top: 0;
		left: 0;
		width: auto;
		float: none;
		margin: 0;
		padding:0;
		}

table.radio-list{
    border: none;
    padding: 0;
    width:auto ;
    margin: 0;
}

table.radio-list td{
    border: none;
    padding: 3px 0;
}

.radio-list label{
    position: relative;
	padding: 0 30px 0 5px;
	color: #333;
	font-weight: bold;
	font-size: .88em;
    float: left;
}

.radio-list input {
		float: left;
		width: auto;
		margin: 2px 0 0;
		padding:0;
		}

	
/* When a field occurs within a field-group */
.field-group .field {
	float: left;
	margin: 0 1em 0 0;
	position: relative;
	min-height: 1px;
	}
	
	
/* field group sizes */
	.field .text,
	.field textarea	    {	width: 428px;	} /* Default */
	
	.medium .text		{	width: 200px;	}
	.msie7 .field-group .medium		{	width: 215px;	}
	.medium textarea		{	width: 200px;	}
	.short .text		{	width: 100px;	}
	
/* 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;
    padding: 10px;
    background: #dcdcdc;
    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;
    border: solid 1px #cecece;
} * 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: 50px;
    line-height: 50px;
    float: left;
    width: auto;
    padding: 0px 50px 0px 20px;
    background: url(btn.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: 16px;
    font-family: Calibri, Tahoma, Arial, Sans-Serif;
    font-style: italic;
    cursor: pointer;
    display: block;
    outline: none;
} .button-group .btn:hover, .tool-strip .button-group .btn:hover{ 
    background: url(btn.jpg) no-repeat right -50px; 
    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;
}

#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;
	}
	
.subscribe-options label{
    width: 180px;
}

table.subscribe-options td{
    vertical-align: top;
}

.subscribe .content{
    padding-top: 20px;
}
