/* This file is part of Mura CMS. 

	Mura CMS is free software: you can redistribute it and/or modify 
	it under the terms of the GNU General Public License as published by 
	the Free Software Foundation, Version 2 of the License. 

	Mura CMS is distributed in the hope that it will be useful, 
	but WITHOUT ANY WARRANTY; without even the implied warranty of 
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
	GNU General Public License for more details. 

	You should have received a copy of the GNU General Public License 
	along with Mura CMS.  If not, see <http://www.gnu.org/licenses/>. 

	However, as a special exception, the copyright holders of Mura CMS grant you permission 
	to combine Mura CMS with programs or libraries that are released under the GNU Lesser General Public License version 2.1. 

	In addition, as a special exception,  the copyright holders of Mura CMS grant you permission 
	to combine Mura CMS  with independent software modules that communicate with Mura CMS solely 
	through modules packaged as Mura CMS plugins and deployed through the Mura CMS plugin installation API, 
	provided that these modules (a) may only modify the  /trunk/www/plugins/ directory through the Mura CMS 
	plugin installation API, (b) must not alter any default objects in the Mura CMS database 
	and (c) must not alter any files in the following directories except in cases where the code contains 
	a separately distributed license.

	/trunk/www/admin/ 
	/trunk/www/tasks/ 
	/trunk/www/config/ 
	/trunk/www/requirements/mura/ 

	You may copy and distribute such a combined work under the terms of GPL for Mura CMS, provided that you include  
	the source code of that other code when and as the GNU GPL requires distribution of source code. 

	For clarity, if you create a modified version of Mura CMS, you are not obligated to grant this special exception 
	for your modified version; it is your choice whether to do so, or to make such modified version available under 
	the GNU General Public License version 2  without this exception.  You may, if you choose, apply this exception 
	to your own modified versions of Mura CMS. */


/* @group GLOBALS
===================================== */

body {
	font-size: 62.5%;
	background: #e2e2e2 !important;
	}

textarea {
	font-family: "Lucida Grande", "Lucida Sans", Verdana, Helvetica, Arial, sans-serif;
	}

ul, ol, dl { margin-bottom: 1.5em; }

a { text-decoration: none; }
a:hover { text-decoration: underline; }


/* @end GLOBALS
-------------------------------- */



/* @group LAYOUT
===================================== */

#container {
	width: 980px;
	margin: 0 auto;
	background: #fff !important;	
	border: solid #cccfd2 1px;
	}

#content {
	clear: both;
	}

#primary {
	float: left;
	margin: 0 10px 15px 30px;
	width: 650px;
	padding: 15px 0 0 0;
	}
.oneCol #primary {
	width: 950px;
	border: 0;
	}
.threeCol #primary {
	width: 500px;
	}

.content,
.sidebar {
	min-height: 100px; /* Fixes odd no-content disappearing bug. */
	}

#left { float: left; }
#right { float: right; }
.fleft { float: left; }
.fright { float: right; }

.sidebar {
	margin: 15px;
	width: 260px;
	padding-top: 15px;
	}

#left.sidebar {}
#right.sidebar {}

dd.tags { display: none; } /* hides tags content on press releases */

/* @group Layout - Header
===================================== */

#header {
	position: relative;
/*	background: #dee2e4 !important;	*/
	background: url(../images/orangeBar.png) repeat-x;
	}
#headerInner {padding: 20px 0 0 24px; height: 40px;}	

/* Site Search */
input.search {
	background-color: #f2f2f2; 
	font-size: 11px;
	 border: 1px solid #ccc; 
	 padding: 1px; 
	 margin-top: 2px;}	
	 
#searchAdvancedImg {padding-right: 20px;}

#searchTable {height: 34px; border: 0px solid #ccc;} 

#searchTable td {
	padding: 0;
	line-height: 1.0em;
	vertical-align: top;
}

.crumbList {
	margin: 0 0 0 60px;
	padding-top: 6px;
}

.crumbList a {
	color: #7b7b7b;
}

#userTools {
	float: right; 
	padding-right: 30px;
	margin-top: -3px;
}

/* @end Layout - Header
-------------------------------- */


/* @group Layout - Footer
===================================== */

#footer {
	clear: both;
	padding: 20px 30px;
	font: 0.9em/13px arial, tahoma, sans-serif;
	color: #727272;
	background: #f2f2f2 !important;	
	}

/* @end Layout - Footer
-------------------------------- */

/* @end LAYOUT
-------------------------------- */



/* @group NAVIGATION/UI
===================================== */

/* @group Nav - Primary
===================================== */

#navPrimary {
	float: left;
	clear: both;
	width: 100%;
	height: 42px;
	overflow: hidden;
	margin: 0;
	padding-left: 50px;
	list-style: none;
	background: url("../images/navBar.png") no-repeat;
	}

#navPrimary li {
	float: left;
	margin: 1px 10px;
	font-size: 10.5px;
	line-height: 1.5;
	text-transform: uppercase;
	list-style-image: url("../images/navDiv.png"); 
	}
	
#navPrimary li a {	
	color:#222;
	}	

#navPrimary li.first {
/*	margin-left: 15px; */
	}

#navPrimary a {
	display: block;
	padding: 0;
	line-height: 40px;
/*	color: #fff;
	text-decoration: none; */
	}

#navPrimary li a:hover, #navPrimary li.current a, #navPrimary li:hover, #navPrimary li.sfhover {
	color:#36c;
	text-decoration: none;
	}

#navPrimary li:hover a, #navPrimary li li:hover a:hover, #navPrimary li.sfhover a:hover {
	color:#36c;
	}

#navPrimary li li a:hover {
	color:#36c;
	} 

#navPartnerLogin {
	display: block;
	float: right;
	background: url(../images/btn-partnerlogin.png) right no-repeat;  
	padding-left: 95px;
	padding-right: 15px;
	vertical-align: middle;
/*	filter:Alpha(opacity=100); 
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0; */
	}

	
/* @group Nav - Primary - Dropdown
===================================== */
/* http://www.htmldog.com/articles/suckerfish/dropdowns/ */

#navPrimary li ul { /* second-level lists */
	position: absolute;
	left: -9999px;
	z-index: 1000;
	font-size: 11px; 
	width: 16em;
	margin: 0;
	padding-left: 0;
	list-style: none;
	background: #eeeeee;
	}

#navPrimary li li { /* all list items */
	float: left;
	width: 16em; /* width needed for Opera */
	margin: 0 !important;
	list-style: none;
	}

#navPrimary li li a {
	display: block;
	padding: .5em;
	color: #5a5a5a;
	line-height: 1.2em;
	text-transform: none;
    border-top: 1px solid #ffffff; 
	}
	
#navPrimary li li a:hover {	
	color:#57d;
/*	font-weight: bold; */
	background: #fff;
	text-decoration: none;
	padding-left: 4px;
	}	

#navPrimary ul li.first,
#navPrimary ul li li.first { /* all list items */
	border: 0;
	}

#navPrimary li ul ul { /* third-and-above-level lists */
	margin: -2.1em 0 0 16em;
	}

#navPrimary li:hover ul ul,
#navPrimary li:hover ul ul ul,
#navPrimary li.sfhover ul ul,
#navPrimary li.sfhover ul ul ul {
	left: -9999px;
	z-index: 1001;
	color:#36c;
	background: #eeeeee;
    border-top: 1px solid #dddddd; 
	}

#navPrimary li:hover ul,
#navPrimary li li:hover ul,
#navPrimary li li li:hover ul,
#navPrimary li.sfhover ul,
#navPrimary li li.sfhover ul,
#navPrimary li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	color:#36c;
	z-index: 1001;
	}


/* @end Nav - Primary - Dropdown
-------------------------------- */

/* @end Nav - Primary
-------------------------------- */


/* @group Nav - Secondary
===================================== */

.navSecondary { 
	margin: 0;
	padding: 0;
	list-style: none;
	}

.navSecondary a { 
	color: #36c;
	}
		
.navSecondary li ul {
	padding-left: -8px;
	}

.navSecondary li {
	position: relative;
	margin: ;
	padding: ;
	line-height: 19px;
	list-style-image: url(../images/navArro.png); 
	}

.navSecondary li a { 
	display: block;
	width: 100%; /* play nice in IE6 */
	padding: 0;
	text-decoration: none; /* IE6 Bug */
	}

.navSecondary li a:hover {
	color: #333;
	text-decoration: underline;
	}

.navSecondary li.current a {
	color: #333;
	font-weight: bold;
	}


/* @group Nav - Secondary - Second Level
===================================== */

.navSecondary li.current ul {
	margin: 10px 0 0;
	padding: 0 0 0 10px;
	list-style: none;
	}

.navSecondary li.current ul li {
	position: relative;
	margin: 0 0 6px;
	padding: 0;
	font-weight: normal;
	}

.navSecondary li.current ul li.last { position: relative; }

.navSecondary li.current ul li a {
	display: block;
	padding: 0;
	font-weight: normal;
	text-decoration: none; /* IE6 Bug */
	}

.navSecondary li.current ul li a:hover { color: #333; }
.navSecondary li.current li.current a { color: #333; }

/* @end Nav - Secondary - Second Level
-------------------------------- */

/* @end Nav - Secondary
-------------------------------- */

/* @group Nav - Home Page tabnav
-------------------------------- */

ul#tabnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%; /* top nav width - important for right-side flyout */
/* 	height: 72px; top nav height - pushes down lower content */
	background: #eee url(../images/tabnavBG.png) no-repeat;
 	list-style: none;
	font-size: 1.0em;
	z-index: 5;
}
ul#tabnav li {
	float: left;
	margin: 0; 
	padding-left: 10px;
	position: relative;
	background-image: none;
	z-index: 5;
}
ul#tabnav li a {
	float: left;
	text-indent: -9999px;
	height: 72px;
}
ul#tabnav li:hover a, ul#tabnav li a:hover { background-position: left bottom; 
}
ul#tabnav a.tab1 {
	background: url(../images/tab1.png) no-repeat;
	width: 174px; 
	position: relative;
	z-index: 5;
}
ul#tabnav a.tab2 {
	background: url(../images/tab2.png) no-repeat;
	width: 174px; 
	position: relative;
	z-index: 5;
}
ul#tabnav a.tab3 {
	background: url(../images/tab3.png) no-repeat;
	width: 174px; 
	position: relative;
	z-index: 5;
}

/* tabsub ---------------- */

ul#tabnav li .tabsub {
	position: absolute;	
	top: 72px; left: 0; /* dropdown position */
	z-index: 5;
/*	border-left: 1px solid #ddd; */
	background-color: #fff; filter: alpha(opacity=90); opacity: 0.90; -moz-opacity: 0.90; 
	padding: 20px;
	float: left;
 	list-style: none;
	display: none;
}
ul#tabnav li .row {clear: both; float: left; width: 100%; margin-bottom: 5px;}
ul#tabnav li .tabsub ul{
	margin: 0; padding: 0;
	width: 270px; /* dropdown column width */
	height: 215px; /* dropdown column height */
	max-height: 215px; /* max column height */
	overflow-y: hidden;
	background-image: none;
	background-color: #fff;
	float: left;
}
ul#tabnav .tabsub ul li {
	width: 230px;
	color: #555;
}
ul#tabnav .tabsub ul li h2 {
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: normal;
}
ul#tabnav .tabsub ul li h2 {
/*	padding: 6px 0; */
	color: #b22;
}
ul#tabnav .tabsub ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	padding: 1px 0;
	display: block;
	text-decoration: none;
	color: #26a;
}
ul#tabnav .tabsub ul li a:hover {
	text-decoration: underline;
}

/* @end Nav - Home Page tabnav
-------------------------------- */

/* @group Nav - Footer
===================================== */

.navFooter {
	font: 11.5px/15px arial, verdana, sans-serif;
	text-decoration: none;
	padding-right:22px; 
	color: #727272;
	line-height: 3.3em;
	font-weight: bold;
	}
	
.navFooter a {
	font: 11.5px/15px arial, verdana, sans-serif;
	text-decoration: none;
	padding-right:22px; 
	color: #727272;
	line-height: 3.3em;
	font-weight: normal;
	background: url(../images/footerDiv.png) right no-repeat;
	}

.navFooter a.hover {
	text-decoration: underline;
	}
	
.slide-tab {
	text-align: left;
	padding: 20px;
	width: 320px;
	background: #eee url(../images/feedback-bkgd.png) repeat-x;
	border: #bbb 1px solid;
	}
	

/* @end NAVIGATION/UI
-------------------------------- */


/* @group STYLES TO OVERRIDE SYSTEM'S DEFAULT.CSS STYLES
===================================== */

.clearfix:after, .svIndex dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

th {
	padding: .25em .5em;
	border: 0px solid;
	border-bottom: 2px solid #b2b2b2;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	vertical-align: top;
	}

td {
	font-size: 11px;
	}

.chart {
	border-bottom: 1px solid #d4d4d4;
	}


/* @end STYLES TO OVERRIDE SYSTEM'S DEFAULT.CSS STYLES
-------------------------------- */	

/* @group MODULES
===================================== */

/* add modules, components, etc. here */

#printOnlyMastImage {display: none;}
#primary.offset {padding-top: 30px;}
#right.offset {padding-top: 225px;}

.spacer170px {
	padding-top: 170px;
	}


/* @end MODULES
-------------------------------- */

/* @end */

/* EOF */