

/*--------------------------
Chamber_design8
based on Design8
VALID CSS 2.0
COPYRIGHT 2009 WILDFIREWEB
AUTHOR: blaine@wildfireweb.com
Created: Blaine 083109
---------------------------*/

@import url(/css/wildfirecommon.css);

body{
font-size: 62.5%;
margin: 0;
padding: 0;
background: #6c714e;
font-family: Arial, Verdana, sans-serif;
color: #000;
}

#search {
font-size: 14px;
width: 140px;
float: right;
margin-right: 10px;
margin-bottom: 10px;
clear: both;
z-index: 1;
}

#topright{
position: absolute;
text-align: right;
/* padding: 10px 20px; */
width: 300px;
height: 80px;
top: 20px;
right: 20px;
z-index: 2;
color: #fff;
}

a {
color: blue;
text-decoration: none;
}

a:visited{
color: blue;
text-decoration: none;
}

a:hover{
color: #000000;
text-decoration: none;
}

.adminlinks {
display: block;
position: relative;
padding: 4px 20px;
font-size: 12px;
background: #ea892b url(/home/wfw/images/adminlinks_w.jpg) left no-repeat;
color: #eee;
text-align: center;
}

.adminlinks a{
color: #fff;
font-size: 12px;
text-decoration: none;
}

.adminlinks a:visited{
color: #fff;
}

.adminlinks a:hover{
color: #fff;
text-decoration: underline;
}


.hide{
display: none;
}

.clearboth{
position: relative;
display: block;
height: 1px;
clear: both;
float: left;
}

h3.wfw{
font-weight: bold;
font-family: "Trebuchet MS", Verdana, sans-serif;
font-size: 1.6em;
color: #4a7ac6;
}

#wrapper{
position:relative;
display:block;
margin: 10px auto;
width: 980px;
background-color: #d1d7ab;
padding: 0;
border: 1px solid #5a0b3d;
}

#innerwrapper{
position: relative;
display: block;
margin: 0;
width: 980px;
padding: 0;
float: left;
background-color: #fff;
/* border-top: 12px solid #5a0b3d; */
}

#header{
position:relative;
display:block;
float: left;
width: 980px;
/* overflow: hidden; */
color: #5a0b3d;
padding: 0;
margin: 0;
background: #fff;
/* height: 202px; */
/* background: #d1d7ab url(/templates/design8/images/header.gif) no-repeat top left; */
font-size: 14px;
clear:both;
}

/* Editable Drop Down Nav css */

#topnav {
position:relative;
display: block;
float: left;
width: 970px;
height: 30px;
font-family: Arial, Verdana, sans-serif;
margin:0;
padding: 0 0 0 10px;
clear:both;
border: 0;
background: #5a0b3d;
z-index: 3;
border-bottom: 1px solid #5a0b3d;
}

/* dropdown menu */

#dropnav {
display: block;
position: relative;
height: 30px;
float: left;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
background: #5a0b3d;
}

#dropnav li{
position: relative;
display: block;
font-size: 14px;
font-weight: bold;
height: 30px;
float:left;
margin: 0;
padding: 0;
list-style: none;
}

#dropnav li a{
display: inline;
position: relative;
float: left;
color:#d1d7ab;
text-decoration: none;
line-height: 29px;
padding: 0 12px 0 12px;
margin: 0;
border: 0;
border-left: 1px solid #5a0b3d;
border-top: 1px solid #5a0b3d;
}

#dropnav li.selected_tab a, #dropnav li a:hover, #dropnav li.selected_tab span{
color: #5a0b3d;
background-color: #d1d7ab;
}

#dropnav li.selected_tab span.editable{
display: inline;
position: relative;
float: left;
padding: 0 12px 0 12px;
margin: 0;
line-height: 29px;
border-left: 1px solid #5a0b3d;
border-top: 1px solid #5a0b3d;
}

#dropnav li:hover a, #dropnav li.over a {
color: #5a0b3d;
background-color: #d1d7ab;
}

#dropnav li ul {
display:none;
list-style:none;
position: absolute;
width: 220px;
top:30px;
left:0px;
z-index:25;
margin: 0;
padding: 0;
text-align: left;
white-space: nowrap
background:#5a0b3d;
border-top: 1px solid #5a0b3d;
}

html>body #dropnav li ul {
width: auto;
min-width: 220px
} 


#dropnav li:hover ul, #dropnav li.over ul {
display: block; 
}

#dropnav li ul li {
position:relative;	
display:block;
float:none;
_width:220px;
width: 220px;
height:25px;
margin:0;
padding:0;
list-style:none;
background:#5a0b3d;
border: 0;
border-bottom: 1px solid #aaa;
z-index:200!important;
}

#dropnav li:hover ul li a, #dropnav li.over ul li a {
float: none;
/* color: #fff; */
color: #5a0b3d;
/* background-color: #5a0b3d; */
background-color: #d1d7ab;
}


#dropnav li ul li a {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#5a0b3d!important;
font-weight:bold;
display:block;
float: none;
padding: 0 11px 0 11px;
text-decoration:none;
border:none;
line-height:25px;
height:25px;
background:#5a0b3d;
}

#dropnav li ul li span.editable{
display: block;
position: relative;
float: none;
font-size:12px;
padding: 0 11px 0 11px;
margin: 0;
line-height: 25px;
height:25px;
border: none;
}


#dropnav li ul li a:hover{
background:#d1d7ab;
color:#5a0b3d!important;
background:#5a0b3d;
color:#d1d7ab!important;
}


/* End Drop Down Menu */


/* NAVIGATION ON LEFT */

#subnav{
position:relative;
display: block;
width: 155px;
padding: 0 0 0 10px;
margin: 0;
float: left;
z-index: 1;
overflow: hidden;
}

#subnavheader{
position:relative;
font-size: 14px;
font-weight: bold;
padding: 6px 0 6px 24px;
margin: 1em 0 0 0;
background: #fff url(/templates/design8/images/nav_button.png) no-repeat center left;
color: #555;
}

#subnav ul{
list-style: none;
padding: 10px 0 0 0;
margin: 0;
}

#subnav li{
border-top: 1px solid #fff;
font-size: 12px;
font-weight: bold;
margin: 0;
padding: 6px 0 0 0;
}

#subnav li a{
display:block;
color: #555;
background: #fff;
text-decoration: none;
padding: 0 0 0 14px;
width: 140px;
margin: 5px 0;
background: #fff url(/templates/design8/images/nav_bullet.png) no-repeat center left;
}

#subnav li span{
display:block;
color: #000;
text-decoration: none;
padding: 0 0 0 14px;
margin: 5px 0;
width: 12em;
background: #fff url(/templates/design8/images/nav_bullet.png) no-repeat center left;
}


#subnav li a:hover {
color: #000;
}

/* BREADCRUMB TRAIL */

#breadcrumb {
font-size: 1.3em;
font-weight: bold;
color: #666;
margin: 0;
padding: 0;
z-index: 9;
}

#breadcrumb a {
color: #aaa;
text-decoration: underline;
margin: 0;
padding:0;
z-index: 9;
}

a#breadcrumb0{
text-indent: 0;
display: none;
}

a#breadcrumb1, span#breadcrumb1{ /* adds drop arrow to secondary levels */
background: transparent url(/templates/design8/images/downarrow.gif) no-repeat left center;
text-indent: 0;
margin: -1em 0 0 0;
display: block;
padding-left: 0.9em;
position: relative;
z-index: 1;
}

a#breadcrumb2, span#breadcrumb2{
background: transparent url(/templates/design8/images/downarrow.gif) no-repeat left center;
text-indent: 0;
margin: -1em 0 0 1em;
display: block;
padding-left: 0.9em;
}

a#breadcrumb3, span#breadcrumb3{
background: transparent url(/templates/design8/images/downarrow.gif) no-repeat left center;
text-indent: 0;
margin: -1em 0 0 2em;
display: block;
padding-left: 0.9em;
z-index: 9999;
}

span#breadcrumb1, span#breadcrumb2, span#breadcrumb3, #breadcrumb a:hover{
color: #888;
}

/* hide the edit button on the breadcrumb in edit mode */
span#breadcrumb1 .editable img, span#breadcrumb2 .editable img, span#breadcrumb3 .editable img {
display: none;
}

#midcol span.styled{
display: block;
/* border: 2px solid #666; */
width: 560px;
padding: 10px;
background: #D1D7AB;
background: #e7a83e;
color: #eee;
}

#midcol span.styled ul{
margin: 0;
padding: 0;
list-style: none;
}

#midcol span.styled ul li{
margin-bottom: 10px;
}

#midcol span.styled ul li a{
text-decoration: none;
color: #7d1a38;
color: #5a0b3d;
font-size: 16px;
font-weight: bold;
}

#midcol span.styled ul li a:hover{
color: #000;
text-decoration: underline;
}

#midcol span.styled .rss_date{
color: #666;
font-size: 10px;
}


#content_title {
font-family: Georgia;
font-size: 1.6em;
font-weight: 700;
padding: 6px 0;
color: #5a0b3d;
}

#content{
display: block;
position: relative;
overflow: hidden;
float: right;
width: 580px;
margin: 0;
font-size: 14px;
padding: 10px 20px 0px 20px;
border-left: 1px dotted #ccc;
border-right: 1px dotted #ccc;
color: #333;
line-height: 1.5;
}

#fullpage_content {
display: block;
position: relative;
overflow: hidden;
width: 750px;
margin: 0;
font-size: 14px;
padding: 8px 10px 0px 30px;
border-right: 1px dotted #ccc;
color: #333;
line-height: 1.4;
}

#listingpage_content {
display: block;
position: relative;
width: 920px;
margin: 0 0 20px 0;
font-size: 14px;
padding: 8px 10px 20px 30px;
color: #333;
line-height: 1.4;
}

#listingpage_content blockquote {
background-color: #ccc;
padding: 0px 10px;
margin: 0;
border: 1px solid #666;
}

/* turn off the slate title on listing page */
#listingpage_content .wfw_slate_title {
}

#listingpage_content #editing .wfw_slate_title {
display: block;
color: #666;
}

#leftcol{
display: block;
position: relative;
float: left;
width: 155px;
font-size: 12px;
margin: 12px 0 0 0;
padding: 0;
color: #333;
overflow: hidden;
}

#leftcolnosubnav{
position: relative;
width: 120px;
font-size: 12px;
margin: 0;
padding: 10px 0px 10px 0px;
color: #333;
}

#leftcol blockquote {
margin: 10px 0 10px 0;
padding: 2px 0 6px 25px;
background: transparent url(/templates/design8/images/nav_button.png) no-repeat top left;
border-bottom: 1px dotted #ccc;
}

#rightcol_title {
font-family: arial,verdana,san-serif;
font-size: 1.4em;
color: #d1d7ab;
font-weight: 700;
padding-bottom: 10px;
}

#rightcol{
position: relative;
display: block;
float: right;
width: 160px;
font-size: 12px;
margin: 12px 0 0 0;
padding: 0px 10px 0px 10px;
color: #333;
z-index: 99;
}

#rightcol ul{
margin: 4px 0 4px 10px;
padding: 0;
}


/* CONTACT FORM */

.contactform table{
border: 2px solid #d1d7ab;
}

.contactform th{
background: #d1d7ab;
color: #5a0b3d;
}

#editable_footer {
position: relative;
display: block;
text-align: left;
font-size: 10px;
float: left;
width: 940px;
margin: 0;
padding: 10px 20px;
}

#footer{
position: relative;
display: block;
width: 980px;
margin: 0 auto;
padding: 10px;
text-align: center;
font-size: 12px;
clear: both;
color: #000;
}

#footer a{
color: #000;
}

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


/* Sitemap Draggable Tabs */

ul#sitemap_tabs{
margin:0 0 0 30px;
padding: 0;
list-style: none;
width: 450px;
list-style-position:outside;
list-style-type:none; 
}

ul#sitemap_tabs .dragarrow{
display: none;
}

ul#sitemap_tabs li {
position: relative;
display: block;
list-style: none;
padding: 0;
margin: 0;
width: 450px;
height: 24px;
list-style-type:none; 
list-style-position:outside;
overflow: hidden;
clear:both;
}

ul#sitemap_tabs li a{
position: relative;
display: block;
padding: 0;
margin: 0;
text-decoration: underline;
white-space:nowrap;
font-size: 16px;

}


ul#sitemap_tabs li span{
position: relative;
display: block;
width: 450px;
height: 20px;
padding: 0;
margin: 0;
}


ul#sitemap_tabs li.tab_2 a{
padding-left:2em;
font-size: 14px;
}

ul#sitemap_tabs li.tab_2 span{
padding-left:2em;
}

ul#sitemap_tabs li.tab_3 a{
padding-left:4em;
font-size: 12px;
}

ul#sitemap_tabs li.tab_3 span{
padding-left:4em;
}


/* slates and blogs */

.wfw_clear {
	clear: both;
}

#slatelist{
margin: 0;
}

#wfw_slate_wrapper {
position: relative;
display: block;
width: 98%;
margin: 0;
padding: 0;
border: 1px #fff;
color: #666;
}

#slatelist p{
clear: both;
}

.wfw_slate_title{ /* TITLE OF SLATE */
font-size: 1.4em;
color: #6c714e;
font-weight: bold;
}


#blogposttitle{ /* LINK TO ACTUAL POST */
font-size: 13px;
text-decoration: none;
height: 16px;
color: #666;
}

.wfw_slatepost_title {
color: #5a0b3d;
}

/*tablet title*/

.wfw_slatepost_title a{
text-decoration: none;
color: #5a0b3d;
display: block;
padding: 8px 0 0 0;
font-size: 1.2em;
font-weight: bold;
}

.wfw_slatepost_title a:visited {
color: #5a0b3d;
}

.wfw_slatepost_title a:hover{
text-decoration: underline;
color: #5a0b3d;
}

.wfw_blog_links a{ /* STUFF UNDERNEATH THE TITLE */
font-size: 11px;
color: #777;
margin: 0;
padding: 0;
border: none;
}

.slate_delete{
position: relative;
top: -12px;
}

.blog_movearrow{
position: absolute;
top: 20px;
right: 0;
display: none;
}


.wfw_slate_controls{ /* PUBLISH CONTROLS */
width: 50px;
display: block;
color: #777;
font-size: 11px;
}

.wfw_slate_controls img{

}

.wfw_blog_title {
color: #000;
font-size: 1.2em;
font-weight: 700;

}


.wfw_blogpost_title {
    font-size: 1.2em;
	font-weight: bold;
	padding: 0.5em 0.0em .1em 0.0em;
	margin: 0;
	border-top: 1px solid #8d1331;
	color: #5a0b3d;
}

.wfw_blogpost_title a {
color: #5a0b3d;
}

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

.wfw_blog_summary{
position: relative;
color: #555;
font-size: .9em;
font-weight: normal;
}

.wfw_slate_breadcrumb{
position: relative;
top: -6px;
padding-top: 10px;
color: #5a0b3d;
font-size:1.2em;
font-weight:700;
}

.wfw_slate_breadcrumb a {
color: #000;
}

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

.wfw_blog_content{
margin-top: 0px;
line-height: 1.5;
}


#wfw_archive {
	text-align: left;
	width: 250px;
	border: 1px solid #333;
	color: #333;
	background-color: #eee;
	padding: 0 1em 1em 0;
	overflow: hidden;
}


/* STYLE 1 - Layout 0 */

.slate_layout_0 { /* LINKS LIST WRAPPER OF EACH POST */
margin: 2px 0 0 0;
border: none;
}

.slate_layout_0 a{
font-size: 1.2em;
font-weight: bold;
padding: 10px 0px 5px 0px;
margin: 0;
border: none;
color: #d1d7ab;
}

.slate_layout_0 .slate_title span{
color: #5a0b3d;
}

.slate_layout_0 .slate_title span input{
color: #5a0b3d;
}

.slate_layout_0 .wfw_slatepost_title { 
padding: 0 0 8px 0;
margin: 0 0 5px 0;
border-bottom: 1px solid #ccc;
border-top: none;
color: #5a0b3d;
}

.slate_layout_0 .wfw_slatepost_title a { 
font-size: 1.0em;
position: relative;
color: #000;
padding: 5px 0 0 0;
margin: 0;

}


.slate_layout_0 .wfw_slatepost_title a:hover { 
color: #000;
text-decoration: underline;
}


.slate_layout_0 .wfw_blog_summary a{
font-size: .9em;
font-weight: bold;
padding: 0;
margin: 0;
border: 0;
display: inline;
}

.slate_layout_0 .wfw_blog_summary a img{
padding: 0 10px 10px 0;
}


.slate_layout_0 .wfw_slate_wrapper {
width: 540px;
margin: 0;
padding: 0;

}

/* Slate Layout 1 */

.slate_layout_1 { /* BOXY WRAPPER OF EACH POST */
display: block;
position: relative;
width: 140px;
height: 100px;
margin: 0 0 20px 0;
float: left;
left: 20px;
padding: 0;
border: 1px solid #fff;
text-align: center;
}


.slate_layout_1 .wfw_slatepost_title { 
display: block;
position: relative;
font-size: .9em;
text-align: center;
float: left;
color: #d1d7ab;
padding: 0;
margin: 0;
width: 138px;
border: 1px solid #fff;
}

.slate_layout_1 .slate_title a{
font-size: 1.0em;
color: #d1d7ab;
}

.slate_layout_1 .slate_title a:visited{
color: #d1d7ab;
}

.slate_layout_1 .slate_title span{
width: 138px;
top: 0;
}

.slate_layout_1 .slate_title span input{
width: 138px;
}


.slate_layout_1 .wfw_blog_links{
width: 138px;
font-size: 10px;
font-weight: normal;
margin: 0;
}


.slate_layout_1 .wfw_slatepost_title {
position: relative;
display: block;
float: left;
color: #d1d7ab;
padding: 0;
margin: 0;
width: 138px;
font-size: 11px;
font-weight: normal;
border: 1px solid #fff;
}


/*tablet title*/

.slate_layout_1 .wfw_slatepost_title a{
color: #d1d7ab;
white-space:nowrap;
}

.slate_layout_1 .wfw_slatepost_title a:hover{
text-decoration: underline;
}


.slate_layout_1 .wfw_blog_summary{
position: relative;
display: block;
float: left;
width: 138px;
}

.slate_layout_1 .wfw_blog_summary a img{
height: 64px;
width: 100px;
}


.slate_layout_1 .wfw_blog_links {
width: 138px;
font-size: 11px;
color: #777;
margin: 0;
padding: 0;
border: none;
}

.slate_layout_1 .wfw_blog_summary a img{
padding: 10px;
border: 1px solid #eeeeee;
}

/* Slate styles in Edit Mode */

#editing div, #editing span{
position: static;
margin: 0;
padding: 0;
float: none;
height: auto;
width: auto;
border: 0;
top: auto;
left: auto;
right: auto;
bottom: auto;
}

#editing .wfw_blog_title {
	width: 100%;
    font-size: 1.2em;
	font-weight: bold;
	padding: .1em 0 .5em 0;
	margin: 0;
	border: none;
}

#editing .wfw_blog_title a {
	text-decoration: none;
}

#editing .wfw_blog_breadcrumb {
	width: 100%;
    font-size: 1.0em;
	font-weight: bold;
	padding: .1em 0 .5em 0;
	margin: 0;
	border: none;
}

#editing .wfw_blog_breadcrumb a {
	text-decoration: none;
}

#editing .wfw_blogpost_title {
	width: 100%;
    font-size: 1.4em;
	font-weight: bold;
	padding: .1em 0 .1em 0;
	margin: 0;
	border-bottom: 1px solid #CCC;
	border-top: 2px solid #CCC;
}

#editing .wfw_blogpost_title a {
	text-decoration: none;
}

#editing .wfw_blogpost_category {
	font-size: 10px;
	font-weight: bold;
	padding-left: 2em;
}

#editing .wfw_blogpost_title a:hover {
}

#editing .wfw_blog_content {
	font-size: 1.0em;
	padding-top: 1em;
	padding-bottom: 2em;
}

#editing .wfw_blog_links {
	float: right;
	width: 200px;
	font-size: 10px;
	font-weight: normal;
	padding-left: 2em;
	margin: 0;
}

#editing .wfw_blog_links a {
	color: #0033ff;
	width: auto;
	text-decoration: underline;
	display: inline;
}

#editing .wfw_blog_links a:visited {
	color: #0033ff;
}

#editing .wfw_blog_links a:hover .wfw

#editing .wfw_blog_contact {
	float: left;
	width: 80%;
	font-size: 10px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

#editing .wfw_blog_contact a {
	color: #0033ff;
	text-decoration: underline;
}

#editing .wfw_blog_contact a:visited {
	color: #0033ff;
}

#editing .wfw_blog_contact a:hover {
	color: #f87217;
}

#editing .wfw_clear {
	font-size: 1px;
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

#editing .wfw_line {
	font-size: 1px;
	margin: 0;
	padding: 0;
	height: 1px;
	border-top: 1px solid #CCC;
}

#wfw_archive {
	text-align: left;
	width: 250px;
	border: 1px solid #333;
	color: #333;
	background-color: #eee;
	padding: 0 1em 1em 0;
	overflow: hidden;
}

#editing .wfw_slate_title {
	width: 100%;
    font-size: 1.2em;
	font-weight: bold;
	padding: .1em 0 .5em 0;
	margin: 0;
	border: none;
	position: static;
}

#editing .wfw_slate_title a {
	text-decoration: none;
	position: static;
	display: inline;
}

#editing .slate_title {
display: block;
width: 450px;
padding: 0;
}


#editing .wfw_slate_breadcrumb {
	width: 100%;
    font-size: 1.0em;
	font-weight: bold;
	padding: .1em 0 .5em 0;
	margin: 0;
	border: none;
}

#editing .wfw_slate_breadcrumb a {
	text-decoration: none;
}

#editing .slate_layout_0, #editing .slate_layout_1 {
	width: 100%;
    font-size: 1.0em;
	font-weight: bold;
	padding: 1em 0 .3em 0;
	margin: 0;
	border: 0;
	border-top: 1px solid #CCC;
	float: none;
}

#editing .wfw_slatepost_title {
color:#000;
}

#editing .wfw_slatepost_title a {
color:#5a0b3d;
text-decoration: none;
float: none;
position: static;
width: auto;
padding: 0;
margin: 0;
}

#editing .wfw_blog_comment {
	width: 100%;
    font-size: 12px;
	font-weight: normal;
	margin: 0;
	margin-bottom: 1em;
	border: none;
	padding: 0;
}

#editing .wfw_blog_comment_content {
	margin: 0;
	padding: .5em 1em;
}

#editing .wfw_blog_keywords {
	font-size: 10px;
}

#editing .wfw_blog_summary {
	font-weight:normal;
	font-size: 12px;
	padding: .3em 0 .3em 0;
}

#editing .wfw_blog_summary a{
width: 110px;
}


#editing .wfw_blog_summary a img{
display: block;
clear: both;
float: none;
}

#editing .wfw_blog_comment_title {
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: .5em;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

#editing .blogcommentform {
	width: 400px;
	background-color: #CCC;
	color: #333;
	border: 2px solid #333;
	padding: 10px;
}

#editing .blogcommentform table {
	border: none;
	padding: 5px;
}

#editing .blogcommentform th {
	border: none;
	padding: 5px;
	font-size: 1.2em;
	font-weight: bold;
}

#editing .blogcommentform td {
	border: none;
	padding: 5px;
}

#editing #blog_errors {
	color: red;
	font-weight: bold;
}

#editing #blog_users {
	border: 2px solid #CCC;
	width: 500px;
}

#editing #blog_users th {
	border-bottom: 1px solid #CCC;
}

#editing #blog_settings {
	border: 2px solid #CCC;
	width: 500px;
}

#editing #blog_settings th {
	border-bottom: 1px solid #CCC;
}

#editing .wfw_slate_controls {
	position: relative;
	width: 50px;
	font-size: 10px;
	font-weight: normal;
	float: right;
	clear: both;
}

#editing .wfw_slate_controls img{
	display: inline;
	clear: right;
	float: right;
}

/* Date Picker Calendar */


/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}

#calendar_upcoming {
padding: 0px 10px 0px 10px;
font-size: 12px;
color: #666;
width: 160px;
}
