
/* Window GUI definitions */

/* Colors for the scroll bar is defined in here. 191919 efefef*/
BODY {
	SCROLLBAR-FACE-COLOR: #660000 ; MARGIN: 0px; SCROLLBAR-HIGHLIGHT-COLOR: #990000; 
	SCROLLBAR-SHADOW-COLOR: black; COLOR: #fff; SCROLLBAR-3DLIGHT-COLOR: #cc6666; SCROLLBAR-ARROW-COLOR: white; SCROLLBAR-TRACK-COLOR: #530000; SCROLLBAR-DARKSHADOW-COLOR: #4b0d0c;
	background-color: #c6c6c6; background-image: url(../images/bg_pc.gif);
}

/* Styles for hyperlinks */
A:link    { COLOR: #ff9999; text-decoration: none;}
A:visited { COLOR: #ff9999; text-decoration: none; }
A:active  { COLOR: #ff9999; text-decoration: none; }
A:hover   { COLOR: #FFFFFF; text-decoration: underline;}


/* missing style */
/* comes before winbox titlebar and body*/
TABLE.winbox_title{
	border:0; border-spacing: 0; padding:0;
}

/* Style for the _title bar_ of a "window" box */
TD.winbox_titlebar{
	 background-color: #930D0D; border=0;
	 BORDER-RIGHT: black 1px solid; BORDER-TOP: #cc6666 1px solid; 
	 BORDER-LEFT: #cc6666 1px solid; BORDER-BOTTOM: #660000 1px solid;
	 FONT: bolder 15px Verdana, Geneva, Arial, Helvetica, sans-serif;
	 text-align: center;
}

/* Style for the _body_ of a "window" box. 712D2D*/ 
TD.winbox_body{
	background-color: #730D0D; border=0; 
	BORDER-RIGHT: #990000 1px solid; BORDER-TOP: black 1px solid; BORDER-LEFT: #380706 1px solid; BORDER-BOTTOM: #990000 1px solid; 
	FONT: 12px Verdana, Geneva, Arial, Helvetica, sans-serif; 
	PADDING-LEFT: 5px; PADDING-RIGHT: 5px; PADDING-TOP: 5px; PADDING-BOTTOM: 5px; 
}



/* Style for a "window" box without a title bar. 
     Great for headers and footers. */
TD.winbox_body_titleless{
	background-color: #510D0D; border=0;
	BORDER-RIGHT: black 2px solid; BORDER-TOP: black 2px solid; 
	BORDER-LEFT: black 2px solid; BORDER-BOTTOM: black 2px solid;
	FONT: bolder 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	PADDING-LEFT: 5px; PADDING-RIGHT: 5px; PADDING-TOP: 5px; PADDING-BOTTOM: 5px;  
}

/* Style for extending the lower border area of "winbox_body_titleless". 
   This style is typically used for the "Now Playing" box. */
TABLE.winbox_titleless_extension{
    	FONT: 12px Verdana, Geneva, Arial, Helvetica, sans-serif; 
    	background-color: #000000 ; border=0;
   	PADDING-LEFT: 5px; PADDING-RIGHT: 5px; 
   	text-align: left; vertical-align: middle;
}



/* Intended for embebbed tables */
TABLE.embedded_table{
	FONT: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}


