﻿/* 
Mediaburst Textburst Blue Theme

Author: Martin Steel / Mediaburst Ltd.
Copyright: Mediaburst Ltd.

This Stylesheet is designed to work with a sites main stylesheet to apply a theme
*/
body { background: url("images/header-fade.png") repeat-x scroll 0 0 #FFFFFF; }
a, .quoteopen, .quoteclose { color: #39C; }
h2>a, h2>a:visited { color: #333; text-decoration: none;}
h2>a:hover { color: #39C; }
#menu { background-color: #39C;text-shadow: 1px 1px #069;}
#submenu { background-color: #17A; text-shadow: 1px 1px #069;}
#footer { background: url("/images/squares-f6f6f6.gif") repeat-x scroll left top transparent; }
#balance { background-color: rgb(0,9,18); background: rgba(0,9,18,0.8); color: #fff; }

#related .relateditem strong, .sent-message-meta { color: #17A; }
#related .relateditem em { color: #666; }

#header .name, #outheader h1 { color: #39C; }
#header p { clear: both; }

#menu li.selected  { background-color: #17A; }

.tablenav ol li.selected { color: #39c;}
.tabletabs span.count { color: #39c; }    

/* Logged Out */
#loggedout-content .blurb { background-image: url(images/background-speech.gif); }
#loggedout-content .blurb span { background-image: url(images/bird-speech.gif); }

table { border-style: none; border-collapse: collapse; }
td, td, .gridfooter{ border-style: none; border-bottom: 1px solid #efefef; }
th, th a { background-color: #efefef; color: #000000; font-weight: bold; text-decoration: none; }

.section div.field span.error, .section div.inlinefield span.error{
    background: #FEFFBF;
 	clear: both;
 	color: #000;
 	display: block;
 	float: left;
 	font-size: 12px;
 	font-weight: normal;
 	margin: 5px 0 10px 160px;
 	padding: 2px 4px;
 	width: 222px;
 	}


