/*html, body {height:100%}*/

body {
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
    color: #000000;
}

img {
  border: none;
}

a.d0 {
		font-weight: normal;
}

a.d1 {
		margin-left: 10px;
}

div { 
    margin: 0px;
    padding: 0px;
}

#leftColumn {
	/*display:table-cell;*/
	vertical-align:top;
	background-color:#FAF2F0;
	border-right: 1px solid #b0b0b0;
	height: 400px;
}

div#subMenu ul {
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px;
}

div#subMenu ul li {
	list-style: none;
	display: block;
	border-bottom: 1px solid #000;
	width: 100%;
	min-height: 20px;
	background-color:#FAF2F0;
	overflow: hidden;
}

div#subMenu ul li a {
	display: block;
	width: 140px;
	min-height: 20px;
	background-color:#FAF2F0;
	padding: 2px;
}

div#subMenu ul li a:hover {
	font-weight: bold;
}
	
div#mainPage {
	/*display:table-cell;*/
	padding: 5px;
}

form {
    margin: 0px;
    padding: 0px;
}

input, select {
    border: 1px solid #b0b0b0;
}

.file {
    border: 1px solid #b0b0b0;
}

textarea {
    border: 1px solid #b0b0b0;
    heigth: 500px;
    width: 800px;
}

.checkbox {
    border: 0px;
}

.checkboxlabel {
	text-align: right;
	font-style: italic
}

.image {
    border: 0px;
}

.submit {
    background: #eeeeee;
}

.radio {
    border: 0px;
}

td.button {
    color: #000000;
    border: 1px solid #b0b0b0;
    background: #eeeeee;
    padding-left: 8px;
    padding-right: 8px;      
}

a {
   color: #000000;
    text-decoration: none;
}

a:hover {
   color: #000000;
 }

table {
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

th, h1 {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}

td.blacktrim {
    background-color: #aaaaaa;
    padding-left: 10px;
}

td.blacktrim a {
    color: #555555;
}

.assessment-knowledgemodule-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CF012F;
    font-weight: bold;
	font-size: 18px;
}

.assessment-knowledgemodule-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: black;
}

.assessment-knowledgetest-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CF012F;
    font-weight: bold;
	font-size: 18px;
}

.assessment-knowledgetest-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: black;
}

.answer {
    border: 0px;
    margin-bottom: 15px;
}

/* styles for inner content in administration screens */
div#admin_body {
	padding: 10px;
}
div#admin_body a {
	display: block;
	width: 200px;
	padding: 2px;
	padding-left: 15px;
	background-image: url('/images/bullet-arrow.gif');
	background-repeat: no-repeat;
	background-position: left;
}

div#admin_body a:hover {
	background-color: #981B1F;
	color: #FFF;
}

.actionMessage {
    font-weight: bold;
	font-size: 14px;
	color: blue;
}

.actionError {
    font-weight: bold;
	font-size: 14px;
	color: red;	
}

td.progress
 {
 	color: white;
 	background:#981B1F;
 }
 
tr.todo
 {
 	border:none;
 	border:0px;
 	background:#FAF2F0;
 }