/* Page */
BODY {
	background-color: #ffffff;
	font-family: arial, sans-serif;
	font-size: 10px;
	color: #000;
}

/* Extra-large header */
H1 {
	color: #ff9933;
	font-size: 24px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	text-align: left;
}

/* Standard header */
H2 {
	color: #ff9933;
	font-size: 17px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	text-align: left;
}

/* Sub-header */
H3 {
	color: #888888;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	text-align: left;	
}

/* Small header */
H4 {
	color: #888888;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	text-align: left;		
}

/* Table */
TABLE {
	border-collapse: collapse;
	font-family: arial, sans-serif;
	text-align: center;
	vertical-align: top;
}

/* Table header */
TH {
	background-color: #ff9933;
	color: #ffffff;	
	font-size: 11px;
	font-weight: bold;
	padding: 1px;
}

/* Table row */
TR {
	vertical-align: top;
}

/* Table cell */
TD {
	font-family: arial, sans-serif;
	font-size: 10px;
}

/* Reference */
A {
	font-family: arial, sans-serif;
	font-size: 10px;
}

/* Paragraph */
P {
	font-family: arial, sans-serif;
	font-size: 10px;
	margin: 0px 0px 5px 0px;
}

/* Image */
IMG {
	border: 0px;    
	margin-bottom: 0px;
	padding: 0px;
}

/* Horizontal line */
HR {
	border-style: solid;
	color:  #ffcc99;
	height: 1px;
	margin: 10px 0px 10px 0px;
}

DIV.WeekSchedule {
	padding: 10px;
}

/* Outer frame */
DIV.Frame {
	background-color: #ffffff;
	font-family: arial, sans-serif;
	font-size: 10px;
	padding: 5px;
	width: 420px;
}

/* Text fields and buttons */
INPUT {
	background-color: #ffffff;
	border: 1px;
	border-color: #ffcc99;
	border-style: solid;
	color: #666;	
	font-family: arial, sans-serif;
	font-size: 10px;
	margin: 0px 5px 10px 0px;
}

INPUT.ClassSearch {
	margin: 0px 10px 2px 0px;
	width: 200px;
}

/* Selectors */
SELECT {
	color: #666;
	font-family: arial, sans-serif;
	font-size: 10px;
	margin: 0px 5px 10px 0px; 
}

SELECT.ClassSearch {
	margin: 0px 10px 2px 0px;
	width: 200px;
}

/** Lists of classes **/

TABLE.ClassList {
	margin-bottom: 10px;
}

TR.ClassList {
	border: 1px;
	border-color: #ff9933;	
	border-style: solid;
}

TD.ClassList {
	padding: 2px;
}

TH.ClassList {
}

/* Week schedule selector */

TABLE.WeekScheduleSelection {
	background-color: #ff9933;
	margin-bottom: 10px;
	padding: 5px;
}

TR.WeekScheduleSelection {
}

TD.WeekScheduleSelection {
	background-color: #ff9933;
	padding: 5px;
}

INPUT.WeekScheduleSelection {
	margin: 0px;
}

/* Week schedule table */

TABLE.WeekSchedule {
	background-color: #ffffff;
}

TR.WeekSchedule {
	border: 1px;
	border-color: #ff9933;	
	border-style: solid;
}

TH.WeekSchedule {
	font-size: 13px;
}

TD.WeekSchedule {
	border: 1px;
	border-color: #ff9933;	
	border-style: solid;
	padding: 0px;
}

TD.WeekSchedule#Time {
	vertical-align: middle
}

/* Week schedule classes */

DIV.WeekScheduleClass {
	padding: 2px;
}

DIV.WeekScheduleClass#NonBottom {
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff9933;	
}

/* Message list */

TR.MessageList {
	border: 1px;
	border-color: #ff9933;	
	border-style: solid;
}

INPUT.MessageListRadio {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
}

/* MemberTrack */

TABLE.MemberTrack {
	border: 1px;
	border-color: #ff9933;
	border-style: solid;
}

INPUT.MemberTrackCheckbox {
	margin: 0px 0px 0px 0px;
}

TR.ToDoListGray {
	background-color: #D3D3D3;
	border: 0px;
	border-style: none;
}

TR.ToDoListWhite {
	background-color: #FFFFFF;
	border: 0px;
	border-style: none;
}

INPUT.NoMargin {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.error {
	color: red;
}

.success {
	color: green;
}

.warning {
	color: orange;
}
