*
{
margin: 0px;
padding: 0px;
}

body {
	background: #AAE0FE url(images/back_all.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #A4E4F5;
	margin-top: 60px;
	margin-bottom: 20px;
}

input, textarea {
	background: #A4E4F5;
	border: 1px solid #FFFFFF;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #0F5B96;
}

h1, h2, h3, p, ol, ul {
	margin-top: 0;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2 {
	/*text-transform: lowercase;*/
	font-weight: normal;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

p, ol, ul {
	margin-bottom: 1.5em;
	line-height: 150%;
}

a {
	color: #1D74A6;
}

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



hr {
	display: none;
}

#main
{
width: 904px;
margin: 0 auto;
border: 10px solid #ffffff;
}

/* Header */

#header {
	height: 424px;
	width: 904px;
}

#logo {
width: 904px;
height: 375px;
background: url(images/header.jpg) repeat-x;
}

#logo h1, #logo p {
	margin: 0;
	line-height: normal;
}

#logo h1 {
	padding: 47px 0 0 20px;
	font-size: 24px;
	color: #62D6F5;
}
#logo h2 {
	padding: 10px 0 0 20px;
	font-size: 10px;
	text-transform: uppercase;
	color: #62D6F5;
}

#logo a {
	text-decoration: none;
	color: #62D6F5;
}

#menu {
height: 49px;
padding-left: 140px;
background: url(images/menu.gif) no-repeat;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	width: 120px;
	height: 35px;
	margin: 0 0 0 2px;
	padding: 14px 0 0 0;
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	font-size: 1.1em; font-weight: bold; color: #000000;
}

#menu a:hover {
	background: url(images/menu_r.gif) repeat-x;
}

#menu ul li ul li a {text-decoration: none; font-size: 1.1em; font-weight: bold; color: #FFFFFF;}
#menu ul li { float: left; width: auto; min-height: 1em; cursor: pointer; }
#menu ul li ul { width: 120px; top: 490px; cursor: default; background: #302C27 url('images/nav_shadow.png') repeat-x top left; position: absolute; left: -999em; -moz-opacity: 0.95; opacity: 0.95; z-index: 200; padding-left:0px; padding-right:0px; padding-top:10px; padding-bottom:5px  }
#menu ul li:hover ul, #menu ul li.active ul { left: auto; margin: 0 0 0 -10px; z-index: 200; }


#menu ul ul li, #menu ul ul li a{ margin: 0 !important; padding: 0 !important; text-decoration: none; font-size: 1.1em; font-weight: bold; color: #FFFFFF;}


#menu ul li.active li a, #menu ul li:hover li a, #menu ul li a.active{ background: none; margin: 0; padding: 0; text-decoration: none; font-size: 1.0em; font-weight: bold; color: #FFFFFF; }
#menu ul li.active li a:hover, #menu ul li:hover li a:hover, #menu ul li a:hover.active{ background: none; margin: 0; padding: 0; text-decoration: underline; font-size: 1.0em; font-weight: bold; color: #FFFFFF;   }
#menu ul li.selected, #menu ul li.selected span, #menu ul li.selected a:hover{ color: #000; }


/* Page */

#page {
	width: 904px;
	background: #ffffff;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 452px;
	margin-left: 10px;
	margin-top: 10px;
}

#calendar_content {
	float: left;
	width: 670px;
	margin-left: 10px;
	margin-top: 10px;
}

#manage_content {
	float: left;
	width: 880px;
	margin-left: 10px;
	margin-top: 10px;
}

#content .post ul, #content .post ol
{
margin-left: 30px;
}

.post {
	margin-bottom: 15px;
	background: #AAE0FE;
	padding: 10px;
	color: #0A416B;
}

.post a {
	color: #1D74A6;
}

.post a:hover {
	color: #FFFFFF;
}


/* Sidebars */

.sidebar {
	float: left;
	width: 216px;
	margin-top: 10px;
	color: #0D699B
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}


.sidebar li {
	padding: 6px 0 6px 20px;
}

.sidebar a {
	text-decoration: none;
	color: #0D699B;
	font-size: 11px;
}
.sidebar a:hover {
	color: #0D699B;
	text-decoration: underline;
}

.sidebar h2 {
	padding-top: 10px;
	color: #FFFFFF;
	background: url(images/title.gif) no-repeat;
	height: 34px;
	padding-left: 20px;
}

}
/* Left Sidebar */

#leftbar {
}

/* Right Sidebar */

#rightbar {
margin-left: 10px;
}

#leftbar .back, #rightbar .back
{
background: url(images/box_back.gif) repeat-y;
padding: 10px;
}

#leftbar .bottom, #rightbar .bottom
{
background: url(images/box_bottom.gif) no-repeat;
height: 3px;
width: 216px;
margin-bottom: 10px;
}

#leftbar .top, #rightbar .top
{
background: url(images/box_top.gif) no-repeat;
height: 3px;
width: 216px;
}

/* Calendar */

#calendar table {
	width: 100%;
	text-align: center;
}

#calendar thead {

}

#calendar tbody td {
	border: 0px solid #F1F1F1;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

#calendar tfoot a {
	text-decoration: none;
	font-weight: bold;
}

#calendar #now {
	background: #696969;
	border: 1px solid #ff0000;
	font-weight: bold;
	color: #ffffff
}


/* Footer */

#footer {
	clear: both;
	padding-top: 20px;
	/*height: 62px;*/
	height: 32px;
	background: url(images/footer.gif) repeat-x;
}

#footer p {
	text-align: center;
	font-size: smaller;
	color: #0F5B96;
}

#footer a {
	color: #0F5B96;
}

/* Changes by Wim */

.glowingtabs{
height: 49px;
padding-left: 140px;
background: url(images/menu.gif) no-repeat;

}

.glowingtabs ul{
	margin: 0;
	list-style: none;
}

.glowingtabs li{
	display: inline;
}

.glowingtabs a{
	float: left;
	width: 120px;
	height: 35px;
	margin: 0 0 0 2px;
	padding: 14px 0 0 0;
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	font-size: 1.1em; font-weight: bold; color: #000000;
}

.glowingtabs a:hover{
	background: url(images/menu_r.gif) repeat-x;
}




.dropmenudiv_d{
border-left:1px solid #000000; border-right:1px solid #000000; border-top:0 solid #DCC208; border-bottom:0 solid #DCC208; position:absolute;
top: 0;
/*THEME CHANGE HERE*/
line-height:18px;
z-index:100;
background-color: #FFFFFF;
width: 200px;
visibility: hidden; font-style:normal; font-variant:normal; font-weight:normal; font-size:12px; font-family:Verdana
}


.dropmenudiv_d a{
border-left:0 solid #DCC208; border-right:0 solid #DCC208; border-top:0 solid #DCC208; border-bottom:1px solid #000000; width: auto;
display: block;
text-indent: 5px;
/*THEME CHANGE HERE*/
text-decoration: none;
color: #000000;padding-left:0; padding-right:0; padding-top:2px; padding-bottom:2px
}

* html .dropmenudiv_d a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_d a:hover{ /*THEME CHANGE HERE*/
background-color: #fef8c8;
}
