/* Master Style Sheet */
* {
	color: #6e766f;
	font-family: "Verdana";
	font-size: 12px;
	border: 0px;
}
* :focus { outline: 0; }

body { background-color: #eef4ed; }
img { padding: 0px; margin: 0px; border: none; }
img.titleimg { padding-bottom: 10px; padding-top: 30px; }
a, a:visited, a:active { text-decoration: underline; font-weight: bold; color: #538fbe;}
a:hover { text-decoration: underline; color: #67aa72; }
hr { color: #aa9c88; background-color: #aa9c88; margin-bottom: 10px;}

ol { margin: 0px 0px 0px 15px; }
li { margin: 0px 10px 7px 10px;}

/* LEFT LINK BOX */
#leftbox_inside_links {
	height:452px;
	padding: 10px 10px 20px 0px;
	text-align: left;
}

a.leftlinks { font-family: "Verdana"; color: #FFFFFF; font-style: italic; font-size: 14px; line-height: 18px;}

ul.fancybullet {
	margin-left: 7px;
	padding-left: 5px;
}

ul.fancybullet li {
	margin-bottom: 12pt;
	margin: 0px 0px 10px 0px;
	text-indent: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12pt;
	list-style: none;
	text-align: left;
}

img.bullet {
	padding-right: 3px;
	vertical-align: middle;
}

/* ----- */

h1, h2 {	
	font-family: "Verdana";
	font-size: 12pt;
	font-weight: bold;
	color: #538fbe;
	margin: 10px 0px 0px 0px;
	text-align: left;
   }

h2 {
	font-size: 10pt;
	}

h2.white {
	font-size: 10pt;
	color: #fafcfa;
	text-align:center;
	}

b {
    color: #5f6660;
}
p, pre {	
	margin: 5px 10px 10px 10px;
	font-style: normal;
	font-weight: normal;
	line-height: 130%;
	text-align: justify;
}

strong {
    margin: 0px; display: inline;
}

#left_column
{
	float: left;
	width:210px;
	height:500px;
}

#leftbox_placeholder
{
	width:210px;
	height:320px;
	position: relative;
}

#leftbox {
	position: absolute;
	top: -144px;
	left: 0px;
	width: 206px;
	margin: 0px;
	padding: 5px;
}

#leftbox_inside {
	height:452px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#leftbox_inside a { color: white }

#leftbox2 { padding: 10px; text-align: left; }

div.content {
	padding: 3px 10px 3px 3px;
	float:right;
	width: 660px;
	text-align: left;
}

table.calendar
{
	border-spacing: 0px;
	border: 1px solid #95b597;
	border-collapse: collapse;
	margin: 10px auto 10px auto;
}

table.calendar tr td
{
	padding: 0px;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	border: 0px;
	border-spacing: 0px;
	width: 26px;
	height: 26px;
}

table.calendar tr td.calendarday
{
	color: #cde0af;
	background-color: #90bb8c;
}

table.calendar tr td.calendardate
{
	color: #d2daff;
	background-color: #99c09c;
	text-decoration: none;
}

table.bigcalendar
{
	border-spacing: 0px;
	margin: 15px auto 10px auto;
	background-color: #FFFFFF;
	border: 1px dotted #bbbbbb;

}

table.bigcalendar tr td
{
	padding: 0px;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	border-spacing: 0px;
	width: 120px;
	height: 120px;
	position: relative;
	background-color: #eef4ed;
}

table.bigcalendar tr td.calendarday
{
	color: #eeeeee;
	background-color: #99c3dc;
	height: 30px;
}

table.bigcalendar tr td.calendardate
{
	color: #999999;
	background-color: #eaecf4;
	vertical-align: top;
	padding-top: 5px;
	font-weight: normal;
}

table.bigcalendar tr td.calendardate:hover
{
	background-color: #e0e0e0;
}
table.bigcalendar tr td.calendardate a
{
	font-size: 9px;
}
div.datelabel
{
	position: absolute;
	float: left;
	top: 0;
	left: 0;
	width: 20px;
	height: 16px;
	color: #999999;
	font-weight: bold;
	border: 1px solid #cccccc;
	text-align: center;
	padding: 1px 2px 1px 2px;
}

INPUT, TEXTAREA, SELECT, .bginput {
	FONT-SIZE: 11px;
	FONT-FAMILY: Arial,Helvetica,sans-serif;
	FONT-WEIGHT: bold;
	COLOR: #555555;
	BACKGROUND-COLOR: #e6e6e6;
	border-color: #cccccc;
	border-top-width : 1px; 
	border-right-width : 1px; 
	border-bottom-width : 1px; 
	border-left-width : 1px; 
	border-style   : solid;
	padding: 2px 3px 2px 3px;
}

