/*** General Tables ***/
.general_table {
	background: #FFFFFF;
	border: 0;
}
	.general_table td, th {
		border-bottom: 1px solid #D4D4D4;
		border-right: 1px solid #D4D4D4;
		padding: 3px 5px 3px 3px;
		vertical-align: middle;
	}
		.general_table tr:hover {
			background: #E4ECFF !important;
		}
		
		.general_table td:hover {
			background: #FFFFCC !important;
		}
		
		.general_table td img {
			margin-right: 2px;
			vertical-align: middle;
		}

.general_tr_header td, th {
	background: #EEEEEE;
	border-top: 1px solid #D4D4D4;
	font-size: 13px;
	font-weight: bold;
	height: auto !important;
	padding: 3px !important;
}
	.general_tr_sub_header td {
		font-weight: bold;
	}


/*** HTML5 Blocks ***/
header, section, nav, footer {
	display: block;
}


/* Calendar Table */
.calendar_table {
	background: #C0C0C0;
	border: 0;
	margin: -1px 0 0 0;
}
	.calendar_table td {
		background: #FFFFFF;
		height: 70px;
		overflow: hidden !important;
		padding: 3px;
		vertical-align: middle;
		width: 14%;
	}
		.calendar_table td:hover {
			background: #FFFFCC;
		}

.calendar_tr_header td {
	background: #020031 !important;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	height: auto !important;
}
	.calendar_tr_header:hover, .calendar_tr_header td:hover {
		background: #020031 !important;
	}
	
	.calendar_tr_header td a {
		color: #FFFFFF;
	}

	.calendar_tr_sub_header td {
		background: #EEEEEE;
		font-weight: bold;
		height: auto !important;
	}


/*** misc ***/
.align_center {
	text-align: center !important;
}
	.align_left {
		text-align: left !important;
	}
		.align_right {
			text-align: right !important;
		}

.bg_silver {
	background: #F5F5F5 !important;
}
	.bg_white {
		background: #FFFFFF !important;
	}
	
	.bg_yellow_lite {
		background: #FFFFCC !important;
	}

.border_double {
	border: 4px double #E3E3E3;
}
	a:hover .border_double {
		border: 4px double #A5C0FF;
	} 
	.border_none {
		border: 0 !important;
	}
		.border_silver {
			border: 1px solid #D4D4D4 !important;
		}
		.border_silver_bottom {
			border-bottom: 1px solid #D4D4D4 !important;
		}
		.border_silver_top {
			border-top: 1px solid #D4D4D4 !important;
		}
		
.box_overflow_200h {
	height: 200px;
	overflow: auto;
	width: 100%;
}

.clear_both {
	clear: both;
	font-size: 0;
	height: 0;
}

.clear_floats {
	border: 0;
	clear: both;
	height: 0;
}

.color_black {
	color: #000000 !important;
}
	.color_gray {
		color: gray;
	}
	
	.color_white {
		color: white;
	}

.display_block {
	display: block !important;
}
	.display_inline {
		display: inline !important;
	}
		.display_none {
			display: none !important;
		}
			.display_table-row {
				display: table-row;
			}

.double_box {
	background: #F9F9F9;
	border: 4px double #E3E3E3;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
	.double_box p {
		margin: 5px;
	}

.drop_cap {
		border: 0px solid red;
	color: #00399B;
	display: block;
	float: left;
	font-size: 40px;
	margin-bottom: -10px;
	margin-right: 4px;
	margin-top: -8px;
	padding: 0;
}

.icon_excel {
	background: url(/resources/images/icons/file_types/16x16/icon_excel.png) no-repeat;
	padding-bottom: 18px;
	padding-left: 20px;
}
	.icon_print {
		background: url(/resources/images/icons/file_types/16x16/icon_print.png) no-repeat;
		padding-bottom: 18px;
		padding-left: 20px;
	}
	.icon_pdf {
		background: url(/resources/images/icons/file_types/16x16/pdf.png) no-repeat;
		/*display: block;*/
		padding-bottom: 2px;
		padding-left: 20px;
	}

.flip_content_display {
	display: none;
}

.float_left {
	float: left;
	margin-right: 5px;
}
	.float_right {
		float: right;
		margin-left: 5px;
	}


.font_size_large {
	font-size: large !important;
}
	.font_size_smaller {
		font-size: small !important;
	}

.font_size_10 {
	font-size: 10px !important;
}
	.font_size_11 {
		font-size: 11px !important;
	}
	.font_size_12 {
		font-size: 12px !important;
	}
	.font_size_18 {
		font-size: 18px !important;
	}

.font_weight_normal {
	font-weight: normal !important;
}
	.font_weight_bold {
		font-weight: bold !important;
	}

.helper_text {
	color: #999999;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

.height_70 {
	height: 100px;
	overflow: hidden;
}

.height_100 {
	height: 100px;
	overflow: auto;
}

.line_height_16 {
	line-height: 16px;
}

.list_style_none {
	list-style-type: none;
}
	.list_compact {
		margin-left: -20px;
		font-size: 10px;
	}
	
	.list_style_laplpha {
		list-style-type: lower-alpha;
	}

.list_question {
	font-weight: bold;
	list-style-image: url(/resources/images/backgrounds/list_question.jpg);
	margin-bottom: 5px;
}
	.list_answer {
		list-style-image: url(/resources/images/backgrounds/list_answer.jpg);
		margin-bottom: 15px;
	}


.margin_0 {
	margin: 0 !important;
}
.margin_5 {
	margin: 5px !important;
}
.margin_10 {
	margin: 10px !important;
}
.margin_20 {
	margin: 20px !important;
}
	.margin_bottom_0 {
		margin-bottom: 0 !important;
	}
		.margin_bottom_5 {
			margin-bottom: 5px !important;
		}
		.margin_bottom_10 {
			margin-bottom: 10px !important;
		}
		.margin_bottom_20 {
			margin-bottom: 20px !important;
		}
	
	.margin_left_0 {
		margin-left: 0 !important;
	}
		.margin_left_5 {
			margin-left: 5px !important;
		}
		.margin_left_10 {
			margin-left: 10px !important;
		}
		.margin_left_20 {
			margin-left: 20px !important;
		}
		.margin_left_37 {
			margin-left: 37px !important;
		}
		.margin_left_40 {
			margin-left: 40px !important;
		}
		.margin_left_45 {
			margin-left: 45px !important;
		}
		.margin_left_50 {
			margin-left: 50px !important;
		}
	.margin_right_0 {
		margin-right: 0 !important;
	}
		.margin_right_5 {
			margin-right: 5px !important;
		}
		.margin_right_10 {
			margin-right: 10px !important;
		}
		.margin_right_20 {
			margin-right: 20px !important;
		}
	
	.margin_top_0 {
		margin-top: 0 !important;
	}
		.margin_top_5 {
			margin-top: 5px !important;
		}
		.margin_top_10 {
			margin-top: 10px !important;
		}
		.margin_top_20 {
			margin-top: 20px !important;
		}
		.margin_top_30 {
			margin-top: 30px !important;
		}
		.margin_top_minus_12 {
			margin-top: -12px !important;
		}


.nowrap {
	white-space: nowrap;
}			

.overlapping_thumb_right {
	margin-left: 30px;
	margin-top: -30px;
}
	.overlapping_thumb_left {
		/* margin-left: 30px; */
		margin-top: -20px;
	}

		
.padding_0 {
	padding: 0 !important;
}
.padding_5 {
	padding: 5px !important;
}
.padding_10 {
	padding: 10px !important;
}
.padding_20 {
	padding: 20px !important;
}
	.padding_bottom_0 {
		padding-bottom: 0 !important;
	}
		.padding_bottom_5 {
			padding-bottom: 5px !important;
		}
		.padding_bottom_10 {
			padding-bottom: 10px !important;
		}
		.padding_bottom_20 {
			padding-bottom: 20px !important;
		}
	
	.padding_left_0 {
		padding-left: 0 !important;
	}
		.padding_left_5 {
			padding-left: 5px !important;
		}
		.padding_left_10 {
			padding-left: 10px !important;
		}
		.padding_left_20 {
			padding-left: 20px !important;
		}
	
	.padding_right_0 {
		padding-right: 0 !important;
	}
		.padding_right_5 {
			padding-right: 5px !important;
		}
		.padding_right_10 {
			padding-right: 10px !important;
		}
		.padding_right_20 {
			padding-right: 20px !important;
		}
	
	.padding_top_0 {
		padding-top: 0 !important;
	}
		.padding_top_5 {
			padding-top: 5px !important;
		}
		.padding_top_10 {
			padding-top: 10px !important;
		}
		.padding_top_20 {
			padding-top: 20px !important;
		}


.page_notes {
	background: #FFFF99 url(/resources/images/backgrounds/bg_thumbtack.gif) no-repeat 2px 2px !important;
	border-bottom: 1px solid #DBDB89;
	border-left: 1px solid #FFFFC0;
	border-right: 1px solid #DBDB89;
	border-top: 1px solid #FFFFC0;
	font-style: italic !important;
	padding: 8px 8px 8px 24px !important;
	text-align: left !important;
	width: 145px !important;
}

.position_absolute {
	position: absolute;
}
	.position_fixed {
		position: fixed;
	}
	.position_relative {
		position: relative;
	}
	.position_static {
		position: static;
	}


#preview_site {
	position: absolute;
	left: 0;
	top: 5px;
	width: 70px !important;
	z-index: 999;
}

sup {
	vertical-align: top;
	line-height: 5px;
}

.text_silver {
	color: #C0C0C0;
}


.text_strike {
	text-decoration: line-through !important;
}
	.text_underline {
		text-decoration: underline !important;
	}

.valign_middle {
	vertical-align: middle !important;
}
	.valign_top {
		vertical-align: top !important;
	}

.width_auto {
	width: auto !important;
}
	.width_85 {
		width: 85px !important;
	}
	.width_250 {
		width: 250px !important;
	}
	.width_350 {
		width: 350px !important;
	}
	.width_400 {
		width: 400px !important;
	}
		.width_500 {
			width: 500px !important;
		}
		.width_700 {
			width: 700px !important;
		}
		.width_950 {
			width: 950px !important;
		}
			.width_95per {
				width: 95% !important;
			}
			.width_full {
				width: 100% !important;
			}

	.width_14per {
		width: 14%;
	}
		.width_45per {
			width: 45%;
		}
			.width_48per {
				width: 48%;
			}



/*** icon links ***/
.content_collapse {
	background: url(/resources/images/icons/actions/16x16/icon_content_collapse.gif) no-repeat;
	margin-right: 5px;
	padding-bottom: 3px;
	padding-left: 18px;
}

.content_expand {
	background: url(/resources/images/icons/actions/16x16/icon_content_expand.gif) no-repeat;
	margin-right: 5px;
	padding-bottom: 3px;
	padding-left: 18px;
}


.add_link {
	background: url(/resources/images/icons/actions/16x16/icon_add.png) no-repeat;
	margin-right: 5px;
	padding-bottom: 5px;
	padding-left: 18px;
}
.edit_link {
	background: url(/resources/images/icons/actions/16x16/icon_edit.png) no-repeat;
	margin-right: 5px;
	padding-bottom: 5px;
	padding-left: 18px;
}
.copy_link {
	background: url(/resources/images/icons/actions/16x16/icon_copy.png) no-repeat;
	margin-right: 5px;
	padding-bottom: 5px;
	padding-left: 18px;
}
.delete_link {
	background: url(/resources/images/icons/actions/16x16/icon_delete.png) no-repeat;
	margin-right: 5px;
	padding-bottom: 8px;
	padding-left: 18px;
}
.done_link {
	background: url(/resources/images/icons/actions/16x16/icon_done.png) no-repeat;
	margin-right: 5px;
	padding-bottom: 5px;
	padding-left: 18px;
}
.cancel_link {
	background: url(/resources/images/icons/actions/16x16/icon_cancel.png) no-repeat;
	margin-right: 5px;
	padding-bottom: 5px;
	padding-left: 18px;
}
.print_link {
	background: url(/resources/images/icons/actions/16x16/icon_print.png) no-repeat;
	margin-right: 5px;
	padding-bottom: 5px;
	padding-left: 18px;
}
.excel_link {
	background: url(/resources/images/icons/file_types/16x16/icon_excel.png) no-repeat;
	margin-right: 5px;
	padding-bottom: 5px;
	padding-left: 18px;
}
.word_link {
	background: url(/resources/images/icons/file_types/16x16/icon_word.png) no-repeat;
	margin-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.powerpoint_link {
	background: url(/resources/images/icons/file_types/16x16/icon_powerpoint.png) no-repeat;
	margin-right: 5px;
	padding-bottom: 5px;
	padding-left: 18px;
}

.search_link {
	background: url(/resources/images/icons/actions/16x16/icon_search.png) no-repeat;
	padding-left: 16px;
}

.view_link {
	background: url(/resources/images/icons/actions/16x16/icon_view.png) no-repeat;
	padding-left: 17px;
}

.locked_link {
	background: url(/resources/images/icons/actions/16x16/icon_locked.gif) no-repeat;
	padding-left: 16px;
}

.tell_a_friend_link {
	background: url(/resources/images/icons/actions/16x16/icon_tell_a_friend.gif) no-repeat;
	padding-bottom: 5px;
	padding-left: 18px;
}

.submit_ballot_link {
	background: url(/resources/images/icons/actions/16x16/icon_submit_ballot.gif) no-repeat;
	padding-bottom: 3px;
	padding-left: 17px;
}


.sort_asc {
	background: url(/resources/images/icons/actions/16x16/icon_arrow_up.gif) no-repeat right;
	padding-right: 16px;
}
	.sort_desc {
		background: url(/resources/images/icons/actions/16x16/icon_arrow_down.gif) no-repeat right;
		padding-right: 16px;
	}

.add_folder_link {
	background: url(/resources/images/icons/actions/16x16/icon_add_folder.png) no-repeat;
	margin-right: 5px;
	padding-bottom: 5px;
	padding-left: 18px;
}
	.add_file_link {
		background: url(/resources/images/icons/actions/16x16/icon_add_file.png) no-repeat;
		margin-right: 5px;
		padding-bottom: 5px;
		padding-left: 18px;
	}
		.upload_file_link {
			background: url(/resources/images/icons/actions/16x16/icon_upload_file.png) no-repeat;
			margin-right: 5px;
			padding-bottom: 5px;
			padding-left: 18px;
		}


/*** drop-down forms ***/
.drop_down {
	background: #F1F1F1;
	border: 4px double #D4D4D4;
	font-size: 12px !important;
	font-weight: normal !important;
	height: 420px;
	left: -100px;
	overflow: auto;
	padding: 5px;
	position: absolute;
	text-align: left;
	top: 20px;
	width: 400px;
}
	.drop_down h4 {
		font-size: 12px;
		margin-bottom: 5px;
		margin-top: 0;
		text-align: center;
	}
	
	.drop_down ul {
		margin-top: 0;
	}
		.drop_down li {
			margin-bottom: 5px;
		}

	.drop_down_off {
		display: none;
	}
	
	.drop_down_on {
		display: block;
	}


/*** page footer links ***/
.pager_links_box {
	font-weight: bold;
}
	.pager_links {
		border: 1px solid #C0C0C0;
		padding: 2px 5px;
		text-decoration: none;
	}
		.pager_links:hover {
			border: 1px solid #C0C0C0;
			color: #000000;
			padding: 2px 5px;
			text-decoration: none;
		}
		
	#previous_link {
		background: url(/resources/images/icons/actions/16x16/icon_arrow_left.gif) no-repeat left;
		border: 0px;
		padding-left: 12px;
	}
		#previous_link_disabled {
			border: 0px;
			color: #999999;
		}
	
	#next_link {
		background: url(/resources/images/icons/actions/16x16/icon_arrow_right.gif) no-repeat right;
		border: 0px;
		padding-right: 12px;
	}
		#next_link_disabled {
			border: 0px;
			color: #999999;
		}
	
	#current_page, #current_per_page {
		border: 1px solid #C0C0C0;
		padding: 2px 5px;
	}
	
	#per_page_group {
		padding-left: 20px;
	}


/* Tool Tips */
a.tool_tip {
	position: relative;
}
	a.tool_tip span {
		display: none;
	}
		a.tool_tip:hover {
			border: 1px solid #DAD4C4;
		}
			a.tool_tip:hover span {
				background: #ffff99;
				border-bottom: 2px solid #DBDB89;
				border-left: 2px solid #FFFFC0;
				border-right: 2px solid #DBDB89;
				border-top: 2px solid #FFFFC0;
				display: block;
				font-weight: normal;
				left: 3px;
				padding: 4px;
				position: absolute;
				text-align: left;
				text-decoration: none;
				top: -30px;
				width: 200px;
			}


#registration_progress {
	background: #F9F9F9 url(/resources/images/registration/bg_registration.jpg);
	margin-top: -10px;
	text-align: center;
	height: 26px;
}


