
/* Window GUI definitions */

/* Colors for the scroll bar is defined in here. 191919 efefef*/
BODY {
	background-color:#98e0e0;
	background-image: url(http://mariomedia.net/layout/images/tile_bg_body.png);
	background-repeat: repeat;
	margin: 0px;
}

/* Styles for hyperlinks */
A:link    { COLOR: #383838; text-decoration: none;}
A:visited { COLOR: #383838; text-decoration: none; }
A:active  { COLOR: #383838; text-decoration: none; }
A:hover   { COLOR: #FF0000; 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-image:url(layout/images/titlebarbg.gif);
	 BORDER-RIGHT: 0px; BORDER-TOP: 0px; 
	 BORDER-LEFT: 0px; BORDER-BOTTOM: 0px;
	 text-align: center;
	 FONT: bolder 15px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* Style for the 'Other Stations' of a "window" box */
TD.winbox_titleaff{
	 background-image: url(layout/images/headaff.jpg);
	 BORDER-RIGHT: 0px; BORDER-TOP: 0px; 
	 BORDER-LEFT: 0px; BORDER-BOTTOM: 0px;
	 text-align: center;
	 FONT: bolder 15px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* Style for the 'Now Playing' of a "window" box */
TD.winbox_titleplay{
	 background-image: url(layout/images/headplay.jpg);
	 BORDER-RIGHT: 0px; BORDER-TOP: 0px; 
	 BORDER-LEFT: 0px; BORDER-BOTTOM: 0px;
	 text-align: center;
	 FONT: bolder 15px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* Style for the 'News' of a "window" box */
TD.winbox_titlenews{
	 background-image: url(layout/images/headnews.jpg);
	 BORDER-RIGHT: 0px; BORDER-TOP: 0px; 
	 BORDER-LEFT: 0px; BORDER-BOTTOM: 0px;
	 text-align: center;
	 FONT: bolder 15px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* Style for the 'Main Menu' of a "window" box */
TD.winbox_titlemenu{
	 BORDER-RIGHT: 0px; BORDER-TOP: 0px; 
	 BORDER-LEFT: 0px; BORDER-BOTTOM: 0px;
	 text-align: center;
	 FONT: bolder 15px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* Style for the _body_ of a "window" box. FF0000*/ 
TD.winbox_body{
	BORDER-RIGHT: 0px; BORDER-TOP: 0px; 
	BORDER-LEFT: 0px; BORDER-BOTTOM: 0px; 
	FONT: 12px Verdana, Geneva, Arial, Helvetica, sans-serif; 
	PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px; PADDING-BOTTOM: 0px; 
}

/* Style for a "window" box without a title bar. 
     Great for headers and footers. */
TD.winbox_body_titleless{
	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: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px; PADDING-BOTTOM: 0px;  
}

/* 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; 
   	PADDING-LEFT: 0px; PADDING-RIGHT: 0px; 
   	text-align: left; vertical-align: middle;
}



/* Intended for embebbed tables */
TABLE.embedded_table{
	FONT: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.xiinet_footer {
	font-size: 10px;
}

.secondBG {
	background: url(http://mariomedia.net/layout/images/background.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

.title {
height: 50px;
}

.post {
color: #424242;
background-image: url(http://mariomedia.net/layout/images/newsbg_mid.png);
text-decoration: none;
text-align: left;
font-family: verdana;
font-size: small;
margin: 0px;
}

.topicfooter {
color: #424242;
background-image: url(http://mariomedia.net/layout/images/newsbg_mid.png);
text-decoration: none;
text-align: right;
font-family: verdana;
font-size: smaller;
font-style: italic;
margin: 0px;
}

.footer {
height: 53px;
}

.alt-left {
text-align: left;
}
.alt-center {
text-align: center;
}
.alt-right {
text-align: right;
}

.credit {
margin: 0px;
list-style: none;
display: block;
width: 670px;
color: #fff;
padding: px;
border: 0px solid #838383;
background-image: url(/layout/images/title_news.png);
text-decoration: none;
text-align: left;
font-family: verdana;
font-size: smaller;
}
