/*  
Theme Name: Silesia Toastmasters WordPress Theme
Theme URI: 
Description: Ofcjalny motyw WordPress stworzony na potrzeby klubu Silesia Toastmasters.
Copyright: 2009
Version: 1
Author: <a href="http://www.mularczyk.eu">Krystian Mularczyk</a> 
Tags: silesia, toastmasters
*/

/* GLOBAL SITE ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

* {
	margin: 0;
	padding: 0;
	outline: none;
}
body {
	margin:  6px 0 0;
	/*font: normal 80%/160% georgia, 'times new roman', times, serif; */
font: normal 80%/160% verdana,tahoma, arial, san-serif; 
	background: #fff url(images/bg.png) repeat-x;
	text-align:justify;
}

p {
	line-height: 1.6em;
	margin-bottom: 10px;
	cursor: default;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft 
{
	float:left;
	text-align:left;	
}
.alignright
{
	float:right;
	text-align:right;	
}


li {list-style: none;}
li.download {
	padding-left: 20px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(images/download.png);
	background-repeat: no-repeat;
	background-position: left center;
}
hr {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	visibility: hidden;
	margin: 0;
	padding: 0;
}

hr.visible {
	clear: both;
	height: 0px;
	line-height: 1px;
	font-size: 1px;
	visibility: visible;
	margin: 20px 0;
	noshade: noshade;
	color:#CCCCCC;
}

a img {
	border:none;
	}

img 
{
	background:url(img/shadow.gif) no-repeat right bottom;
	padding:4px 10px 10px 4px;	
	border:0;
}
img.right {
	float: right;
	margin:10px 0 0 10px;		
}
img.left {
	float: left; 
	margin:0 10px 10px 0;	
}


	
img.left, img.alignleft, div.alignleft
{
	float:left;
	margin:1em 1em 1em 0;
}
img.right, img.alignright, div.alignright
{
	float:right;
	margin:0 0 1em 1em;
}
img.aligncenter, div.aligncenter, .aligncenter
{
	text-align:center;
	margin:0 auto;
}	

.noborder {
border: none;	
}




/* HEADINGS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

h1, h2, h3, h4, h5 {
	/*font-family: georgia, 'times new roman', times, serif;*/
	font-weight: normal;
}
h1 {
	font-size: 3em;
}
h2 {
	font-size: 2em;
}

h4 {font-weight: bold;}

/* LINKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #84755c;
}
/* MAIN SITE ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#wrapper {
	position: relative;
	width: 980px;
	padding: 0 10px;
	margin: 0 auto;
}
#wrapper:after, #header:after, .post:after, .post-date:after {
	content:  ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#header {
	position: relative;
	height: 120px;
	margin-bottom: 10px;
}
#content {
	width: 670px;
	float: left;
	min-height: 455px;
	padding: 25px 25px 20px 0;
	background: url(images/content-bg.gif) no-repeat top right;
}
#sidebar {
	width: 240px;
	min-height: 455px;
	float: right;
	padding: 25px 20px 0px 20px;
	background: url(images/content-bg.gif) no-repeat top right;
}

/* EVENT VERSON
-------------------------------------*/
#content.event {
	width: 670px;
	float: right;
	min-height: 455px;
	padding: 0 25px 20px 35px;
	background: url(images/content-bg.gif) no-repeat top right;
}

#sidebar.event {
	width: 230px;
	min-height: 455px;
	float: left;
	padding: 0 10px;
	background: url(images/content-bg.gif) no-repeat top right;
}


/* HEADER ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#site-meta {
	position: absolute;
	left: 0;
	top: -1px;
/*	background-color: #FFFFFF;*/
	width: 540px;
	height: 65px;
/*	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #00768e;
	border-bottom-color: #00768e;
	border-left-color: #00768e;*/
	text-align: center;
/*	padding-top: 5px;*/
}

#header span.description {
	position: relative;
	margin-left: 5px;
	color: #7e4c10;
}

#topsearch {
	position: absolute;
	right: 14px;
	top: 35px;
	width: 218px;
	height: 42px;
	text-align: center;
}
#topsearch input {
	width: 145px;
	height: 21px;
	background: url(images/input.gif) no-repeat;
	border: none;
	padding: 9px 8px 5px 32px;
	margin-right: 0px;
	float: left;
/*	font: normal 1em tahoma, arial, san-serif;*/
}
#topsearch button {
	width: 33px;
	height: 35px;
	background: url(images/search.gif) no-repeat;
	border: none;
	text-indent: -9999px;
	float: right;
	cursor: pointer;
}


/* MENU ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*
#header ul {
	position: absolute;
	left: 0;
	top: 92px;
	font: 13px Georgia, "Times New Roman", Times, serif;
	list-style: none;
	margin-top: -6px;
	padding: 0;
	text-transform: none;
}
#header li {
	display: inline;
}
#header li a {
	float: left;
	display: block;
	padding: 8px 14px 8px 14px;
	color: #84755c;
	text-decoration: none;
	margin-right: 2px;
	background:#fff;
	border: 1px solid #48a5bf;
	border-bottom: none;
}
#header li a:hover {
	color: #007189;
	background-color:#fff;
	border: 1px solid #007189;
	border-bottom: none;
}
#header li.current_page_item a {
	color: #007189;
	background-color:#FFF;
	border: 1px solid #007189;
	border-bottom: none;
	font-weight: bold;
}


/* MULTI-LEVEL NAVIGATION STYLE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#suckerfishnav {
	position: absolute;
	left: 0;
	top: 86px;
/*	font: 13px Georgia, "Times New Roman", Times, serif;*/
    }
	
#suckerfishnav, #suckerfishnav ul {
    float:left;
    list-style:none;
    padding:0;
    margin:0;
    }
	
#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:171px;
    font-weight:normal;
    margin:0;
    line-height:1;
    /* -moz-opacity:0.85;
    opacity:0.85;
    khtml-opacity:0.85; */
    border:0;
}	

#suckerfishnav li {
    float:left;
    padding:0;
}
	
#suckerfishnav a {
    display:block;
	padding: 6px 14px;
	color: #84755c;
	text-decoration: none;
	margin-right: 2px;
	background:#fff;
	border: 1px solid #48a5bf;
	border-bottom: none;	
}

#suckerfishnav li li {
	width:230px;
	border-bottom:1px solid #48a5bf;
	border-top: none;
	border-right: none;
	border-left: none;
	margin-bottom:-1px;
	/*   border-left:1px solid #48a5bf;
    border-right:1px solid #48a5bf;*/
    }
#suckerfishnav li li a {
	margin-right: 0px;
    width:auto;
    color:#dddddd;
	padding: 8px 14px 8px 14px;
    }
	
#suckerfishnav li ul ul {
    margin: -30px 0 0 229px;
    }
#suckerfishnav li li:hover {
	color:#FFFFFF;
	background-color:#48a5bf;
    }
	
	
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
	color:#FFFFFF;
	background-color:#48a5bf;
    }
/* HOVER MAIN MENU */	
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
	color:#fff;
	background-color:#48a5bf;
    }
	
#suckerfishnav li:hover a {	
/*	border: 1px solid #fff;
	border-bottom: none;	*/
	}
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
	color:#000000;
	background-color:#fff;
	
    }
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
    }
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
    left:auto;
    background:#444444;
    }
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
    
    }
#suckerfishnav .current_page_parent {
	font-weight: bold;    
    }
#suckerfishnav .current_page_item {
 	font-weight: bold;    
    }
#suckerfishnav .current_page_parent a:after, #suckerfishnav .current_page_parent li a:after, #suckerfishnav .current_page_parent li li a:after, #suckerfishnav .current_page_parent li li li a:after, #suckerfishnav .current_page_parent li li li li a:after {
    content:"";
    }
#suckerfishnav .current_page_parent a:after, #suckerfishnav li .current_page_parent a:after, #suckerfishnav li li .current_page_parent a:after, #suckerfishnav li li li .current_page_parent a:after {
/*    color:#000000;*/
    content:"";
    }
#suckerfishnav .current_page_item a:after, #suckerfishnav li .current_page_item a:after, #suckerfishnav li li .current_page_item a:after, #suckerfishnav li li li .current_page_item a:after, #suckerfishnav li li li li .current_page_item a:after {
/*    color:#000000;*/
    content:"";
    }


/* POST SECTION ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.post {
	margin: 0 0 0 0;
	/*background: url(images/hr.gif) 0% 100% no-repeat; */
	padding: 0 0 0 0;
}
.post h2 {
	margin: 0 0 .5em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #48a5bf;
}
.post h2 a {
	color: #48a5bf;
}
.post h2 a:hover {
	color: #84755c;
}
.post-info {
	font-size: 90%;
	color: #999;
	background-image: url(images/hr.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.post-info a {
	color: #999;
}
.post-info a:hover {
	color: #84755c;
}
.post-info .setting {
	padding:3px;
	padding-left:20px;
	margin-right: 5px;
}
.post-info .datetime{
	background:#fff url(images/clock.png) no-repeat 0 2px;
}
.post-info .user{
	background:#fff url(images/user.png) no-repeat 0 2px;
}
.post-info .filedlink{
	background:#fff url(images/document.png) no-repeat 0 2px;
}
.post-info .commentslink{
	background:#fff url(images/comments.png) no-repeat 0 2px;
}
.post-info .editlink{
	background:#fff url(images/write.png) no-repeat 0 2px;
}
.post-entry p {
	margin: 0 0 1em 0;
}
.post-entry a {
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
}
.post-entry a:hover {
	color: #000000;
	background-color: #EFEFEF;
}
.post-entry span.more-link {
	display: block;
	background-color: #7dc4d8;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px 10px;
	width: 100px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	border: 2px dashed #48a5bf;
}
.post-entry span.more-link a {
	color: #fff;
	border: none;
}
.post-entry span.more-link a:hover {
background: none;
}

.post-entry span.more-link:hover {
	background-color: #9DD2E1;
}	
.post-entry h3 {
	font-size: 1.25em;
	padding: .4em 0 .4em 12px;
	margin: .5em 0 .2em;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #7dc4d8;	
/*	border-bottom: 1px solid #f5f5f5;*/
}
.post-entry ul, .post-entry ol {
	margin: 0 0 1em;
}
.post-entry ul {
	margin-left: 1.5em;
}
.post-entry ul li, .post-entry ol li {
	list-style: square;
	border-bottom: 1px solid #fafafa;
	padding: .2em 0;
}
.post-entry ol {
	margin-left: 2em;
}
.post-entry ol li {
	list-style: decimal;
}
/*.post-entry blockquote {
	margin: 1.5em;
	padding: 1em;
	color: #999;
	font-style: italic;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	clear: both;
}
*/

.post-entry blockquote {
	margin:1.5em;
	padding:10px 40px 5px 40px;
	background:url(images/quotation_marks.gif) no-repeat left 5px;
	color:#48a5bf;
	min-height:30px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #48a5bf;
	border-bottom-color: #48a5bf;
	font-style: italic;
}

.post-entry blockquote p:last-child {background:url(images/quotation_marks_close.gif) no-repeat right bottom;}/*css3*/




/*.post-entry img {
	float: left;
	margin: .4em 0 0 1em;
	padding: 0 10px 10px 0;
}
*/

.post-entry img.align-right {
	float: right;
	margin: .4em 0 0 1em;
	padding: 0 0 10px 10px;
}
.post-entry img.align-left {
	float: left;
	margin: .4em 1em 0 0;
	padding: 0 10px 10px 0;
}
.post-entry img.align-center {
	display: block;
	margin: .4em auto;
	padding: 0 10px 10px 10px;
}
.post-meta {
	font-size: 95%;
	color: #999;
}
.post-meta a {
	color: #999;
}
.post-meta a:hover {
	color: #84755c;
}
.post-arch-info {
	font-size: 95%;
	color: #999;
	margin: 0 0 2em;
	padding: 0 0 1em;
	border-bottom: 1px solid #f5f5f5;
}
.wp-pagenavi {
	font-size: 11px;
	text-transform: uppercase;
	clear: both;
	color: #555;
	padding: 0;
	text-align: right;
}
.wp-pagenavi a, .wp-pagenavi .current {
	padding: 3px 7px;
/*	border: 1px solid #ccc;*/
	color: #f7951e;
	margin-left: 1px;
	font-weight: normal;
}
.wp-pagenavi a:hover, .wp-pagenavi .current {
	color: #555;
	background: #e2e2e2;
	font-weight: normal;
}
.wp-pagenavi .pages {
	float: left;
	line-height: 13px;
}



/* WP 2.6 REQUIRED ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */


.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* COMMENT ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#comments h2, #respond h2 {
	margin: 0 0 .5em;
	padding: 0 0 .5em;
	border-bottom: 1px solid #f5f5f5;
}
#comments {
	margin: 0 0 1em;
	background: url(images/hr.gif) 0% 100% no-repeat;
	padding: 0 0 1em;
}
#comments h3 {
	font-size: 1.2em;
}
#comments img {
	float: left;
	margin: 0 5px 5px 0;
}
#comments p {
	padding-left: 40px;
}
.commentlist li {
	margin: 0 0 .5em;
	padding: 0 0 .5em;
	border-bottom: 1px solid #f5f5f5;
}
#respond input, #respond textarea {
	width: 542px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #ccc;
	padding: 3px;
	margin: .1em 0 .5em;
}
#respond button {
	width: 75px;
	height: 35px;
	text-indent: -9999px;
	border: none;
	float: left;
	cursor: pointer;
}
#respond button#submit {
	background: url(images/submit.png) no-repeat;
	margin-right: 10px;
}
#respond button#reset {
	background: url(images/reset.png) no-repeat;
}
/* SIDEBAR ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#sidebar h2 {
	margin: 0 0 8px 0;
	padding: 5px;
	/*	border-bottom: 1px dotted #ccc;*/
	font-size: 1.4em;
	background-color: #DFF1F4;
}

#sidebar ul li.widget {
	margin-bottom: 20px;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #ccc;
}

/*** EC3 WIDGET ***/
#sidebar li.ec3_list {
	color: #990000;
	padding-left: 15px;
	font-weight: bold;
	list-style-type: none;
}

#sidebar li.ec3_list li {
	padding-top: 3px;
	padding-left: 10px;
	font-weight: normal;
	margin: 0 0 5px 0;
	list-style-type: none;	
}


#sidebar ul li ul {

}

#sidebar ul li ul li {
	list-style-position: inside;
	list-style-type: disc;
	padding-left: 5px;
}

#sidebar li ul li:hover {
/*	background: #e8e8e8 url(images/sidebar-li.gif) no-repeat 0 6px;*/
}
#sidebar li ul li.current_page_item {
	padding-left: 8px;
	padding-right: 10px;
	background: #e8e8e8;
}
#sidebar li ul li.current_page_item a {
	color: #84755c;
}
#sidebar li ul li ul li, #sidebar li ul li ul {
/*	display: none*/;
}
#sidebar li ul li {
	color: #222;
}
#sidebar li a {
	color: #555;
}
#sidebar li a:hover {
	color: #84755c;
}
#calendar  {
	margin-top: 10px;
/*	border-bottom: 1px dotted #ccc;*/
}
#wp-calendar {
	width: 90%;
	margin-left: 5%;
}
#wp-calendar caption {
	color: #864901;
	margin-top: 5px;
}
/* FOOTER ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#footer_wrap {
	position: relative;
	clear: both;
	text-align: center;
	padding: 20px 0 20px 0;
	color: #eee;
	margin-top: -40px;
	background-image: url(images/footer.png);
	background-repeat: repeat-x;
	height:135px;
}
#footer {
	position: relative;
	clear: both;
	text-align: left;
	font-size: 11px;
	width: 860px;
	padding: 0 10px;
	margin: 47px auto 0 auto;
}

span.copyrightnotice {

margin: 20px 0 0 0;
text-align:center;
line-height: 1.2em;
width: 720px;
display: block;
color: #CCCCCC;

}

#footer a {
	color: #eee;
}
#footer a:hover {
	color: #f7951e;
}
#rss {
	position: absolute;
	right: 20px;
	top: 0;
	margin: 0;
	text-align:center;
	vertical-align: middle;
	display: inline;
}
#rss-entries {
	background: url(images/rss-entries.png) no-repeat 0 0;
	border: none;
	float: left;
	height: 18px;
	margin: 0 4px 0 0;
	padding: 0;
	text-decoration: none;
	text-indent: -3000px;
	width: 46px;
}
#rss-entries:hover {
	background: url(images/rss-entries.png) no-repeat 0 -18px;
}
#rss-comments {
	background: url(images/rss-comments.png) no-repeat 0 0;
	border: none;
	float: left;
	height: 18px;
	margin: 0 4px 0 0;
	padding: 0;
	text-decoration: none;
	text-indent: -3000px;
	width: 46px;
}
#rss-comments:hover {
	background: url(images/rss-comments.png) no-repeat 0 -18px;
}

#wordpress {
	background: url(images/wordpress.png) no-repeat 0 0;
	border: none;
	float: left;
	height: 49px;
	margin: 0 4px 0 0;
	padding: 0;
	text-decoration: none;
	text-indent: -3000px;
	width: 50px;
}
#wordpress:hover {
	background: url(images/wordpress.png) no-repeat 0 -50px;
}

/* EC3 SCHEME
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

p.ec3_schedule {
	background-color: whitesmoke;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-size: 0.9em;
}

/* INTRO
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#intro {
	/*	background-color: #F8FBFC;*/
/*	border: 2px dashed #CCCCCC;*/
	margin-top: 5px;
	margin-bottom: 15px;
	padding: 5px;
	background-image: url(images/index_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
}

span.arrow {
	color: #48a5bf;
	font-weight: bold;
	font-size: 2em;
	background-image: url(images/arrow_right.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 55px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
}

#intro span:hover{
	color: #fff;
	font-weight: bold;
	font-size: 2em;
	background-color:#48a5bf;
	background-image: url(images/arrow_right2.png);
	background-repeat: no-repeat;
	background-position: 5px center;	
}

#intro a.arrows {

	
}

#intro .center {
	text-align: center;
}
#intro .right {
	text-align: right;
}

#intro p {
	margin: 0 0 20px 0;
}

/* FORMS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
form , fieldset{
	border: 0;
}


/* TABS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* root element for tabs  */
ul.tabs {  
	margin:0 !important; 
	padding:0;
	height:30px;
	border-bottom:1px solid #666;	 	
}

/* single tab */
ul.tabs li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	float:left;
	font-size:13px;
	display:block;
	padding:5px 30px;	
	text-decoration:none;
	border:1px solid #666;	
	border-bottom:0px;
	height:18px;
	background-color:#efefef;
	color:#777;
	margin-right:2px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright:4px;
	position:relative;
	top:1px;	
}

ul.tabs a:hover {
	background-color:#F7F7F7;
	color:#333;
}
	
/* selected tab */
ul.tabs a.current {
	background-color:#FFFFFF;
	border-bottom: none;
	color:#000;
	cursor:default;
}

	
/* tab pane */
div.panes div {
	display:none;
	margin: -3px 0 0 0;
	border:1px solid #666;
	border-width:0 1px 1px 1px;
	min-height:150px;
	padding:15px 20px;
	/*background-color:#ddd;	*/
}

/* TABLE */

#nicetable {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}

#nicetable caption {
	padding: 0 0 5px 0;
	width: auto;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

#nicetable th {
	font: bold 1.15em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	border-left: 1px solid #C1DAD7;	
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}

#nicetable th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

#nicetable td {
	border-right: 1px solid #C1DAD7;
	border-left: 1px solid #C1DAD7;	
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}


#nicetable .header {
	font: bold 1.1em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background: #F5FAFA;
	color: #4f6b72;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

#nicetable th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#nicetable th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}

/* EXTRA STYLES */
p.warn {
	background: #FBEEF1 url(images/warn.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: center;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #FEABB9;
	border-bottom: 2px solid #FEABB9;
}
p.alert {
    background: #FFF7C0 url(images/exc.png) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: center;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #F7D229;
    border-bottom: 2px solid #F7D229;
}
p.info {
    background: #F8FAFC url(images/info.png) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: center;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #B5D4FE;
    border-bottom: 2px solid #B5D4FE;
}

p.overinfo {
	background: #F8FAFC url(images/info.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: center;
/*	border-top: 2px solid #B5D4FE;
	border-bottom: 2px solid #B5D4FE; */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 45px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}	

/* universal hidden panel */
.panel {
	border: 1px solid #EDEDED;
width: 480px;
display: none;
margin: 0 auto;
padding: 10px;
}



/* TOP RIGHT DIAGONAL INFO BOX 
***************************************/

#toprightinfo {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	height: 200px;
	width: 400px;
	background: url(images/cornerinfo.png) no-repeat;
	text-indent: -999em;
	text-decoration: none;
	z-index: 999999999;
}

