/*  
Theme Name: Vibrant CMS
Theme URI: http://www.woothemes.com/
Description: Vibrant CMS by WooThemes
Version: 2.0.3
Author: WooThemes
Author URL: http://www.woothemes.com/
*/

h1, h2, h3, h4, h5, h6  {
	font-family:arial,sans-serif; /**Georgia, Times, serif;*/
	margin-top: 5px;
	margin-bottom: 5px;
}

a:hover { text-decoration: underline !important; }

/* STRUCTURE */

#wrap {

}

#header  {
	position: relative;
	font-family:arial,sans-serif;
	height: 125px;
}

#header h1.title  {
	font-size: 36pt;
	font-weight: normal;
	margin: 37px 0 0 0;
	line-height: 0.8em;
}

#header h1.title a  {
	text-decoration: none;
}

#header p.description  {
	font-size: 1.1em;
}

#rss  {
	position: absolute;
	top: 0;
	right: 0;
	padding: 8px 15px;
}

#rss a  {
	font-weight: bold;
	text-decoration: none;
	font-size: 0.9em;
	background: url(images/design/rss.gif) no-repeat center left;
	padding: 2px 0 2px 23px;
}

#nav  {
	position: absolute;
	top: 60px;
	right: 10px;
}

#featured  {
	padding-top: 10px;
        padding-bottom: -15px !important;        
}

#featured .buttons  {
	width: 200px;
}

*:first-child+html #featured .buttons  {
	margin: 0;
}

*html  #featured .buttons  {
	margin: 0;
}

#featured .buttons a.prev  {
	margin-right: 5px;
	height: 0;
	overflow: hidden;
	padding-top: 28px;
	width: 92px;
}

#featured .buttons a.next  {
	xz-index: 9999;
	margin-left: 5px;
	height: 0;
	overflow: hidden;
	padding-top: 28px;
	width: 92px;
}

.featimg img {
	top: 0px;
	left: 0px;
}

#steps  {
	height: 46px;
}

#steps ul  {
	margin: 12px 0 0 0;
	padding: 0;
}

#steps ul li  {
	display: inline;
	margin: 0 20px 0 0;
}

#steps ul li a  {
	color: #fff;
	font-size: 1.2em;
	text-decoration: none;
}

#content  {
	padding: 20px 0;
font-size:14px;
}

#content .moreinfo  {
	padding: 0 10px;
	width: 258px;
}

#content .moreinfo .more a  {
	font-weight: bold;
	text-decoration: none;
	padding: 2px 0 2px 20px;
}

#content .moreinfo .more a  {
	color: #4093ce;
}

#news  {
	position: relative;
}

#news a.feed  {
	position: absolute;
	top: 5px;
	right: 0;
}

#news ul  {
	margin: 0;
}

#news ul li  {
	list-style: none;
	margin: 0;
	padding: 5px 0 5px 20px;
	border-bottom: 1px solid #d8dcde;
	background: #fff url(images/design/greenarrow.gif) no-repeat center left;
}

#news ul li:first-child  {
	border-top: 1px solid #d8dcde;
}

#news ul li span.date  {
	margin-left: 10px;
}

#news ul li a  {
	font-weight: bold;
	text-decoration: none;
font-size: 12px !important;
}

#news p.more a  {
	font-weight: bold;
	margin: 0;
	text-decoration: none;
}

#bottom {
	padding: 10px 0px;
        font-size:14px;
}

#bottom p{
        font-size:12px !important;
        line-height:1.1 !important;
        margin: 0px !important;
        padding: 0px !important;
        margin-bottom: 14px !important; 
}

#newsletter  {
	color: #fff;
	padding-top: 5px;
}

#newsletter h3  {
	color: #fff;
}

#newsletter  p {
	margin-bottom: 5px !important;
        font-size: 12px !important; 
}

.textwidget p{
        font-size: 12px !important; 
}

#newsletterform label  {
	font-weight: bold;
	display: block;
	width: 60px;
	padding-top: 5px;
}

*:first-child+html #newsletterform label {
	width: 58px;
}

*html #newsletterform label {
	width: 55px;
}

#newsletter input.text  {
	height: 28px;
	width: 270px;
	border: none;
	margin-bottom: 8px;
	font-size: 1.8em;
	padding: 0 5px;
}

#footer  {
	height: 100px;
	font-family:arial,sans-serif;
	font-size: 1.1em;
	font-weight: normal;
}

#footer p  {
	padding-top: 15px;
	margin: 0;
	text-align: center;
}

#footer p a  {
	text-decoration: none;
       color: #333;
}
#footer img {
	vertical-align:middle;
}

/* NAVIGATION */

#nav ul  {

}

#nav ul li  {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0 !important;
}

#nav ul li a {
	margin: 0 11px;
}

#nav ul li a:link, #nav ul li a:visited  {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

#nav ul li a:hover  {

}

#nav ul li.current_page_item a,#nav ul li.current_parent a{
	color: #fe7f26 !important;
	text-decoration:none;
}
/* BLOG CSS */

.post .categories  {
	padding: 10px;
	margin-top: 50px;
}

.post .categories a  {
	font-weight: bold;
	text-decoration:none;
}

.post  {
	padding-top: 10px;
}

.post .date  {
	padding: 5px 0 0px 0px;
	font-size: 0.85;
	color:#666;
}

.post h2.title  {
	margin: 6px 0px 13px 0px;
	font-size: 24px !important;
	line-height: 1;
	font-weight: normal !important;
}

/*.post h2.title .date  {
	padding: 0 0 0 30px;
} */


.post h2.title a:link,.post h2.title a:visited  {
	text-decoration: none;
	color: #33a02c !important;
}

.post h2.title a:hover  {
	text-decoration: none !important;
	color:#32772d;
}

.post p.comments a  {
	padding: 0 0 0 22px;
	font-weight: bold;
	text-decoration: none;
	font-family:arial,sans-serif;
}

p.continue  {
	float: left;
	display: inline-block;
}

p.continue a  {
	font-weight: bold;
	text-decoration: none;

}

#postad  {
	width: 468px;
	height: 60px;
	padding: 10px 56px 10px 56px;
	margin-bottom: 20px;
}

a.adlink  {
	text-decoration: none;
	font-size: 10px;
	display: block;
	margin-top: -5px;
}

.asides  {
	margin: 25px 0;
}

.asidespost  {
	padding-left: 10px;
	font-size: 14px;
}

.asidespost .comments a  {
	font-weight: bold;
	text-decoration: none;
	padding-left: 3px;
}

#postnav  {
	margin-top: 30px;
}

*:first-child+html #postnav  {
	height: 1%;
}

*html #postnav  {
	height: 1%;
}

#postnav p.prev a  {
	padding: 2px 0 0 22px;
	font-weight: bold;
	font-family: arial,sans-serif;
	text-decoration: none;
	background: url(images/design/preventries.jpg) no-repeat bottom left;
	color: #000;
}

#postnav p.next a  {
	padding: 2px 22px 0 0;
	font-weight: bold;
	font-family: arial,sans-serif;
	text-decoration: none;
	background: url(images/design/nextentries.jpg) no-repeat bottom right;
	color: #000;
}

#sidebar  {
}

#tabbox  {
	margin-top: 20px;
	margin-bottom: 20px;
}

*:first-child+html #tabbox  {
	height: 1%;
}

*html #tabbox  {
	height: 1%;
}

#tabbox ul.idTabs  {
	height: 36px;
	margin: 0;
}

*html #boxes  {
	margin-top: -2px;
}

#tabbox ul.idTabs li {
	display: inline;
	list-style: none;
	margin: 0;
	font-size: 16px;
	font-family: arial,sans-serif;
	line-height: 36px;
}

#tabbox ul.idTabs li a:link, #tabbox ul.idTabs li a:visited  {
	text-decoration: none;
	padding: 9px 13px 9px 13px;
}

#boxes ul  {
	margin: 0;
}

#boxes ul li {
	background: url(images/design/greenarrow.gif) no-repeat center left !important;
	list-style: none;
	padding: 6px 0 6px 23px;
	margin: 0 0 0 10px;
	font-size: 14px;
	font-family: arial,sans-serif;	
}

#boxes ul li:first-child  {
	background: none;
}

#boxes ul li a:link, #boxes ul li a:visited   {
	text-decoration: none;  
}

#leftwidget  {
	width: 159px;
	padding-right: 10px;
	margin-right: 0;
}

.widgetlist  h3  {
	margin: 0 0 7px 0;
	padding: 5px 0 5px 10px;
	font-weight: normal;
	font-size: 16px;
}

.grid_10 h2{
	font-size: 20px !important;
}

/*.grid_10 p{
font-size: 14px !important;
}*/

.widgetlist ul  {
	margin: 0 0  20px 0;
}

.widgetlist ul li  {
	margin: 0;
	padding: 4px 0 4px 10px;
	list-style: none;
	font-size: 14px;
	font-family: arial,sans-serif;
}

.widgetlist ul li a:link, .widgetlist ul li a:visited  {
	text-decoration: none;
}

/* Pageitem */

div.crop {
        width: 960px;
        height: auto;
        overflow: hidden;
}

div.widearea {
        width: 10000px; 
        height: auto;
}

div.widearea div {
        height: auto;
        display: block;
        float: left;
}
div.widearea .pageitem { 
	width:960px;
        line-height: 1.1 !important;
        font-size: 14px !important;
}

div.widearea .pageitem p{ 
	padding: 0px !important;
        margin: 0px !important;
        margin-bottom: 14px !important;  
}

.widget{
	padding: 15px 0px 0px 0px;
}

/* POST ENTRY */

.entry { margin-bottom:0px;}
.divide{
	margin: 0px auto 0px;
	padding: 0px 0px 19px 0px; 
	background:url(images/divider.gif) repeat-x top left;
	width:400px;
	height: 16px;
}

.entry h3 {
	font-weight: normal !important;
	font-size: 20px !important;
}
.entry h4 {
	font-weight: normal !important;
	font-size: 18px !important;
}
.entry p{
	text-align:left;
	font-size:14px !important;/*12px*/
	line-height:20px !important;
	}
.entry a:hover {
	color: #000;
	text-decoration: none !important;
}	
.entry blockquote { 
	padding: 0px 10px;
	border-left: 2px solid #777777;
	margin: 5px auto 15px auto;
	width:85%;
	color: #777777;
	font-style: italic;
	}
.entry blockquote p {
	font-size:14px; /*12px*/
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 20px;
	}
.entry img { 
	padding: 2px 2px 2px 2px;
	border: solid 1px #777; 
	}
.entry ul, .entry ol {
	margin-bottom:15px;
	font-size:14px;/*12*/
	line-height:20px;
	}
.entry ul li ul, .entry ol li ol{
	margin-bottom:0px;
	padding-top:3px;
	}
.entry ul li {
	list-style:circle inside !important;
	margin-left:15px;
	padding:3px 0px;
	}
.entry ul li ul li {
	list-style:disc inside !important;
	}

#cont li.listc {
	list-style:none;
	margin-left:0px;
	padding:0px;
	}
#cont li.listc ul li {
	list-style:none;
	}


.entry ol li {
	list-style:decimal inside !important;
	font-size:14px;/*12*/
	padding:3px 0px;
	}
.entry ol li ol li {
	list-style:decimal-leading-zero inside !important;
	}

.special p{
	clear: none !important;	
}

/* COMMENTS */

#comments h2  {
	margin: 0px 0px 20px;
	font-size: 24px !important;
	line-height: 24px;
	font-weight: normal !important;
}
.commentlist li {
	list-style: none;
	margin: 0px;
	padding: 10px;
}
.commentlist p {
	margin-bottom:10px;
}
.commentlist .gravatar {
	float:left;
	margin: 0px 10px 0px 0px;
}
.commentlist cite {
	font-weight: bold;
	font-size: 14px;
	font-style: normal;
}
.commentlist cite a:hover {
	text-decoration: none !important;
}
.commentlist .metadata {
	color:#000 !important;
	text-decoration: none !important;
	font-weight: normal !important;
}	
.commentlist .metadata:hover {
	text-decoration: underline !important;
}
#commentform input {
	padding: 5px;
	margin-right: 10px;
}
#commentform textarea {
	padding: 5px;
}

.commentlist .children li { /* threaded comments */
	border:none !important;
	padding:10px 0 0px !important;
	margin:20px !important;
}
#respond{ /* threaded comments */
	margin-top:10px;
}

/* STYLES */



.bordered  {
	border: 1px solid #000;
}

.floatleft  {
 float: left;
}

.floatright  {
	float: right;
}

.alignright  {
	text-align: right;
}

.alignr  {
	text-align: right;
}



/* DROP DOWN PAGE NAVIGATION */

#pagenav, #pagenav ul{
	padding: 0;
	float:left;
	list-style: none;
		z-index: 100;

}
#pagenav {
	padding: 0;
}
#pagenav a {
	display: block;
		z-index: 100;

}
#pagenav li {
	float: left;
	line-height:33px;	
}
#pagenav li a:hover {
	background: none;
}
#pagenav li ul {
	position: absolute;
	width: 15em;
	left: -999em;
	float:right;
	padding-top:1px;
}
#pagenav li:hover ul, #pagenav li.sfhover ul {
	left: auto;
	z-index:1000;	
}
#pagenav li ul li {
	line-height:28px;	
	width:15em;
	padding-right: 5px;
}
#pagenav li:hover, #pagenav li.hover {
    position: static;
}
#pagenav li ul ul {
	margin: -29px 0 0 -15em;
}
#pagenav li:hover ul ul, #pagenav li.sfhover ul ul {
	left: -999em;
}
#pagenav li:hover ul, #pagenav li li:hover ul, #pagenav li.sfhover ul, #pagenav li li.sfhover ul {
	left: auto;
}
#pagenav li:hover ul ul, #pagenav li:hover ul ul ul, #pagenav li.sfhover ul ul, #pagenav li.sfhover ul ul ul {
	left: -999em;
}
#pagenav li:hover ul, #pagenav li li:hover ul, #pagenav li li li:hover ul, #pagenav li.sfhover ul, #pagenav li li.sfhover ul, #pagenav li li li.sfhover ul {
	left: auto;
} 


/* IE7 Fix */




/* Account Forms - widebar */
.wide form{background: #f1f8f2; /*#ebf2f8;*/ padding: 15px 14px; margin: 0 0 25px 0;}
.wide form ul li{position: relative; background: url(images/input_text_widebar.png) no-repeat; list-style:none;list-style-type:none;list-style-image:none;margin:0;padding:0;margin-bottom: 5px; color: #7ba3b6; clear:both; width: 100%; height: 38px; line-height: 38px; font-size: 14px; color: #304C65;}
li#tret{list-style:none;}
.wide form ul li.selectBox{position: relative; background: url(images/input_select_widebar.png) no-repeat; margin-bottom: 5px; color: #7ba3b6; clear:both; width: 100%; height: 38px;}
.wide form ul li.oops{background: url(images/input_text_widebar_oops.png) no-repeat;}
.wide form ul li.oops label {}
.wide form ul li .oopsDescription {height:20px; color:#c32424; font-weight:700; font-size:12px; padding: 4px 0 0 25px; margin: 0 0 0 125px; background:url(images/oops.png) no-repeat;}
.wide form ul li.errorMessage{background: transparent; padding:0 0 0 70px; font-size:16; color:#c32424;}
.wide form ul li label{font-weight:bold; font-size: 14px; text-indent: 10px; line-height: 36px; display:block; float:left; width: 195px; color:#6a9429; /*5c7c98;*/margin-right:2px;}
.wide form ul li label#tos{font-size:12px; width:auto; font-weight:normal; text-indent:2px;}
.wide form ul li label#tos a{color:#4c99db; font-weight:700;}
.wide form ul li input{float:left;width: 375px; background: none; border:none; margin: -30px 0px 0px 205px; font-size: 14px; color: #9db873; /*5D7D99;*/ letter-spacing:1px;}
.wide form ul li input#tos{width: 15px; margin:0px 10px 10px 10px !important;}
.wide form ul li input#file{letter-spacing:normal;}
.wide form ul li.checkbox input{float:left; width: 15px; background: none; border:none; margin: 10px; font-size: 14px; color: #5D7D99; letter-spacing:1px;}
.wide form ul li input.checkbox {margin-left: 0px;}
.wide form ul li select {margin:0; width:395px; height:40px; padding:7px 5px 5px 5px; font-size:12px; font-weight:700; font-family:Helvetica, Arial, sans-serif; color:#26333f;}
.wide form ul li select option {padding: 10px;}
.wide form ul li.noLabel {background: url(images/input_text_widebar_noLabel.png) no-repeat;}
.wide form ul li.noField {background: url(images/input_text_widebar_noField.png) no-repeat;}
.wide form ul li .subLink {float: right; height: 38px; line-height: 38px; margin: 0 10px 0 0; font-size: 12px;}

.wide form ul li.area{background: url(images/input_area_widebar_middle.png) repeat-y; height:auto;}
.wide form ul li.area label{display:block; float:none; background: url(images/input_area_widebar_top.png) no-repeat top left; width: 100%;}
.wide form ul li.area textarea{width: 96%; background: transparent; border:none; height: 150px; margin: 0% 2%; display:block; clear:both; display:block; color: #9db873; letter-spacing:1px;} 
.wide form ul li.area .bottom{clear:both; background: url(images/input_area_widebar_bottom.png) no-repeat bottom left; height: 7px;}
.wide form button.submit {border:none;background: url(images/submit.png) no-repeat; width: 100px; height: 43px; margin:0 auto; display:block;}
.wide form button.submit:hover {background-position: bottom left;}
.wide form button.submit span {display:none;}
.wide form button.cancel {background: url(images/cancel.png) no-repeat; width: 100px; height: 43px; margin:0 auto; display:block;}
.wide form button.cancel:hover {background-position: bottom left;}
.wide form button.cancel span {display:none;}

.wide form .buttons {text-align: center; margin-bottom: 5px;}
.wide form .buttons button {border: none; background: none; overflow: visible; padding: 0; display: inline;}
.wide form .buttons button.submit {background: url(images/submit.png) no-repeat; width: 100px; height: 43px; }
.wide form .buttons button.submit:hover {background-position: bottom left;}
.wide form .buttons button.cancel {background: url(images/cancel.png) no-repeat; width: 100px; height: 43px; margin:0 auto;}
.wide form .buttons button.cancel:hover {background-position: bottom left;}

.wide form ul li.checkbox {background: none;}
.wide form ul li.checkbox label {width: 550px;}
.wide form ul li.checkbox .description {margin-left: 45px;}

.wide form h4 {font-size: 16px; font-weight: normal; margin: 0 0 20px 0; color: #304C65;}
.wide form h4.alt {font-size: 22px; font-weight: normal; margin: 5px 0 30px 3px; color: #304C65;}

.wide form .picture{margin-left:225px;}
.wide form .message{padding-bottom:15px;}
.wide form .fileContainer{position:relative; top:-5px;}


.conf-msg{
	border: 1px solid #09F;	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;		
	padding: 10px 15px 10px 15px;
	text-align: center;
	background:#D7FFFF;
	font-size: 1.6em;
	color: #444;
	font-weight:lighter;
}


#err{
	border: 1px solid #FF0;	
	background:#FFC;
}


/* Page side Navigation */

.pagenavi{
	float: right;
	width: 240px;
	margin: 40px 0px 0px 25px;
	padding: 15px 0px 15px 0px;
	/*-webkit-border-radius:10px; 
	-moz-border-radius:10px; 
	border-radius:10px; */
    border: 1px solid #EEEEEE;
	background-color:#ebf7d8; 
	-webkit-box-shadow:0px 0px 4px #999; 
    color: #000;
    font-size: 14px !important;
}

.bread{
	font-size: 11px;
	color: #999;	
	margin: 0px 0px 12px 15px;	
}

.pagenavi ul{
	list-style:none;
	margin: 0px;
	padding: 0px;
}

.pagenavi ul li{
	background:none;
	border-bottom: 1px solid #EEE;
	padding: 0px;
	margin:0px;
}


.pagenavi ul li a{
	background:none;
	color: #fe7f26;
    font-weight:bold !important;
	font-size: 13px !important;
	display:block;
	padding: 2px 2px 2px 35px;
	text-decoration:none;
}

.pagenavi ul li a:hover{
	background:#FCFEF1;
	color: #e4ac6c;
	text-decoration:none !important;
}

.pagenavi ul li.current_page_item a{
	background:#FCFEF1 !important;
	color: #e4ac6c !important;
	text-decoration:none !important;
}

/* key people */

.people{
	background: url(images/people-tab.jpg) no-repeat;
	float: left;
	margin: 0px 19px 19px 0px;
	padding: 10px;
	width:180px;
	height: 105px;
        position: relative;
}

.people:hover{
	background: url(images/people-tab-hover.jpg) no-repeat;
}

.people img{
	border:none;
	border: 1px solid #DDD;
	float: left !important;
	margin: 0px !important;
	padding: 0px !important;
        width: 65px !important;
}


.people_div{
        width: 97px !important;
        text-align:left; 
	font-size: 18px;
	color: #444444;
	font-weight: bolder;
        position: absolute;
        top: 10px;
        right: 16px; 
	padding: 0px;
}

.people p{
        text-align:left;
        clear:both;
        width: 97px !important;
	font-size: 0.8em !important;
	color: #444444;
	font-weight: bold;
	padding: 0px;
        line-height: 1.2 !important;
	margin: 0px 0px 14px 76px;
}

.people a:link,.people a:visited{
	color: #444444 !important;
    text-decoration: none !important;
}

.people a:hover{
	color: #444444 !important;
    text-decoration: none !important;
}

.clearer{
	clear:both;
        margin:0px;
        padding:0px;
        height:1px;
}


#msg_bal{
	border: 2px dashed #fe7f26;
	padding: 5px 8px 5px 12px;
	font-weight:bolder;
        background: #FFFFFF;
        color: #999;
       -moz-box-shadow: inset 0 0 1em #EEEEEE;
       -webkit-box-shadow: inset 0 0 1em #EEEEEE;
        box-shadow: inset 0 0 1em #EEEEEE;
}


/*Litmus */

.table-box{
	width: 97%;
	border: 1px solid #FFFF80;
	margin: 0px auto 0px;
	padding: 0px;
        color: #333;
        background: #FFFFD5;
}

.normal_p{
	clear:both;
	border-bottom: 1px solid #FFF;
	padding: 0px;
	margin: 0px;
}

.head_p{
	clear:both;
	border-bottom: 1px solid #FFFF80;
	padding: 0px;
	margin: 0px;
	text-align:center;
}

.last_p{
	clear: both;
	border: none;
	padding: 0px;
	margin: 0px;
}

.row1{
    width: 120px;
	padding:6px 5px 6px 5px;
	float:left;
}

.row2{
    width: 340px;
	padding: 6px 5px 6px 5px;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	float:left;
}

.row3{
    width: 60px;
	padding: 6px 5px 6px 5px;
	border: none;
	float: left;
}

.inp_frm{
	background: #FFFFFF url(http://segala.com/images/log_txtbox_bg.png) no-repeat top left;
	width: 414px;
	border: none;
	color: #666666;
	font-size: 0.99em;
	padding: 3px 0px 3px 0px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
        margin-left: 42px;	
}

input.cf_upload  {
	background: #FFFFFF url(http://segala.com/images/log_txtbox_bg.png) no-repeat;
	/*width: 260px;*/
	border: none;
	color: #666666;
	font-size: 0.85em;
	padding: 2px 0px 2px 0px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.txtar_frm{
	background: #FFFFFF url(http://segala.com/images/log_txtbox_bg.png) no-repeat;
	border: none;
	color: #666666;
	font-size: 0.99em;
	padding: 2px 0px 2px 0px;	
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
        margin-left: 8px;		
}

.table-box{
       color:#444;
       font-family: Verdana, Arial, Helvetica, sans-serif;
       font-size: 14px;
}

.litmus_but{
       font-size: 15px;
       padding: 3px 8px 3px 8px;
}


div.fileinputs {
	position: relative;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;

}

input.file {
	position: relative;
	text-align: left;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
	background: #FFFFFF url(http://segala.com/images/log_txtbox_bg.png) no-repeat;
	/*width: 260px;*/
	border: none;
	color: #666666;
	font-size: 0.85em;

	/*padding: 2px 0px 2px 0px;*/
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;

}

.box-wrap{
	/*border: 1px solid #FFFF80;*/
        background: #FFFFD5;
        padding: 8px 5px 5px 5px;
}

.litmus-done-pane{
	border: 1px solid #93bd0a;
        background: #e3f6a5 url(http://segala.com/litmus/info.png) no-repeat 2% 50%;
        padding: 8px 8px 1px 45px;
}

.litmus-error-pane{
	border: 1px solid #ee981c;
        background: #f8d7a8 url(http://segala.com/litmus/error.png) no-repeat 2% 50%;
        padding: 8px 8px 1px 45px;
}


/* client page */

.3cols{
	float: left;
	width: 203px;
	padding: 8px 10px 8px 0px;
	text-align:center;
	margin: 0px;
	border: 1px solid #CCC;
}

.last-3col{
	padding: 8px 0px 8px 0px;
}

.redq{
	color:#F00;
	font-weight: bolder;
	font-size: 11px;	
}
