body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

strong {
	font-weight: bold;
}

#login {
	margin: 5px;
	line-height: 200%;
	text-align: center;
	border: dashed 3px #F0F0F0;
	padding: 2px;
}

#course_search {
	margin: 5px;
	line-height: 200%;
	text-align: center;
	border: dotted 2px #F0F0F0;
}

#login A {
	color: black;
}

#clear {
	clear: both;
}

#For round corner
.roundcont {
}

.roundtop { 
	background: url('images/rc_tr.gif') no-repeat top right; 
}

.roundbottom {
	background: url('images/rc_br.gif') no-repeat top right; 
}

img.corner {
	width: 5px;
	height: 5px;
	border: none;
	display: block !important;
}

#identity {
	border: solid 1px #808080;
	background-color: white;
}

#menu {
	line-height: 200%;
}

#menu A {
	color: black;
}

#menu1 {
	background-color: #FFFFFF;
}

#menu2 {
	background-color: #F0F0F0;
}

#menu3 {
	background-color: #E0E0E0;
}

#menu4 {
	background-color: #D0D0D0;
}

#menu5 {
	background-color: #C0C0C0;
}

#options {
	
}

.main {
	font-size: 16px;
	padding: 10px;
	line-height: 180%;
}

.main li {
	list-style-position: inside;
	list-style-type: square;
}

#browse_course {
	width: 100%;
	padding: 2px;
	font-size: 12px;
	line-height: 24px;
}

.browse_th {
	white-space: nowrap;
	background-color: #F0F0F0;
	text-align: center;
}

.browse_td {
	text-align: center;
}

.file_list {
	width: 100%;
	font-size: 12px;
	line-height: 24px;
}

.file_th {
	white-space: nowrap;
	background-color: #F0F0F0;
}

#form_upload {
	font-size: 12px;
	line-height: 20px;
	border: dotted 2px #F0F0F0;
	padding: 2px;
}

#mailbox_icon {
	float: right; font-size: 12px; color: gray;
}

#mailbox_icon A:link {
	text-decoration: none;
	color: gray;
}

#mailbox_icon A:visited {
	text-decoration: none;
	color: gray;
}

#mailbox_icon A:hover {
	text-decoration: none;
	color: gray;
}

.mailbox_td {
	text-align: center;
}

.standard {
	font-size: 12px;
	margin: 0px;
}

.standard a:link { color: black; text-decoration: none; }
.standard a:visited { color: black; text-decoration: none; }
.standard a:hover { color: white; background-color: green; }
.standard a:active { color: black; text-decoration: none; }
