body {
	margin: 0px;
	background: url("/images/bg.jpg") #1b0010 repeat-x;
	font-family: sans-serif;
	font-size: 12px;
	color: #ffd9ff;
	z-index: 0;
}

a {
	text-decoration: none;
	color: red;
}

img {
	border: none;
	margin: 0px;
}

h1 {
	float: left;
	margin: 6px 50px;
	font-size: 13px;
	color: #009944;
}

form {
	font-size: 13px;
	font-weight: bold;
	line-height: 30px;
}

form fieldset {
	border: 3px ridge red;
	margin: 2px auto;
	-moz-border-radius: 10px;
}

form legend {
	height: 50px;
	padding-left: 10px;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	color: white;
}

input {
	border: 2px solid red;
	font-weight: bold;
	color: purple;
	-moz-border-radius: 4px;
}

select {
	border: 2px solid red;
	font-weight: bold;
	color: purple;
	-moz-border-radius: 2px;
}

textarea {
	border: 2px solid red;
	font-weight: bold;
	color: purple;
	-moz-border-radius: 5px;
}

.registration_terms {
	background-color: #6C0034;
	border: 1px brown solid;
	width: 97%;
	height: 100px;
	overflow: auto;
	padding: 0 1%;
	font-size: 10px;
	line-height: 11px;
}

.title {
	position: relative;
	clear: both;
	margin: auto;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	color: brown;
	text-align: center;
}

.online_status {
	position: relative;
	margin: 5px auto;
	width: 100%;
	font-size: 13px;
	font-weight: bold;
	color: black;
	text-align: center;
}

#header .logo {
	width: 220px;
	height: 100px
	font-size: 40px;
	font-weight: bold;
	color: red;
}

#header .logo img {
	margin-bottom: -50px;
}

#header .login {
	padding: 3px
}

#main_menu {
	height: 30px;
	font-size: 16px;
	font-weight: bold;
	color: pink;
}
#main_menu .button {
	background: url("/images/menu_bg.jpg") bottom repeat-x red;
	padding: 0 15px;
}

#main_menu .button:HOVER {
	background: url("/images/menu_bg.jpg") top repeat-x pink;
}

#main_menu .separator {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: white;
}

#main_menu a {
	padding: 5px 3px;
	color: white;
}

#sub_menu {
	height: 30px;
	font-size: 16px;
	font-weight: bold;
	color: pink;
}
#sub_menu .button {
	background: url("/images/menu_bg.jpg") top repeat-x pink;
	padding: 0 15px;
}

#sub_menu .button:HOVER {
	background: url("/images/menu_bg.jpg") bottom repeat-x red;
}

#sub_menu .separator {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: white;
}

#sub_menu a {
	padding: 5px 3px;
	color: white;
}

.alert_message {
	font-size: 18px;
	font-weight: bold;
	color: #FEB23F;
	max-width: 600px;
}

#side {
	background: url("/images/spiral.png") right repeat-y;
	width: 180px;
	height: 600px;
	padding-top: 20px;
	padding-right: 20px;
	z-index: 10;
}

#side .banner {
	width: 160px;
	height: 600px;
	background: #D8ECDD;
	border: 2px solid brown;
	margin: 10px auto;
	text-align: center;
	font-weight: bold;
}

#side .checker {
	margin: 3px auto;
}


#alert_message {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: red;
}

#footer {
	background: url("/images/footer_bg.jpg") repeat-x #FF8A8A;
	border: 3px solid #B50003;
	border-bottom: none;
	position: relative;
	clear:left;
	bottom: 0;
	width: 100%;
	z-index: 100;
	white-space: nowrap;
}

#footer .separator {
	padding: 0 15px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: brown;
}

#footer a {
	margin: 10px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #1B0010;
}

#footer a:HOVER {
	color: red;
}

.pagenumber {
	text-decoration: none;
	color: purple;
	font-size: 14px;
}

.activepagenumber {
	text-decoration: none;
	font-weight: bold;
	color: black;
	font-size: 14px;
}

.table {
	position: relative;
	background: white;
	border: solid 2px brown;
}

.table .header {
	background: green;
	font-size: 13px;
	font-weight: bold;
	color: aqua;
}

.table .header td {
	padding: 2px 5px 1px 5px;
}

.table .header a {
	text-decoration: none;
	color: aqua;
}

.table .row {
	background: #CAEFD8;
	font-size: 13px;
	color: purple;
}

.table .row td {
	padding: 2px 5px 1px 5px;
}

.table .row a {
	text-decoration: none;
	color: purple;
}

.users_quickview {
	background: #cfddcf;
	border: 2px solid red;
	-moz-border-radius: 4px;
	float: left;
	margin: 15px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: brown;
}

.users_quickview .type {
	font-size: 10px;
	font-weight: bold;
}

.users_quickview .name {
	border-top: 2px solid red;
	font-size: 12px;
	font-weight: bold;
}

.users_thumbnail {
	background: #cfddcf;
	border: 2px solid red;
	position: relative;
	float: left;
	margin: 15px;;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: brown;
	-moz-border-radius: 5px;
}

.users_thumbnail img {
	background: #FFE8DB;
	border: 3px solid black;
	width: 150px;
	height: 150px;
	margin: auto;
	display: block;
	cursor: pointer;
}

.users_thumbnail .name{
	border-top: 2px solid red;
	font-size: 12px;
	font-weight: bold;
	color: black;
}

.users_thumbnail .subjects {
	border-top: 2px solid red;
	font-size: 12px;
	font-weight: normal;
}

#user_profile .photo {
	position: absolute;
	background: #FFE8DB;
	width: 200px;
	height: 200px;
	border: 3px solid brown;
	text-align: center;
	display: block;
}

#user_profile .status {
	position: relative;
	background: #87AE10;
	float: right;
	top: 183px;
	right: 0px;
	padding: 0px 3px;
	border: 3px solid  brown;
	color: yellow;
	font-size: 13px;
	font-weight: bold;
	z-index: 5
}

#user_profile #iv_button {
	background: #AAFFAA;
	border: 2px solid brown;
	color: brown;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	z-index: 5;
}

#user_profile .links {
	line-height: 50px;
	width: 250px;
	text-align: left;
	padding: 0px 10px;
}

#user_profile a {
	font-size: 16px;
	font-weight: bold;
}
#user_profile .identity {
	width: 275px;
	vertical-align: top;
	text-align: left;
	padding: 0px 10px;
	line-height: 
}

#user_profile .subjects {
	font-size: 13px;
}



.video_thumbnail {
	background: #cfddcf;
	border: 2px solid red;
	position: relative;
	float: left;
	margin: 10px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: brown;
	-moz-border-radius: 5px;
}

.video_thumbnail .image {
	position: absolute;
	background: #FFE8DB;
	border: 3px solid black;
	display: block;
	cursor: pointer;
}

.video_thumbnail .play {
	position: absolute;
	cursor: pointer;
}

.video_thumbnail .name {
	border-top: 2px solid red;
	font-size: 12px;
	font-weight: bold;
	color: black;
}
.video_thumbnail .duration {
	float: right;
	margin: 0 2px;
	font-size: 10px;
	font-weight: normal;
	color: black;
}

#banners textarea {
	font-size: 10px;
	font-weight: normal;
}

