body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, em {
	font-size: 10pt;
	font-weight: normal;
	margin: 0;
	padding: 0;
	outline: 0;
}

body {
	background: #FFF url('../images/body-bg2.png') repeat-x top;
	color: #3C3C3C;
	font: 10pt Arial, "Trebuchet MS", Tahoma, Verdana, sans-serif;
	margin: 0 auto;
}

/* HEADER */
div#header {
	background: transparent url('../images/header-bg2.png') no-repeat top left;
	color: #FFF;
	height: 109px;
	width: 100%;
}
	.header_link{
		position: absolute;
		left: 8px; top: 3px;
		width: 260px; height: 98px;
	}
	
	div#header p {
		line-height: 72px;
		text-align: right;
		width: 100%;
	}
	div#header a.logout {
        background: #000;
		border: 2px solid #411;
		color: #FFF;
		font-weight: 600;
		line-height: 35px;
		margin: 0 20px 0 10px;
		padding: 5px 15px;
		text-decoration: none;
		-moz-border-radius: 4px;
	}
	div#header em {
		font-weight: 600;
	}


/* SUBHEADER (user info display) styles */
div#subheader {
	color: #CCC;
	font-size: 9pt;
	line-height: 26px;
	text-align: center;
	width: 100%;
}

	div#subheader span {
		margin-right: 10px;
	}
	div#subheader span a {
		background: url('../images/down-arrow.gif') no-repeat top right;
		border-bottom: 1px solid #CCC;
		color: #CCC;
		padding-right: 15px;
		text-decoration: none;
	}
	div#subheader span a:hover {
		border-color: #FFF;
		color: #FFF;
	}
	div#subheader span.user-settings /* user choices */ {
	}



/* CONTENT DIV -- holder lang */
div#content {
	clear: both;
	margin: 0 auto;
	padding-top: 1%;
	width: 99%;
	padding-bottom: 100px;
}


/* LEFT COLUMN */
div#leftcolumn {
	float: left;
	width: 18%;
	padding-bottom: 100px;
}
	#leftcolumn div.module-div {
		margin: 0 1%;
	}
	#leftcolumn div.module-div h1{
		border-bottom: 1px solid #444;
		color: #391009;
		font-size: 100%;
		margin: 5px 0 0;
		padding: 5px 0;
	}
	#leftcolumn div.module-div a {
		background: #FFF;
		border-bottom: 1px solid #CCC;
		color: #444;
		display: block;
		padding: 7px 15px;
		text-decoration: none;
	}
	#leftcolumn div.module-div a:hover, #leftcolumn div.module-div a:focus, #leftcolumn div.module-div a.focused {
		background: #391009;
		color: #FFF;
	}
	#leftcolumn div.module-div a.current, #leftcolumn div.module-div a.current:hover {
		background: #391009 url('../images/current-module.gif') no-repeat 15px 9px;
		color: #FFF;
		padding-left: 30px;
	}
	#leftcolumn div.module-search {
		/*width:85%;
		margin-top: 10px;*/
		padding: 4px 10px 4px 10px;
		background: url('../images/module-search2.gif') no-repeat right;
		border: 3px solid #391009;
		border-radius: 20px;
	}
	#leftcolumn div.module-search input#module-search-input {
		outline: 0;
		width: 83%;
		border: none;
	}


/* LAYOUT FOR PUBLIC PAGE */
div#leftcolumnpublic {
	float: left;
	width: 70%;
}
	#leftcolumnpublic div.module-div {
		margin: 0 1%;
	}
	#leftcolumnpublic div.module-div h1{
		border-bottom: 1px solid #444;
		color: #391009;
		font-size: 100%;
		margin: 15px 0 0;
		padding: 5px 0;
	}
	#leftcolumnpublic h1 {
		color: #695949;
		border-bottom: 1px solid #282828;
	}

	#leftcolumnpublic h2 {
		/*border-bottom: 1px solid #282828;*/
		/*color: #282828;*/
		color: #391009;
		font-size: 12pt;
		font-weight: bold;
		margin: 10px 0;
	}
	#leftcolumnpublic div.module-div a {
		background: #FFF;
		border-bottom: 1px solid #CCC;
		color: #444;
		display: block;
		padding: 7px 15px;
		text-decoration: none;
	}
	#leftcolumnpublic div.module-div a:hover {
		background: #391009;
		color: #FFF;
	}
	#leftcolumnpublic div.module-div a.current, #leftcolumn div.module-div a.current:hover {
		background: #391009 url('../images/current-module.gif') no-repeat 15px 9px;
		color: #FFF;
		padding-left: 30px;
	}



/* RIGHT COLUMN */
div#rightcolumn {
	float: left;
	line-height: 1.5;
	margin-left: 2%;
	width: 78%;
}
	h1 {
		color: #000;
		font-size: 18pt;
		font-weight: 600;
		line-height: 1;
		margin: 15px 0 10px;
	}

	#rightcolumn div.user-status-div {

	}

	/* HEADINGS */
	#rightcolumn h2 {
		border-bottom: 1px solid #282828;
		color: #282828;
		font-size: 14pt;
		margin: 10px 0;
	}
	#rightcolumn h3 {
		color: #3C3C3C;
		font-size: 11pt;
		font-weight: 600;
		margin: 7px 0 5px;
	}


	/* NORMAL ELEMENTS */
	#rightcolumn p {
		margin: 5px 0 3px;
	}

	/* LISTS */
	ol, ul {
		margin: 5px 0;
	}
	li {
		margin-left: 2.0em;
	}
	li ol, li ul {
		margin: 0;
	}

	/* SORTING LINKS */
	a.a_sort {
		background: #E6E6E6;
		color: #555;
		margin: 0 7px 0 0;
		padding: 4px 7px 3px;
	}
	a.current-sort {
		background: #444;
		border: 2px solid #444;
		color: #FFF;
		font-weight: bold;
		text-decoration: none;
	}
	a.tab_2 {
		background: #E6E6E6;
		color: #666;
		margin: 0 7px 0 0;
		padding: 4px 7px 3px;
		text-decoration: none;
		position:Relative;
		top: 1px;
	}
	a.tab {
		background: #E6E6E6;
		color: #666;
		margin: 0 7px 0 0;
		padding: 4px 7px 3px;
		text-decoration: none;
		position:Relative;
		top: 1px;
	}
	a.tab:hover {
		background: #CCC;
		color: #000;
	}
	a.current-tab, a.current-tab:hover {
		background: #444;
		border: 2px solid #444;
		color: #FFF;
		font-weight: bold;
		text-decoration: none;
		position:Relative;
		top: 1px;
	}
	a.tab_error {
		background: #ad2525;
		border: none;
		color: #FFF;
		font-weight: bold;
		font-style:normal;
		text-decoration: none;
	}
	a.current-tab_error {
		background: #ad1212;
		border: none;
		color: #FFF;
		font-weight: bold;
		font-style:normal;
		text-decoration: none;
	}
/* FOOTER */

div#footer{
	clear: both;
	display: none;
	position: fixed;
	height: auto;
	padding-bottom: 30px;
	width: 100%;
		background-color: #7b0305;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-linear-gradient(top, rgb(226, 50, 50), rgb(66, 0, 1));

	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, rgb(226, 50, 50), rgb(66, 0, 1));

	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, rgb(226, 50, 50), rgb(66, 0, 1));

	/* IE 10 */
	background: -ms-linear-gradient(top, rgb(226, 50, 50), rgb(66, 0, 1));

	/* Opera 11.10+ */
	background: -o-linear-gradient(top, rgb(226, 50, 50), rgb(66, 0, 1));
	color: #FFF;
	bottom: 0px;
}

.footermin{
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	text-align: center;
	padding-bottom: 3px;
	padding-top: 3px;
	height: 16px;
	
	float: left;
	color: #FFF;
	cursor: pointer;
	
	text-decoration: underline;
	
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	
	position: fixed;
	bottom: 0px;
	z-index: 1;
	
	opacity: 0.75;
}

.footermin:hover {opacity: 1}

.footerlink{
	background-color: rgb(68, 0, 1);
}

.a_footerlink{
	position: absolute;
	top: 2px;
	left: 0px;
	width: 100%;
	height: 100%;
	color: white;
}

.footer_expander{
	background-color: rgb(68, 0, 1);
	
	display: block;
	bottom: 0;
	right: 0;
	
	width: 7%;
}

.footer_quicklinks{
	background-color: rgb(68, 0, 1);
	
	display: block;
	bottom: 0;
	
	width: 10%;
	text-decoration: none;
	cursor: default;
	
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
}

#footer{
	z-index: 2;
}

#footer_linktotop{
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	
	background: #7b0305;
	color: #FFF;
	position: absolute;
	right: 0px;
	width: 7%;
	top: -20px;
	text-align: center;
	
	padding-bottom: 3px;
	padding-top: 3px;
	
	cursor: pointer;
	
	/*width: 100%;
	padding: 5px 0 5px 0;
	background: rgba(30,30,30,0.5);*/
}

.footer_division{
	background: rgba(20,20,20,0.5);
	position: relative;
	top: 5%;
	width: 15%;
	margin-left: 20px;
	
	float: left;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.footer_division:hover {
	background: #4F1009;
}

.footer_division_header{
	-moz-border-radius: 0 5px 0 5px;
	border-radius: 5px 5px 0 0;
	
	color: #999;
	font-weight: bold;
	top: 0px;
	background: rgba(10,10,10,0.5);
}

.footer_division_item{
	padding: 5px;
	border-bottom: 1px solid rgba(200,200,200,0.2);
	width: 80%;
	
}
.footer_division_item:hover {
	background: #391009;
}

.footer_division_item a{
	color: #FFF;
}

.fdt_last{
	border-bottom: none;
}


/* FORMS */
div.partheader {
	font-weight: bold;
	color: #3b3b3b;
	/*background: #000;*/
	padding:4px 4px 0px 4px;
	margin-bottom: 15px;
	border: 1px solid #efefef;
	overflow: hidden;
	width: 100%;
}
div.question {
	background:#FCFCF0;
	color: #000;
	border-top: 1px solid #E3E3E3;
	padding: 4px 4px 4px 0px;
	overflow: hidden;
	width: 100%;
}
th.th_question {
	width: 70%;
}
tr.tr_subquestion  td{
	background:#FCFCF0;
	color: #000;
	padding: 3px 3px 0px 18px;
	overflow: hidden;
	width: 100%;
	text-indent: 30px;
}
tr.tr_subquestion  td textarea{
	position:relative;
	left: 5%;
}
table.form{
	background: #FCFCF0;
	border-collapse: collapse;
	border: 3px solid #444;
}
	table.form tr td{
		border: 0;
		border-bottom: 1px solid #EEDECE;
		padding: 5px 7px;
	}
	.tr_submit {
		background: #EFECE0;
	}
	.td_rank{
		font-weight:bold;
		font-size:1.2em;
	}
	table.form td.td_label {
		width: 150px;
	}

	.form input, .form select, .form textarea {
		padding: 2px;
		margin: 2px inherit;
	}

.onn{
	height: 70px;
	width: 42px;
	color: white;
	text-align: center;
	background: #1c9c6a;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 12px;
	cursor: pointer;
	margin-right: 0px;
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.onn:hover{
	background: #3cdb9d;
}

.offf{
	height: 70px;
	width: 42px;
	color: white;
	text-align: center;
	background: #97512b;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 12px;
	cursor: pointer;
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.offf:hover{
	background: #d4723c;
}
	
.ah_icon{
	background: #813434;
}

.ssp_icon{
	background: #344f81;
}

.mst_icon{
	background: #348146;
}

.eng_icon{
	background: #817934;
}

.ph_icon{
	background: #815634;
}

.ge_icon{
	color: white;
	padding: 2px;
	font-size: 11px;
	display: inline-block;
	margin: 1px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.pe_icon{
	background: #5e3481;
}

/* TABLES */
table {
	border-collapse: collapse;
	border: 3px solid #444;
	color: #000;
	margin-bottom: 10px;
	padding: 3px 3px;
	width: 100%;
	}
	table.invisible{
		border-collapse: collapse;
		border: 0px #FFF;
		color: #000;
		margin-bottom: 10px;
		padding: 3px 3px;
		width: 100%;
	}
	table.invisible tr td, table tr th {
		border: 1px solid #FFFFFF;
		line-height: 0.80;
		padding: 5px 3px;
		vertical-align: center;
	}
	table tr td, table tr th {
		border: 1px solid #E0E0E0;
		line-height: 1.25;
		padding: 5px 3px;
		vertical-align: center;
	}
	th {
		background: #695949;
		color: #FFF;
		text-align: center;
	}
	.tr_odd { /*the lighter color... in general*/
		background: #FCFCEC;
	}
	.tr_even {
		background: #EFECE0;
	}
	.tr_highlight {
		background: #CFCCE0;
	}
	.tr_conflict {
		background: #FFECEC;
	}
	.row-heading td {
		padding: 5px;
	}
	.column-name th {
		background: #404049;
		color: #FFF;
		font-size: 11pt;
		font-weight: bold;
	}
	a.action-link {
		color: #00F;
		display: block;
		margin: 3px 0;
	}
	a.action-link:hover {
		text-decoration: none;
	}

/* OTHERS */

	/* ALIGNMENT CLASSES */
	.align-center {
		margin: inherit auto;
		text-align: center;
	}
	.align-left {
		text-align: left;
	}
	.align-right {
		text-align: right;
	}
	.float-left {
		float: left;
	}
	.float-right {
		float: right;
	}

	/* IMG FORMATS */
	img {
		vertical-align: middle;
	}

	/* EFFECTS */
	.translucent{
		opacity:0.4;
	}

	.darken {
		width: 100%;
		height: 100%;
		background: #000 url(none) repeat;
		display:none;
		position:absolute;
		top: 0px;
		left: 0px;
		z-index: 50;
		opacity: .7;
	}

	table#addquestion_form, table#table_newset   {
		border-bottom: 1px solid #afafaf;
		border-top: none;
		border-right: none;
		border-left: none;
		padding-bottom: 7px;
	}

	 table#addquestion_form tr td, table#table_newset tr td {
	 	border: none;
	 }

	.sub_choice {
		position:relative; top:-6px; left: 3px;
	}
	table.clickable {
		border:none;
	}
	table.clickable td{
		background: #FFFFFF;
		border-collapse: collapse;
		border-top: 1px solid #444;
		border-bottom: 1px solid #444;
		border-left:none;
		border-right:none;
		cursor: pointer;
	}

	table.jaye{
		border-collapse: collapse;
		border: 3px solid #444;
		width: 21%;
	}

	table.jaye tr, table.jaye td{
		border: none;

	}

	 table.graph_table td{
		border: none;

	}

	.td_radio input {
		text-align: center;
	}

	.td_choicesvertical input {
		margin-left: 5%;
	}

	ul.tabs {
	margin: 0;
	padding: 0;
}
ul.tabs li {
	background: #FFF;
	/*&color: #000000;*/
	border: 1px solid #444;
	border-bottom-color: #444;
	display: inline;
	margin-left: 10px;
	padding: 5px 10px 1px;
}
ul.tabs li.active {
	background: #695949;
	color: #FFFFFF;
	border: 1px solid #999;
	border-bottom: 0;
	font-weight: bold;
	padding: 5px 10px 2px;
}
ul.tabs a.active {
	text-decoration: none;
	color: #FFF;
}
ul.tabs a.inactive {
	text-decoration: none;
	color: #000;
}

/*For the clock */
.clock {
	display: block;
    font-family: monospace;
    font-size: 1em;
    border: none;
    margin-top: -1ex;
    text-align: center;
    white-space:nowrap;
}
.clockdate {
    margin-right: 1em;
}
.clock a {
	color: #444;
    text-decoration: none !important;
}

/* Announcements styles */
.roletags   {
    background: #FFFFCC;
    padding: 1px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 2px;
    box-shadow: 1px 1px #CCCCCC;
}
.announcement-date	{
	position: relative;
	top: -7px;
}
.announcement-body	{
	position: relative;
	top: -5px;
}


#frm_setanswer tr:hover,
#frm_setanswer tr.tr_error:hover {
	background: #EEEED0;
}

.preen_download_link{
	margin: auto;
	width: 200px;
	padding: 5px;
	text-align: center;
	height: 20px;
	background-color: #695949;
	color: white;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}

#a_preen_download_link{
	color: white;
}