/***** Start Eric Meyer Reset Reloaded DONT TOUCH *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/***** End Eric Meyer Reset Reloaded DONT TOUCH *****/


/***** Start General Tag Styles *****/

.left{float: left;}
.right{float: right;}
.center{text-align: center;}
.centered{margin-left: auto; margin-right: auto;}
.clear{clear: both;}

body{
	text-align: center;
	background-attachment: fixed;
	background-color: #40698E;
	background-position: 199% 0%;
	background-repeat: repeat-x;
	background-image: url('../_images/bg_clouds.jpg');
	font-family: arial, sans-serif;
	color: #303C30;
}

p{
	margin: 0px;
	padding-bottom: 1.5em;
}

#container{
	width: 780px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border: 3px solid #3D4C3D;
	border-top: 0px;
}

#header{
	position:relative;
	height:120px;
	background-color:#9EC69E;
	background-position: top right;
	background-repeat: no-repeat;
	background-image: url('../_images/bg_header.jpg');
	width:100%;
}

#leftcol{
	width:180px;
	float:left;
	position:relative;
	margin-top: 50px;
	margin-bottom: 100px;
}

#content_wrapper{
	background-color:#9EC69E;
	background-position: top right;
	background-repeat: no-repeat;
	background-image: url('../_images/bg_body.jpg');
}

#maincol{
	float: right;
	display:inline;
	position: relative;
	width:600px;
	margin-top: 22px;
}

#maincol p{
	margin-right: 20px;
	color: #465846;
	line-height: 1.4em;
}
#maincol form fieldset p{
	margin-top: 0px;
}
#maincol h2{
	margin-top: 1.5em;
	margin-bottom: 1em;
	margin-right: 20px;
}

#maincol ul{
	list-style-type: disc;
	margin-right: 20px;
}
#maincol ul li{
	margin-left: 20px;
	margin-bottom: 0.75em;
}

#footer{
	height:181px;
	clear:both;
	font-size: 10px;
	background-color:#9EC69E;
	background-position: top right;
	background-repeat: no-repeat;
	background-image: url('../_images/bg_footer.jpg');
}

#sub_footer{
	height:75px;
	clear:both;
	font-size: 10px;
}


table{
	background-color: #6AA76B;
	border: 1px dashed #3D4C3D;
}
table tr{
	border-bottom: 1px dashed #6D7C6D;
}
table tr.head th{
	padding: 5px;
	vertical-align: middle;
	text-align: center;
	background-color: #578F58;
	border-top: 2px solid #3D4C3D;
	border-bottom: 2px solid #3D4C3D;
}
table tr.foot th{
	padding: 5px;
	vertical-align: middle;
	text-align: center;
	background-color: #578F58;
	border-top: 2px solid #3D4C3D;
	border-bottom: 2px solid #3D4C3D;
}
table tr th{
	padding: 5px;
	vertical-align: middle;
	background-color: #679F68;
	text-align: left;
}
table tr td{
	padding: 5px;
	vertical-align: middle;
	background-color: #79BB7A;
	font-size: 12px;
}
table tr:hover th{
	background-color: #97CF98;
}
table tr.head:hover th, table tr.foot:hover th{
	background-color: #578F58;
}

table tr:hover td{
	background-color: #A9EBAA;
}


 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */
.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 */



 /*printer styles*/
 @media print{
/*hide the left column when printing*/
#leftcol{display:none;}
#twocols, #maincol{width:100%; float:none;}
}

.clear{
	clear: both;
}

.error{
	font-size: 10px;
	color: #933000;
	border: 1px solid #CC0000;
	padding: 5px;
	background-color: #B8C69E;
	background-position: bottom left;
	background-repeat: repeat-x;
	background-image: url('../_images/bg_field_error.jpg');
	margin: 10px;
}

.required{
	color: #FF0000;
}

.msg{
	font-size: 10px;
	color: #006600;
	border: 1px solid #00C000;
	padding: 5px;
	background-color: #B8C69E;
	background-position: bottom left;
	background-repeat: repeat-x;
	background-image: url('../_images/bg_field_success.jpg');
	margin: 10px;
}

h1{
	font-size: 28px;
	color: #303C30;
	font-weight: bold;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	border-bottom: 1px dashed #303C30;
	font-family: papyrus, arial, sans-serif;
	margin-bottom: 12px;
}

span.important{
	color: red;
}

a:link, a:visited {
	color: #4270A5;
	text-decoration: none;
	}

a:hover {
	color: #1A4671;
	text-decoration: none;
	border-bottom: 1px dashed #1A4671;
	}
/***** End General Tag Styles *****/



/***** START Menu Tag Styles *****/
#menu {
	width: 160px;
	}

#menu li a {
	height: 32px;
  	voice-family: "\"}\"";
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	border-bottom: 1px solid;
	}

#menu li a:link, #menu li a:visited {
	color: #4270A5;
	display: block;
	padding: 8px 0 0 10px;
	}

#menu li a:hover {
	color: #1A4671;
	padding: 8px 0 0 10px;
	}

#menu li a:active {
	color: #6290C5;
	padding: 8px 0 0 10px;
	}

/***** END Menu Tag Styles *****/



/***** Start Application Tag Styles *****/

form.application fieldset{
	margin: 10px;
	padding: 10px;
}


input, select, textarea{
	border: 1px solid #303C30;
	background-color: #BAE8B9;
	background-position: bottom left;
	background-repeat: repeat-x;
	background-image: url('../_images/bg_field.jpg');
}

input.short{
	width: 24px;
	padding-left: 6px;
	padding-right: 6px;
}


form fieldset label{
	padding: 4px;
}

form.application input.submit{
	border: 2px solid #303C30;
}

form.application fieldset{
	border: 1px solid #303C30;
	color: #303C30;
	background-position: bottom left;
	background-repeat: repeat-x;
	background-image: url('../_images/bg_fieldset.jpg');
}

form.application fieldset legend{
	font-weight: bold;
	font-family: papyrus, arial, sans-serif;
}

form.application label{
	font-size: 12px;
	float: left;
	width: 120px;
}
form.application label.wide{
	font-size: 12px;
	float: left;
	width: 220px;
}

form.application input, form.application select{
	width: 120px;
}


form.application input, form.application select, form.application textarea{
	float: left;
	margin-bottom: 6px;
	padding: 2px;
}

.field_error{
	border: 1px solid #762D25;
	background-color: #B8C69E;
}

.error_notification{
	color: #762D25;
	border: 1px solid #762D25;
	background-color: #B8C69E;
	background-position: bottom left;
	background-repeat: repeat-x;
	background-image: url('../_images/bg_field_error.jpg');
	padding: 6px;
	margin-left: 15px;
	margin-right: 15px;
}
.success_notification{
	color: #2D7625;
	border: 1px solid #2D7625;
	background-color: #B8C69E;
	background-position: bottom left;
	background-repeat: repeat-x;
	background-image: url('../_images/bg_field_success.jpg');
	padding: 6px;
	margin-left: 15px;
	margin-right: 15px;
}

form.application input.field_error,form.application select.field_error,form.application textarea.field_error{
	color: #762D25;
	border: 1px solid #762D25;
	background-color: #B8C69E;
	background-position: bottom left;
	background-repeat: repeat-x;
	background-image: url('../_images/bg_field_error.jpg');
}

form.application span.field_error{
	color: #762D25;
	font-size: 12px;
	border: 1px dashed #A13D33;
	background-color: #D85244;
	margin-left: 20px;
	padding: 0px 4px 0px 4px;
	background-color: #B8C69E;
	background-position: bottom left;
	background-repeat: repeat-x;
	background-image: url('../_images/bg_field_error.jpg');
}

.info{
	color: #003300;
	font-size: 12px;
	border: none;
	margin: 20px;
	padding: 0px 4px 0px 4px;
	font-style: italic;
}

td.delete_column{
	border: 1px solid red;
	color: #933000;
	border: 1px solid #CC0000;
	padding: 5px;
	background-color: #B8C69E;
	background-position: bottom left;
	background-repeat: repeat-x;
	background-image: url('../_images/bg_field_error.jpg');
}
tr:hover td.delete_column{
	background-color: #B8C69E;
}

form#login_form{
	margin: 0px;
}

form#login_form legend{
	color: #4270A5;
	margin: 0px;
	margin-top: 4px;
}

form#login_form fieldset{
	margin: 0px;
	border: 0px;
}


form#login_form label{
	color: #4270A5;
	font-size: 10px;
	float: left;
}
form#login_form input{
	float: right;
	height: 12px;
	font-size: 10px;
}
form#login_form input#login{
	float: right;
	border: 2px solid #4270A5;
	background-color: #6E8A6E;
	margin: 0px;
	margin-top: 3px;
	height: 24px;
}


form#admin_login_form{
	margin:  25px 5px;
	padding: 10px 5px;
	border: 1px solid black;
	width: 150px;
	background-color: #7fc67f;
}

form#admin_login_form legend{
	color: #4270A5;
	margin: 0px;
	margin-top: 4px;
}

form#admin_login_form fieldset{
	margin: 0px;
	border: 0px;
}


form#admin_login_form label{
	color: #4270A5;
	font-size: 10px;
	float: left;
}
form#admin_login_form input{
	float: right;
	height: 16px;
	font-size: 12px;
}
form#admin_login_form input#login{
	float: right;
	border: 2px solid #4270A5;
	background-color: #6E8A6E;
	margin: 0px;
	margin-top: 3px;
	height: 24px;
}

.scroll_checkboxes {
    height: 100px;
    width: 200px;
    padding: 5px;
    overflow: auto;
    border: 1px solid #ccc
}
.scroll {
    height: 80px;
    width: 150px;
    padding: 5px;
    overflow: auto;
    border: 1px solid #ccc
}

/***** End Application Tag Styles *****/

div#festival_info{
	float: right;
	width: 200px;
	border: 1px solid #5E765E;
	margin: 20px;
	color: #465846;
}

div#festival_info div.header{
	padding: 8px;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	font-family: papyrus, arial, sans-serif;
	border-bottom: 2px solid #7E967E;
	background-color: #B8C69E;
	background-position: bottom left;
	background-repeat: repeat-x;
	background-image: url('../_images/bg_field_success.jpg');
}

div#festival_info div.body{
	padding: 8px;
	background-color: #B8C69E;
	border-top: 1px solid #2E462E;
	font-size: 12px;
}

div#festival_info div.body div.message{
	text-align: center;
	color: #C23B15;
}



div#department_stats table{
	border: 1px solid #303C30;
	margin: 10px;
}
div#department_stats table tr{

}
div#department_stats table th{
	font-size: 12px;
}
div#department_stats table td{
	border: 1px solid black;
	font-size: 10px;
	padding: 2px;
}

div.applications{

}
div.applications form{
	margin: 0px;
	padding: 0px;
}
div.applications fieldset{
	margin: 0px;
	padding: 0px;
}

div.application{
	margin-bottom: 20px;
	margin-right: 20px;
	border: 1px solid green;
	background-color: #70ad71;
	font-size: 12px;
}
div.application div.application_header{
	padding: 6px;
	margin: 0px;
	height: 20px;
	background-color: #bbecbc;
}
div.application div.application_body{
	padding: 6px;
	margin: 0px;
}
div.application div.application_header div.name{
	float: left;
	font-weight: bold;
	font-size: 18px;
	width: 200px;
}
div.application div.application_header div.email{
	float: left;
	font-size: 12px;
}
div.application div.application_header div.dateapplied{
	float: right;
	font-size: 12px;
}

img.portrait_thumb{
	width: 72px;
	height: 100px;
	border: 1px dashed #3D4C3D;
	padding: 3px;
	margin: 6px;
	margin-top: 0px;
	margin-left: 0px;
}

div.application table{
	background-color: #6AA76B;
	border: 1px dashed #3D4C3D;
}
div.application table th{
	padding: 5px;
	width: 100px;
	vertical-align: middle;
	background-color: #679F68;
}
div.application table td{
	padding: 5px;
	vertical-align: middle;
	background-color: #79BB7A;
}

div.application div.availability, div.application div.other{
	height: 106px;
}
div.application div.availability{
	float: left;
}
div.application div.updated_availability{
	float: left;
}



div.application div.other{
	float: right:
}


div.application div.availability table{
	height: 100%;
	width: 236px;
	float: left;
}

div.application div.updated_availability table{
	height: 100%;
	width: 236px;
	float: left;
	border: 1px dashed #3D4C3D;
	margin-left: 175px;
}
div.application div.updated_availability table tr{
	border-bottom: 1px dashed #BD7C6D;
}
div.application div.updated_availability table tr th{
	padding: 5px;
	vertical-align: middle;
	background-color: #979F68;
	text-align: left;
}
div.application div.updated_availability table tr td{
	padding: 5px;
	vertical-align: middle;
	background-color: #A9BB7A;
	font-size: 12px;
}
div.application div.updated_availability table tr:hover th{
	background-color: #97CF98;
}
div.application div.updated_availability table tr.head:hover th, table tr.foot:hover th{
	background-color: #578F58;
}

div.application div.updated_availability table tr:hover td{
	background-color: #A9EBAA;
}







div.application div.other table{
	height: 100%;
	width: 236px;
	float: right;
}

div.text{
	border: 1px dashed #3D4C3D;
	padding: 3px;
	margin-bottom: 6px;
}

div.long_label{
	font-weight: bold;
	background-color: #679F68;
	padding: 3px;
}

div.admin_label{
	color: #9a2f2d;
}

div.long_text{
	background-color: #79BB7A;
	padding: 8px;
}

table#department_quotas tr{
	border-bottom: 2px solid #3D4C3D;
}
table#department_quotas tr th{
	vertical-align: top;
}
table#department_quotas tr th input{
	width: 120px;
}
table#department_quotas tr td{
	vertical-align: top;
	text-align: center;
}

td.stats_column, th.stats_column{
}

table#department_quotas tr td table.stats_table{
	font-size: 12px;
	width: 100%;
}
table#department_quotas tr td table.stats_table tr{
	border-bottom: 1px dotted #3D4C3D;
}
table#department_quotas tr td table.stats_table tr th{
	font-weight: normal;
	width: 120px;
}
table#department_quotas tr td table.stats_table tr td{
	width: 20px;
}

table#festivals{
	font-size: 12px;
	width: 100%;
}
table#festivals input{
	font-size: 9px;
}
table#festivals tr.current_fest{
	border: 2px solid black;
}
table#festivals tr.current_fest td{
	background-color: #4270A5;
}

span.current_fest{
	padding: 2px 4px;
	background-color: #4270A5;
	border: 2px solid black;
	color: white;
}

input.date{
	width: 60px;
	font-size: 10px;
}



table#applicants{
	width: 100%;
}
table#applicants tr{
}
table#applicants tr td{
	border-bottom: 0px;
	border-top: 1px solid black;
}
table#applicants tr th{
}
table#applicants tr.applicant_details{
}
table#applicants tr.applicant_details td{
	padding: 0px 15px 0px 15px;
	background-color: #99DB9A;
}
table#applicants tr.applicant_details th{
}
table#applicants tr.applicant_details td table.applicant_details{
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-top: 0px;
	background-color: #79BB7A;
}
table#applicants tr.applicant_details td table.applicant_details tr td{
	padding: 5px;
}

table#applications{
	width: 100%;
}
table#applications tr.current{
	border: 3px solid green;
}


div.pagination{
	text-align: center;
}

div.filter_details{
	border: 1px solid white;
	padding: 6px;
	width: 90%;
	margin: 10px auto 10px auto;
	background-color: #97CF98;
}

input.sortby, input.imgSubmit{
	border: none;
	background: transparent;
	margin: 0px;
	padding: 0px;
}

table.report,table.report tr, table.report tr th, table.report tr td{
	font-size: 9px;
}
