/*   
Theme Name: Beautiful Shades of Gray
Theme URI: http://www.csstemplateheaven.com
Description: A beautiful theme with lots of nice details. For blog, business or magazine sites.
Author: Dieter Schneider
Author URI: http://www.dieter.no
Version: 1.0
*/

@import url('style_browser_reset.css');
/*================================================================
Typography and links
==================================================================*/

a:link, a:visited {
	color: #606060;
	text-decoration: underline;
}

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, .sidebar_nav a {
	text-decoration: none;
}

h1 {
	letter-spacing: .16em;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	font-weight: bold;
}

.featured h2 {
	font-size: 1.8em;
	font-weight: normal;
	text-transform: uppercase;
}

.post_header h2 {font-size: 1.2em; font-weight: normal; margin-top: 10px;}

.post_header_page h1, .post_header_single h1 {
	font-size: 1.5em;
	font-weight: normal;
	text-transform: uppercase;
}

#footer h3 {margin-bottom: 25px; border-bottom: 1px dotted gray; padding: 5px;}

.featured p {
	font-size: .8em;
	font-style: italic;
}

p {
	margin: 15px 0px;
}

.centered {text-align: center;}

.post_body_page p, .post_body_single p {margin: 0; padding: 0 0 20px;}

small {
	font-size: 0.8em;
	font-style: italic;
}

strong {font-weight: bold;}

.post_body p {
	font-size: 1em;
    margin: 10px 0px;
}

.more {
	margin-top: 10px;
	margin-right: -10px;
	float: right;
}

.more_big {
	margin-top: -20px;
	margin-right: 20px;
	float: right;
	width: 139px;
	height: 73px;
}

.footer_comments {
	float: right;
	margin-left: 20px;
	margin-top: 20px;
}

.comment_count {
	font-weight: bold;
	font-size: 1.8em;
}

.featured_datetime {margin: 6px 0px}

.featured_more {
	float: right;
	font-weight: bold;
	margin-right: 20px;
	text-decoration: underline;
}

.post_body_page ol, .post_body_single ol {
	list-style-type: decimal;
	margin: 0 0 20px;
}

.post_body_page ol li, .post_body_single ol li, .post_body_single ul li ol li, .post_body_page ul li ol li {
	list-style-type: decimal;
	margin-left: 60px;
}


.post_body_page ul, .post_body_single ul {
	list-style-type: decimal;
	margin: 0 0 20px;
}

.post_body_page ul li, .post_body_single ul li {
	list-style-type: disc;
	margin-left: 60px;
}

blockquote {
	margin: 0px 30px;
	padding: 20px;
	border: 1px dotted gray;
	font-style: italic;
}

/*================================================================
Site Structure
==================================================================*/	

body {
	font-size: 1.3rem;
	line-height: 1.5;
	font-family: "Segoe UI", "Roboto", "Ubuntu", "Helvetica Neue", Arial, sans-serif;
	background-color: #f0f0f0;
	background-image: url(../images/body.jpg);
	background-repeat: repeat-x;
	color: #7C7C7C;
}

#page_wrapper {	
    width: 976px;
	margin: 0px auto;
	position: relative;
}

#featured {
	height: 230px;
	margin-right: 3px;
	margin-bottom: 30px;
	border: 0px solid red;
	padding: 15px;
	background-image: url(../images/featured.jpg);
	background-repeat: no-repeat;
}

#header {
	width: 800px;
	margin: auto;
	height: 109px;
	background-image: url(../images/slpc_header.png);
	background-repeat: no-repeat;
}

#container {	
    width: 990px;
	margin: 120px auto;
}

#main_content_left_index {
	width: 900px;
	float: left;
}

#main_content_left {
	width: 900px;
	float: left;
	margin-left: 40px;
	
}

#main_content_right {
	width: 343px;
	float: right;
}

#footer {
	padding: 80px 10px 5px 125px;
	margin: auto;
	clear: both;
	background-color: #eeefef;
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-size: .8em;
	font-style: italic;
}

#footer_contents {width: 990px; margin: auto;}

#footer_left {width: 500px; margin: auto; float: left; }

#footer_right {width: 490px; margin: auto; float: right;}

/*================================================================
The columns
==================================================================*/

#first_column {
	float: left;
	width: 280px;
}

#second_column {
	float: right;
	width: 280px;
}

/*================================================================
The posts
==================================================================*/

.posts {
	background-image: url(../images/posts.jpg);
	height: 333px;
	width: 275px;
	margin-bottom: 60px;
}

.post_header {
	height: 38px;
	width: 255px;
	padding: 10px;
	border: 0px solid red;
}

.post_body {
	width: 255px;
	height: 180px;
	padding: 10px;
	overflow: hidden;
	font-size: .9em;
}


.post_footer {
	height: 58px;
	width: 275px;
	margin-top: 15px;
}

.post_header_page, .post_header_single {
	background-image: url(../images/PostHeaderPage2.jpg);
	height: 38px;
	width: 850px;
	padding: 25px;
	text-align: center;
}

.post_body_page, .post_body_single {
	background-image: url(../images/PostBodyPage2.jpg);
	background-repeat: repeat-y;
	width: 850px;
	padding: 0px 25px;
}

.post_footer_page, .post_footer_single{
	clear: both;
	background-image: url(../images/PostFooterPage2.jpg);
	height: 90px;
	width: 780px;
	margin-bottom: 20px;
	padding: 0px 60px;
	font-style: italic;
}


.next_prev {
	border: 0px dotted gray;
	height: 29px;
	clear: both;
	margin-bottom: 20px;
	background-image: url(../images/next_prev_posts.jpg);
	width: 880px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

.next_prev_comments {
	border: 0px dotted gray;
	height: 29px;
	clear: both;
	margin-bottom: 20px;
	background-image: url(../images/next_prev_comments.jpg);
	width: 535px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}



/*================================================================
The sidebars
==================================================================*/

.sidebar_header {
	background-image: url(../images/sidebar_header.jpg);
	height: 91px;
	width: 340px;
}

.sidebar_body {
	display: block;
	float: left;
	margin:0 0 0px 0;
	width: 290px;
	padding: 25px;
	background: url(../images/sidebar_body.jpg) repeat-y;
}

.sidebar_bottom {
	background-image: url(../images/sidebar_footer.jpg);
	height: 56px;
	width: 340px;
	clear: both;
	margin-bottom: 40px;
}


/*================================================================
Sidebar Navigation
==================================================================*/

.sidebar_nav ul {}
.sidebar_nav li {}

.sidebar_nav ul li {
	display: block;
	padding: 4px;
	border-bottom: 1px dotted #515151;
	font-size: .8em;
}

.sidebar_nav ul ul li {margin-left: 10px; border-bottom: none; font-size: 1em;}
.sidebar_nav ul ul ul li {margin-left: 10px;}

.sidebar_nav {
	margin-bottom: 20px;
}

.sidebar_nav ul {

}

.sidebar_nav a {display: block;
	padding: 4px;
}

.sidebar_nav a:link, #navlist a:visited {
	color: #666666;
	text-decoration: none;
}

.sidebar_nav a:hover {
    background: #d8d8d8
}


/*================================================================
Top navigation
==================================================================*/

#top_nav_menu {
	position: absolute;
	top: 132px;
	left: 50px;
	width: 1000px;
}

/***** drop menu *****/

#dropmenu, #dropmenu ul {
	list-style-position:outside;
	position:relative;
	line-height:1.5em;
	z-index:300;
	width:100%;
	font-weight: normal;
	letter-spacing: .18em;
	margin: 0px 0px 0px 0px;
}

#dropmenu a {
	display:block;
	padding: 5px 15px;
	text-decoration:none;
	color: #666666;
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: .18em;
}

#dropmenu a:hover {
	color:#000;
	text-decoration: underline;
}

#dropmenu li {
	float:left;
	position:relative;

}

#dropmenu ul {
	position: absolute;
	display: none;
	width: 18em;
	top: 1.9em;
	left: 0px;
}

#dropmenu ul a {
	background: rgb(255 255 255/90%);
}

#dropmenu .enter a {
	background-color: rgb(80 80 255/90%);
	color: white;
}

#dropmenu li ul {
	width:14.1em;
	margin-top: 4px;
}

#dropmenu li ul a {
	width: 250px;	
	height: auto;
	float: left;
}


#dropmenu ul ul {
	top:auto;
}

#dropmenu li ul ul {
	left: 265px;
	margin:0px 0 0 10px;
}

#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {
	display:none;
}
#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {
	display:block;
}


/*================================================================
Categories Navigation
==================================================================*/

#main_categories {
	margin: auto;
	height: 20px;
	width: 976px;
	margin-bottom: 30px;
}

/* Horizontal Category List (frontpage) */

ul.horizontal_categories {
    clear: both;
}

.horizontal_categories li {
	display: inline;
	background: url(../images/cat_bullet.png) no-repeat right center;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: .08em;
}

.horizontal_categories a {
    padding: 0px 25px;
}

.horizontal_categories a:link, .horizontal_categories a:visited {

}

.horizontal_categories a:hover {
 
}



/*================================================================
Nested Comments
==================================================================*/

#comments {
	background-image: url(../images/PostBodyPage.jpg);
	background-repeat: repeat-y;
	padding: 20px;
	width: 557px;
}

/* comment forms */

#comment {width: 99%; background: #FBFBFB;}

#author, #email, #url {
	background-color: #FBFBFB;
}

.submit_button {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	background-image: url(../images/submit.jpg);
	height: 32px;
	width: 165px;
	cursor: pointer;
	border: 0;
}

.post_footer_comment {
	background-image: url(../images/post_footer_comment.jpg);
	height: 138px;
	width: 597px;
}

/* the comments */

ol.commentlist { list-style:none; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment { border-bottom:1px dotted #666; padding:1em; }
ol.commentlist li div.comment-author {}
ol.commentlist li div.vcard { font:normal 16px georgia,times,serif; }
ol.commentlist li div.vcard cite.fn { font-weight:bold; }
ol.commentlist li div.vcard cite.fn a.url {}
ol.commentlist li div.vcard img.avatar { border:5px solid #ccc; float:right; margin:0 0 1em 1em; }
ol.commentlist li div.vcard img.avatar-32 {}
ol.commentlist li div.vcard img.photo {}
ol.commentlist li div.vcard span.says {}
ol.commentlist li div.commentmetadata {}
ol.commentlist li div.comment-meta { font-size:.8em; }
ol.commentlist li div.comment-meta a { color:#000; }
ol.commentlist li p { font-size:1.2em; margin:1em 0 1em; }
ol.commentlist li ul { font-size:1em; list-style:square; margin:0 0 1em 2em; }
ol.commentlist li div.reply { font-size:1em; }
ol.commentlist li div.reply a { font-weight:bold; }
ol.commentlist li ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li ul.children li {}
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.bypostauthor {}
ol.commentlist li ul.children li.byuser {}
ol.commentlist li ul.children li.comment {}
ol.commentlist li ul.children li.comment-author-admin {}
ol.commentlist li ul.children li.depth-2 { border: 1px dotted gray; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-3 { border: 1px dotted gray; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-4 { border: 1px dotted gray; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-5 {}
ol.commentlist li ul.children li.odd {}
ol.commentlist li.even { }
ol.commentlist li.odd { }
ol.commentlist li.parent { border-left: 2px solid gray; }
ol.commentlist li.pingback { border-bottom:1px dotted #666; padding:1em; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}



/*================================================================
Image floats for posts
==================================================================*/

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding: 1px;
	border: 1px solid gray
	}

img.alignright {
	padding: 2px;
	margin: 0 0 2px 7px;
	display: inline;
	border: 1px solid gray
	}

img.alignleft {
	padding: 2px;
	margin: 0 20px 2px 0;
	display: inline;
	border: 1px solid gray
	}

.alignright {
	float: right;
	}

.alignleft, .post_thumb, .featured_thumb {
	float: left
	}
	
.post_thumb {margin: 15px 7px 2px 0px; padding: 2px; border: 1px solid gray}

.featured_thumb {margin: 0px 15px 4px 0px; padding: 2px; border: 1px solid gray}

/*================================================================
Tabs
==================================================================*/

.widget_box {
	display: block;
	float: left;
	margin:0 0 0px 0;
	width: 340px;
	padding-top: 20px;
	padding-bottom: 15px;
	border-bottom: 0px solid #dcdcdc;
	background: url(../images/usual_bg.jpg) no-repeat;
}

.usual {
	width: 340px;
}

.usual ul{
}

.usual ul li{
font-size: 12px;
float:left;
padding:0px 0px 0 0;
text-align:center;

}
.usual ul li a {
	text-decoration:none;
	color:#000;
	border:none;
	display:block;
	padding:6px;
	width: 73px;
	letter-spacing:1px;
	background-image: url(../images/tab_a.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.usual ul li a:hover {
	color:#2D170A;
	background-image: url(../images/tab_a_hover.jpg);
}

.usual ul li a.selected {
	margin-bottom:0;
	color:#000;
	cursor:default;
	background-image: url(../images/tab_a_active.jpg);
}

.usual .widget_box div {
clear:left;
padding:0 0 4px 0;
background:url(../images/widget_bg.gif) repeat-x;
}
.usual .widget_box div ul li{
border-bottom:1px dotted #c7c7c7;
padding:5px 0 5px 5px;
width: 300px;
margin-left: 17px;
text-align:left;
}
.usual .widget_box div ul ul li{
padding:2px 0 2px 14px;
border-bottom:none;
}

.usual .widget_box div ul li a, .usual .widget_box div ul li a.selected {
	margin:2px 0 2px 2px;
	padding: 0 0 0 4px;
	color: #333;
	text-decoration: none;
	border-left: 14px solid #bcbcbc;
	display:block;
	float:left;
	width:317px;
	background:none;
	letter-spacing:normal;
}

.usual .widget_box div ul ul li a{ 
border-left:none;
}

.usual .widget_box div ul li a:hover{
	text-decoration: none;
	color: #fff;
	background: #bcbcbc;
	width: 280px;
}

.usual .widget_box div a{
color:#4d240c;
}

.usual .widget_box div a:hover{
color:#EF7222; }

#usual2 { background:#0A0A0A; }
#usual2 a { background:#222; }
#usual2 a:hover { background:#000; }
#usual2 a.selected { background:white; }
#tabs3 { background:#FF9; }


/**** Form Section ****/


form ul
{
	font-size:100%;
	list-style-type:none;
	margin:0;
	padding:0;
	width:100%;
}

form li
{
	display:block;
	margin:0;
	padding:4px 5px 2px 9px;
	position:relative;
}

form li:after
{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}

.buttons:after
{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}

.buttons
{
	clear:both;
	display:block;
	margin-top:10px;
}

* html form li
{
	height:1%;
}

* html .buttons
{
	height:1%;
}

* html form li div
{
	display:inline-block;
}

form li div
{
	margin:0 4px 0 0;
	padding:0 0 8px;
}

form li span
{
	float:left;
	margin:0 4px 0 0;
	padding:0 0 8px;
}

form li div.left
{
	display:inline;
	float:left;
	width:48%;
}

form li div.right
{
	display:inline;
	float:right;
	width:48%;
}

form li div.left .medium
{
	width:95%;
}

form li div.right .medium
{
	width:95%;
}

.clear
{
	clear:both;
}

form li div label
{
	clear:both;
	display:block;
	font-size:11px;
	line-height:11px;
	margin:0;
	padding-top:3px;
}

form li span label
{
	clear:both;
	display:block;
	font-size:11px;
	line-height:11px;
	margin:0;
	padding-top:3px;
}

form li .datepicker
{
	cursor:pointer !important;
	float:left;
	height:16px;
	margin:.1em 5px 0 0;
	padding:0;
	width:16px;
}

.form_description
{
	border-bottom:1px dotted #ccc;
	clear:both;
	display:inline-block;
	margin:0 0 1em;
}

.form_description[class]
{
	display:block;
}

.form_description h2
{
	clear:left;
	font-size:160%;
	font-weight:400;
	margin:0 0 3px;
}

.form_description p
{
	font-size:95%;
	line-height:130%;
	margin:0 0 12px;
}

form hr
{
	display:none;
}

form li.section_break
{
	border-top:2px dotted #ccc;
	margin-top:9px;
	padding-bottom:0;
	padding-left:9px;
	padding-top:13px;
	width:97% !important;
}

form ul li.first
{
	border-top:none !important;
	margin-top:0 !important;
	padding-top:0 !important;
}

form .section_break h3
{
	font-size:110%;
	font-weight:400;
	line-height:130%;
	margin:0 0 2px;
}

form .section_break p
{
	font-size:85%;

	margin:0 0 10px;
}

/**** Buttons ****/
input.button_text
{
	overflow:visible;
	padding:0 7px;
	width:auto;
}

.buttons input
{
	font-size:100%;
	margin-right:5px;
}

/**** Inputs and Labels ****/
label.description
{
	border:none;
	display:block;
	font-size:95%;
	font-weight:700;
	line-height:150%;
	padding:0 0 1px;
}

span.symbol
{
	font-size:115%;
	line-height:130%;
}

input.text
{
	border-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
	font-size:100%;
	margin:0;
	padding:2px 0;
}

input.file
{
	font-size:100%;
	margin:0;
	padding:2px 0;
}

textarea.textarea
{
	border-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
	font-size:100%;
	margin:0;
	width:99%;
}

select.select
{
	font-size:100%;
	margin:1px 0;
	padding:1px 0 0;
	border-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
}


input.currency
{
	text-align:right;
}

input.checkbox
{
	display:block;
	height:13px;
	line-height:1.4em;
	margin:6px 0 0 3px;
	width:13px;
}

input.radio
{
	display:block;
	height:13px;
	line-height:1.4em;
	margin:6px 0 0 3px;
	width:13px;
}

label.choice
{
	font-size:100%;
	line-height:1.4em;
	margin:-1.25em 0 0 25px;
	padding:4px 0 5px;
}

select.select[class]
{
	margin:0;
	padding:1px 0;
}

*:first-child+html select.select[class]
{
	margin:1px 0;
}

.safari select.select
{
	font-size:120% !important;
	margin-bottom:1px;
}

input.small
{
	width:25%;
}

input.tiny
{
	width:5%;
}

select.small
{
	width:25%;
}

input.medium
{
	width:50%;
}

select.medium
{
	width:50%;
}

input.large
{
	width:95%;
}

select.large
{
	width:95%;
}

textarea.small
{
	height:5.5em;
}

textarea.medium
{
	height:10em;
}

textarea.large
{
	height:20em;
}

/**** Errors ****/
#error_message
{
	background:#fff;
	border:1px dotted red;
	margin-bottom:1em;
	padding-left:0;
	padding-right:0;
	padding-top:4px;
	text-align:center;
	width:99%;
}

#error_message_title
{
	color:#DF0000;
	font-size:125%;
	margin:7px 0 5px;
	padding:0;
}

#error_message_desc
{
	color:#000;
	font-size:100%;
	margin:0 0 .8em;
}

#error_message_desc strong
{
	background-color:#FFDFDF;
	color:red;
	padding:2px 3px;
}

form li.error
{
	background-color:#FFDFDF !important;
	border-bottom:1px solid #EACBCC;
	border-right:1px solid #EACBCC;
	margin:3px 0;
}

form li.error label
{
	color:#DF0000 !important;
}

form p.error
{
	clear:both;
	color:red;
	font-size:10px;
	font-weight:700;
	margin:0 0 5px;
}

p.admin_error
{
	clear:both;
	color:red;
	font-size:1em;
	font-weight:700;
	margin:0 0 5px;
}

p.admin_success
{
	clear:both;
	color:blue;
	font-size:1em;
	font-weight:700;
	margin:0 0 5px;
}

form .required
{
	color:red;
	float:none;
	font-weight:700;
}

/**** Guidelines and Error Highlight ****/
form li.highlighted
{
	background-color:#f5f5f5;
}

form .guidelines
{
	background:#f5f5f5;
	border:1px solid #e6e6e6;
	color:#444;
	font-size:80%;
	left:100%;
	line-height:130%;
	margin:0 0 0 8px;
	padding:8px 10px 9px;
	position:absolute;
	top:0;
	visibility:hidden;
	width:42%;
	z-index:1000;
}

form .guidelines small
{
	font-size:105%;
}

form li.highlighted .guidelines
{
	visibility:visible;
}

form li:hover .guidelines
{
	visibility:visible;
}

.no_guidelines .guidelines
{
	display:none !important;
}

.no_guidelines form li
{
	width:97%;
}

.no_guidelines li.section
{
	padding-left:9px;
}

/*** Success Message ****/
.form_success 
{
	clear: both;
	margin: 0;
	padding: 90px 0pt 100px;
	text-align: center
}

.form_success h2 {
    clear:left;
    font-size:160%;
    font-weight:normal;
    margin:0pt 0pt 3px;
}

/*** Password ****/
ul.password{
    margin-top:60px;
    margin-bottom: 60px;
    text-align: center;
}
.password h2{
    color:#DF0000;
    font-weight:bold;
    margin:0pt auto 10px;
}

.password input.text {
   font-size:170% !important;
   width:380px;
   text-align: center;
}
.password label{
   display:block;
   font-size:120% !important;
   padding-top:10px;
   font-weight:bold;
}

#li_captcha{
   padding-left: 5px;
}


#li_captcha span{
	float:none;
}

/** Embedded Form **/

.embed #form_container{
	border: none;
}

.embed #top, .embed #bottom, .embed h1{
	display: none;
}

.embed #form_container{
	width: 100%;
}

.embed #footer{
	text-align: left;
	padding-left: 10px;
	width: 99%;
}

.embed #footer.success{
	text-align: center;
}

.embed form.appnitro
{
	margin:0px 0px 0;
	
}



/*** Calendar **********************/
div.calendar { position: relative; }

.calendar table {
cursor:pointer;
border:1px solid #ccc;
font-size: 11px;
color: #000;
background: #fff;
font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
}

.calendar .button { 
text-align: center;    
padding: 2px;          
}

.calendar .nav {
background:#f5f5f5;
}

.calendar thead .title { 
font-weight: bold;      
text-align: center;
background: #dedede;
color: #000;
padding: 2px 0 3px 0;
}

.calendar thead .headrow { 
background: #f5f5f5;
color: #444;
font-weight:bold;
}

.calendar thead .daynames { 
background: #fff;
color:#333;
font-weight:bold;
}

.calendar thead .name { 
border-bottom: 1px dotted #ccc;
padding: 2px;
text-align: center;
color: #000;
}

.calendar thead .weekend { 
color: #666;
}

.calendar thead .hilite { 
background-color: #444;
color: #fff;
padding: 1px;
}

.calendar thead .active { 
background-color: #d12f19;
color:#fff;
padding: 2px 0px 0px 2px;
}


.calendar tbody .day { 
width:1.8em;
color: #222;
text-align: right;
padding: 2px 2px 2px 2px;
}
.calendar tbody .day.othermonth {
font-size: 80%;
color: #bbb;
}
.calendar tbody .day.othermonth.oweekend {
color: #fbb;
}

.calendar table .wn {
padding: 2px 2px 2px 2px;
border-right: 1px solid #000;
background: #666;
}

.calendar tbody .rowhilite td {
background: #FFF1AF;
}

.calendar tbody .rowhilite td.wn {
background: #FFF1AF;
}

.calendar tbody td.hilite { 
padding: 1px 1px 1px 1px;
background:#444 !important;
color:#fff !important;
}

.calendar tbody td.active { 
color:#fff;
background: #529214 !important;
padding: 2px 2px 0px 2px;
}

.calendar tbody td.selected { 
font-weight: bold;
border: 1px solid #888;
padding: 1px 1px 1px 1px;
background: #f5f5f5 !important;
color: #222 !important;
}

.calendar tbody td.weekend { 
color: #666;
}

.calendar tbody td.today { 
font-weight: bold;
color: #529214;
background:#D9EFC2;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { 
visibility: hidden;
}

.calendar tbody .emptyrow { 
display: none;
}

.calendar tfoot .footrow { 
text-align: center;
background: #556;
color: #fff;
}

.calendar tfoot .ttip { 
background: #222;
color: #fff;
font-size:10px;
border-top: 1px solid #dedede;
padding: 3px;
}

.calendar tfoot .hilite { 
background: #aaf;
border: 1px solid #04f;
color: #000;
padding: 1px;
}

.calendar tfoot .active { 
background: #77c;
padding: 2px 0px 0px 2px;
}

.calendar .combo {
position: absolute;
display: none;
top: 0px;
left: 0px;
width: 4em;
border: 1px solid #ccc;
background: #f5f5f5;
color: #222;
font-size: 90%;
z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
text-align: center;
padding: 1px;
}

.calendar .combo .label-IEfix {
width: 4em;
}

.calendar .combo .hilite {
background: #444;
color:#fff;
}

.calendar .combo .active {
border-top: 1px solid #999;
border-bottom: 1px solid #999;
background: #dedede;
font-weight: bold;
}

