﻿/* 
Mediaburst Textburst Style 2010

Author: Martin Steel / Mediaburst Ltd.
Copyright: Mediaburst Ltd.
*/

/* HTML Tags*/
h1 { font-size: 2em; margin: 15px 0px;}
h2 { font-weight: bold; font-size: 1.5em; margin: 10px 0px;}

textarea {  height: 100px; font: 14px/1.4 Arial, Helvetica, sans-serif; color: #333;}

table { width: 100%; clear: both;}
th { padding: 5px; text-align: left;}
	th span.error  	{
		background: #FEFFBF;
 	 	clear: both;
 	 	color: #000;
 	 	display: block;
 	 	float: left;
 	 	font-size: 12px;
 	 	font-weight: bold;
 	 	margin: 5px 0 0 0;
 	 	padding: 2px 4px;
	}
td { padding: 10px 5px; font-size: 0.9em; word-wrap: break-word; }

ul { margin: 0px; padding: 0px;}

fieldset { clear: left; }

/* Template items */
#accountmenu, #accountmenu *, #footermenu, #footermenu * {margin:0; padding:0; list-style:none; display:inline; }
#accountmenu, #footermenu { display:block; overflow:hidden; zoom:1; text-align: right;  float: right;}
#accountmenu a, #footermenu a { position:relative; right:-1px;  padding:0px 8px; border-right: 1px solid #888; } 
#header { height: 80px; margin: 0px; padding: 4px 0px 0px 0px;}

#menu { font-size: 1.2em; display: block; float: left; width: 100%; }
#submenu { display: block; float: left; width: 100%; }
#menu ul, #submenu ul, #menu ul *, #submenu ul * {margin:0; padding:0px 9px; list-style:none; }
#menu li, #submenu li { display:block; float:left; margin: 0; padding: 0px 6px; }
#menu li a, #submenu li a { color: #ffffff; text-decoration: none; padding: 4px 6px; display: block;}
#submenu li.selected a { text-decoration: underline; }
#header p {padding-left: 15px; color: #888888; }
#header p em { font-style: italic;}
#footer { height: 30px; margin: 10px; padding-top: 10px; font-size: 0.8em; clear: both;}
#footer p {float: left; margin: 0px; padding: 0px;}

#contentholder {float: left; width: 100%; margin: 0px; padding: 0px; }
#content { margin: 0px 270px 15px 15px; min-height: 400px; }
#related { width: 250px; float: left; margin: 15px 0px 0px -260px; padding: 0px 5px 0px 5px; }
	#related p { margin: 10px 0px;}
	#related a { padding-right: 20px; }
		#related a.external { padding-right: 15px; background: transparent url(/images/external_link.png) no-repeat scroll center right; }
		#related a.csv { background: transparent url(/images/page_excel.png) no-repeat scroll center right; }
		#related a.email { background: transparent url(/images/email.png) no-repeat scroll center right; }
		#related a.report { background: transparent url(/images/report.png) no-repeat scroll center right; }

	#related h2 { margin-top: 35px;}
		#related h2.sendrelated { margin-top: 48px; }
		#related h2.subhead { margin-top: 50px;}
	#related>p>strong { font-weight: bold; margin: 0px; padding: 0px; display: block;}
	#related>p>em { font-style: italic; margin: 0px; padding: 0px; display: block;}
	
	#related .alert { padding: 10px; margin-bottom: 10px; }
		#related .alert a.ok { float: right; margin: -10px -20px 10px 10px; text-decoration: none; font-size: 0.9em; }

	
#balance 
{
	position: relative;
	width: 260px;
	float: right;
	margin-top: -4.5em;
	height: 4.5em;	
}
	#balance div { position: absolute; }
		#balance div.label { font-size: 1em; top: 23px; left: 7px; }
		#balance div.amount { font-size: 2em; top: 12px; left: 60px; text-align: right; width: 105px; font-weight: bold; text-shadow: 1px 1px #666; }
		#balance div.messages { font-size: 0.8em; top: 45px; left: 60px; text-align: right; width: 105px; font-style: italic; }
		#balance div.purchase { font-size: 0.8em; top: 25px; left: 170px; }

div.container { padding: 1px 10px 10px 10px;}
div.section
{ 
	background: #ffffff; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	padding: 5px 10px 10px 10px; 
	margin: 10px 0px 10px 0px; 
	overflow: auto;
}

	div.section div { padding: 0px; }
	div.section h2 { margin: 0px; padding: 0px; }
	div.section a.topright { float: right; margin-top: -30px;}

div.field { float: left; margin: 0px 0px 5px 0px; width: 95%; clear: both; }
	div.field>label { display: block; font-weight: bold; margin: 4px 15px 0px 0px; }
	div.field>input { display: block;}
		div.field>label.checkbox { width: auto; float: none;}
		div.field .checkbox input { margin-left: 165px; }
	
div.inlinefield { float: left; margin: 0px 20px 10px 20px; width: 95%; clear: both; }
	div.inlinefield>label { width: 150px; font-weight: bold; margin: 4px 15px 0px 0px; float: left; }
		div.inlinefield>label.checkbox { width: auto; float: none;}
		div.inlinefield .checkbox input { margin-left: 165px; }
		div.inlinefield .fieldvalue { float: left; margin-top: 4px; }

	div.field span.error, 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;*/
 	}

div.inlineform { float: left; margin: 0px 20px 10px 20px; width: 95%; clear: both; }

div.gridfooter { padding: 10px 8px;}
div.gridfooter .button { padding: 0px 2px;}
div.gridnavtop { padding-bottom: 0px; }
div.gridnavbot { padding: 30px 8px; }
	div.gridnavtop a[disabled="disabled"], div.gridnavbot a[disabled="disabled"] { color: #999; }

div.updateprogress 
{
	position: fixed;
	top: 40%;
	left: 40%;
	border: 2px solid #999;
	background: #EFEFEF url(/images/ajax-loader.gif) no-repeat scroll 50% 75px;
	padding: 20px 20px 40px 20px;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 	
	text-align: center;
	width: 200px;
	height: 45px;
	overflow: hidden;
    -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}

/* Page contents */
.floatcol { display: block; float: left; margin-right: 15px; }
.clearbox { clear: both; }
.floatcol h2 { float: left; }

label.line { display: block; }

/* Hide jQuery triggered controls */
.hidden { display:none; }

/* Search Box */
input.search { float: right; margin-bottom: 5px;}

/* Sub-Headings with links next to them */
h2.headingaction { float: left; display: block; width: auto; }
a.headingaction { float: right; display: block; padding-top: 5px; }

/* Headings with Add links */
h1.add { display: inline-block; }
h2.add { display: inline-block; }
a.add { margin-left: 10px;}
a.add img { vertical-align: text-bottom;}
/* Send Page*/
#mergefields li
{
	list-style-type: none;
	margin: 4px;
	padding: 2px 2px 2px 25px;
	width: 95px;
	cursor: pointer;	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #e1e1e1 url(/images/plus.png) no-repeat scroll top left;
}
#tags li
{
	float: left;
	list-style-type: none;
	margin: 20px 4px 4px 4px;
	padding: 2px 2px 2px 25px;
	width: 150px;
	background-color: #e1e1e1;
	cursor: pointer;	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #e1e1e1 url(/images/plus.png) no-repeat scroll top left;
}
#tags li span { font-weight: normal; color: #666; font-size: 0.9em; display: block;}

/* Send Page Message Box */
.send-row { display: block; float: left; width: 70%; clear: left; }
	.send-row textarea { width: 100%; padding: 0px; margin: 0px; }
	.send-chars strong, .send-msgs strong { font-weight: bold;}
	.send-chars { float: left; display: block; }
	.send-msgs { float: right; display: block; }
	
.send-tags { display: block; float: left; width: 30%; }
	.send-tags ul { margin-left: 15px;}
	.send-tags strong { margin-left: 18px; font-weight: bold; }
	
/* Send Page to box */
div.textboxlist { width: 70%; }
ul.textboxlist-bits 
{
	border-top-color: #c1c1c1;
	border-right-color: #c1c1c1;
	border-left-color: #e1e1e1;
	border-bottom-color: #e1e1e1;	
}
.textboxlist-livesearch-results { display: none; }
li.textboxlist-bit>.group { background: transparent url(/images/group.png) no-repeat scroll top left; padding-left: 20px; }
li.textboxlist-bit>.contact { background: transparent url(/images/user.png) no-repeat scroll top left; padding-left: 20px; }

/* Send page Group lightbox */
#pickgroup li  
{
	float: left; 
	width: 150px; 
	list-style-type: none; 
	margin: 5px; 
	padding: 2px 2px 2px 5px;
	background-color: #e1e1e1;
	cursor: pointer;	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	
}
#pickgroup li a { text-decoration: none; color: #000; display: block; }
#pickgroup li span { color: #666; font-size: 0.9em; display: block; }

/* Send Page Template lightbox */
#picktemplate li 
{
	list-style-type: none; 
	margin: 5px 5px 5px 0px; 
	padding: 4px 6px;
	background-color: #e1e1e1;
	cursor: pointer;	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#picktemplate li a { text-decoration: none; color: #000; display: block; }
#picktemplate li span { color: #666; font-size: 0.9em; display: block; }

/* Send Page from box */
#sender { overflow: visible; z-index: 6; }
#sender input { padding: 5px 0px; width: 180px; }
.ui-combobox-list { width: 180px; margin-top: 5px; }
.ui-combobox-item { padding: 5px; }

/* Sent Message Page*/
.sent-message-text { font-style: italic; margin: 10px 0px; line-height: 1.8em; }
.sent-message-meta { font-style: normal; margin-bottom: 20px;}
.quoteopen { font-size: 5em; line-height: 0; vertical-align: middle;}
.quoteclose { font-size: 5em; line-height: 0; vertical-align: bottom; }

#currentgrouplist li
{
	float: left;
	list-style-type: none;
	margin: 10px 4px 4px 4px;
	padding: 2px 2px 2px 5px;
	background-color: #e1e1e1;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	vertical-align:top;
}

#currentgrouplist a { margin-left: 2px; cursor: pointer;}

#currentgrouplist img { vertical-align:text-top; }

/* Group Delete Confirm LightBox */
#delconfirm li
{
	margin: 5px;
}
#delconfirm input
{
	margin-left: 10px;
}

.settingscontainer 
{
	width: 100%;
	overflow:hidden;
}

.settingsopt
{
	float: left;
	list-style-type: none;
	margin: 4px 20px 20px 4px;
	padding: 10px 10px 10px 10px;
	width: 200px;
	height: 150px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #EFEFEF;
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}

.settingsopt a
{
	color: #333;
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: block;
}

.settingsopt h2
{
	text-shadow: 1px 1px #eee;
}