/* 
	CSS Reset 
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
body 
{
	line-height:1.5;
}
blockquote:before, blockquote:after, q:before, q:after 
{
	content:"";
}
blockquote, q 
{
	quotes:"" "";
}
a img 
{
	border:none;
}


/*
	Global layout
*/

body
{
	background: #e8e8e8;
	font-size: 12px;
	font-family: Arial;
	padding: 0;
	margin: 0;
	color: #666666;
}

body.login
{
	text-align: left;
}

#login_top
{
	width: 100%;
	height: 150px;
	background: #000;
	border-bottom: 1px solid #fff;
	text-align: center;
}

#login_top img
{
	margin-top: 100px;
}

#wrapper
{
	width: 100%;
}

#overlay
{
	width: 100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
	z-index:2;
}

a
{
	color: #336699;
	text-decoration: none;
}

a:hover
{
	color: #4D7BCA;
	text-decoration: none;
}

a:active
{
	color: #cccccc;
	text-decoration: none;
}

label
{
	font-weight: bold;
}

.clear
{
	clear: both;
	margin: 0;
	padding: 0;
}

img.middle
{
	vertical-align: middle;
	margin-right: 5px;
}

.border
{
	border: 5px solid #fff;
}

h1
{
	font-size: 30px;
	color: #000000;
	font-weight: normal;
}

h2
{
	font-size: 24px;
	color: #000000;
	font-weight: normal;
}

h3
{
	font-size: 22px;
	color: #000000;
	font-weight: normal;
}

h4
{
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	font-weight: normal;
}

h5
{
	font-size: 15px;
	color: #000000;
	font-weight: normal;
	border-bottom: 1px solid #e7e7e7;
	width:50%;
}

ul.global
{
	margin-left: 20px;
	list-style-image:url("../images/arrow_li.png");
}

ul.global li
{
	line-height: 2em;
}

ol.global
{
	margin-left: 30px;
}

ol.global li
{
	line-height: 2em;
}

table.global tr
{
	background: #ffffff;
}

table.global tr td, table.global tr th
{

}

table.global tr th
{
	font-weight: bold;
	background: #ebebeb;
	text-align: left;
}

table.global tr th, table.global tr td
{
	padding: 7px 15px 7px 15px;
}

table.global tr td
{
	color: #666666;
}

.center
{
	margin: auto;
	text-align: center;
}

.line
{
	height: 1px;
	width: 100%;
	border: 0;
	border-bottom: 1px solid #ebebeb;
	margin: auto;
}


/*
	Input layout
*/

input[type=text], input[type=password], select
{
	background: #fff;
	padding: 5px;
	font-size: 12px;
	margin: 0;
	border: 0;
	border: 1px solid #ccc;
}

input.search
{
	background: transparent;
	border: 0;
	width: 180px; /* important */
	color: #ffffff;
}

textarea
{
	background: #fff;
	padding: 3px 5px 3px 5px;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin: 0;
	border: 0;
	border: 1px solid #ccc;
}

input[type=text]:hover, input[type=password]:hover, textarea:hover
{
	border: 1px solid #999;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus
{
	background-color: #fff5d3;
}

input[type=text].blur, input[type=password].blur, textarea.blur
{
	color: #999;
 	font-weight: normal;
 	font-style: italic;
}

input.search:hover, input.search:focus
{
	border: 0;
	background: transparent;
}

input.button_dark
{
	width: 120px;
	height: 30px;
	background: transparent url('../images/bg_button_dark.png') no-repeat center;
	border: 0;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
}

input.button_dark:hover
{
	background: transparent url('../images/bg_button_dark_hover.png') no-repeat center;
}

input.button_dark:active
{
	color: #999;
	background: transparent url('../images/bg_button_dark_active.png') no-repeat center;
}

input.button_light
{
	width: 122px;
	height: 32px;
	background: transparent url('../images/bg_button_light.png') no-repeat center;
	border: 0;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	color: #000;
}

input.button_light:hover
{
	background: transparent url('../images/bg_button_light_hover.png') no-repeat center;
}

input.button_light:active
{
	color: #999;
	background: transparent url('../images/bg_button_light_active.png') no-repeat center;
}

.option
{
	background: transparent url('../images/bg_option.png') no-repeat center;
	width:169px;
	height: 30px;

	cursor: pointer;
}

.option .text
{
	margin: 7px 0 0 10px;
	padding-top: 7px;
}

.option select
{
	background: transparent;
	border: 0;
	width: 169px;
	position: relative;
	top: -22px;
	opacity: 0;
	filter:alpha(opacity=0);
}

.file
{
	background: transparent url('../images/bg_file.png') no-repeat left;
	width:238px;
	height: 40px;
	overflow: hidden;
	cursor: pointer;
}

.file .text
{
	margin: 7px 0 0 10px;
	position: relative;
	top: 5px;
}

.file input[type=file]
{
	background: transparent;
	border: 0;
	width: 250px;
	position: relative;
	opacity: 0;
	filter:alpha(opacity=0);
}

.date
{
	background: transparent url('../images/bg_date.png') no-repeat left;
	width:169px;
	height: 40px;
	overflow: hidden;
	cursor: pointer;
}

.date .text
{
	margin: 7px 0 0 10px;
	position: relative;
	top: 5px;
}

.date input
{
	background: transparent;
	border: 0;
	width: 169px;
	position: relative;
	top: -3px;
	opacity: 0;
	filter:alpha(opacity=0);
}


/*
	Content layout
*/

#top_bar
{
	width: 100%;
	height: 40px;
	background: #000000;
	border-bottom: 1px solid #444;
}

#top_bar a
{
	color: #fff;
}

#top_bar a:hover, #top_bar a:active
{
	color: #ccc;
}

#top_bar .logo
{
	float: left;
	margin: 3px 0 0 30px;
}

#top_bar .account
{
	float: right;
	margin: 11px 30px 0 0;
}

#top_bar .account .detail
{
	float: left;
	padding-right: 10px;
	border-right: 1px solid #666;
}

#top_bar .account .icon
{
	float: left;
	display: block;
	list-style: none;
	margin: 0 0 0 10px;
}

#top_bar .account .icon li
{
	float: left;
	display: block;
	margin-right: 5px;
}

#menu_wrapper
{
	width: 100%;
	height: 60px;
	background: transparent url('../images/bg_menu.png') repeat-x;
	border-bottom: 1px solid #fff;
}

#menu_wrapper #search
{
	float: right;
	margin: 13px 30px 0 0;
	width: 252px;
	height: 30px;
	background: transparent url('../images/bg_search.png') repeat-x;
}

#menu_wrapper #search input
{
	margin: 3px 0 0 40px;
}

.nav
{
	float: left;
	display: block;
	list-style: none;
	margin: 0 0 0 10px;
}

.nav li
{
	display: block;
	float: left;
	margin: 0 20px 0 20px;
}

.nav li a
{
	color: #999;
	display: block;
	width: 100%;
	padding: 20px 0 20px 0;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}

.nav li a.active, .nav li a:active, .nav li a:hover, .nav li a.selected
{
	background: transparent url('../images/bg_menu_selected.png') no-repeat center 80%;
	color: #fff;
}

.popup
{
	width: 158px;
	display: none;
	position: absolute;
	z-index:10;
}

.popup .top
{
	width: 158px;
	height: 32px;
	background: transparent url('../images/bg_popup_top.png') no-repeat center center;
}

.popup .content
{
	width: 158px;
	min-height: 60px;
	height: auto;
	background: transparent url('../images/bg_popup_content.png') repeat-y center center;
}

.popup .footer
{
	width: 158px;
	height: 20px;
	background: transparent url('../images/bg_popup_footer.png') no-repeat center center;
}

.submenu
{
	display: block;
	list-style: none;
	padding-top: 3px;
	margin: 0;
}

.submenu li
{
	display: block;
	width: 100%;
	margin: 0;
}

.submenu li a
{
	padding: 0;
	display: block;
	width: 130px;
	padding: 5px 0 5px 20px;
	margin: 0 0 0 3px;
	text-align: left;
	text-transform: capitalize;
	color: #999;
}

.submenu li a:hover, .submenu li a:active
{
	background: transparent url('../images/bg_submenu_selected.png') repeat-x;
	color: #fff;
}

.shortcut
{
	width: 85px;
	position: fixed;
	left: 0px;
	top: 120px;
}

.shortcut .top
{
	width: 85px;
	height: 19px;
	background: transparent url('../images/bg_shortcut_top.png') no-repeat center center;
}

.shortcut .content
{
	width: 85px;
	min-height: 60px;
	height: auto;
	background: transparent url('../images/bg_shortcut_content.png') repeat-y center center;
}

.shortcut .content h2
{
	color: #fff;
	font-size: 13px;
	margin: 0 0 15px 14px;
	font-weight: bold;
}

.shortcut .content .items
{
	list-style: none;
	display: block;
}

.shortcut .content .items li
{
	margin: 20px 0 0 20px;
}

.shortcut .content .items li a
{
	display: block;
}

.shortcut .footer
{
	width: 85px;
	height: 18px;
	background: transparent url('../images/bg_shortcut_footer.png') no-repeat center center;
}

#content_wrapper
{
	min-width: 890px;
	margin-left: 110px;
	margin-top: 5px;
}

.onecolumn
{
	border: 1px solid #ccc;
	background: #fff;
	margin-right: 30px;
	margin-top: -2px;
	height:100% !important;
	
}

.onecolumn.center
{
	margin: 0;
	margin: auto;
}

.onecolumn .header
{
	background: #f1f2f2;
	padding: 10px 20px 10px 20px;
	height: 30px;
	border-bottom: 1px solid #ccc;
}

.onecolumn .header h2
{
	font-size: 16px;
	font-weight: bold;
	margin-top: 4px;
	display: block;
	float: left;
}

.onecolumn .header .description
{
	margin: 7px 0 0 0;
	float: left;
}

.onecolumn .content
{
	margin: 20px;
	/*padding-bottom: 30px;*/
	height:100% !important;
}

.onecolumn .content.nomargin
{
	margin: 0;
}

.twocolumn_wrapper
{
	float: left;
	width: 47%;
}

.twocolumn_wrapper.right
{
	float: right;
	margin-right: 30px;
}

.twocolumn
{
	border: 1px solid #ccc;
	background: #fff;
	margin-top: -2px;
	width: 100%;
}

.twocolumn .header
{
	background: #f1f2f2;
	padding: 10px 20px 10px 20px;
	height: 30px;
	border-bottom: 1px solid #ccc;
}

.twocolumn .header .top_head
{
	font-size: 20px;
	font-weight: bold;
	color: black;
	margin-top: 4px 0 0 0;
	display: block;
	float: left;
}

.twocolumn .header .description
{
	margin: 7px 0 0 0;
	float: left;
}

.twocolumn .content
{
	margin: 20px;
}

.twocolumn .content.nomargin
{
	margin: 0;
}

.first_level_tab
{	
	display: block;
	list-style: none;
	float: left;
	border-right: 1px solid #ccc;
	margin-bottom: 1px;
}

.first_level_tab li
{	
	display: block;
	float: left;
}

.first_level_tab li a
{	
	display: block;
	padding: 10px 20px 10px 20px;
	background: #fff;
	font-weight: bold;
	border: 1px solid #ccc;
	border-bottom: 0;
	border-left: 1px solid #ccc;
	border-right: 0;
	position: relative;
	color: #959595;
}

.first_level_tab li a.active
{	
	display: block;
	background: #f1f2f2;
	border-bottom: 0;
	border-right: 0;
	border-left: 1px solid #ccc;
	color: #000;
	padding-bottom: 12px;
}

.first_level_tab li a:hover, .first_level_tab li a:active
{
	color: #000;
}

.second_level_tab
{
	display: block;
	list-style: none;
	float: right;
}

.second_level_tab li
{
	display: block;
	float: left;
	margin-left: 5px;
}

.second_level_tab li a
{	
	display: block;
	width: 102px;
	height: 22px;
	padding-top: 6px;
	text-align: center;
	color: #000;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	background: transparent url('../images/bg_2nd_tab.png') no-repeat center;
	margin-top: 1px;
}

.second_level_tab li a.active
{	
	display: block;
	width: 100px;
	height: 21px;
	padding-top: 5px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	background: transparent url('../images/bg_2nd_tab_active.png') no-repeat center;
	margin-top: 3px;
}

.pagination
{
	display: block;
	clear: both;
	float: left;
	margin-top: 5px;
	width: 100%;
	border-top: 1px solid #ccc;
	background: #f1f2f2;
}

.pagination a
{
	display: block;
	float: left;
	padding: 10px 20px 10px 20px;
	background: #f1f2f2;
	font-weight: bold;
	position: relative;
	color: #959595;
}

.pagination a:hover
{
	color: #000;
}

.pagination a.active
{
	display: block;
	float: left;
	padding: 10px 20px 10px 20px;
	background: #fff;
	font-weight: bold;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	position: relative;
	top: -1px;
	color: #959595;
}

.media_photos {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	margin-top: 20px;
	margin-left: 10px;
}

.media_photos li 
{
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 135px;
	height: 135px;
	text-align: center;
}

.media_photos li img
{
	border: 1px solid #ccc;
}

.media_photos li .action
{
	display: block;
	text-align: center;
	margin-top: 5px;
	visibility: hidden;
}

.media_photos li .action img
{
	border: 0;
}

.media_photos li a {
	text-align: center;
}

.alert_warning
{
	margin: auto;
	background: #FFFBCC;
	border: 1px solid #E6DB55;
	cursor: pointer;
	margin: 10px 0 10px 0;
	font-weight: bold;
	color: #69610A;
}

.alert_info
{
	margin: auto;
	background: #DBE3FF;
	border: 1px solid #A2B4EE;
	cursor: pointer;
	color: #0888C3;
	font-weight: bold;
}

.alert_success
{	
	margin: auto;
	background: #D5FFCE;
	border: 1px solid #9ADF8F;
	cursor: pointer;
	margin: 10px 0 10px 0;
	color: #508600;
	font-weight: bold;
}

.alert_error
{	
	margin: auto;
	background: #FFCECE;
	border: 1px solid #DF8F8F;
	margin: 10px 0 10px 0;
	color: #E3302C;
	font-weight: bold;
}

.alert_warning p, .alert_info p, .alert_success p, .alert_error p
{
	margin: 15px;
}

.graph_wrapper
{
	padding: 10px 0 5px 0;
}

#footer
{
	width: 100%;
	height: 25px;
	padding-top: 10px;
	background: #000000;
	border-top: 1px solid #fff;
	margin-top: 30px;
	text-align: center;
	color: #fff;
	font-size: 11px;
}

/*************
 * Modal windows
 ************/

	#modal-window{
		background: #FFF;
		border: 5px solid #cac3c3;
		display: none;
		position: fixed;
		padding: 5px;
		left: 50%;
		top: 10%;
		margin-left: -310px; /*half the width */
		width: 620px;
		z-index: 999;
	}
		* html #modal-window {
		     position: absolute;
		     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
		}
		.jqmOverlay { background-color: #000; }
		#modal-window a.jqmClose{
			background: url(../images/close-modal.png) no-repeat;
			display: block;
			float: right;
			height: 31px;
			text-indent: -9999px;
			width: 31px;
		}
		
		#modal_content_wrapper
		{
			min-width: 500px;
			margin-left: 5px;
			margin-top: 5px;
		}
		
		.modal_onecolumn
		{
			border: 1px solid #ccc;
			background: #fff;
			margin-right: 5px;
			margin-top: -2px;
		}
		.modal_onecolumn.center
		{
			margin: 0;
			margin: auto;
		}

		.modal_onecolumn .header
		{
			background: #f1f2f2;
			padding: 10px 20px 10px 20px;
			height: 30px;
			border-bottom: 1px solid #ccc;
		}

		.modal_onecolumn .header h2
		{
			font-size: 16px;
			font-weight: bold;
			margin-top: 4px;
			display: block;
			float: left;
		}

		.modal_onecolumn .header .description
		{
			margin: 7px 0 0 0;
			float: left;
		}

		.modal_onecolumn .content
		{
			margin: 5px;
		}

		.modal_onecolumn .content.nomargin
		{
			margin: 0;
		}
		
	/* Coops Styles */

.commentBox {
  width: 100%;
  border: 1px solid gray;
  padding: 7px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  background-color: #f0f0f0;
  font-size: 12px;
  /*float: left;*/
}
.commentBox td{
	padding: 0px 0px 5px 0px;
	font-style: italic;
}
.commentBox span{
	font-size: 10px;

}

/*.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}*/

#errorExplanation {
  width: 98%;
  border: 1px solid #c00;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 10px 0px 5px 5px;
}

#errorExplanation ul {
  margin: 0px 0px 0px 17px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

table.global_custom tr
{
	background: #ffffff;
}

table.global_custom tr td, table.global_custom tr th
{

}

table.global_custom tr th
{
	font-weight: bold;
	background: #ebebeb;
	text-align: left;
}

table.global_custom tr th, table.global_custom tr td
{
	border: 1px solid #999999;
	background: #ebebeb;
	padding: 10px 5px 10px 5px;
}

.vote-bg {
 background-image:url('../images/vote-bg.png');
 background-position:bottom;
 width:78px;
 height:33px;
 }

 .vote-bg p {
 font-family:Arial, Helvetica, sans-serif;
 font-size:11px;
 color:#000000;
 text-align:center;
 padding: 3px 0px 0px 0px;
 }

/** Support Module Styles Here **/

.support_view_table {
	border: 0px solid black;
	margin: 10px;
	width: 98%;
}

.support_view_table tr {
	background-color: #ebebeb;
}
.support_view_table td {
	padding: 5px 0px 5px 3px;
}

.svt {
	position: relative;
	float: center;
	width: 110px;
	font-weight: bold;
}

.onecolumn .header_reply
{
	background: #f1f2f2;
	vertical-align: middle;
	padding: 8px 20px 8px 20px;
	height: 20px;
	border-bottom: 1px solid #ccc;
}

.onecolumn .header_reply_alt
{
	background: #dadada;
	vertical-align: middle;
	padding: 8px 20px 8px 20px;
	height: 20px;
	border-bottom: 1px solid #ccc;
}

.onecolumn .header_reply h2
{
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
	margin-top: 0px;
	display: block;
	float: left;
}

/** Time Picker Styles **/
/* css for timepicker */
#ui-timepicker-div dl{ position: relative; z-index:999; text-align: left; }
#ui-timepicker-div dl dt{ height: 25px; }
#ui-timepicker-div dl dd{ margin: -25px 0 10px 65px; }
