body {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	overflow: -moz-scrollbars-vertical;
}

img {
	border:0px;
}

h1 {padding:0px 0px 10px 0px; margin:0px 0px 0px 0px; font-size:15px; font-family:tahoma;}
h2 {padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; font-size:15px; font-family:tahoma;}
h3 {padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; font-size:13px; font-family:tahoma;}
h4 {padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; font-size:12px; font-family:tahoma;}
h5 {padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; font-size:11px; font-family:tahoma;}

a:active, a:link, a:visited {font-family:tahoma; font-size:11px; text-decoration:none;}
a:hover {font-family:tahoma; font-size:11px; text-decoration:underline;}

p {
	padding:0px 0px 5px 0px;
	margin:0px 0px 0px 0px;
	font-family:tahoma;
	font-size:11px;
	line-height:13px;
}

div{
	font-family:tahoma;
	font-size:11px;
	line-height:13px;
}

table{
	float:left;
}

td{
	font-family:tahoma;
	font-size:11px;
	color:#666666;
}

ol {
	padding:10px 20px 10px 20px;
	margin:0px 10px 0px 10px;
	font-family:tahoma;
	font-size:11px;
}

ul {
	padding:0px 20px 0px 20px;
	margin:0px 10px 0px 10px;
	font-family:tahoma;
	font-size:11px;
	list-style-type:disc;
}

li {
	padding:0px 0px 5px 0px;
	margin:0px 0px 0px 0px;
	font-family:tahoma;
	font-size:11px;
	line-height:13px;
}


input, label, textarea {
	font-family:tahoma;
	font-size:11px;
}

textarea{
	font-family:tahoma;
	font-size:11px;
	width:200px;
}

select {
	font-family:tahoma;
	font-size:11px;
	padding:0px 0px 0px 0px;
	margin:0px;
	width:204px;

}

select,input{
	border:1px solid #D1D1D1;
}

div.dynamicBox, div.fullBox, div.formbox {
	float:left;
	width:100%;
}


/* profile_table*/
table.profile_table{
	margin:0px;
	padding:0px;
	float:left;
	width:100%;
}

table.profile_table th{
	background:#E0E0E0;
	font-weight:bold;
	text-align:left;
}

table.profile_table td{
	border-bottom:1px solid #E0E0E0;
	height:18px;
	vertical-align:middle;
	cursor:hand;
}

table.profile_table tr:hover td
{
	background:#F9EED9;
}

/* end of profile_table*/

/* defaulttable*/
table.defaulttable{
	margin:0px;
	padding:0px;
	float:left;
	border-top:1px solid #E0E0E0;
	border-left:1px solid #E0E0E0;
}

table.defaulttable th{
	background:#E0E0E0;
	font-weight:bold;
	text-align:left;
	border-bottom:1px solid #E0E0E0;
	border-right:1px solid #E0E0E0;
	font:bold 11px tahoma;
	color:#666666;
}

table.defaulttable td{
	vertical-align:top;
	border-bottom:1px solid #E0E0E0;
	border-right:1px solid #E0E0E0;
	font-family:tahoma;
	font-size:11px;
	color:#666666;
}

/* end of defaulttable*/

/* defaulttable*/
table.programtable{
	margin:0px;
	padding:0px;
	float:left;
	border-top:1px solid #E0E0E0;
	border-left:1px solid #E0E0E0;
}

table.programtable th{
	background:#E0E0E0;
	text-align:left;
	border-bottom:1px solid #E0E0E0;
	border-right:1px solid #E0E0E0;
	font:bold 11px tahoma;
	color:#666666;
}

table.programtable td{
	vertical-align:top;
	border-bottom:1px solid #E0E0E0;
	border-right:1px solid #E0E0E0;
	font-family:tahoma;
	font-size:11px;
	color:#666666;
}

table.programtable tr.course_header td, table.programtable tr.totals td{
	font-weight:bold;
}

table.programtable tr.category td{
	font-weight:bold;
	background:#F2F2F2;
}

table.programtable tr:hover td
{
	background:#F9EED9;
}


/* end of defaulttable*/