/* Add the Zero Point Styling Here --- This zeros out all the styles so that you have less difficulty
   with various browsers... Won't fix all of them though. */ 

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	border-color: none;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* End of Zero Style */ 

/* now for some base information */ 

body, a, textarea, table, td, tr, input, select {
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 12px;
	padding: 0px;
	vertical-align: middle;

}

/*#title {
	height: 50px;
	position: absolute;
	right: 0;
	top: 0;
	background-color:  #ffffff ;/*#a6c1e2*/
	/*background-image: url('../images/skins/default/header.png');*/
/*	background-position: top right;
}

#title {
	font-weight: bold;
}
*/	
#logo a img {
	height: 50px;
	/*width: 260px;*/
	margin: 5px 20px;
	background-color: white;
	/*background-image: url('../images/skins/default/MyHypertrack Logo-blue-screen.png');*/
	background-repeat: no-repeat;
}

#logged_in_as {
	position: absolute;
	right:0;
	bottom: 0 ;
	margin: 0 8px 5px 0;	
	color: #333;
}

#default_navigation {
	position: absolute;
	right: 0;
	top: 0;
	margin: 10px 8px 0px 0px;
	color: #333;
}

#default_navigation a {
	color: #333;
	text-decoration: none;
}



div.page_header {
	clear: both;
	color: white;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	padding: 3px;
	margin: 0px 0px 3px 0px;
}
/* Link Colors */
a, .list td a, #account_settings td a, #account_info li a, #content a{
	color:#0033FF;
}

.list td, #account_settings td  {
	color:#000000;
}
.small { font-size: 0.8em;}

/*.button {
	width: 70px;
	padding: 2px 2px 2px 2px;
	color: black;
	background-color: #74ce7b;
	font-size: .9em;
	text-decoration: none;
	text-align: center;
}

.button:hover {
	color: #070707;
	background-color:#FFDBAB;
}*/

table.center {
	margin: 0 auto 0 auto;
}
td.center {
	text-align: center;
}

.hint {
  position: absolute;
  margin-left: 20px;
  width: 200px;
  margin-top: -4px;
  border: 1px solid #c93;
  padding: 10px 12px;
  background-color: #ffc;
  text-align: left;
}

/* Error Codes */
.error_type_1{
	padding: 2px;
	margin: 0px 0px 0px 0px;
	background-color: red;
	color: white;
	text-align: center;
}

.error_type_2 {
	padding: 2px;
	margin: 0px 0px 0px 0px;
	background-color: green;
	color: white;
	text-align: center;
}

.error_type_3 {
	padding: 2px;
	margin: 0px 0px 0px 0px;
	background-color: yellow;
	color: black;
	text-align: center;
}

/* Check to understand box */
.completeBox {
	margin:0 auto !important;
	width:700px;
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border: 1px solid #800000
	}


.info, .success, .warning, .error, .validation {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}

.info {
color: #00529B;
background-color: #BDE5F8;
background-image: url('/images/information_32.png');
}

.success {
color: black /*#4F8A10*/;
background-color: #DFF2BF;
background-image:url('/images/checkmark_32.png');
}

.warning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('/images/warning_32.png');
}

.error {
color: #D8000C;
background-color: #FFBABA;
background-image: url('/images/error_32.png');
}

.special_header {
	background-color: red;
	color: black;
}
.special_header a {
	padding: 5px;
}

td.available {
	content:"YES";
	margin: 2px 0px;
	padding: 2px;
	background-image: none;
	border: none;
}

td.not_available {
	content:"NO";
	color: #D8000C;
	background-color: #FFBABA;
	margin: 2px 0px;
	padding: 2px;
	background-image: none;
	border: none;
}

.warnIcon {
	background-image:url('/images/skins/default/newIcons/warning_16.png');
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;	
}

#boxTop {
	position: absolute;
	left:10px;
	top: 7px;
}


.entry_error {
color: #D8000C;
background-color: #FFBABA;
}

/* Indicator -- Computer is busy doing something. */
#indicator 
{	
	width: 100px;
	height: 100px;
	background-image: url("/images/spinning-wait-icons/wait20trans.gif");
}


/* Color definitions */ 
/*.red { color: #FF0000;}*/

/* Weight definitions */ 
.bold { font-weight: bold;}

/* Interim Adjustment Styles */

.text_center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.header {
	background-color: black; 
	color: white;
	padding: 2px;
}

th.header {
	border-right: 1px solid white;
}

#footer {
	margin: 150px auto 0px;
	text-align: center;
	color: white;
	padding: 10px;
}

.header th, .package_header th {
	font-size: 1.0em;
	padding: 3px;
}

.package_header {
	background-color: #9c9c9c; 
	color: white;
}
td.style {
	width: 30px;
}

table.quick_search {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin: 0px auto 3px auto;
	/*background-image: url(/images/skins/default/search_bar.png);*/
	background-repeat: no-repeat;
	height: 40px;
	width:800px;
}

table.quick_search tr td {
	padding: 12px 5px 5px 5px;
	text-align: center;
	vertical-align: middle;
}



div.add_new {
	width: 85px;
	margin: 10px auto 10px auto;
}

div.auto_complete {
  width: 350px;
  background: #fff;
}

div.auto_complete ul {
  border:1px solid #888;
  margin:0px;
  padding:0px;
  width:100%;
  list-style-type:none;
}

div.auto_complete ul li {
  margin:0px;
  padding:3px;
}

div.auto_complete ul li.selected { 
  background-color: #ffb; 
}

div.auto_complete ul strong.highlight { 
  color: #800; 
  margin:0px;
  padding:0px;
}

.package td {
	border-top: 1px solid gray;
}
.mode1, .even {
	background-color: #DDD;
}

.mode0, .odd {
	background-color: #fff;
}

.list {
	padding: 3px;
	text-align: center;
}

table.list {
	margin-right: auto;
	margin-left: auto;
	width: 700px;
}

.list .breakPoint td {
	border-top: 10px solid #ccc;
}

div.list table tr td,
table.list tr td, 
div.list table tr th {
	padding: 2px 5px;
	border-right: 1px solid #aaa;
}

th {
	text-align: center;
}

td { 
	/*vertical-align: top;*/
	text-align: left;
	padding: 2px 10px 2px 10px;
}

.icon {
	width: 30px;
	padding: 0 auto;	
	text-align: center;
}

.icon input {
	margin: 0 auto;
}

.delete {
	width: 30px;
}





/* AJAX Flash Region Definitions */

#ajax_flash_region {
	border: 4px solid #C05C00;
	width: 250px;
	height: auto;
	background-color: #FCCE4A;
}

#ajax_flash_message {
	padding: 5px;
}

#ajax_flash_button {
	padding:5px;
	width: auto;
	text-align: right;
}

/* Basket Definition */ 
/*table.bucket{ 
	width: 100%;
}*/

td.bucket {
	vertical-align: top;
	text-align: center;
	width: 380px;
	height: 250px;
	border-bottom: 3px solid gray;
	border-right: 4px solid gray;
}

table.bucket_list{

}
div.bucket {
	height: 250px;
	overflow: scroll;
}

table.bucket tr.title td, h2.bucket {
	padding: 2px;
}

table.bucket tr.title td span, h2.bucket, tr.title td span {
	margin-right: 0px;
	color: black;
	font-weight: bold;
	font-size: 1.2em;
}

div.bucket_sub_title {
	padding: 2px;
	font-weight:bold;
	font-size: 1.1em;
}
input.bucket_search {
	width: 300px;
}

/* Editing styles */ 
table.edit {

}

table.edit tr td {
	vertical-align: middle;
}

input.text, textarea, select.select { 
	width: 250px;
}

textarea {
	height: 75px;
}
/* Input definition overrides */ 
input.checkbox, input.radiobutton {
	width: 15px;
	height: 15px;
}

/* Form Field definition */
.label {
	font-size: 15px;
	font-weight: bold;
}

td.label{
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
}

td.label_left{
	font-weight: bold;
}
td.answer {
	text-align: left;
} 

td.answer input{
/*	width: 220px;*/
}
td.answer input.checkbox{
	width: 20px;
}

td.required {
	font-weight: bold;
}

/* Date Selection */ 

select.day 
{
	width: 50px;
}

select.year
{
	width: 80px;
	margin-right: 10px;
}

select.month
{
	width: 120px;
}



table.report tr td {
	vertical-align: middle;
}


h3.training {
	padding: 3px;
	background-color: black;
	color: white;
	text-align: center;
}

h3.title {
	background-color: #a6c1e2;
}
div.available_training table{
	width: 100%;
}

.horizontal_graph_bar {
	background: transparent url(/images/skins/default/graph_horiz_bar.png) repeat-x;
}

.nowrap { white-space: nowrap;}




div.filter, div.filter > select.select{
	width: 250px;
}

div.auto_assign, select.auto_assign { 
	width: 200px;
}

ul.filter_region li {
	float:left;
}
/* Basic alignment classes */
.middle_align, table.edit tr td.middle_align {
	vertical-align: middle;
}
.bottom_align,table.edit tr td.bottom_align {
	vertical-align: bottom;
}
.top_align,table.edit tr td.top_align , td.top_align {
	vertical-align: top;
}



/* Survey css */
.question_info{ width: 40px;}
/*.question {
	width: 300px;
} */

.list table {
	border-bottom: none;
}

table.sf_answers tr th {
	font-size: 0.9em;
	background-color: #e0e0e0;
	color: black;
	padding: -5px;
	height: auto;
	
}

table.sf_questions tr td.question, table.sf_questions tr th.question {
	width: 650px;
}

td.sf_answers {
	background-color: #e0e0e0;
	color: black;
	padding: -5px;
	height: auto;
	border: 1px solid black;	
}

.bold {
	font-weight: bold;
}

td.display_question {
	background-color: black;
	color: white;
	font-weight: bold;
	padding: 3px;
	width: 600px;
	
}

td.select_image {
	height: 30px;
}

textarea.sf_survey_display { width: 580px;}

div.activity {
	width: 100%;
	border: 1px solid black;
	background: #cccccc;
}

div.activity table {
	width: 100%;
}

div.list table.activity {
	border: 3px solid black;
	margin: 5px;
}

td.activity {
	padding-bottom: 10px;
}

div.list table.activity tr td {
	padding: 6px 10px;
	
}

div.list table.activity tr th {
	background-color: #886d3c;
	color: white;
	white-space: nowrap
	
}

.please_click { width: 600px; margin: 50px;}


/* REPORT ITEMS */
table.report_output tr th { 
	padding: 0.2em;}
	
input.hasDatepicker { width: 100px;}

/* users */ 
.list {
	text-align: center;
}

div.list {
	margin-left: auto;
	margin-right: auto;
	height: auto;
}

div.list table {
	margin-left: auto;
	margin-right:auto;
	width: 100%;
	text-align: left;
	list-style-type: none;
}

div.list table tr td label{
	width: 150px;
	height: 20px;
	padding: 3px 3px 0px 3px;
	text-decoration: none;
}

div.list table tr td label a {
	text-decoration: none;
}

div.search input#user {
	width: 150px;
}

.enabled0, .enabledD {
	color: red;
}

div#statistics {
	height: 100px;
	width: 100%;
	overflow:scroll;
}
div.activity table.statistics {
	width: 200px;
	float: left;
}


/* Useractivity Information */
table.report { width: 700px;}
td.col3 {
	width: 33%;
	vertical-align: top;
}

tr.user, tr.course {
	background-color: black;
}

td.user, td.course {
	padding: 6px;
	color: white;
	font-weight: bold;
}

table.report_output {
	width: 100%;
	background-color: white;
}

table.report_output tr { border-bottom: 1px solid #ccc;}
table.report_output tr td{ vertical-align: top; white-space: nowrap; border-right: 1px solid #aaa; padding-left: 4px; padding-right: 4px;}
table.report_output tr.top td { }
table.report_output tr.bottom td { border-bottom: 1px solid #aaa }

td.align_center { 
	text-align: center;
	vertical-align: middle;
}

td.align_right {
	text-align: right;
}

table.storeroom { width: 100%;}


/* mc_tests */ 
.list table {
	border-bottom: none;
}

tr.top_open td { 
	border-top: 2px solid black;
}

tr.top_open td:first {
	border-left: 2px solid black;
}

tr.top_open td:last {
	border-right: 2px solid black;
}
tr.bottom_open {
	border-top: 2px solid black;
	border-left: 2px solid black;
	border-right: 2px solid black;
}

table.mc_questions tr td.question, table.mc_questions tr th.question {
	width: 650px;
}
#question_container {
	width: 600px;
}
div.mc_answers {
	border-left: 3px solid gray
	border-right: 3px solid gray;
	border-bottom: 3px solid gray;
}
table.mc_answers {
	margin-left: 20px;
	width: 750px;
}

td.mc_answers {
	background-color: #bbbbbb;
	color: black;
	padding: -5px;
	height: auto;
	border-left: 1px solid gray;	
	border-bottom: 1px solid gray;	
	border-right: 1px solid gray;	

}

tr.question td {
	background-color: #deb887;
}
table.mc_answers tr th {
	font-size: 0.9em;
	background-color: white;
	color: black; 
	font-weight:bold;
	padding: -5px;
	height: auto;
}


td.display_question {
	background-color: black;
	color: white;
	font-weight: bold;
	padding: 3px;
	
}

table.edit tr td.label {
	font-size: 15px;
	font-weight: bold;
}

.correct_prompt {
	width: 150px; 
	height: 20px; 
	display:none; 
	position:absolute; 
	right: -230px; 
	top: -5px;
	padding: 10px 4px 10px 50px ; 
	font-size: 12px
};

.bold {
	font-weight: bold;
}

.delete {
	width: 30px;
}


table.score tr.Question {
	background-color: yellow;
}


table.score tr.answer {
	color: black;
}

table.score tr.question td{
	background-color: gray;
	color: white;
	padding: 5px;
}

.mc_answer {
	padding: 5px 5px 5px 20px;
}

.correct {
	background-image:url(/m_cmultiple/images/correct.gif);
	background-repeat:tno-repeat;
	background-position:center left;
	margin-left:10px;
}

table.score tr.answer td{
	padding-left: 30px;
	color: black;
}

.incorrect {
	background-image:url(/images/skins/default/newIcons/close_16.png);
	background-repeat:no-repeat;
	background-position:center left;
	margin-left:10px;
}
/* User profile settings */
#notifications { z-index: 99999;}

/* user information screen */ 
.info_screen {
	width: 950px;
	padding:20px;
	height: 150px;
	/*background-color: #eee;*/
/*	border: 1px solid black;*/
}

.info_container {
	margin: 10px;
	width: 270px;
	height: 60px;
}
.info_box {
	width: 270px;
	height: 250px;
	float: left;
	padding: 20px;
}

#security_seal_1 { position:absolute; bottom: 10px; right: 30px; width: 60px; height: 60px;}
#security_seal_2 { position:absolute; bottom: 10px; left: 20px; width: 90px; height: 60px;}	
h2.ui-widget-header{
	font-size: 16px;
	padding: 5px 0px;
}

h2.step {
	font-weight: bold; font-size: 20px;  color: white; padding: 3px; text-align: left;margin-top: 20px;margin-bottom: 4px; clear:both;
}

div.step{
	font-weight: bold; font-size: 20px;  color: black; padding: 3px; text-align: left;margin-top: 20px;margin-bottom: 4px; clear:both;
}
h1 {
	font-weight: bold; font-size: 24px; text-align: center;
}

div.instruction, tr.instruction th {
	background-color: #ddd;
	width: 550px;
	margin: 10px auto;
	padding: 10px;
}

div.instruction > p {
	font-size: 13px;
	width: 550px;
	margin: 0 auto;
	padding: 2px;
	text-align: left;
	color: black;
	font-weight: normal;
}

.auto_complete {
position: relative !important;
top: 1px !important;
left: 0px !important;
}


tr.instruction th {
	font-weight: 13px;
	margin: 0 auto;
	padding: 3px;
	text-align: left;
	color: black;
	font-weight:bold;
}

#subscription_plan tr td {text-align: right;}

strong { font-weight: bold;}
.dollars { text-align: right;}
.scPDiv2 ul li {float: left; }
.scPDiv2 ul li.information { width: 40px;}
.scPDiv2 ul li.product { width: 240px;}
.scPDiv2 ul li.price { width: 100px	;}


.course_grabber { width: 200px; height:83px; background: url('/images/skins/default/MyHYPERTrack Buy courses grabber.png'); background-position: left bottom ; padding:10px; margin: 10px; background-repeat:none;}
.course_grabber a { margin: -1000px;}
.course_grabber:hover { background-position:  0px -120px;}
.mousedown  {background-position: 0px -240px;}

table.order_summary tr th { font-weight: bold; font-height: 15px; }
table.order_summary { width: 90%; margin: 20px;}
table.order_summary tr td { border-bottom: 1px solid gray;}
table.order_summary tr td { }

tr.billing_user td { background-color: #ddd; color: black}
tr.billing_info td { background-color: white; border-bottom: 2px solid black;}

table.stat_info { width: 50%}
table.stat_info tr td {border-bottom: none; text-align: center}
table.stat_info tr th {border-bottom: none; text-align: center; background-color: #aaa; color: white;}

td.text { padding: 4px 2px 4px 2px;}

input.button { padding: 2px;}

.settings h2 {
	font-size: 15px;
	color: white;
	background-color: black;
	padding: 2px;
	margin-top: 10px;
}

.headerSortUp {
	background-image: url(/images/asc.gif);
}
.headerSortDown {
	background-image: url(/images/desc.gif);
}
table#audit_logs_items thead tr .headerSortDown, table.activity thead tr .headerSortUp {
}

.settings {margin-top: 40px;}
.settings table td:first { width: 125px;}
.settings table td:last { width: 350px;}
.settings table tr:nth-child(odd), .list table { background-color: #fff;}
.settings table tr:nth-child(even) { background-color: #ccc;}


.pretty_li, .pretty_ul li { float:left; padding: 4px;}
.pretty_ul { margin: 2px;}

div h3 {margin:5px 5px 5px 70px;}

div h2 {margin: 10px auto; padding: 10px; font-size: 15px;}

.show_item{ overflow: scroll }