/*
 *  main.css
 *
 *  Basic Stylesheet for the LMS UI
 
 */ 

/* Set defaults for all basic elements */


BODY, TABLE, TITLE, TR, TH, TD, H1, H2, H3, H4, H5, H6, FONT, DIV, P, A,
SELECT, INPUT, FORM{
	font-family:  Verdana, Arial, Helvetica, sans-serif; }
 
a:link,a:visited{
	color:                  #000000;
}

body {
	color:			#000000;
	background-color:	#FFFFFF;
	margin-width:		4px;
	font-size:		90%;
}

th, td, h1, h2, h3{
	margin-top:		0em;
	margin-bottom:		0em;
}

h1{
	font-size:		110%;
}

h2{
	font-size:		95%;
	text-align:		left;
}

h3{
	font-size:		85%;

}

td{
	font-size:		80%;

}

h4{
	font-size:		85%;
	font-weight:		bold;		
}

h5{
	font-size:		85%;
	font-weight:		normal;	
}

td.buttonbar {
	background-color:	#ffffff;
	text-align:		center;	
}

td.number{
	text-align:		right;	
}

th.side {
        color:			#000000;
	text-align:		right;
	background-color:	#CFCFD0;
	font-size:		80%;	
}

th.endline {
	background-color:	#979DA5;
	font-size:		2px;
}

.line {
	font-size:		2px;
}

.pageHeader{
	background-color:	#ffffff;
	font-size:		20px;
}
.action{
	font-size:		75%;
}
tr.comments, td.comments{
	font-size:		75%;
}

th.h1, tr.h1 {
	text-align:		center;
	background-color:	#FF6F19;
	color:			#ffffff;
}

th.h2, tr.h2{
	text-align:		left;
	background-color:	#CFCFD0;
	color:			#000000;
	font-weight:		bold;
}

th.h3, tr.h3, td.h3 {
	text-align:		left;
	background-color:	#71A7D9;
	color:			#000000;
}

th.top, tr.top {
	background-color:	#CFCFD0;
	text-align:		left;
	font-size:		80%;
	color:		#000000
}

.smallfont {
	font-size:		70%;
	text-align:		left;
}

.warning {
    color:          #FF0000;
	font-weight:	bold;
}

tr.row0 {
	background-color: 	#f7f7f7;
}

tr.row1 {
	background-color:	#ffffff;
}









