body {
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	margin: 5px;
	}

a {
	color: #4B953B;
	}
a:hover {
	color: #90BF86;
	}
	
div.error {
	color: #ff0000;
	}
div.header {
	color: #000066;
	font-size: 14px;
	font-weight: bold;
	}
	
h2 {
	color: #4B953B;
	}

table {
	font-size: 11px;
	}
	
#main {
	margin: 5px auto 0 auto;
	width: 705px;
	height: 480px;
	position: relative;
	}
	
#sidebar {
	font-family: Arial Narrow, Arial, sans-serif;
	font-size: 14px;
	background-image: url('media/background-sidebar.jpg');
	background-repeat: no-repeat;
	margin-top: 40px;
	padding-top: 30px;
	width: 202px;
	height: 450px;
	position: relative;
	float: left;
	}
	
#sidebar #links {
	height: 370px;
	margin-left: 15px;
	}
	
#sidebar #links #prev_link {
	font-size: 14px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
	width: 35px;
	height: 20px;
	float: left;
	}

#sidebar #links #page_counter {
	font-size: 14px;
	text-align: center;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
	width: 110px;
	height: 20px;
	float: left;
	}
	
#sidebar #links #next_link {
	font-size: 14px;
	text-align: right;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
	width: 35px;
	height: 20px;
	float: left;
	}
	
#sidebar #links .link {
	margin-left: 15px;
	}
	
#sidebar #links .title {
	font-size: 16px;
	}
	
#sidebar #links .author, #sidebar #links .author a {
	color: #8CC286;
	}
	
#sidebar #links .duration {
	color: #8CC286;
	font-size: 11px;
	}
	
#sidebar #links .remove_link {
	margin-right: 5px;
	float: right;
	}
	
#sidebar #add_link {
	border-top: 1px solid #CCCCCC;
	margin-left: 15px;
	margin-top: 5px;
	padding-top: 5px;
	width: 90px;
	float: left;
	}
	
#sidebar #logout {
	text-align: right;
	border-top: 1px solid #CCCCCC;
	margin-top: 5px;
	padding-top: 5px;
	width: 90px;
	float: left;
	}
	
#sidebar #create_account {
	border-top: 1px solid #CCCCCC;
	margin-top: 5px;
	margin-left: 15px;
	padding-top: 5px;
	width: 180px;
	}
	
#video {
	 width: 503px;	 
	 float: left;
	 }
	 
#video #video_header {
	font-family: Arial Narrow, Arial, sans-serif;
	height: 30px;
	padding: 10px 0 0 10px;
	}
	
#video #video_header #title {
	font-size: 20px;
	font-weight: bold;
	margin-left: 10px;
	}
		
#video #video_header #author {
	font-size: 14px;
	font-weight: normal;
	}
	
#video #video_header #share_link {
	margin: 5px 10px 0 0;
	float: right;
	}
	
#video #video_content {
	background-image: url('media/background-main.jpg');
	background-repeat: no-repeat;
	height: 450px;
	}
	
#video #player {
	text-align: center;
	padding-top: 15px;
	height: 360px;
	}
	
#video #ads {
	margin-left: 20px;
	height: 60px;
	}
	
#video #content {
	padding: 10px 15px 10px 10px;
	}
	
#video #content #bookmarklet {
	font-size: 14px;
	padding: 5px 10px;
	border: 1px solid #4B953B;
	}
	
#system_message {
	color: #999999;
	text-align: right;
	margin: 5px 10px 0 0;
	}

#system_message a {
	color: #999999;
	}
	
.example {
	text-align: center;
	padding: 10px;
	width: 210px;
	float: left;
	}
	
.example a {
	font-weight: bold;
	}
			
/* Semsym Dropdown */
	
#semsym_drop {
	background-image: url('media/drop-bg.png');
	background-repeat: repeat;
	border-bottom: 1px solid #123456;
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
	z-index: 1;
	}
	
#semsym_drop a {
	color: #123456;
	font-weight: bold;
	text-decoration: underline;
	}
#semsym_drop a:hover {
	color: #123456;
	text-decoration: underline;
	}
	
#semsym_drop div {
	padding: 10px;
	}
	
#semsym_toggle {
	text-align: center;
	background-color: #FFFFFF;
	cursor: pointer;
	border-left: 1px solid #123456;
	border-bottom: 1px solid #123456;
	top: 0;
	left: auto;
	right: 0;
	padding: 5px;
	float: right;
	position: absolute;
	}
		
/* End of Semsym Dropdown */

/* core */

div.column {
	float: left;
	}
div.column_2 {
	width: 50%;
	float: left;
	}
div.column_3 {
	width: 33%;
	float: left;
	}
	
span.align_left, img.align_left {
	float: left;
	}
span.align_right, img.align_right {
	float: right;
	}
	
.align_center {
	text-align: center;
	}
.align_right {
	text-align: right;
	}
	
.left {
	float: left;
	}
.right {
	float: right;
	}
