div#profile {
	margin: 0.5em;
}


div#profile-side-content {
	float: left;
	width: 300px;
}


div#profile-main-content {
	float: right;
	width: 500px;
}


div.profile-box {
	margin-bottom: 1em;
	border: 1px solid #283890;
	/*background-color: #FFF;*/
}

div.profile-box .title-bar{
	padding: 0.25em;
	background-color: #283890;
}

div.profile-box .title-bar{
	font-weight: bold;
}

div.profile-box .title-link {
	float: right;
}

div.profile-box .title-bar, div.profile-box .title-bar a:link, div.profile-box .title-bar a:visited {
	color: white;
}

div.profile-box .box-content {
	padding: 0.2em;
	background-color: #fff;
	color: #283890;
}

div.box-content-avatar{
	background-color: #fff;
}

.avatar {
	text-align: center;
	padding: 10px;
}

.user-avatar {
	float: left;
	margin: 0.25em;
}

.clear-both {
	clear: both;
}

table.class_videos {
margin-top:1em;
width:100%;
}

table.class_videos td, table.class_videos th {
padding:4px;
vertical-align:top;
}

table.class_videos th {
background-color:#eee;
}

table.class_videos td h3 {
margin:0;
}


