/* CSS Document */
input {
	font-size: 11px;
}

select {
	font-size: 11px;
}

textarea {
	font-size: 11px;
}

body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

/*
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
*/

#header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #336699;
}

#index_body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

#index_QL {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
}
#sub_body {

}
.subbodytable {	
	margin-top: 15px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal; }

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2B5F91;
}

a:link {
	color: #336699;
	font-size: 11px;
	text-decoration: underline;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #336699;
	text-decoration: underline;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #336699;
	text-decoration: underline;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #336699;
	text-decoration: underline;
} 

a.footerlink:link {
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}
a.footerlink:visited {color: #000000; font-weight: normal; }
a.footerlink:hover {text-decoration: overline; color: #000000; }
a.footerlink:active {color: #000000; } 

a.menulink:link {
	font-family:Arial, Helvetica, sans-serif;
	font-stretch:narrower;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.menulink:visited {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a.menulink:hover {
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #A9C0D4;
}
a.menulink:active {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}
h1 {
	margin-left: 15px;
	margin-top: 2px;
	margin-bottom: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 16px;
	font-weight: bold;
	width: 550px;
	text-align: left;
	color: #336699;
}
h2 {
	margin-bottom: 2px;
	margin-top: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold;
	text-align: left;
	color: #336699;
}
.h2centered {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold;
	font-style: italic; 
	text-align: center;
}
h3 {
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold;
	text-align: left;
	color: #336699;
}
h4 {
	font-size: 10px;
	font-weight: bold;
}

/* for teh table editor */

.happy {
	color: green;
	font-weight: bold;
	font-size: 1.1em;
	width: 100%;
	border: 1px solid green;
	background-color: #AAEEAA;
}

.error {
	color: red;
	font-weight: bold;
	font-size: 1.1em;
	width: 100%;
	border: 1px solid red;
	background-color: #EEAAAA;
}


.happytd {
	color: green;
	font-weight: bold;
	font-size: 1.1em;
	border: 1px solid green;
	background-color: #AAEEAA;
}

.errortd {
	color: red;
	font-weight: bold;
	font-size: 1.1em;
	border: 1px solid red;
	background-color: #EEAAAA;
}

.noticetd {
	color: black;
	font-weight: bold;
	font-size: 1.1em;
	border: 1px solid yellow;
	background-color: yellow;
}

.tableview {
	border-collapse: collapse;
	border-spacing: 1px;
	color: black;
	margin-left: 20px;
	margin-right: 20px;
	border: 0px;
	font-size: 12px;
}

.tableview td {
	border: 1px solid #000000;
	padding: 1px;
}

.tableview th {
	border: 1px solid #000000;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background-color: #336699; 
	padding: 3px;
	font-size: 12px;
}

.tableview th a {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
}
.tableview th a:hover {
	font-weight: bold;
	background-color: #336699; 
	font-size: 12px;
	color: #FF6600;
}

.tableedit {
	border-collapse: collapse;
	border-spacing: 1px;
	color: black;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 12px;
	border: 0px;
}

.tableedit td {
	border: 0px solid #880000;
	padding: 2px;
}

.tableedit th {
	border: 1px solid #336699;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	background-color: #336699; 
	padding: 2px;
}

.coursechapters {
	font-size: 12px;


}

.coursechapters a {
	color: #336699;
	font-size: 11px;
	text-decoration: underline;
}


ul {
	margin-top: 5px;
	margin-bottom:2px;
	list-style-type:square;
								
}

