@import "font.css";

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */

/* ------- Site Wide Styles -------------------*/
body {
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
} 

html>body {
	font-size: 12px;
}

h1 {
	font-family: 'AkzidenzGroteskRegular', Helvetica, Arial, sans-serif;
	font-size : 18px;
	font-weight: normal;
	color: #E24950;
	line-height: 15px;
	
	margin: 0em 0px 10px 0px;	
}

h2 {
	font-family: 'AkzidenzGroteskRegular', Helvetica, Arial, sans-serif;
	font-size : 16px;
	font-weight: normal;
	color: #E24950;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dashed #B3B3B3;
	line-height: 20px;
	margin: 0px 0px 10px 0px;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: bold;
	color: #000;
	line-height: 1em;
	margin: 20px 0px 0.40em 0px;
}


p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 16px 0em;
	color: #000;
}

li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	margin: 5px 0em 5px 20px;
	color: #000;
	list-style: disc;
}

a, a:visited{
	color: #E24950;
	text-decoration: none;
}
a:hover, a:visited:hover{
	color: #000;
}


/* --------------- General Classes ----------------------------------------------- */
.floatleft{
	float: left;
	margin: 0px 10px 10px 0px;
}
.floatright{
	float: right;
	margin: 0px 0px 10px 10px;
}

/*---------hacks------*/
a, input {
outline-color: invert;
outline-style: none;
outline-width: medium;
}
/*removes the dotted blue line around a tags when selected in firefox*/

 .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */




form.cmxform fieldset { margin-bottom: 5px; }
form.cmxform legend {
	padding: 0 2px;
	margin: 0 -7px; /* IE Win */
	}
	
form.cmxform label {
	display: inline-block;
	line-height: 1.6;
	vertical-align: top;
	}
form.cmxform fieldset ol {
	margin: 0;
	padding: 0;
	}
form.cmxform fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	}
form.cmxform fieldset fieldset {
	border: none;
	margin: 2px 0 0;
	}
form.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
	}
form.cmxform fieldset fieldset label {
	display: block;
	width: auto;
	}
form.cmxform em {
	font-weight: bold;
	font-style: normal;
	color: #BE1E2D;
	}

form.cmxform label { width: 200px; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 203px; } /* Width plus 3 (html space) */

/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */

	
form.cmxform legend { padding-left: 0; }
	
form.cmxform legend,
form.cmxform label { 
	font-size: 100%;
	font-weight: normal;
}

form.cmxform fieldset {
	border: none;
	
	}
	
form.cmxform fieldset fieldset { background: none; }
	
form.cmxform fieldset li {
	padding: 5px 10px 7px;
	}
	


form{ margin-bottom: 15px;}
form.cmxform label { width: 200px; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 253px; } /* Width plus 3 (html space) */
form.cmxform fieldset{ margin: 0px 0px 20px 0px; border: 1px solid #e6e6e6; padding: 5px;}
form.cmxform fieldset legend{ 
	padding: 0px 10px; font-size: 1.2em; background: #fff;
	color: #006699;
	font-style: italic;
}
form.cmxform ol{	
	margin-bottom: 15px;
}
form.cmxform li{
	font-size: 1.1em;
	border-bottom: 2px solid #fff;
	background: #F2F2F2;
}

.errortext{
	font-style: italic;
	font-weight: bold;
	margin: 4px 0px;
	color:#E24950;
	font-size: 0.8em;
}
.button{
	height: 30px;
	background: #fff;
	border: 2px solid #666;
	font-size: 14px;
	font-weight: bold;
}
.formButton{
	width: 160px;
	height: 30px;
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	margin-right: 10px;
	font-size: 16px;
	padding: 0px;
	line-height: 10px;
	background: url(../admin/button_bg.gif) no-repeat;
	background-position: 0px 2px;
	border: 0;
}
.textbox{
	border: 1px solid #666;
	padding: 2px;
	width: 240px;
	height: 20px; 
	font-size: 14px;
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
}
.datebox{
	border: 1px solid #666;
	padding: 2px;
	width: 120px;
	height: 20px; 
	font-size: 14px;
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
}

.smalltextbox{
	border: 1px solid #666;
	height: 20px; 
	padding: 2px;
	width: 60px;
	font-size: 14px;
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
}
.medtextbox{
	border: 1px solid #666;
	padding: 2px;
	height: 100px;
	width: 200px;
	overflow:auto;
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
}

.bigtextbox{
	border: 1px solid #666;
	padding: 2px;
	height: 100px;
	width: 240px;
	overflow:auto;
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
}
.vbigtextbox{
	border: 1px solid #666;
	padding: 2px;
	height: 200px;
	width: 95%;
	overflow:auto;
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
}
.submit{
	text-align: center;
}
.submit input{
	padding: 0px 20px;
	height: 30px;
	background: #4A71AE;
	border: 1px solid #4A71AE;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
}
.checkbox input{
	margin-right: 10px;
}
.cancelbutton{
	padding: 0px 20px;
	height: 30px;
	background: #D3E9F4;
	border: 1px solid #666;
	font-size: 14px;
	font-weight: bold;
}
.selectbox{
	border: 1px solid #666;
	padding: 2px 0px 2px 2px;
	height: 30px;
	font-size: 16px;
}
.tickbox{
	border: 1px solid #666;
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

.tickboxlist input{
	margin-right: 10px;
}

.checkbox{
	border: 1px solid #666;
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

.tickbox label{
	display: inline;
}

.error-message{
	padding: 3px 3px 3px 10px;
	background: #E24950;
	color: #fff;
	font-size: 0.9em;
}
.form-error{
	border: 2px solid #E24950;
}

.message{
	padding: 5px 5px 5px 10px;
	background: #E24950;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
}

