/* Small Calendar formatting */

#sm_cal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 2px;
	width: 160px;
	background-color: #DDDDDD;
	color: #000000;
}



/* this css describes the normal day look */
td.sm_cal_normalday {
font-family: Courier New, Courier, mono;
	font-size: 11px;
	font-weight: bold; 
	color: #ffffff;
	background-color: #7bb2e7; 
	border-width: 1px;
	border-color: #000000;
	border-right-style: solid; 
		padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
/* This is for the current day. */
td.sm_cal_today {
	font-family: Courier New, Courier, mono;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background-color: #137D13;
	border-width: 1px;
	border-color: #000000;
	border-right-style: solid;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

/* this describes the style for an event day */
td.sm_cal_event {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #ffcc00;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
a.sm_cal_event:visited {
	color: #000000;
}
td.sm_cal_weekend {
font-family: Courier New, Courier, mono;
	font-size: 11px;
	font-weight: bold;
	background-color: #374696;
	color: #ffffff;
}



/*
Calendar Stuff

*/
span.sm_cal a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #000000;
}

span.sm_cal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

table.cal_controls {

	width: 100%;
	text-align: center;

}
.cal_control {
	background-color: #929FAC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
}

.cal_selectedcontrol {
	background-color: #643269;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
table.cal_header {
	font-family: Courier New, Courier, mono;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	margin: auto;
	width: 400px;
	border-style: none;
	border-width: 0px;
	border-color: #000000;
}
.cal_main {
	width: 100%;
	font-family: Courier New, Courier, mono;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	margin: auto;
	
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

.cal_date {
	font-size: 12px;
	text-align: right;
	font-weight: bold;
	color: #ffffff;

}

td.cal_normal {
	background-color: #929FAC;
}

td.cal_holiday {
	background-color: #643269;
	color: #ffffff;
}

td.cal_today {
	background-color: #643269;
	color: #ffffff;
}

td.cal_weekend {
background-color: #009900;
color: #ffffff;
}



.smalltext {
	font-size: 8px;
}

.greyback {
	background: #CCCCCC;
}
.redback {
	background: #CC0000;
	color: #FFFFFF;
}

.list_normal {
	background: transparent;
}

.list_highlight {
	background: #E4A600;
}

.calendartitle{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-weight: bold;
	text-align: center;
	color: #cc0000;
}


.calendartext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000033;
}



.buttonrollover {

	background-color: #C8BEB0;
}
.subheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000033;
}

.blogtitle {
	background-color: #596179; 
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

.blogtitle a {
	background-color: #596179; 
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
	

/* spinner */
div.spinner {
        position: absolute;
        top: 50%;
        left: 40%;
        width: 20%;
        z-index: 1000;
        background-color: #FFFFCC;
}

/* Tag redefinitions */

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000099;
	text-decoration: none;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990000
	text-decoration: none;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 900;
	color: #374696;
	text-align: center;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 900;
	color: #374696;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 900;
    color: #000000;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
	border: 1px solid #000033;
	background-color: #F2F2E7;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
	background-color: #F2F2E7;
	border: 1px solid #000033;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
	background-color: #F2F2E7;
	border: 1px solid #000033;
}

span.bc_bullet {
	color: #E4A600;
	font-size: 12px;
	font-weight: 900;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px 10px 0px 5px;
	background-position: center 300px;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

address {
	font-style: normal;
	color: #D1C6B2;
	font-weight: bold;
	text-align: left;
	margin-left: 10px;
}.NEW {
	font-size: 11px;
	background-color: #FFFF00;
	font-weight: bold;
	border: 1px solid #000000;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 3px;
	margin-left: 2px;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
}
