/*
Original design: andreas09 (v2.2 - July 07, 2008) - A free xhtml/css website template by Andreas Viklund.
For more information, see http://andreasviklund.com/templates/andreas09/
*/

/* Main tags */
body {background:#8b8b8b; color:#303030; font:76% Verdana,Tahoma,Arial,sans-serif; margin:0; padding:0; text-align:center;}
a {
	font-weight:bold;
	text-decoration:none;
	color: #FF5F00;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover {
	color:#808080;
	text-decoration:underline;
}
p {line-height:1.5em; margin:0 0 15px;}

/* Main container */
#container {
	color:#303030;
	margin:0;
	min-width:770px;
	padding:0;
	text-align:left;
	width:100%;
	background-color: #f0f0f0;
}
#container #sitename img {
	clear: none;
	float: left;
}


/* Header section */
#sitename {
	color:#CCFF99;
	background-color: #3366CC;
	height:220px;
	text-align:left;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
}
#sitename h1,#sitename h2 {
	font-weight:400;
	letter-spacing:-2px;
	padding:0;
	margin: 0;
}
#sitename h1 {
	font-size:2.4em;
	padding-top:40px;
}
#sitename h2 {
	font-size:2em;
	color:#FF9933;
}

/* Horizontal menu */
#mainmenu {
	background-color: #CCFF99;
	float: none;
	height: 25px;
	text-align: center;
	font-weight: bold;
	font-style: oblique;
}
#mainmenu ul {font-size:16px; margin:0; padding:0;}
#mainmenu a {border-right:1px solid #b0b0b0; color:#606060; display:block; font-size:0.7em; padding:11px 10px 10px; text-transform:uppercase;}
#mainmenu li {float:left; height:35px; list-style:none; margin:0; padding:0;}
#mainmenu a:hover {background:#f0f0f0 url(img/menuhover.jpg) top left repeat-x; color:#505050; text-decoration:none;}
#mainmenu a.current {background:#f0f0f0 url(img/menuhover.jpg) top left repeat-x; color:#505050; text-decoration:none;}

/* Content wrap */
#wrap {
	clear:both;
	font-size:0.9em;
	padding:0;
	background-color: #C0DFFD;
}

/* Sidebars */
#leftside,#rightside {margin:0; padding:0 10px 10px; width:165px;}
#leftside {
	float:left;
	margin-right:10px;
	background-color: #E6F3FF;
	padding-top: 15px;
}
#rightside {
	float:right;
	margin-left:10px;
	padding-top: 15px;
}

}
#rightsidelinks h2 {
	color:#0000FF;
}

#leftside h1,#rightside h1 {
	color:#3366CC;
	font-size:1.6em;
	font-weight:bold;
	letter-spacing:-1px;
	margin:0 0 12px;
}
#leftside h2 #rightside h2{
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 20px;
}
#leftside p,#rightside p {font-size:0.9em; line-height:1.4em; margin:0 0 16px 10px;}

.linklist {list-style:none; margin:0 0 16px 10px; padding:0;}
.linklist li {margin-bottom:0.7em;}

/* Sidebar menu */
.nav {
	
	color:#3366CC;
	display:block;
	margin-top:8px;
	padding:5px 4px 4px 10px;
	position:relative;
	text-transform:uppercase;
	width:140px;
	background-color: #C0DFFD;
}
.nav:hover,.active {
	background:#E6F3FF;
	color:#3366CC;
	text-decoration:none;
}

/* Scroller Div */
#myscroller {
	position:relative;
	width:225px;
	height:100px;
	overflow:hidden;
}
.sub {font-size:0.8em; letter-spacing:1px; margin:3px 0 2px 10px; padding:4px 2px 2px 8px; width:125px;}
/* Links Page Styles */
h4 a{
	color:#3366CC;
	font-weight:bold;
	text-decoration:none;
}
#linksnav a:hover {color:#808080; text-decoration:underline;}
#linksnav a{
	color:#3366CC;
	font-weight:bold;
	text-decoration:none;
	font-size: 16px;
}
ul  {list-style:none;}
/* Meeting Page Tables */
#mettings_tbl {
	font-weight: bold;
	width: 100%;
}
#meetings_trhead {
	color:#3366CC;
	height: 17px;
}
.meetings_tr1{
	background-color: #E6F3FF;
	height: 17px;
}
.meetings_tr2 {
	
	height: 17px;
}
/* Content */
#content,#contentalt {background-color:#fafcff;  color:#2a2a2a; padding:15px 20px 5px;}
#content {
	margin:0 200px;
	background-color: #C0DFFD;
}
#contentalt {margin:0 200px 0 20px;}
#content h1,#content h2,#contentalt h1,#contentalt h2 {
	background-color:inherit;
	color:#3366CC;
	font-size:1.8em;
	font-weight:bold;
	letter-spacing:-1px;
	margin:0 0 15px;
	padding:0;
}
#content h2,#contentalt h2 {font-size:1.6em; margin-bottom:10px;}
#content h3,#contentalt h3 {font-size:1em; margin-bottom:10px;}
#content img,#contentalt img {
	float:left;
	padding:5px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* Footer */
#footer {background:#3366CC top left repeat-x; clear:both; color:#d0d0d0; font-size:0.9em; font-weight:bold; margin:0; padding:20px 0; text-align:center; width:100%;}
#footer a {color:#FF5F00; font-weight:bold;}
/* Form Page Form Styles */
fieldset {  
margin: 1.5em 0 0 0;  
padding: 0; 
} 
legend {  
margin-left: 1em;  
color: #000000;  
font-weight: bold; 
} 
fieldset ol {  
padding: 1em 1em 0 1em;  
list-style: none; 
} 
fieldset li {  
padding-bottom: 1em; 
} 
fieldset.submit {  
border-style: none; 
}
label {  
display: block; 
}

label {  
float: left;  
width: 10em;  
margin-right: 1em; 
}


left-aligned-labels.css (excerpt) 
fieldset li {  
float: left;  
clear: left;  
width: 100%;  
padding-bottom: 1em; 
}
left-aligned-labels.css (excerpt) 
fieldset.submit {  
float: none;  
width: auto;  
border: 0 none #FFF;  
padding-left: 12em; 
}


left-aligned-labels.css (excerpt) 
fieldset {  
float: left;  
clear: left;  
width: 100%;  
margin: 0 0 1.5em 0;  
padding: 0; 
}




/* Various classes */
.thumbnail {background:#fafbfc; border:1px solid #b0b0b0; margin:0 0 10px 10px; padding:5px;}
.searchform {margin:0;}
.searchbox {background:#f0f0f0; border:1px solid #b0b0b0; margin:0 4px 0 0; width:100px;}
.searchbutton {background:#f0f0f0; border:1px solid #b0b0b0;}
.clearingdiv {clear:both; height:30px; width:1px;}
.hide {display:none;}
.intro {font-size:1.0em; font-weight:bold;}
.small {font-size:0.8em;}
.large {font-size:1.4em;}
.center {text-align:center;}
.right {text-align:right;}
.anchor a{
	color:#FF5F00;
	font-style: italic;
}
.anchor a:hover {color:#808080; text-decoration:underline;}

/* Calender Page */

div.title {
  font-family: arial;
  font-size: 24pt;
  color: #000000;
  text-align: center;
}
table.month {
  width: 100%;
  border-width: 1px;
  border-color: #004080;
  border-style: solid;
  border-spacing: 0;
  border-collapse: collapse;
}
td.weekday {
  font-family: Arial;
  font-size: 10pt;
  color: #ffffff;
  text-align: center;
  background-color: #0099CC;
  border-width: 1px;
  border-color: #004080;
  border-style: solid;
}
td.filler {
  text-align: center;
  vertical-align: middle;
  border-width: 1px;
  border-color: #004080;
  border-style: solid;
  background-color: #0080C0;
  padding: 4px;
}
td.day {
  font-family: Arial;
  font-size: 10pt;
  color: #FFFFFF;
  background-color: #0080C0;
  vertical-align: top;
  width: 14%;
  height: 100px;
  border-width: 1px;
  border-color: #004080;
  border-style: solid;
  padding: 4px;
}
div.daynum {
  font-family: Arial;
  text-align: right;
  line-height: 1;
  padding-bottom: 5px;
}
div.event {
  text-align: left;
  line-height: 1.2;
}

/* Calender Navigation */
#navcontainer
{
margin-left: auto;
margin-right: auto;
margin-top: 20px;
margin-bottom: 10px;
}

#navlist li
{
display: inline;
padding-bottom: 14px;
padding-left: 20px;
background-repeat: no-repeat;
}

#navlist a
{
padding-left: 20px;
padding-bottom: 14px;
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
}

#navlist a:link, #navlist a:visited
{
padding-left: 20px;
color: red;
background: url(http://hekima.lionking.org/randomness/arrowbullet.gif);
background-position: 0 -28px;
background-repeat: no-repeat;}

#navlist a:hover
{
color: black;
padding-left: 20px;
background: url(http://hekima.lionking.org/randomness/arrowbullet.gif);
background-repeat: no-repeat;
background-position: 0 -14px;} 

/*Month Navigation*/
#monthnavcontainer ul
{
	text-align: center;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0;
	margin-top: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
	background-color: #0080C0;
	color: white;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	margin-right: 10px;
/* fixes Firefox 0.9.3 */
}

#monthnavcontainer ul li
{
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	/* matches link padding except for left and right */
padding-top: 5px;
	margin-right: -5px;
}

#monthnavcontainer ul li a
{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: white;
	text-decoration: none;
	border-right-style: solid;
	border-right-color: #C0DFFD;
	border-right-width: 1px;
}

#monthnavcontainer ul li a:hover
{
background-color: #0099CC;
color: white;
}

#monthnavcontainer #active a {
	background-color: #C0DFFD;
	color: #36C;
}
