/***************** AFFECTING FULL PAGE ***************/
body {
    background: url('e5edf8.jpg'); /* the font-size is now 0.625 * 16px = 10px; */
    font-size: 0.625em; /*line-height: 1.8em;*/
    margin: 0;
    font-family: "Verdana", "Arial", sans-serif;
}

#body {
    font-size: 140%;
    color: #333333;
}

#bgh {
    background: url("bg_high.jpg") repeat-x;
    z-index: -100;
    width: 100%;
    height: 350px;
    position: absolute;
    top: 0;
}

img {
    border:none;
}

/**** melinks {{{ ****/
span.upstr {
    white-space: nowrap;
}

.melink {
    color: #f76765;
    text-decoration: none;
}

.melinkPic {
    color: #AD0503;
    text-decoration: none;
}

.melinkPic:hover {
    text-decoration: underline;
    color: #115206;
}

.melink:hover {
    text-decoration: underline;
    color: #f9f931;
}

/**** end melinks }}}} */

a {
    text-decoration: underline;
    color: #275c93;
}

a:active {
    color: #30a1dc;
}

a:visited {
/*				color: #30dc8d;	*/
}

a:hover {
    text-decoration: underline;
    color: #063772;
}

/***************** TOP **************/
#box_header {
    border: 0;
    height: 183px;
    min-width: 1088px;
    width: 100%;
    background: url("header.jpg") no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
}

#body_spacer {
    height: 45px;
    width: 100%;
}

.image_logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 212px;
    height: 68px;
    border: 0;
}

#box_login_out {
    position: absolute;
    left: 750px;
    top: 2px;
    width: 250px;
    height: 80px;
    z-index: 100;
}

#box_login_out p { margin: 0;}
#box_login_out label{
    width: 80px;
    display: inline-block;
}
#box_login_out input[type=text], #box_login_out input[type=password] {
    max-width: 130px;
    margin-left: 10px;
}

#box_login_out .loggedOut a
{
    display: inline-block;
    padding: 2px;
    background: #ffcc33;
    color: #275c93;
    font-weight: bold;
    border: 1px solid #275c93;
    text-decoration:none;
}

#google_in_page {
    position: absolute;
    /*top: 145px;*/
    top: 125px;
    /*left: 490px;*/
    /*left: 536px;*/
    left: 5px;
    width: 468px;
    height: 60px;
}

#box_banner {
    position: absolute;
    top: 5px;
    left: 250px;
    width: 478px;
    height: 65px;
    text-align: center;
    vertical-align: middle;
}

#flags {
    position: absolute;
    left: 10px;
    top: 90px;
}

#flags img {
    border: 2px solid #fff;
}

#lyrics_letters {
    position: absolute;
    left: 100px; /*left: 0;*/
    top: 88px;
    width: 780px;
    border-spacing: 0;
    z-index: 1;
}

#lyrics_letters ul {
    display: inline;
    line-height: 2em;
    list-style-type: none;
    margin: 0 0 0 0.5em;
    padding: 0;
}

#lyrics_letters li {
    display: inline;
}

#lyrics_letters a {
    font-weight: bold;
    border: 1px solid yellow;
    color: yellow;
    padding: 0.1em 0.3em;
    text-decoration: none;
}

#lyrics_letters a:hover {
    border-color: #ff7e00;
    color: #ff7e00;
}

/****************** LEFT *******************/
/* div containing the navigation etc. */

#box_partner {
    position: relative;
    left: 20px;
    width: 100px;
    text-align: center;
}

#box_left {
    position: absolute;
    left: -1000px;
    top: 112px;
    /*width: 12em;*/
    width:1px;
    display: inline-block;
    float: left; /*border: 1px solid black;*/
    clear: left;
}

/***************** MIDDLE ******************/
#box_content {
    display: block;
    width: 815px;
    margin-top: 205px;
    /*margin-left: 10px;*/
    margin-left: 180px;
    /*border:1px solid red;*/
}

#box_content_real {
    min-height: 600px;
}

/***************** RIGHT *******************/

/* div containing the skyscraper on the right side */
#skyscraper {
    position: absolute;
    /*top: 175px;*/
    top: 190px;
    /*left: 975px;*/
    /*left: 845px;*/
    left: 5px;
    width: 120px;
    text-align: center;
}

/***************** BOTTOM ******************/
#box_partners_bottom {
    position: relative;
    top: 10px;
}

/**** {{{ ******************** START NAVIGATION ***************************/

#navigation {
    width: 90%;
}

#navigation a, #navigation a:hover {
    color: #275C93;
}

#navigation a:hover {
    color: #3677ff;
}

#navigation ul li span {
    display: block;
    padding: 0.3em;
    font-weight: bold;
    margin-top: 0.5em;
}

#navigation ul {
    padding: 0;
    margin: 0;
}

#navigation ul li ul li {
    display: block;
    cursor: pointer;
    border-bottom: 1px solid #CDDDFF;
    padding-top: 0.2em;
    text-indent: 1em;
    margin-top: 0.2em;
}

#navigation ul li ul li:hover {
/*border-top: 2px solid #CDDDFF;*/
    padding-top: 0.2em;
    text-indent: 1.4em;
}

#navigation ul li ul li a {
    display: block;
    width: 17em;
}

/**** }}} ******************** END NAVIGATION ***************************/

/**** {{{ ******************** START FORM FIELDS **************************/
/*
input css:
input.[text|password|checkbox|radio|submit|reset|file|button]
textarea.textarea 
*/

input, .formfield, textarea, button {

    vertical-align: middle;
    margin: 1px; /*background-color: #516FAB;*/
    background-color: #eeeded;
    border: 2px solid #81a3cb;
    color: #282b9a;
}

input[type=submit], button[type=submit]
{
    /*color: #ff9900;*/
}

input[type=reset], input.reset {
color: #68696a;
}

/**** }}} ******************** FORM FIELDS ***************************/

.maintable {
    border: 1px solid #0057B7; /*background: #dae6f5;*/
    color: #0057B7;
}

h1, h2, h3, h4, h5, h6 {
    color: #0057B7;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #0057B7;
    text-decoration: none;
}


hr {
    color: #0057B7;
    height: 1px;
    border-top: 1px #0057B7 solid;
}

div .success {
    padding: 5px;
    margin: 5px;
    border: 2px solid white;
    background: #b5f7b6;
}

div .error {
    padding: 5px;
    margin: 5px;
    border: 2px solid red;
    background: #ff9da1;
}

.tabbing_row {
    background: #516FAB;
    color: #dae6f5;
    text-indent: 5px;
    height: 20px;
}

.tabbing_active {
    border: 1px solid #0057B7;
    background: #dae6f5;
    color: #0057B7;
    border-bottom: 0;
    text-align: center;
}

.tabbing_passive {
    text-align: center;
}

.tabbing_passive a {
    color: #dae6f5;
}

#footer {
    clear: both;
    float: right; /*margin-top: 2em;*/
    background: url('bg_high_bottom.jpg');
    height: 180px;
    padding-top: 10px;
    margin: 0;
    width: 100%;
}

#fspacer {
    display: none;
    visibility:hidden;
    height: 1.5em;
    background: orange;
}

/* deprecated stuff */
#adminPanel {
    position: absolute;
    left: -770px;
    top: 66px;
    width: 200px;
    padding: 5px;
    z-index: 100;
}

#searchBar {
    position: absolute;
    left: 520px;
    top: 125px;
    width: 468px;
    height: 60px;
    text-align:center;
}

#searchBar input[type=text] {
    vertical-align: middle;
    width: 230px;
}

#searchBar label
{
    display: inline-block;
    width: 120px;
}

#footer ul
{
    text-align: left;
    padding: 0;
    margin: 5px;
    display: inline-block;
}

#footer ul li span
{
    font-weight: bolder;
}

#footer ul li
{
    display: inline-block;
    width: 17em;
    float: left;
}

#footer, #footer a
{
    color: #fff;
}


#footpanel {
	position: fixed;
	bottom: 0; left: 0;
	z-index: 9999; /*--Keeps the panel on top of all other elements--*/
	background: #e3e2e2;
	border: 1px solid #c3c3c3;
	border-bottom: none;
	width: 94%;
	margin: 0 3%;
}

*html #footpanel { /*--IE6 Hack - Fixed Positioning to the Bottom--*/
	margin-top: -1px; /*--Prevents IE6 from having an infinity scroll bar - due to 1px border on #footpanel--*/
	position: absolute;
	top:expression(eval(document.compatMode &&document.compatMode=='CSS1Compat') ?documentElement.scrollTop+(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));
}
#footpanel ul {
	padding: 0; margin: 0;
	float: left;
	width: 100%;
	list-style: none;
	border-top: 1px solid #fff; /*--Gives the bevel feel on the panel--*/
	font-size: 1.1em;
}
#footpanel ul li{
	padding: 0; margin: 0;
	float: left;
	position: relative;
}
#footpanel ul li a{
	padding: 5px;
	float: left;
	text-indent: -9999px; /*--For text replacement - Shove text off of the page--*/
	height: 16px; width: 16px;
	text-decoration: none;
	color: #333;
	position: relative;
}
html #footpanel ul li a:hover{	background-color: #fff; }
html #footpanel ul li a.active { /*--Active state when sub-panel is open--*/
	background-color: #fff;
	height: 17px;
	margin-top: -2px; /*--Push it up 2px to attach the active button to sub-panel--*/
	border: 1px solid #555;
	border-top: none;
	z-index: 200; /*--Keeps the active link on top of the sub-panel--*/
	position: relative;
}


#footpanel a.home, #footpanel .lyrixCount, #footpanel .userCount {
	background: url("/resources/footer/home.png") no-repeat 15px center;
	width: 80px;
	padding-left: 40px;
	border-right: 1px solid #bbb;
	text-indent: 0; /*--Reset text indent since there will be a combination of both text and image--*/
}

#footpanel .lyrixCount
{
    border-left:1px solid #bbb;
    font-weight:bold;
    background: url("/resources/footer/scripts-text.png") no-repeat 15px center;    
}

#footpanel .userCount
{
    font-weight:bold;
    background: url("/resources/footer/users.png") no-repeat 15px center;
}

a.profile{ background: url("/resources/footer/user.png") no-repeat center center;  }
a.editprofile{ background: url("/resources/footer/wrench_screwdriver.png") no-repeat center center; }
a.contacts{ background: url("/resources/footer/address_book.png") no-repeat center center; }
a.messages{ background: url("/resources/footer/mail.png") no-repeat center center; }
a.playlist{ background: url("/resources/footer/document_music_playlist.png") no-repeat center center; }
a.videos{ background: url("/resources/footer/film.png") no-repeat center center; }
a.alerts{ background: url("/resources/footer/newspaper.png") no-repeat center center; }
a.textAdd{ background: url("/resources/footer/plus.png") no-repeat center center; }
a.forum{ background: url("/resources/footer/forum-bubble.png") no-repeat center center; }
#footpanel a.chat{
	/*background: url("/resources/footer/balloon.png") no-repeat 15px center;*/
	width: 140px;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	padding-left: 40px;
	text-indent: 0; /*--Reset text indent since there will be a combination of both text and image--*/
}
#footpanel li#chatpanel,
#footpanel li#alertpanel,
#footpanel li#useronline {	float: right; }  /*--Right align the chat and alert panels--*/

#footpanel ul {
	padding: 0; margin: 0;
	float: left;
	width: 100%;
	list-style: none;
	border-top: 1px solid #fff; /*--Gives the bevel feel on the panel--*/
	font-size: 1.1em;
}
#footpanel ul li{
	padding: 0; margin: 0;
	float: left;
	position: relative;
}
#footpanel ul li a{
	padding: 5px;
	float: left;
	text-indent: -9999px; /*--For text replacement - Shove text off of the page--*/
	height: 16px; width: 16px;
	text-decoration: none;
	color: #333;
	position: relative;
}
html #footpanel ul li a:hover{	background-color: #fff; }
html #footpanel ul li a.active { /*--Active state when sub-panel is open--*/
	background-color: #fff;
	height: 17px;
	margin-top: -2px; /*--Push it up 2px to attach the active button to sub-panel--*/
	border: 1px solid #555;
	border-top: none;
	z-index: 200; /*--Keeps the active link on top of the sub-panel--*/
	position: relative;
}

#footpanel a small {
	text-align: center;
	width: 70px;
	background: url("/resources/footer/pop_arrow.gif") no-repeat center bottom;
	padding: 5px 5px 11px;
	display: none; /*--Hide by default--*/
	color: #fff;
	font-size: 1em;
	text-indent: 0;
}
#footpanel a:hover small{
	display: block; /*--Show on hover--*/
	position: absolute;
	top: -35px; /*--Position tooltip 35px above the list item--*/
	left: 50%;
	margin-left: -40px; /*--Center the tooltip--*/
	z-index: 9999;
}

#footpanel ul li div a { /*--Reset link style for subpanel links--*/
	text-indent: 0;
	width: auto;
	height: auto;
	padding: 0;
	float: none;
	color: #00629a;
	position: static;
}
#footpanel ul li div a:hover {	text-decoration: underline; } /*--Reset link style for subpanel links--*/

#footpanel .subpanel {
	position: absolute;
	left: 0; bottom: 27px;
	display: none;	/*--Hide by default--*/
	width: 198px;
	border: 1px solid #555;
	background: #fff;
	overflow: hidden;
	padding-bottom: 2px;
}
#footpanel h3 {
	background: #526ea6;
	padding: 5px 10px;
	color: #fff;
	font-size: 1.1em;
	cursor: pointer;
}
#footpanel h3 span {
	font-size: 1.5em;
	float: right;
	line-height: 0.6em;
	font-weight: normal;
}
#footpanel .subpanel ul{
	padding: 0; margin: 0;
	background: #fff;
	width: 100%;
	overflow: auto;
}
#footpanel .subpanel li{
	float: none; /*--Reset float--*/
	display: block;
	padding: 0; margin: 0;
	overflow: hidden;
	clear: both;
	background: #fff;
	position: static;  /*--Reset relative positioning--*/
	font-size: 0.9em;
}

#chatpanel .subpanel li { background: url("/resources/footer/dash.gif") repeat-x left center; }
#chatpanel .subpanel li span {
	padding: 5px;
	background: #fff;
	color: #777;
	float: left;
}
#chatpanel .subpanel li a img {
	float: left;
	margin: 0 5px;
}
#chatpanel .subpanel li a{
	padding: 3px 0;	margin: 0;
	line-height: 22px;
	height: 22px;
	background: #fff;
	display: block;
}
#chatpanel .subpanel li a:hover {
	background: #3b5998;
	color: #fff;
	text-decoration: none;
}


#alertpanel .subpanel { right: 0; left: auto; /*--Reset left positioning and make it right positioned--*/ }
#alertpanel .subpanel li {
	border-top: 1px solid #f0f0f0;
	display: block;
}
#alertpanel .subpanel li p {padding: 5px 10px;}
#alertpanel .subpanel li a.delete{
	background: url("/resources/footer/delete_x.gif") no-repeat;
	float: right;
	width: 13px; height: 14px;
	margin: 5px;
	text-indent: -9999px;
	visibility: hidden; /*--Hides by default but still takes up space (not completely gone like display:none;)--*/
}
#alertpanel .subpanel li a.delete:hover { background-position: left bottom; }
#footpanel #alertpanel li.view {
	text-align: right;
	padding: 5px 10px 5px 0;
}

#_admin_panelcontent{
    position: absolute; left: 1020px; top: 205px;
}

/** font-size settings **/

h1, h2, h3, h4, h5 { margin: 0; margin-top: 5px; margin-bottom: 5px;   }


.melink, .melinkPic	{
            font-family: "Verdana", "Arial", sans-serif;
			font-weight: bold;
}

.melinkPic:hover {
			font-family: "Verdana", "Arial", sans-serif;
			font-weight: bold;
		}

.melink:hover	{
			font-family: "Verdana", "Arial", sans-serif;
            font-weight: bold;
		}

p
{
    font-family: "Verdana", "Arial", sans-serif;
}
pre
{
    font-family: "Courier New", "Courier", Monospace;
}

input.text, input.password,
input.checkbox, input.radio, input.submit, input.reset,
input.file, input.button, textarea.textarea
{
    font-family: "Verdana", "Arial", Sans-Serif;
    font-size: 1em;
}

input, .formfield, textarea
{
    font-family: "Verdana", "Arial", Sans-Serif;
    font-size: 1em;
}

input.submit
{
    font-size: 1.1em;
    font-weight: bold;
}

input.reset
{
    font-weight: bold;
}

.maintable {
				font-family: "Verdana", "Arial", sans-serif;
                font-size: 110%;
			}


.tabbing_row
{
			font-family: "Verdana", "Arial", sans-serif;
			font-weight: bold;
}

.tabbing_active
{
    font-family: "Verdana", "Arial", sans-serif;
    font-size: 110%;
}

#box_login_out #loginoutbox,
#box_login_out #loginoutbox:hover
{
	font-family: "Verdana", "Arial", sans-serif;
}


#box_login_out #loginoutbox .autologindel
{
	font-weight: bold;
}

.counterList li {display: block }
.counterList li:before {content: counter(start) ". "; counter-increment: start}
/* taken from http://www.timrivera.com/tests/ol-start.html */