@charset "UTF-8";
/* CSS Document */

body  {
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #444444;
	background-color:#d8d8f0;
	background-image:url();
}

.index #access {
	margin-top:0em;
	width:5em;
	background-color:#FFFFFF;
	height:2.1em;
	opacity:.7;
	float:right;
} 

.index #global {
	width:900px;
	margin-right:auto;
	margin-left:auto;
	margin-top:2em;
	margin-bottom:0;
	text-align:right;
	text-transform:uppercase;

}

.index #global p{
	font-size:1em;
	margin-bottom:0em;
	
}
.index #global ul li{
display:inline;
margin-left:10px;
margin-bottom:0px;
}
.index #global ul{
margin:0px;
}



.index #global a, #global a:visited{
	text-decoration:none;
	color:#666666;
}
.index #container { 
	width: 900px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin-left:auto; /* the auto margins (in conjunction with a width) center the page */
	margin-right:auto;
	margin-top:0px;
	border:solid 4px #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	

} 


.index #header {
	width:644px;
	height:154px;
	float:right;
	background-color:#304890;
	padding:0 0em;
	margin-bottom:3px;
	background:url(img/header.jpg) no-repeat; 

}


.index #sidebar1 {
	float: left; 
	width: 252px; /* since this element is floated, a width must be given */
	 /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 10px; /* top and bottom padding create visual space within this div */

}
.index #sidebar1 h3, .index #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.index .searchbox{
position:relative;
border:solid 0px;
top:70px;
left:25px;
margin:0px;
text-align:left;
}



.index #content {
 	background-color:#e6e5e1;
	float:right;
	width:624px;
	padding:10px;
	margin-bottom:10px;
} 



.index #main-content{

	display:block;
	padding:10px;
	background-color:#FFFFFF;
} 

.index #main-content a, #main-content a:visited{
	color:#304890;
	

}


.index #main-content H1{
	margin-top:0px;
	text-transform:uppercase;
	font-size:18px;
	margin-bottom:10px;
}

.index #main-content H2{
	display:block;
	padding-top:10px;
	padding-bottom:10px;
	text-transform:uppercase;
	margin:0;
	font-size:1em;
	
}

.index #main-content H4{
	display:block;
	padding-top:1em;
	padding-bottom:1em;
	text-transform:uppercase;
	margin:0;
	font-size:1em;
	
}

.index #main-content H3{
	font-size:1em;
	display:block;
	padding-bottom:1em;
	margin:0;
	font-style:italic;
	

}
.index #main-content P{
	text-align:justify;
	line-height:1.5em;
	margin-top:0;
}

.index #content-box{
	width:624px;
	background-color:#304890;
	color:#ffffff;
	padding:10px;
	float:right;
	margin-bottom:.35em;
	color:#FFFFFF;
	
}
.index #content-box h2{
	margin:0;
	font-size:1.25em;
}

.index #footer { 
	padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#304890;
	color:#FFFFFF;
}
.index #footer a, #footer a:visited{

	color:#ffffff;
}
.index #footer p {
	margin-bottom: 0px;
	margin-top:0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse
	 issue */
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
	font-size:.9em;
}
.index #footer img{
	margin-bottom:3px;
}

/*Menu*/
.menu{
margin-bottom:15px;
background-color:#fff;
}
.menu a.header, .menu a.nosubs{
display:block;
padding:10px 0px 10px 10px;
margin-bottom:1px;
background-color:#C7DFA3;
color:#000;
text-transform:uppercase;
font-size:12px;
text-decoration:none;
}

.submenu ul{
list-style:none;
list-style-position:outside;
padding:0px;
}
.submenu ul li{
display:block;
margin-bottom:5px;
padding:3px 0px 5px 10px;

}

.submenu ul li a, .submenu ul li a:visited{
text-decoration:none;
color:#333;
border-bottom:dotted thin;
}


/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.index .right-link{
display:block;
text-align:right;
color:#166d66;
text-transform:none;
}

/* Must be implemented in different sytles */

.tag-cloud{
	margin-left:5px;
	color:#444444;
	text-decoration:none;
}
.tag-cloud:hover{
	text-decoration:underline;
}

#cookie-crumb{
display:block;
width:100%;
text-align:left;
margin:0px;
padding:0px 0px 0px 0px;
}
#cookie-crumb-date{
 
}


#cookie-crumb-list{
display:block;
padding:0px;
margin:0px;
}

#cookie-crumb-list li{
display:inline;
margin:0px;
padding:0px;
}


#cookie-crumb-list li.cookie-crumb-home a, #cookie-crumb-list li.cookie-crumb-home a:visted{	
background:none;
padding:0px;
color:#ffffff;
}

#cookie-crumb-list a, #cookie-crumb-list a:visited{
color:#ffffff;
}



#cookie-crumb-list li a:hover{
text-decoration:none;
}





#search-results{
color:#333333;

}
#search-results a, #search-results a:visited{
	color:#FF0000;
}
#search-results ol{
margin-left:0px;
padding:0px;
}

#search-results ul.cookie-crumb-list{
color:#666666;
display:block;
padding:0px;
margin-left:0px;
}
#search-results li.cookie-crumb{
	height:22px;
	font-size:.95em;
	color:#666666;
	font-weight:500;
	text-decoration:none;
	line-height:22px;
	letter-spacing:1px;
	display:inline; 
}

#search-results li.cookie-crumb a{

color:#666666;
font-weight:500;
line-height:22px;
text-decoration:none;

}

#pager{
	clear:both;
}
.pager-num{
	float:left;
	width:22px;
	height:22px;
	border:solid 1px #FFFFFF;
	color:#333333;
	cursor:pointer;
	line-height:25px;
	margin:0px 0px 0px 2px;
	text-align:center;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	border-left:dotted thin;

}


.pager-num a{
cursor:pointer;
display:block;
width:22px;
height:22px;
letter-spacing:-2px;
font-weight:normal;
}
.pager-num a:visited{
color:#ffffff;
}

.pager-num a:hover{
text-decoration:underline;
} 
#pager-refresh{
float:right;
width:20%;
text-align:right;
}



/*----------------FORMS--------------*/

div label
{
	color: #444;
	font-size:9px;
	line-height:9px;
	margin:0px;
	padding:0px;
	display:inline;
	border:solid 0px;
}
div.error_message{
	display:none;
	font-size:9px;
	line-height:9px;
	color:#FF0000;
	padding:0px 0px 0px 11px;
	background:url(../images/forms/arrow_right_red.gif) no-repeat;
	background-position:3px 2px;
	margin:0px 0px 0px 0px;
	border:solid 0px;
}

div.full
{
	color:#444;
	padding:2px 0 0px;
	border:solid 0px;
	margin:0px 0px 10px 0px;
	clear:both;
	

}

div.left
{
	float:left;
	width:49%;
	border:solid 0px;
	padding:0px;
	margin:0px 0px 10px 0px;	
}

div.right
{	
	float:right;
	width:49%;
	border:solid 0px;
	padding:0px;
	margin:0px 0px 10px 0px;
	text-align:right;
	
		
}
input.large
{
	width:99%;
}
select.large
{
	width:99%;
}
textarea.large
{
	width:99%;
}
 select.select
{
	color:#fff;
	margin:1px 0;
	padding:3px 0 0;
	border:solid 1px #c8c8c8;
	display:block;
	height:26px;
	background-color:#97a87c;
	font-size:12px;
	float:left;
	
}
div.right select.select{
float:right;
}

option {
	height:23px;
	font-size:100%;
	color:#ffffff;

}

 input.text
{
	
	border:solid 1px #c8c8c8;
	color:#333;
	font-size:100%;
	margin:0px 0px 0px;
	padding:4px 0px 0px 4px;
	height:21px;
	
}


input.file
{
	color:#333;
	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;
	color:#333;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size:100%;
	margin:0;
	width:99%;
}

/*errors:forms*/
/*front form errors*/
.form-errors-public{
margin:10px 0px 10px 0px;
border:solid 1px #00CC33;
background-color:#9999CC;
color:#fff;
padding:5px 0px 5px 0px;

}

.form-errors-public li{
list-style:disc;
list-style-position:inside;
margin-left:100px;

}

.form-errors-public li.error{
background:url(img/error.gif) left no-repeat;
display:block;
padding-left:25px;
margin-left:5px;
}

/*EDIT IN PLACE HOLDERs*/


#edit-in-place-header{
position:fixed;
background-color:#0066CC;
float:left;
z-index:9999999;
}

#image-attachment-holder{
display:inline;
}


img.image-attachment{
	width:75px;
	border:solid 1px #000000;
	margin-right:2px;
}

#pager ul{
width:100%;
}

#pager ul li{
	display:inline;
	margin-right:5px;
	color:#999999;
	font-size:10px;
	
	
}

#pager ul li a, #pager ul li a:visited{
	display:inline;
	margin-right:5px;
	color:#999999;
	font-size:10px;
}

#pager #page-selected{
	border:solid 1px #999999;
	color:#999999;
	padding:0px 2px 0px 2px;
}

/*widgets*/
.drag-widget{
height:0px;
}

.widget_data{
margin:0px;
}


#sortable-widgets{
margin:0px;
padding:0px;
}



.widget1{
	padding:0;
	margin:0px 0px 3px 0px;
	clear:both;
	background-color:#C7DFA3;
	
}
.widget_content1{
	padding:10px;
}

.widget1 h1, .index #main-content .widget1 H1{
	display:block;
	background-color:#90C048;
	font-size:13px;
	color:#ffffff;
	margin-bottom:0px;
	padding:4px;
	margin:0px;
}





.widget2{
	padding:0;
	margin:0px 0px 3px 0px;
	clear:both;

}
.widget2 h1, .index #main-content .widget2 H1{
	display:block;
	background-color:#90C048;
	font-size:13px;
	color:#ffffff;
	margin-bottom:0px;
	padding:4px;
	margin:0px;
}
.widget_content2{
	padding:10px;

}

.widget3{
	padding:0;
	width:16em;
	float:inherit;
}
.widget_content3{
padding:0px;
}

.widget4{
	padding:0;
	width:100%;
	margin-bottom:5px;
	float:inherit;
	
}

.widget4 h1{
	padding:0px;
	margin:0px;
	font-size:-10px;
}

.widget_content4{

	
}

.widget2 h1{
display:block;
	background-color:#90C048;
	font-size:13px;
	color:#ffffff;
	margin-bottom:0px;
	padding:4px;
	margin:0px;
}


#widget_data{
padding-top:0px;
margin-top:0px;
}
.widget2-rss ul{
padding:0px;
margin:0px;
}
.widget2-rss ul li a{
border:none;
padding:0px;
color:#666666;
text-decoration:none;
}
.widget2-rss ul li{
border-bottom:dotted 1px;
display:block;
margin-bottom:10px;
margin-left:0px;
padding:0px;
}

.widget3-afterhours{
	text-align:left;
	margin-top:0px;
	float:left;
	padding-bottom:10px;
}
.widget3-afterhours div.left{
	float:left;
	width:40%;
	font-weight:bold;
	margin:0px;
	padding:0px;

}
.widget3-afterhours div.right{
float:right;
width:55%;
margin:0px;
padding:0px;
}
.widget3-afterhours div.full{
float:left;
width:227px;
margin:0px;
height:auto;
padding:0px;

}


.widget4-title{
	font-size:100%;
	color:#663300;
}
.widget4-date{
	float:left;
	font-size:80%;
}
.widget4-more{
	float:right;
	border-bottom:dotted 1px #666666;
	width:100px;
	text-align:right;
	font-size:80%;
}
.widget4-more a, .widget4-more a:visited{
color:#333333;
text-decoration:none;
}
.widget4-holder{
	float:left;
	width:100%;
	margin-bottom:10px;
}
.widget5-submenu{
	width:252px;
	margin:0 0px 7px;
	padding:0px;

}
.widget5-submenu ul{
		width:100%;
		padding-left:0px;
		margin:3px 0px 0px 0px;
}
.widget5-submenu ul li{
	
	margin-bottom:0px;
	list-style-type:disc;
	display:block;
}
.widget5-submenu ul li ul{
margin:0px;
}
.widget5-submenu ul li ul li{
margin:2px 0px 3px 25px;
padding:3px 0px 3px 0px;
}

.widget5-submenu a.selected, .widget5-submenu a.selected:visited{
background-color:#C8DCED;
color:#333333;
border:none;
}

.widget5-submenu ul li a, .widget5-submenu ul li a:visited{
	color:#333333;
	text-decoration:none;
	display:block;
	background-color:#E6F0F8;
	padding:5px;
	margin-bottom:3px;
	border:0px;
}
.widget5-submenu ul li ul li a, .widget5-submenu ul li ul li a:visited{
padding:3px;
background-color:#ffffff;
display:inline;
}

.widget6-name{
	font-size:100%;
	color:#663300;
}
.widget6-date{
	float:left;
	font-size:80%;
}
.widget6-jdate{
	float:right;
	border-bottom:dotted 1px #666666;
	width:100px;
	text-align:right;
	font-size:80%;
}
.widget6-holder{
	float:left;
	width:100%;
	margin-bottom:10px;
}
.widget11-posts ul{
padding:0px;
margin:0px;
}
.widget11-posts ul li a{
border:none;
padding:0px;
color:#666666;
text-decoration:none;
}
.widget11-posts ul li{
border-bottom:dotted 1px;
display:block;
margin-bottom:10px;
margin-left:0px;
padding:0px;
}

/*MODULES*/
#mod6-cal h1{
font-size:18px;
display:block;
margin-bottom:0px;
margin-top:0px;
}
#mod6-cal h2{
font-size:12px;
display:block;
margin-top:0px;
text-transform:uppercase;
color:#444444;
}
#mod6-cal {
float:left;
}


#mod6-cal .event{
width:100%;
margin-bottom:10px;
display:block;
border-bottom:dotted 0px;
padding-bottom:10px;
}
#mod6-cal .event-details{
padding-left:0px;
border:solid px #66CC99;
padding-left:75px;
}
#mod6-cal .refresh{
float:right;
clear:both;
width:600px;
text-align:right;
}
#mod6-cal .more-info{
display:block;
width:100%;
margin:0px 0px 10px 0px;
clear:both;
}
#mod6-cal .more-info a{
color:#333333;
font-size:11px;
text-decoration:none;
border-bottom:dotted 1px;
}

#mod6-cal .date
{
	float: left;
	height: 26px;
	width: 51px;
	background: url(img/mod6/event-date.gif) no-repeat;
	margin-right: 10px;
	padding-top: 0px;
	line-height: normal;
	display:block;
	border:solid 0px;
}

#mod6-cal .date .month
{
	float:left;
	text-align: center;
	color: #FFF;
	font-size: 11px;
	padding-top: 6px;
	text-transform: uppercase;
	margin-left:4px;
}

#mod6-cal .date .day
{
	float:left;	
	text-align: center;
	color: #FFF;
	font-size: 11px;
	padding-top: 6px;
	text-transform: uppercase;
	margin-left:3px;
}



#mod8-addressbook{

}

#mod8-addressbook .odd{
background-color:#FFFFFF;
}
#mod8-addressbook .even{
background-color:#f3f8eb;
}
#mod8-addressbook a{
	color:#444444;
}
.mod8-place{
margin-bottom:20px;
color:#444;
font-size:10px;
padding:5px;
}
.mod8-minimap{
float:right;
width:180px;
}
.mod8-summary{
float:left;
width:400px;
}
.mod8-options{
border-top:dotted 1px;
text-align:right;
width:100%;
margin-top:5px;
padding-top:5px;
}

.mod8-mapholder{
display:block;
position:relative;
}
.mod8-holder{
margin-top:280px;
}
.mod8-address-header{
display:block;
border-bottom:solid 1px;
width:100%;
font-size:14px;
}
.mod8-map{
position:absolute;
}

.mod8-info{
width:180px;
padding:10px 10px 10px 45px;
background:url(img/mod8/info.gif) no-repeat;
opacity:0.95;
height:200px;
margin-top:10px;
position:absolute;
z-index:999;
left:350px;
}
.mod8-info h3{
text-align:left;
margin-bottom:2px;
margin-top:0px;
}


#mod8-addressbook .mod8-place h2{
font-size:13px;
margin:0px 0px 5px 0px;
font-weight:normal;
text-transform:capitalize;
padding:0px;	
}
.mod8-place h2 a, .mod8-place h2 a:visited{
color:#538700;
text-decoration:underline;
cursor:pointer;
font-size:13px;
margin:0px 0px 5px 0px;
font-weight:normal;
text-transform:capitalize;
padding:0px;
}
.mod8-personal{
color:#999933;
border-top:solid 1px #cbe8fd;
}

#mod8-addressbook .person-description{
margin-top:10px;
display:none;
}

.mod8-widget{

}
.wtype10 ul{
list-style:none;
padding:0px;
margin:0px;
}
.wtype10 li a{
color:#97a87c;
text-decoration:none;
font-size:12px;
}
.wtype10 li span.total{

color:#000000;
text-decoration:none;
}



.wtype10 ul.left{
width:49%;
float:left;

}
.wtype10 ul.right{
width:49%;
float:right;
}

.mod9-rss li{
list-style:none;
}

.mod9-rss ul li{
display:block;
margin-bottom:15px;
}
.mod9-rss ul li ul li{
margin-bottom:2px;
}

#mod10-years{
padding:10px;
font-weight:bold;
}
#mod10-years a, #mod10-years a:visited{
color:#444444;
text-decoration:none;
padding:2px 4px 2px 4px;
}
#mod10-years a.selected{
border:solid 1px;
padding:2px 4px 2px 4px;
}
#mod10-months{
display:block;
background-color:none;
color:#FFFFFF;
margin-top:10px;
font-weight:normal;
}


#mod10-blog ul.meta{

border-bottom:1px dotted;
height:16px;
color:#999999;
font-size:10px;
text-transform:uppercase;
margin:0px 0px 10px 0px;
display:block;
padding:0px;
}
#mod10-blog ul.meta li{
line-height:12px;
margin-left:0px;
}
#mod10-blog .date{
display:inline;
}
#mod10-blog .edit{
display:inline;
color:#FFFFFF;
}

#mod10-blog .tag a, #mod10-blog .tag a:visited{
color:#999999;
text-decoration:none;
font-weight:normal;
text-transform:none;
padding:0px 4px 0px 4px;
line-height:10px;
}
#mod10-blog h2 a, #mod10-blog h2 a:visited{
margn-top:0px;
text-decoration:none;
color:#538700;
font-size:20px;
}
#mod10-blog li{
list-style-type:disc;
list-style-position:inside;
color:#000000;
}

#mod10-blog ul.tag-list{
margin:5px 0px 15px 0px;
border-top: dotted 1px #999999;
padding:4px 0px 0px 0px;

}
#mod10-blog ul.tag-list li{
list-style-type:none;
}

#mod10-widget{
	
	
}

#mod11-yarzheits{
float:left;
}
/* tables */
#mod11-yarzheits table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt; 
	text-align: left;
	width:560px;
}
#mod11-yarzheits table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #0A63AF;
	border: 0px solid #FFF;
	font-size: 8pt;
	padding: 4px;
	color:#FFFFFF
}
#mod11-yarzheits table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
#mod11-yarzheits table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 10px;
	background-color: #FFF;
	vertical-align: top;
	height:30px;
	
}

#mod11-yarzheits table.tablesorter tbody tr {
	color: #3D3D3D;
	padding: 4px;
	background-color: #333333;
	vertical-align: top;
	height:30px;
	
}

#mod11-yarzheits table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}

#mod12-apt{
background-color:#e3ebd7;
border:solid 1px #97a87c;
padding:15px;

}

#mod15_faqs li{
list-style:disc;
list-style-position:outside;
padding:3px;
margin:0px 0px 0px 10px;
}
#mod15_faqs ul{
padding:0px;
margin:0px 0px 25px 0px;
}

/*Search*/
.search_box {
    width: 261px;
    height: 26px;
    background: url(img/search/mainsearch-bg.gif);
	margin:0px 0px 0px 0px;
	
}
.search_box .s {
    float: left;
    padding-left:0px;
    margin: 5px 0 0 30px;
    border: 0;
    width: 153px;
    background: none;
}
.search_box .go {
    float: right;
    margin: 0px 0px 0 0;
}

.search_box_addy{
    width: 235px;
    height: 26px;
    background: url(img/search/addysearch-bg.gif)  #ffffff;
	margin:0px auto 10px auto;
	
}
.search_box_addy .s {
    float: left;
    padding-left:3px;
    margin: 5px 0 0 28px;
    border: 0;
    width: 155px;
    background: none;
}
.search_box_addy .go {
    float: right;
    margin: 1px 0px 0 0;
	background-color:#ffffff;
}
.search_box_appt{
    width: 236px;
    height: 26px;
    background: url(img/search/apptsearch-bg.gif)  #ffffff;
	margin:10px auto 10px auto;
	
}
.search_box_appt .s {
    float: left;
    padding-left:5px;
    margin: 5px 0 0 6px;
    border: 0;
    width: 120px;
    background: none;
}
.search_box_appt .go {
    float: right;
    margin: 0px 0px 0 0;
	background-color:#ffffff;
}



.search_box2 {
    width: 163px;
    height: 26px;
    background: url(img/searchbox2/bg_search_box.gif);
	margin-bottom:10px;
	float:right;
}
.search_box2 .s {
    float: left;
    padding: 0;
    margin: 5px 0 0 6px;
    border: 0;
    width: 100px;
    background: none;
}
.search_box2 .go {
    float: right;
    margin: 1px 27px 0 0;
}


.search_box3 {
    width: 254px;
    height: 26px;
    background: url(img/searchbox3/bg_search_box.gif);
	margin-bottom:10px;
	float:left;
	margin-top:5px;
}
.search_box3 .s {
    float: left;
    padding: 0;
    margin: 5px 0 0 6px;
    border: 0;
    width: 150px;
    background: none;
}
.search_box3 .go {
    float: right;
    margin: 1px 1px 0 0;
}

/*EVENT CALENDAR*/
#small-cal{
margin-top:5px;
}
#small-cal a, #small-cal a:visited{
	color: #FF0000;
	text-decoration:underline;
	cursor:pointer;
}

#small-cal table{
color:#5a471c;
background-color:#ffffff;
}
#small-cal table tr td.header{
font-size:14px;
background-color:none;
}

#small-cal table tr td.days{
height:12px;
font-size:14px;
color:#304890;
padding:5px 0px 5px 0px;
}
#small-cal table tr td{
height:20px;
vertical-align:middle;
text-align:center;
background-color:none;
padding:0px;
width:20px;
} 

#small-cal .next{
float:right;
color:#5a471c;
margin-right:20px;
padding: 1px 5px 1px 5px;
cursor:pointer;
}
#small-cal .previous{
float:left;
color:#304890
margin-left:20px;
padding: 1px 5px 1px 5px;
cursor:pointer;
}

#small-cal .month-year-header{
background-color:#304890;
color:#FFFFFF;
border:solid 0px #c8c8c8;
text-align:center;
width:100%;
}





/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:0px 0px 0pt 0px;
	font-size: 8pt; 
	width: 100%;
	text-align: left;
	float:left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #28903A;
	border: 0px solid #FFF;
	font-size: 8pt;
	padding: 4px;
	color:#FFFFFF
}
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 10px 5px 5px 5px;
	background-color: #FFF;
	vertical-align: top;
	height:30px;
	border:solid 0px;
	
}

table.tablesorter tbody tr {
	color: #3D3D3D;
	padding: 4px;
	background-color: #333333;
	vertical-align: top;
	height:30px;
	
}

table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}

table.tablesorter tbody tr.home td {
	background-color:#ecf8f1;
}
table.tablesorter tbody tr.inactive td {
	background-color:#fdd1d1;
}





table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}
/*popup calendar*/

#calendar
{
	width: 241px;
	height: 165px;
	text-align: center;
	margin: 5px auto;
	border: 1px solid #f2f2f2;
	background-color: #f3f8ff;
	position: absolute;
	font: 11px Trebuchet MS;
	z-index:9999;
	
}
#calendar ul{
margin:0px;
padding:0px;
float:left;
}


.months, .emptM, .headDay, .dayNormal, .dayBlank, .dayDisabled, .dayWeekend, .dayCurrent, .yearBrowse, .monthDisabled, .currMonth, #closeBtn  
{
	margin: 1px 0 0 1px;
	padding: 0;
	width: 39px;
	height: 14px;
	line-height: 14px;
	float:left;
	text-align: center;
	background-color: #feefe4;
	color: #000;
	display: inline;
}
.emptM, .dayDisabled, .monthDisabled
{
	color: #d7d6d5;
	background-color: #f2f2f2;
}
.headDay
{
	color: #fff;
	background-color: #48688f;
	width: 33px;
}
.dayNormal, .dayBlank, .dayWeekend, .dayCurrent
{
	color: #fff;
	background-color: #70b0ff;
	width: 33px;
}
.dayBlank{background-color: #f3f8ff}
.dayWeekend{background-color: #ff6161}
.dayCurrent, .currMonth{background-color: #71d45b}
.dayDisabled{width: 33px}
#days{margin-left: 1px; width: 238px;}
#elements{height: 150px;width:241px;border:solid 1px;padding:0px;float:left;}
.months a, #days a, .currMonth a{color: #000; text-decoration: none; display: block;}
.currMonth a{color: #FFF}
#days a{color: #fff;}
.yearBrowse, #closeBtn {width: 240px; background-color: #FFF; line-height: 14px;}
.yearBrowse a, #closeBtn a{text-decoration: none; color: #f30; font-weight: bold;}
.yearBrowse b{margin: 0 5px}




