/* @group Main */

html {
/*  this is a hack to force scrollbars on at 
	all times so that the page does not jump
	when going from short to long pages */
	height: 100%;
	margin-bottom: 1px;
	background: #ddeff8 url(../images/top-bg.png) 0 0 repeat-x;
}

body {
	margin: 0;
	padding: 0;
}

.shadow-tl {
	background: url(../images/tl-shadow.png) 0 0 no-repeat;
}

.shadow-tr {
	background: url(../images/tr-shadow.png) 100% 0 no-repeat;
}

.shadow-bl {
	background: url(../images/bl-shadow.png) 0 100% no-repeat;
}
	
.shadow-br {
	background: url(../images/br-shadow.png) 100% 100% no-repeat;
	padding:0px 2px;
}

p {
  /* setup some more readable paragraph spacing */
  margin-top: 10px;
  margin-bottom: 15px;
}

h1, h2, h3, h4, h4 {
	/* setup some more readable header spacing */
	padding-bottom: 5px;
	margin: 15px 0;
}

/* @group Fonts */

/* @group Sizes */

body {
	font-size: 13px;
	color: #000;		/* font color */
}

body.f-smaller {
	font-size: 10px;
}

body.f-default {
	font-size: 12px;
}

body.f-larger {
	font-size: 15px;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 180%;
	color: #16387c;;
}

h3 { 
   font-size: 150%;
   color: #58a8d1;
}

h4 {
	font-size:  120%;
}

.small,
.modifydate,
.createdate,
div.mosimage_caption {
	font-size: 95%;
}

div.moduletable h3,
.componentheading {
	font-size: 145%;
}

.contentheading {
	font-size: 160%;
}

.componentheading {
 margin-bottom: 15px;
}

td.componentheading {
	padding-bottom: 15px;
}

/* @end */

/* @group Family */

body {
		line-height: 135%;
		font-family: verdana, arial, helvetica, clean, sans-serif
}

.contentheading,
.componentheading {
	font-weight: bold;
}


a:link,
a:visited {
	/* color: see style css */
	text-decoration: none;
	color: #16387c;
}

a:hover {

	text-decoration: underline;
}

/* @end */

/* @end */

/* @end */

/* @group Structure */

/* @group slidebox */

#fxContainer {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 20;
	width: 100%;
}

#fxTarget { 
	width: 100%;
	position: relative;
	top: 0;
	z-index: 19;
	overflow: hidden;
	height: 0px;
}

#fxPadding {
	visibility: hidden;
	padding: 0 45px;
}

#fxShadow {
	position: relative;
	width: 100%;
	height: 6px;
	overflow: hidden;
	z-index: 20;
}

#fxTab {
	position: relative;
	bottom: 0;
	margin: -6px auto;
	text-align: center;
	height: 38px;
	line-height: 36px;
	font-weight: bold;
	width: 162px;
	z-index: 21;
}

#fxTab a:link,
#fxTab a:visited,
#fxContainer a:link,
#fxContainer a:visited {
	z-index: 100;
}

#fxTab a:hover {
	text-decoration: none;
}

/* @end */

/* @group section0 */

div#section0 {
	padding: 0 2px;
}

div#section0 td.section {
	padding-top: 0px;
	padding-bottom: 0px;
}

div#section0 a.readon {
	font-weight: bold;
}

/* @end */

/* @group section1 */

div#section1 {
	padding: 0 2px;
}

div#section1 td.section {
	padding-top: 0px;
	padding-bottom: 0px;
}

div#section1 a.readon {
	font-weight: bold;
}

/* @end */

/* @group mainbody */

div#mainbody {
	padding: 5px;
}

div#mainbody .contentheading {
	font-size: 200%;
}

div#mainbody a.readon {
	font-weight: bold;
}

/* @end */

/* @group section2 */

div#section2 {
	padding: 0 15px 15px 15px;
}

div#section2 td.section {
	padding-top: 10px;
}

div#section2 a.readon {
	font-weight: bold;
}

/* @end */

/* @group section3 */

div#section3 {
	padding: 0 15px 15px 15px;
}

div#section3 td.section {
	padding-top: 10px;
}

div#section3 a.readon {
	font-weight: bold;
}

/* @end */

div#template {
	padding-top: 10px;
	background: url(../images/bottom-bg.png) 0 100% repeat-x;
}

div#header .rk-2 {
	height: 110px;
	overflow: hidden;
}

img#logo {
	float: left;
	margin: 10px 0 0 10px;
	width: 260px;
	height: 70px;
	z-index: 1;
}

div#top {
	margin-left:  370px;
	height: 80px;
}

div#top .padding {
	padding:  10px;
}

div#top-menu {
	height: 25px;
	margin:0px 11px 0px 0px;
	float:right;
}

div#horiz-menu {
	height: 20px;
}

table.sections .contentheading {
	font-size: 145%;
}

table.sections div.moduletable {
	margin: 0;
	padding: 0;
}

table.mainbody,
table.usermodules,
table.sections {
	width: 100%;
	padding: 0;
}

td.section {
	padding: 0px;
}

td.section.w49 {
	width: 50%;
}

td.section.w24 {
	width: 33%;
}


td.section.divider {
	padding-left: 10px;
}

/********************************************************************
 * Change this setting below to adjust the width of the side column *
 ********************************************************************/

td.left .padding,
td.right .padding {
	padding: 0px;
	background: #E4F2F9; /* url(../images/top-bg.png) 0 0 repeat-x; */
}

td.mainbody .padding {
	padding-left: 5px;
}

div#hdiv {
	height: 7px;
	overflow: hidden;
}

div#footer .footer-right {
	height: 270px;
	overflow: hidden;
}

div#the-footer {
	text-align: center;
}

div#footer-icons {
	height:80px;
	margin:0 0 0 10px;
}

div#footer-menu {
	margin-top:10px;
	text-align:center;
	line-height:15px;
	height:15px;
	font-size:9px;
	font:Arial, Helvetica, sans-serif;
}

div#footer-menu a {
	color:#000;
}

img#wizom {
	width: 100%;
	height: 35px;
	background: url(../images/footer.png) 50% 0 no-repeat;
}

img#footer-shadow {
	width: 100%;
	height: 55px;
	margin-top:12px;
	background: url(../images/footer-shadow.png) 50% 0 no-repeat;
}

/* @group menus */

/* @group Horiz Menu */

div#horiz-menu ul {
	margin: 0;
	padding: 0;
}

div#horiz-menu li {
	margin: 0;
	padding: 0;
	padding-right: 1px;
	float: left;
	list-style: none;
}

div#horiz-menu a:link,
div#horiz-menu a:visited {
	display: block;
	float: left;
	padding: 0 25px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
}

/* @end */

/* @group Horiz Menu */

div#top-menu ul {
	margin: 0;
	padding: 0;
}

div#top-menu li {
	margin: 0;
	padding: 0;
	padding-right: 1px;
	float: left;
	list-style: none;
}

div#top-menu li.home {
	background: url(../images/home.png) 0 0 no-repeat;
}

div#top-menu li.wizhome {
	background: url(../images/wizhome.png) 0 0 no-repeat;
}

div#top-menu li.ideas {
	background: url(../images/ideas.png) 0 0 no-repeat;
}

div#top-menu a:link,
div#top-menu a:visited {
	display: block;
	float: left;
	padding: 0 25px;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	text-decoration: none;
}

/* @end */

/* @group Side Menu */

div.moduletable ul.sidenav,
div.moduletable ul.sidenav ul {
	margin: 0;
	padding: 0;
}

ul.sidenav li {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	margin-left: 0px;
}

ul.sidenav li li {
	margin-left: 15px;
}


ul.sidenav img {
	float: left;
	margin-top: 5px;
}

ul.sidenav a {
	margin-left: 0px;
	padding-left: 10px;
	line-height: 25px;
	font-weight: bold;
}

ul.sidenav a:hover {
	text-decoration: none;
}

/* @end */

/* @group Contact Menu */

div#top ul {
	margin: 0;
	padding: 0;
	float: right;
}

div#top li {
	float:  left;
	list-style: none;
	margin-right: 20px;
}

div#top li img {
	float:  left;
	vertical-align: middle;
}

div#top a.mainlevel {
	display:  block;
	float:  left;
	background: none;
	margin: 0;
	padding: 0 5px;
	font-weight:  bold;
}

/* @end */

/* @end */

/* @group content */

/* @group Code */

pre {
	padding: 10px;
}

/* @end */

/* @group Notices */

span.alert,
span.info,
span.download,
span.note {
	display: block;
	padding: 10px 10px 10px 50px;
	margin: 15px 0;	
}

/* @end */

/* @group Lists */

td.mainbody ul {
	margin-left: 10px;
}

td.mainbody li {
	padding-left: 0px;
	padding-bottom: 1px;
}

#mainbody ul.arrow,
#mainbody ul.arrows,
#mainbody ul.check,
#mainbody ul.clip,
#mainbody ul.pencil,
#mainbody ul.plus {
	margin-left: 35px;
	padding: 0;
}

ul.arrow li,
ul.arrows li,
ul.check li,
ul.clip li,
ul.pencil li,
ul.plus li {
	list-style: none;	
	padding-bottom: 15px;
	padding-left: 40px;
}

/* @end */

/* @group Blockquote */

blockquote {
	width: auto;
	padding: 10px 10px 10px 80px;
	margin: 15px 0;
}

/* @group My Group */

/* @end */

/* @end */

/* @group Login Area */

#fxPadding div.moduletable h3 {
	float: left;
	margin: 0;
	padding: 0;
	line-height: 40px;
	height: 40px;
}

#fxPadding form {
	float: left;
	padding-left: 30px;
	height: 22px;
	margin-top: 8px;
}

#fxPadding div.loginelement {
	float: left;
	margin-left: 30px;
	height: 22px;
	line-height: 22px
}

#fxPadding div.loginelement input {
	width: 100px;
	padding-left: 5px;
}

span.loginsubmit,
span.logoutsubmit {
	display: block;
	padding-left: 8px;
	margin-left: 10px;
	line-height: 25px;
	width: 85px;
	float: left;
	cursor: pointer;
}

/* @end */

/* @group News Box */

#nb-bg {
	background: url(../images/boxes/nb-bg.png) 0 0 repeat-x;
	margin:11px 0px 11px 3px;
	width:728px;
}

.nb-l {
	background: url(../images/boxes/nb-l.png) 0 0 no-repeat;
}

.nb-r {
	background: url(../images/boxes/nb-r.png) 100% 0 no-repeat;
}

div#newsbox {
	height:217px;
	padding:10px 20px;
	color:#fff;
}

/* @end */

/* @group Login Box */

#lb-bg {
	background: url(../images/boxes/lb-bg.png) 0 0 repeat-x;
	margin:11px 7px 11px 0px;
	width:240px;
}

.lb-l {
	background: url(../images/boxes/lb-l.png) 0 0 no-repeat;
}

.lb-r {
	background: url(../images/boxes/lb-r.png) 100% 0 no-repeat;
}

div#loginbox {
	height:162px;
	padding:35px 45px 40px;
	color:#fff;
}

div#loginbox a {
	color:#55addb;
	font-weight:bold;
}

/* @end */

/* @group Poll Box */

div#pollbox {
	height:212px;
	padding:10px 15px 15px;
	color:#fff;
}

div#pollbox a {
	color:#55addb;
	font-weight:bold;
}

/* @end */

/* @group Regular Content Items */

table.contentpaneopen tbody tr td span.small,
td.createdate {
	padding-left: 20px;
}

/* @end */

/* @group Latest news */

div.moduletable ul {
	margin: 10px 10px;
	padding: 0 10px;
}

div#mainbody ul.latestnews {
padding: 0;
margin: 0;
}

div#mainbody ul.latestnews li {
	list-style: none;
	margin:  0;
	padding: 0;
	padding-left: 45px;
	margin-bottom: 10px;
}

div#mainbody ul.latestnews li a {
	font-weight: bold;
}

/* @end */

.screenshot {
	float:  right;
	margin-top: -35px;
	margin-right: -24px;
}

.hide {
	display: none;
}

form {
	border: 0;
	margin: 0;
	padding: 0;
}

table.blog span.article_seperator {
	display: block;
	height: 20px;
}

.highlight {
  background-color: #ffc;
}

/* @end */

/* @end */

/* @group Joomla Core */

/* @group modules */

td.left div.moduletable h3 {
	margin: 0 0 5px;
	line-height:30px;
	height:30px;
	padding:0 0 0 10px;
	background:url(../images/h3-bg.png) 0 0 no-repeat;
}

td.left div.moduletable,
td.right div.moduletable {
	margin-bottom: 5px;
}

/* @end */

/* @group content */

.contentheading {
	padding: 10px 0;
	line-height:100%;
}

td.buttonheading {
 	vertical-align: middle;
}

td.buttonheading img {
	margin-right: 5px;
}

table.contentpaneopen, table.contentpane {
  border-collapse: collapse;
  padding: 0;
  margin: 0;
  width: 100%;
}

div.contentpane, div.contentpaneopen {
  width: 100%;
}

.clr {
	clear: both;
}

div.mosimage {
  margin: 5px;
}

a.readon {
	margin-top: 15px;
	display: block;
	float: left;
	width:  116px;
	height: 25px;
	line-height: 25px;
	padding-left: 5px;
	/* background: see style css */
}

a.readon:hover {
	text-decoration: none;
}

span.content_rating img {
	vertical-align: top;
}

.modifydate {
	height: 20px;
	vertical-align: bottom;
}

.createdate {
	height: 20px;
	vertical-align: top;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;
}

table.contenttoc {
  margin: 5px;
  padding: 5px;
}

table.contenttoc td {
  padding: 0 5px;
}

/* @end */

/* @group pathway */

span.pathway {
	display: block;
	height: 16px;
	line-height: 16px;
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: 20px;
	font-weight: bold;
}

span.pathway img {
	margin: 0 7px 0 9px;
	border: 0;
	width: 13px;
	vertical-align: middle;
}

div#pathway {
	margin-bottom: 10px;
	padding-left: 8px;
}

/* @end */

/* @group sections */

table.mainbody td.mainbody td.sectiontableheader {
  font-weight: bold;
  padding: 4px;
  line-height: 20px;
}

tr.sectiontableentry1 td,
tr.sectiontableentry2 td,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 2px;
}

/* @group My Group */

/* @end */

.pollstableborder {
	text-align: left;
}

.pollstableborder .sectiontableentry1,
.pollstableborder .sectiontableentry2 {
	background: none;
	border:  0;
}


/* @end */

/* @group mainmenu */

a.mainlevel:link,
a.mainlevel:visited {
	text-decoration: none;
}

a.mainlevel {
	font-weight: bold;
	display: block;
	padding: 6px 0 2px 20px;
	margin-bottom: 3px;
}

a.sublevel:link,
a.sublevel:visited {
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
}

a.mainlevel:hover {
	text-decoration: underline;
}

a.sublevel:hover {
	text-decoration: none;
}

.logo {
	text-decoration: none;
	border: 0;
}

.style-wrapper {
	padding-left: 70px;
	padding-top: 30px;
}

.style {
	float: left;
	margin-right: 50px;
	margin-bottom: 50px;
}

/* @end */

/* @end */

/*
Images are wrapped in divs classed "flickr_badge_image" with ids
"flickr_badge_imageX" where "X" is an integer specifying ordinal position.
Below are some styles to get you started!
*/
#flickr_badge_uber_wrapper {text-align:center;}
#flickr_badge_wrapper {padding:10px 0 10px 0;}
.flickr_badge_image { float:left;}
.flickr_badge_image img {float: left; margin: 0 3px 3px 0;}
#flickr_badge_icon {float:left; margin-right:5px;}
#flickr_www {display:block; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}

a img.album,
.flickr_badge_image img {
	border: 2px solid #ee7a00;
}

a#active_menu:link,
a#active_menu:visited {
	color: #ddd;
}

li.active_menu a:link,
li.active_menu a:visited {
  color: #ddd;
}

li.active_menu li a:link,
li.active_menu li a:visited {
	color: #16387c;
}

#fxContainer .contentheading,
#fxContainer div.moduletable h3,
#fxContainer {
	color: #97a5af;
}

#fxTarget { 
	background: #00223e;
}

#fxShadow {
	background: url(../images/fx-bottom.png) 0 0 repeat-x;
}

#fxTab {
	background: url(../images/fx-tab.png) 0 0 no-repeat;
	visibility:hidden;
}

#fxTab a:link,
#fxTab a:visited,
#fxContainer a:link,
#fxContainer a:visited {
	color: #fff;
}

#fxTab a:hover {
	color: #16387c;
}

span.loginsubmit,
span.logoutsubmit {
	color: #fff;
	background: url(../images/login_button.png) no-repeat;
}

div#section0 {
	background: #E4F2F9 url(../images/modules-bg.png) 0 0 repeat-x;
}

div#section1 {
	background: #E4F2F9;
}

div#section1 a:link,
div#section1 a:visited {
	color: #16387c;
}

div#section1 a:hover {
	text-decoration:underline;
}

div#section1 td.divider {
	background: url(../images/section1-div.png) 0 0 no-repeat;
}

div#section1 .contentheading,
div#section1 {
	color: #131e23;
}

div#section1 div.moduletable a {
	color: #16387c;
}

div#section1 div.moduletable h3 a {
	color: #16387c;
}

div#section1 a.readon {
	background: url(../images/section1-readon.png) 0 0 no-repeat;
	color: #fff;
}

span.pathway img {
	background: url(../images/style2/arrow.png) no-repeat;
}

div#mainbody {
	background: #E4F2F9 url(../images/modules-bg.png) repeat-x;
	min-height:710px;
}

div#mainbody td.divider {
	background: url(../images/divider.png) 50% 0 repeat-y;
}

div#mainbody div.moduletable h3 {
	color: #fff;
}

div#mainbody .contentheading {
	color: #16387c;
}

div#mainbody a.readon {
	background: url(../images/body-readon.png) 0 0 no-repeat;
	color: #fff;
}

div#mainbody ul.latestnews li {
	background: url(../images/latestnews.png) 0 0 no-repeat;
}

div#section2 {
	background: #00335b url(../images/section2-bg.png) 0 0 repeat-x;
	border-bottom: 1px solid #001b32;
}

div#section2 a:link,
div#section2 a:visited {
	color: #fff;
}

div#section2 td.divider {
	background: url(../images/section2-div.png) 0 0 no-repeat;
}

div#section2 .contentheading,
div#section2 div.moduletable h3,
div#section2 {
	color: #96b7cf;
}

div#section2 a.readon {
	background: url(../images/section2-readon.png) 0 0 no-repeat;
	color: #fff;
}

div#section3 {
	background: #000911 url(../images/section3-bg.png) 0 0 repeat-x;
}

div#section3 a:link,
div#section3 a:visited {
	color: #fff;
}

div#section3 td.divider {
	background: url(../images/section3-div.png) 0 0 no-repeat;
}

div#section3 .contentheading,
div#section3 div.moduletable h3,
div#section3 {
	color: #97a5af;
}

div#section3 a.readon {
	background: url(../images/section3-readon.png) 0 0 no-repeat;
	color: #fff;
}

div#header {
	background: url(../images/head-bg.png) 0 0 repeat-x;
}

div#header .head-tl {
	background:  url(../images/tl.png) 0 0 no-repeat;
}

div#header .head-tr {
	background:  url(../images/tr.png) 100% 0 no-repeat;
}

div.header-head {
	margin:0;
	width:100%;
	float:left;
	height:25px;
}

div.header-head h1,div.header-head h2 {
	float:left;
	height:25px;
	line-height:25px;
	font-size:100%;
	margin:0 0 0 5px;
	color:#fff;
}

div.header-head h2 {
	font-weight:normal;
}
	
img#logo {
	background: url(../images/logo.png) 0 0 no-repeat;
}

div#horiz-menu {
	background: url(../images/bar-bg.png) 0 0 repeat-x;
}

div#hdiv {
	background: url(../images/bottom-hdiv.png) 0 0 repeat-x;
}

div#footer {
	background: url(../images/footer-bg.png) 0 0 repeat-x;
}

div#footer .footer-right {
	background: url(../images/footer-right.png) 100% 0 no-repeat;
}

div#footer .footer-left {
	background: url(../images/footer-left.png) 0 0 no-repeat;
}

/* @group Suckerfish Menu */

#horiz-menu.suckerfish a {
	color: #F9FAFD;
}

div#horiz-menu a:hover,
#horiz-menu.suckerfish li:hover,
#horiz-menu.suckerfish li.sfhover {
	background: #459fcd;
	color: #fff;
}

#horiz-menu.suckerfish li li:hover,
#horiz-menu.suckerfish li li.sfhover {
	background: #459fcd;
}

#horiz-menu.suckerfish li li a:link,
#horiz-menu.suckerfish li li a:visited {
	color: #fff;
	border-top: 1px solid #3c90bb;
	border-bottom: 1px solid #176992;
}

#horiz-menu.suckerfish li li {
	background: #2e7eaa;
	border-left: 1px solid #3c90bb;
	border-right: 1px solid #176992;
}

#horiz-menu li li a.daddy:link,
#horiz-menu li li a.daddy:visited  {
	background: url(../images/rightarrow.png) 100% 50% no-repeat;
}

/* @end */

/* @group Horiz Menu */

div#horiz-menu li {
	background: url(../images/menu-sep.png) 100% 0 repeat-y;
}

div#horiz-menu a:link,
div#horiz-menu a:visited,
div#horiz-menu li.active li a:link,
div#horiz-menu li.active li a:visited {
	color: #ccc;
}

div#horiz-menu .active_menu a:link,
div#horiz-menu .active_menu a:visited,
div#horiz-menu li.active a:link,
div#horiz-menu li.active a:visited,
div#horiz-menu li.active li.active a:link,
div#horiz-menu li.active li.active a:visited {
	color: #fff;
}

/* @end */

/* @group Horiz Menu */

div#top-menu a:link,
div#top-menu a:visited,
div#top-menu li.active li a:link,
div#top-menu li.active li a:visited {
	color: #ccc;
}

div#top-menu .active_menu a:link,
div#top-menu .active_menu a:visited,
div#top-menu li.active a:link,
div#top-menu li.active a:visited,
div#top-menu li.active li.active a:link,
div#top-menu li.active li.active a:visited {
	color: #fff;
}

div#top-menu a:hover {
	text-decoration:underline;
}

/* @end */

/* @group Side Menu */

ul.sidenav li {
	background: url(../images/menu-border.png) 0 100% repeat-x;
}

a.mainlevel {
}

/* @end */

/* @group Contact Menu */

div#top a.mainlevel {
	color:  #fff;
}

/* @end */

/* @group Blockquote */

blockquote {
	background: #ebebeb url(../images/blockquote.png) 0 0 no-repeat;
}

/* @end */

/* @group Code */

pre {
	background: #eee;
	border-top: 3px solid #ddd;
	border-bottom: 3px solid #ddd;
}

/* @end */

/* @group Notices */

span.alert {
	color: #c00;
	border-top: 3px solid #fe7b7a;
	border-bottom: 3px solid #fe7b7a;
	background: #fac6c6 url(../images/status-alert.png) 10px 50% no-repeat;
}

span.info {
	color: #0055BB;
	border-top: 3px solid #629de3;
	border-bottom: 3px solid #629de3;
	background: #c6daf0 url(../images/status-info.png) 10px 50% no-repeat;
}

span.note {
	color: #B79000;
	border-top: 3px solid #fde179;
	border-bottom: 3px solid #fde179;
	background: #f9eec6 url(../images/status-note.png) 10px 50% no-repeat;
}

span.download {
	color: #57861A;
	border-top: 3px solid #c2df88;
	border-bottom: 3px solid #c2df88;
	background: #e2eecb url(../images/status-download.png) 10px 50% no-repeat;
}

/* @end */

ul.arrow li {
	background: url(../images/list-arrow.png) 0 0 no-repeat;
}

ul.arrows li {
	background: url(../images/list-arrows.png) 0 0 no-repeat;
}

ul.check li {
	background: url(../images/list-check.png) 0 0 no-repeat;
}

ul.clip li {
	background: url(../images/list-clip.png) 0 0 no-repeat;
}

ul.pencil li {
	background: url(../images/list-pencil.png) 0 0 no-repeat;
}

ul.plus li {
	background: url(../images/list-plus.png) 0 0 no-repeat;
}

table.contentpaneopen tbody tr td span.small {
	background: url(../images/author.png) 0 0 no-repeat;
}

td.createdate {
	background: url(../images/created.png) 0 0 no-repeat;
}

div.moduletable h3 {
	color: #16387c;
}

table.mainbody td.mainbody td.sectiontableheader {
  background: #f6f6f6;
  border-bottom: 1px solid #ddd;
}

tr.sectiontableentry1 td,
tr.sectiontableentry2 td,
td.sectiontableentry1,
td.sectiontableentry2 {
  border-top: 1px #fff;
  border-bottom: 1px solid #efefef;	
}

tr.sectiontableentry2 td,
td.sectiontableentry1 {
	background: none; /*#fcfcfc;*/
}

/* @group Logouts and search */

.logouts {
	margin: 49px 11px 0;
	height: 13px;
	width:128px;
	float:right;
	text-align:right;
}

#logouts {
	height: 13px;
	line-height:13px;
	width:128px;
	float:right;
	text-align:right;
	display:block;
}

a.logout {
	text-decoration:none;
	color:#000;
}

div#inset {
  float: right;
  width: 128px;
  margin-right: 0px;
  text-align:right;
}

/* @end */

/* @group cb templating */

.dynamic-tab-pane-control .tab-page {
	clear:			both;
	border:			1px solid rgb( 145, 155, 156 );
/*	background:		rgb( 252, 252, 254 ); */
	background:		#E3E8EC url(../images/tab-bg.png) 0 0 repeat-x;
	z-index:		2;
	position:		relative;
	top:			-2px;
	margin:			0;
	/*
	filter:			progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#fffcfcfe, EndColorStr=#fff4f3ee, GradientType=0)
				progid:DXImageTransform.Microsoft.Shadow(Color=#ff919899, Strength=2, Direction=135);
	*/
}

/***** menu BestCSS *****/
@media print {	
.cbMenu, .cbSSmenu	{	
	visibility:hidden;	
	}	
}
/* BestCSS Menu Functional: */
.cbpMenu		{	
	margin: 0px;	
	padding: 0px;		
	z-index: 4;	
	}
.cbMenu, .cbSSmenu {
	margin: 0px !important;	
	padding: 0px !important;	
	white-space: nowrap;	
	text-align: left;	
	float: left;	
	list-style: none outside none;
	width: 8em;	
	}
.cbMenu ul		{	
	position: absolute;			
	left: auto;			
	z-index: 32001;	
	}	
	/* second-level lists */
.cbMenu ul ul	{	
	margin: -1em 0px 0px 10em;	
	z-index: 32001;	
	}						
/* third-and-above-level lists N/A yet */
.cbMenu span, .cbSSmenu span 			{		
	display: none;	
	}
.cbMenu a		{	
	text-align: left;	
	}
.cbSSmenu a		{	
	text-align: left;			
	display: block;		
	width: 100%;	
	}
.cbSSmenu li	{	
	list-style: none outside none;	
	display: block;		
	width: 100%;	
	}
html>body .cbMenu a, 
html>body .cbMenu a:visited, 
html>body .cbMenu a:hover, 
html>body .cbMenu a:active,
html>body .cbSSmenu a, 
html>body .cbSSmenu a:visited, 
html>body .cbSSmenu a:hover, 
html>body .cbSSmenu a:active {	
	width:auto;	
	}
.cbSSmenu img	{	
	margin-right: 8px;			
	border: none;	
	}
.cbSSmenu img.hr {	
	margin: 1px 0px 1px 0px;	
	display:block;		
	width:100%;			
	height:1px;		
	}
#conteneurmenu	{	
	height: 20px;	
	}
/* BestCSS Menu Decoration: */
.cbMenu, .cbSSmenu {
	background:none;
	color:#444;
	font: 11px Tahoma,sans-serif;
	border: 1px solid #9bafc7;
	padding:0px;
}
.cbMenu {
	margin-right: 0.5em !important;
}
.cbSSmenu {
	width: auto;
	margin-top: 0.3em !important;
}
.cbSSmenu li {
	padding: 0px !important;
	margin: 0px !important;
	background: #c0ccd6;
	padding-bottom: 0px;
	width:auto;
/*	border-right: 1px solid #91a7b5; */
}
.cbMenu a, 
.cbSSmenu a, 
.cbMenu a:link, 
.cbMenu a:visited, 
.cbMenu a:hover, 
.cbSSmenu a:link, 
.cbSSmenu a:visited, 
.cbSSmenu a:hover {
	display: block;
	font: 11px Tahoma,sans-serif;
	font-weight:bold;
	text-decoration:none;
	color:#444;
	background:#c0ccd6;
	padding: 2px 5px 4px 4px;
	margin: 0px;
}
.cbSSmenu a, 
.cbSSmenu a:link, 
.cbSSmenu a:visited, 
.cbSSmenu a:hover {
	padding: 2px 4px 3px 5px;
}
.cbSSmenu ul:hover, 
.cbSSmenu a:hover, 
.cbSSmenu a:focus, 
.cbMenu a:hover, 
.cbMenu a:focus {
/*	background:#c3cfd7; */
	color:#444;
	text-decoration:none;
	background: #E3E8EC; 
	margin: 0px;
}

/* @end */


