@charset "utf-8";
body {
	background-image: url(../img/layout/background.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
}
#container{
	width:320px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../img/layout/background.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.ind_logo {
	text-align: center;
	margin-top: 13px;
	margin-bottom: 13px;
}
.ind_menu {
	margin-right: 20px;
	margin-left: 20px;
}
.ind_menu .row {
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #314d69;
	display: block;
	text-decoration: none;
	clear: both;
	overflow: auto;
}
.ind_menu .row p {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.ind_menu .row_sel {
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #314d69;
	display: block;
	text-decoration: none;
	background-image: url(../img/layout/background_title_selt.png);
	background-position: bottom;
	background-repeat: repeat-x;
	clear: both;
}
.ind_menu .row_sel p {
	color: #91B7DA;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.arrow {
	float: left;
	margin-right: 15px;
}
.ind_menu .content {
	background-image: url(../img/layout/background_content.png);
	padding: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #314d69;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	clear: both;
	margin: 0px;
}
.ind_menu .content .label {
	margin-bottom: 2px;
	margin-left: 5px;
}
.ind_menu .content .textfield {
	margin-bottom: 20px;
	margin-left: 5px;
	margin-right: 5px;
}
.ind_menu .content .textfield input {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	width: 235px;
}
.ind_menu .content .rememberme {
	clear: both;
	float: left;
	margin-top: 10px;
}
.ind_menu .content .rememberme input {
	margin-right: 5px;
	margin-left: 5px;
}

.ind_menu  .content  .login {
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}
.ind_menu .content .chapter {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #314d69;
	clear: both;
}
.ind_menu .content .chapter h3 {
	color: #91B7DA;
	margin-top: 10px;
}
.ind_menu .content .chapter img {
	float: left;
	margin-right: 10px;
}
.header {
	clear: both;
	height: 42px;
}
.header .logo {
	float: left;
	margin-top: 4px;
	margin-left: 15px;
}
.header .menu {
	float: right;
	margin-right: 1px;
}
.header .upload {
	float: right;
	margin-right: 15px;
}
.title_bar {
	background-image: url(../img/layout/title_bg.png); 
	width: 100%; 
	height: 37px; 
	padding-bottom: 2px;
	padding-top: 3px;
	border-bottom: 1px #314d69 dashed;
}
.title_bar .image {
	float: left;
	margin-left: 15px;
}
.title_bar .title { 
	float: left;
}
.title_bar .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	color: #FFF;
	margin-left: 15px;
	margin-top: 10px;
}
.title_bar .options {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	color: #FFF;
	margin-right: 30px;
	margin-top: 15px;
}
.subnav {
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #314d69;
	margin-right: 10px;
	margin-left: 10px;
	clear: both;
}
.subnav .select {
	background-image: url(../img/layout/subnav_bg_sel.gif);
	display: block;
	float: left;
	background-position: bottom;
	height: 29px;
	margin-right: 1px;
	text-decoration: none;
}
.subnav .select p {
	color: #FFFFFF;
	padding: 0px;
	margin-top: 6px;
	text-align:center;
	width: 100%;
}
.subnav .noselect {
	display: block;
	float: left;
	background-image: url(../img/layout/subnav_bg.gif);
	background-position: bottom;
	height: 29px;
	margin-right: 1px;
	text-decoration: none;
}
.subnav .noselect p {
	color: #90adc6;
	padding: 0px;
	margin-top: 6px;
	margin-bottom: 0px;
	text-align:center;
	width: 100%;
}
.pagetitle {
	padding: 5px;
	margin-right: 10px;
	margin-left: 10px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.mediarow {
	margin-right: 10px;
	margin-left: 10px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #314d69;
	display: block;
	width: 300px;
	min-height: 50px;
	overflow: auto;
	text-decoration: none;
	color: #FFFFFF;
}

.mediarow .image {
	float: left;
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: 8px;
	margin-left: 5px;
}
.mediarow .text {
	float: left;
	width: 245px;
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-bottom: 5px;
}
.mediarow .text u {
	color: #aece00;
	text-decoration: none;
}
.mediarow .text em {
	color: #7991a9;
	font-size: 10px;
	font-style: normal;
}

<!-- FRIENDS PAGE -->
.mediarow .text .online {
	font-size: 9px;
	color: #9c0;
}
.mediarow .text .offline {
	font-size: 9px;
	color: #963;
}
.mediarow .button {
	float: right;
	margin-top: 6px;
	font-size: 9px;
	text-align: center;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	width: 40px;
}
.mediarow .button img {
	margin-bottom: 4px;
}
<!-- END FRIENDS PAGE -->

<!-- SEARCH PAGE -->
.search {
	width: 280px;
	margin-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dash #314d69;
	height: 90px;
	clear: both;
	display: block;
}
.search .searchbox {
	background-image: url(../img/layout/searchbox_bg.png);
	width: 278px;
	height: 22px;
	clear: both;
	margin-left: 5px;
	margin-top: 5px;
}
.search .searchbox input {
	border: 0px;
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	height: 16px;
	width: 240px;
	float: right;
	margin-right: 10px;
	margin-top: 3px;
	margin-bottom: 3px;
	border: 0px;
}
.search .dropdown {
	background-image: url(../img/layout/search_dropdown_bg.png);
	width: 114px;
	height: 20px;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
}
.search .dropdown select {
	border: 0px;
	color: #000;
	font-size: 9px;
	width: 110px;
	font-family: Arial, Helvetica, sans-serif;
	height: 18px;
	float: right;
	margin-right: 2px;
	margin-top: 1px;
	margin-bottom: 1px;
	border: 0px;
}
.search_results {
	margin-top: 15px;
	border-top: 1px #314d69 dashed;
}
<!-- END SEARCH PAGE -->

<!-- STORAGE PAGE -->
.storage {
}
.storage .storagebar {
	width: 292px;
	height: 21px;
	background-image: url(../img/layout/storagebar_bg.png);
	display: block;
	margin: 10px;
	margin-left: 15px;
	clear: both;
}
.storage .storagebar .left {
	background-image: url(../img/layout/storagebar_leftbg.png);
	width: 10px;
	height: 21px;
	float: left;
}
.storage .storagebar .used {
	background-image: url(../img/layout/storagebar_used_bg.png);
	height: 21px;
	width: 0px;
	float: left;
}
.storage .storagerow {
	margin-right: 10px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	border-bottom: 1px dashed #314d69;
	display: block;
	clear: both;
	width: 282px;
	height: 17px;
}
.storagerow .storage_column {
	padding-left: 20px;
	font-size: 10px;
	float: left;
	display: block;
	color: #FFF;
	width: 80px;
	height: 20px;
	margin-right: 30px;
}
<!-- END STORAGE PAGE -->

<!-- MESSAGE CENTER -->
.messages {
}
.messages .messagerow {
	margin-right: 10px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	border-bottom: 1px dashed #314d69;
	display: block;
	clear: both;
	width: 282px;
	min-height: 40px;
}
.messages .messagerow .image {
	float: left;
	width: 50px;
	display: block;
}
.messages .messagerow .messageinfo {
	float: left;
	display: block;
	width: 200px;
	min-height: 45px;
	color: #999;
}
.messages .messagerow .messageinfo strong {
	color: #FFF;
}
.messages .messagerow .messageinfo em {
	color: #7991a9;
	margin: 1px;
}
.messages .messagerow .messageinfo .msgtext {
	color: #9c0;
	clear: both;
}
.messages .messagerow .arrow {
	float: right;
	width: 8px;
	padding-top: 11px;
	display: block;
}
<!-- END MESSAGE CENTER -->
<!-- MEDIA DISPLAY -->
.mediadisplay {
}
.mediadisplay h1 {
	font-size: 18px;
	color: #aece00;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.mediadisplay h2 {
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
.mediadisplay h2 strong {
	color: #FFFFFF;
	font-weight: normal;
}
.mediadisplay h3 {
	font-size: 18px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	padding-top: 7px;
}
.mediadisplay .mediaheader {
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 2px dotted #23415d;
	width: 280px;
	height: 50px;
	color: #FFF;
}
.mediadisplay .mediaheader .userimage {
	width: 40px;
	float: right;
}
.mediadisplay .mediaheader .headertext {
	color:#FFF;
	float: left;
	width: 220px;
	margin-right: 10px;
	font-size: 11px;
	text-align: right;
}
.mediadisplay .mediaheader .headertext h1 {
	text-align: right;
	font-size: 18px;
	color: #aece00;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.mediadisplay .titlebar {
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	color: #7991A9;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #23415d;
	display: block;
	text-decoration: none;
	clear: both;
	min-height: 40px;
	width: 280px;
	overflow:auto;
}
.mediadisplay .mediainfo {
	float: left;
	width: 240px;
}
.mediadisplay .othertitlebar {
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	color: #7991A9;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #23415d;
	display: block;
	text-decoration: none;
	clear: both;
	height: 40px;
	width: 280px;
}
.mediadisplay .leftarrow {
	float: left;
	width: 8px;
	margin-right: 15px;
	padding-top: 13px;
}
.mediadisplay .rightarrow {
	float: right;
	width: 8px;
	padding-top: 13px;
}
.mediadisplay .media_area {
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 280px;
	text-align: center;
	border-top: 2px dotted #23415d;
}
.mediadisplay .mediadetails {
	width: 300px;
	min-height: 50px;
	font-size: 12px;
	padding-bottom: 15px;
	color: #FFF;
	border-bottom: 1px dotted #23415d;
}
.mediadisplay .mediadetails strong {
	color: #aece00;
	font-size: 14px;
	margin-left: 10px;
}
.mediadisplay .mediadetails em {
	color: #91b5d7;
	margin: 0px;
	padding: 0px;
	margin-left: 12px;
}

<!-- END MEDIA DISPLAY -->
.whitearrow {
	margin-right: 5px;
	margin-top: 15px;
}
.googlead {
	text-align: center;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.pagenav {
	text-align: center;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-left: 3px;
}
.pagenav a {
	background-image: url(../img/layout/subnav_bg.gif);
	border: 1px solid #2e4b67;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.pagenav .current {
	background-image: url(../img/layout/subnav_bg_sel.gif);
}
.container_menu {
	width:320px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../img/layout/menu_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	clear: both;
	overflow: auto;
}
.container_menu p {
	color: #FFF;
	font-size: 11px;
}
.container_menu .menulinks {
	clear: both;
	overflow: auto;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

.container_menu .column {
	width: 50%;
	float: left;
	padding-left: 20px;
}
.container_menu .column a {
	display: block;
	height: 30px;
	width: 100%;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	verticle-align: middle;
}

.menulinks .column .img {
	float: left;
	width: 40px;
	height: 30px;
	display: block;
	margin-right: 3px;
}

.menulinks .column .text{
	float: left;
	display: block;
	padding-top: 4px;
}

.mymultimedia .row1 {
	margin-right: 10px;
	margin-left: 10px;
	color: #7991a9;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #23415d;
	margin-top: 1px;
	display: block;
	clear: both;
}
.mymultimedia .row1 .image {
	float: left;
	width: 50px;
}

.mymultimedia .row1 h1 {
	font-size: 18px;
	color: #aece00;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.mymultimedia .row1 h2 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.mymultimedia .row1 h2 strong {
	color: #FFFFFF;
	font-weight: normal;
}

.mymultimedia .row1_sel {
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #7991A9;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #23415d;
	margin-top: 1px;
	margin-bottom: 1px;
	display: block;
	text-decoration: none;
	clear: both;
}
.mymultimedia .row1_sel .image {
	float: left;
	width: 50px;
}
.mymultimedia .row1_sel h1 {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.mymultimedia .row1_sel h2 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
.mymultimedia .row1_sel h2 strong {
	color: #FFFFFF;
	font-weight: normal;
}
.mymultimedia .row2 {
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #314d69;
	background-image: url(../img/layout/background_content.png);
	display: block;
	text-decoration: none;
	clear: both;
}
.mymultimedia .row2 p {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
}
.mymultimedia .row2 em {
	font-size: 12px;
	font-style: normal;
	color: #aece00;
}
.whitearrow2 {
	float: right;
}
