@import 'recycle.css';
html,body{
	height:100%;
}
body{
	margin:0;
	padding:0;
}
#black_box_container{
	background-color:#000000;
	filter:alpha(opacity=80);
	opacity:0.8;
	position:fixed;
	width:100%;
	height:100%;
	z-index:50;
	display:none;
	top:0;
	left:0;
}
#container{
	width:970px;
	margin:0 auto;
	font-family:"Trebuchet MS", Calibri, Tahoma, Arial, sans-serif;
	font-size:14px;
	line-height:18px;
	min-height:100%;
	
}
#left_column{
	width:175px;
	float:left;
	padding:5px;
	min-height:100%;
	
}
#content{
	float:left;
	width:785px;
}
#content a{
	color:#000000;
}

#header{
	background-color:#000;
	min-height:60px;
	width:785px;
	float:left;
	color:#fff;
}

#header a{
	color:#ffffff;
}
#header a:hover{
	color:#ffe834;
}

#login{
	padding:10px;
	text-align:right;
}

#login input{
	padding:5px 3px; 
	width:130px;
	color:#333;
	border:none;
	vertical-align:middle;
}
#login input.login_button{
	height:26px;
	width:60px;
	position:relative;
	top:1px;
	cursor:pointer;

}
#login input.logout_button{
	height:26px;
	width:70px;
	position:relative;
	top:1px;
	cursor:pointer;
}
#logo img{
	width:170px;
}
#logo{
	text-align:center;
	margin-bottom:20px;
}

/**** Navigation ****/
#nav_menu{
	padding-left:10px;
}
#nav_menu ul{
	padding:0;
	margin:0;
	list-style:none;
}
#nav_menu ul li{
	padding-left:10px;
	font-size:12px;
}
#nav_menu ul li.heading{
	padding-left:0;
	font-weight:bold;
	margin-top:10px;
}
#nav_menu ul li a{
	text-decoration:none;
}
#nav_menu ul li a:hover{
	text-decoration:underline;
}
#main_body{
	padding-left:10px;
	padding-top:70px;
	
}
#waiver_content{
	border: 1px solid #666;
	height: 300px;
	padding: 10px;
	overflow: auto;
	margin: 15px 0;
}
#reg_form input.large{
	width:200px;

	padding:3px;
}
table#reg_form th{
	text-align:right;
	vertical-align:middle;
}
/*** Error ***/
.error{
	border:1px solid red;
	background-color:#fcffa1;
	padding:10px;
}
.error ul{
	margin-left:5px;
	padding-left:5px;
}
.error ul li{
	color:red;
	list-style:none;
	font-size:11px;
}
table.standard_table{
	width:100%;
}
.standard_table td{
	font-size:12px;
	padding:5px;
}
.standard_table th{
	font-size:12px;
	text-align:left;
	padding:5px;
}

.standard_table tr:hover{
	background-color:#d5e2ff;
}
#event_form input.large{

	width:300px;
}
#event_form select.large, #textarea_fck, .textarea_fck{
	width:305px;
	font-family:"Trebuchet MS", Calibri, Tahoma, Arial, sans-serif;
	
}
#event_form td.heading{
	font-weight:bold;
	text-align:right;
	vertical-align:top;
}
.info{
	padding:4px 2px 2px 5px;
	border:1px solid #3cb9d7;
	background: url('/assets/images/bgs/bg_info.jpg') repeat-x top left;
}
.info .lgicon{
	vertical-align:middle;
}
.info span{
	position:relative;
	top:1px;
}

.lgicon1{
	position:relative;
	top:7px;
}
.task_div{
	padding:5px 10px 10px 10px;
}
.dotted_box{
	padding:10px;
	border:1px dotted #cccccc;
}
/**** Task Table ****/
table#task_table{
	width:100%;
}
#task_table td{
	padding:5px;
}

#task_table td.task_header{
	font-weight:bold;
	text-align:right;
}
table#task_lists_form{
	width:100%;
}
#task_lists_form td{
	border-top:1px dotted #cccccc;
	padding:5px;
}
table#tag_shifts_table{
	width:100%;
	
}
#tag_shifts_table td{
	padding: 5px 0;
	border-top:1px dotted #cccccc;
}

table#volunteer_list_table{
	width:100%;
	
}
#volunteer_list_table td{
	padding: 5px 0;
	border-top:1px dotted #cccccc;
}

.select_all_box{
	padding:5px;
	border:1px dotted #cccccc;
	background-color:#eeffd5;	
}
.shift_button{
	width:100px;
}
#admin_add_shifts{
	border:1px dotted #cccccc;
	padding:5px;
	background-color:#eeffd5;
}
#admin_add_shifts select{
	vertical-align:middle;
}
.admin_edit_shifts{
	padding:5px;

}
.admin_edit_shifts:hover{
	background-color:#ecf2fe;
}
.admin_edit_shifts select{
	vertical-align:middle;
}
table#reporting_table{

}
table#reporting_table th{
	text-align:right;
}
table#reporting_table td select{
	width:400px;
}
table#reporting_table td select.small{
	width:47px;
}
.overflow_vertical{
	width:100%;
	height:500px;
	overflow:scroll;
}
table#display_report_table{
	width:100%;
	border:1px solid #cccccc;
	
}
table#display_report_table th{
	text-align:left;
	padding:5px;
	background-color:#ecf2fe;
	font-size:10px;
}
table#display_report_table td{
	padding:5px;
	font-size:10px;
	border-top:1px solid #cccccc;
}
table#contact_center_table{
	width:100%;

}
table#contact_center_table th{
	padding:5px;
	font-size:12px;
	text-align:right;
}
table#contact_center_table td{
	padding:5px;
	font-size:10px;
	word-wrap:normal;
}
#contact_center_table td input{
	width:400px;
}
#contact_center_table td select{
	width:405px;
}

table#contact_center_individual_table{
	width:100%;
}
table#contact_center_individual_table th{
	padding:5px;
	font-size:12px;
	text-align:right;
}
table#contact_center_individual_table td{
	padding:5px;
	font-size:10px;
}
#contact_center_individual_table td input{
	width:335px;
}
#contact_center_individual_table td select{
	width:340px;
}
table#checkin_table{
	width:100%;
	border:1px solid #cccccc;
}
#checkin_table td{
	border-top:1px dotted #cccccc;
	vertical-align:top;
}
.registerBtn{
	background: url('../images/icons/icon_important.png') no-repeat left center #ffa8a8;
	padding:10px 5px 10px 35px;
}
#duplicate_shift{
	background-color:#fff;
	padding:10px;
	border:3px solid #ccc;
	position:fixed;
	top: 130px;
	left:50%;
	margin-left:-300px;
	width:600px;
	min-height:250px;
	z-index:100;
	display:none;
}
#duplicate_shift table th{
	text-align:right;
}
#duplicate_event{
	background-color:#fff;
	padding:10px;
	border:3px solid #ccc;
	position:fixed;
	top: 130px;
	left:50%;
	margin-left:-300px;
	width:600px;
	min-height:250px;
	z-index:100;
	display:none;
}

