BODY {
	margin: 0;
	background-color: #4d4d4d;
	font-family: Arial, Helvetica;
	font-size: 11px;
	color: #797979;
	overflow: auto;
}

.footer-menu {
	font-family: Arial, Helvetica;
	font-size: 14px;
	height: 21px;
}

.footer-menu A {
	color: #969696;
	font-size: 14px;
	text-decoration: none;
}

.footer-menu A:hover {
	color: #9de6da;
	font-size: 14px;
	text-decoration: none;
}

.footer-menu-active {
	font-family: Arial, Helvetica;
	font-size: 14px;
	height: 21px;
}

.location {
	margin:0;
	padding:0;
	height: 28px;
	display:block;
}

.location-head {
	font-family: Arial, Helvetica;
	font-size: 14px;
	color: #050505;
	float: left;
	display: inline;
	padding-top:4px;
}

.location-path {
	font-family: Arial, Helvetica;
	font-size: 14px;
	color: #797979;
	padding-top:4px;
	float: left;
	display: inline;
}

.location-address {
	font-weight: bold;
	font-family: Arial, Helvetica;
	font-size: 14px;
	color: #797979;
	height: 20px;
	padding-top:4px;
	float:left;
	display: block;
}

#element-right {
	background: url(/website/images/content-right.png) no-repeat;
	height: 116px;
	width: 48px;
	display:inline;
	position: absolute;
	float: left;
	margin-right: -48px;
}

div#wrapper {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

div#main {
	display:block;
	clear: both;
	width: 100%;
}

div#toolbox {
	width:220px;
	height: 100%;
	float:left;
}

div#content {
	display:block;
	margin-bottom: 12px;
	margin-left: 260px;
	margin-top:14px;
	text-align: left;
}

.box {
	width: 150px;
	margin-left: 50px;
	margin-bottom: 32px;
	background-color: #636466;
	color: #FFF;
	display: block;
}

.box-head {
	background: url(/website/images/box_head.jpg) no-repeat;
	width: 150px;
	height: 40px;
	font-family: Arial, Helvetica;
	font-size: 16px;
	padding: 7 10 0 10;
	letter-spacing: 1px;
	color: #FFFFFF;
}

.box-content {
	width: 150px;
	font-family: Arial, Helvetica;
	font-size: 13px;
	padding: 5px 5px 5px 5px;
	letter-spacing: 1px;
	color: #f2f2f2;
}

/* Calendar */
.box-calendar {
	width: 150px;
	margin-left: 50px;
	margin-bottom: 32px;

	color: #FFF;
	display: block;
}

.box-calendar-head {
	font-weight: bold;
	background-color: #4d4d4d;
	width: 150px;
	height: 19px;
	font-family: Arial, Helvetica;
	font-size: 17px;
	color: #808080;
}

.box-calendar-head-month{
	font-weight: regular;
	
	width: 150px;
	height: 36px;
	font-family: Arial, Helvetica;
	font-size: 29px;
	color: #00ffff;
}

.calendar TH {
	font-family: Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	background-color: #333333;
	color: #787979;
	height: 28px;
	text-align: center;
	border-right: 1px solid #636466;
}

.calendar TD {
	font-family: Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	background-color: #636466;
	color: #787979;
	text-align: center;
}

TH.calendar-selected  {
	font-family: Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	background-color: #808080;
	color: #333333;
	text-align: center;
	height: 28px;
}

TD.calendar-selected  {
	font-family: Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	background-color: #9de6da;
	color: #787979;
	text-align: center;
}

TD.calendar-selected  A {
	color: #787979;
	text-decoration: none;
}

.calendar-selected  A :hover {
	text-decoration: none;
	color: #00ffff;
}

.box-calendar-content {
	font-weight: bold;
	width: 150px;
	font-family: Arial, Helvetica;
	font-size: 13px;
}

.block {
	margin-bottom: 24px;
	display: block;
}
.block-html-preview,
.block-html {
	font-weight: normal;
/*	clear: both; 
	display: block;
	padding-top: 2px;
	padding-left: 2px; 
	padding-right: 2px;*/
	/*margin-bottom: 16px;*/ 
	color: #333333;
}

.block-html UL {
	margin:0;
	padding:0;
	padding-left:18px;  
}

.block-html LI {
	margin:0;
	padding:0;
	padding-right: 2px;
	list-style-type:none;
	list-style-position:inside;
	list-style-image: url(/website/images/arrow.png);
}

.block-html LI A {
	padding-left: 4px;
	color: #9e9e9e;
	text-decoration: none;
}

.block-html LI A:hover {
	padding-left: 4px;
	color: #00ffff;
	text-decoration: none;
}


.block-html TABLE {
	color: #333333;
	font-weight: normal;
}

.block-html-preview TD,
.block-html TD {
	font-weight: normal;
	font-size: 15px;
	width: 240px;
	vertical-align: top;
	padding-right: 16px;
}

.block-html-preview A:link,
.block-html-preview A:visited,
.block-html-preview A:active
 {
	color:a0e6da;
	text-decoration:underline;
}

.block-html A:link,
.block-html A:visited,
.block-html A:active
 {
	color:a0e6da;
	text-decoration:underline;
}

.block-html A:hover
 {
	color:a0e6da;
	text-decoration:none;
}

UL {
	margin:0;
	padding:0;
	padding-left:18px;  
}

LI {
	margin:0;
	padding:0;
	padding-right: 2px;
	list-style-type:none;
	list-style-position:outside;
	list-style-image: url(/website/images/arrow.png);
}

LI A {
	padding-left: 4px;
	color: #9e9e9e;
	text-decoration: none;
}

LI A:hover {
	padding-left: 4px;
	color: #00ffff;
	text-decoration: none;
}

.block-html-bg {
	font-weight: normal;
	font-size: 13px;
	background-color: #636466;
	color: #333333;
	margin:0;
	padding-left: 4px;
	padding-top: 8px;
	padding-bottom: 8px;
	display: block;
	vertical-align:top;
	text-align: left;
}

.block-html-small  {
	clear: both;
	display: block;
	padding-left: 2px;
	padding-right: 2px;
	margin-bottom: 16px;
	color: #2d262a;
	font-size: 15px;
}

.block-html-small TABLE {
	color: #2d262a;
}

.block-html-small TD {
	font-weight: normal;
	font-size: 15px;
	width: 240px;
	vertical-align: top;
	padding-right: 16px;
}

.block-head {
	text-align: left;
	display: block;
	font-size: 18px;
}

.block-head-big{
	text-align:  right;
	height: 40px;
	width: auto;
	display: block;
	font-size: 38px;
	color: #9e9e9e;
}

.block-head-big-right{
	text-align: left;
	height: 45px;
	display: inline;
	font-size: 35px;
	color: #a0e6da;
	width: auto;
	white-space: nowrap;
}

.block-head-big-right2 {
	text-align: left;
	height: 45px;
	white-space: nowrap;
	display: inline;
	font-size: 35px;
	color: #333333;
	width: auto;
}
.block-page-active {
	margin:0;
	padding:0;
	text-align: left;
	padding-left: 18px;
	display: block;
	font-size: 26px;
	color: #a0e6da;
	padding-top: 4px;
	margin-bottom: 3px;
	background-color: #666666;
}
.block-page-tab-content {
	display:none;
	position:relative;
}

.block-page-tab-content-show {
    display: block;
}

.block-page {
	margin:0;
	padding:0;
	text-align: left;
	padding-left: 18px;
	display: block;
	font-size: 26px;
	color: #434343;
	padding-top: 6px;
	margin-bottom: 3px;
	background-color: #666666;
}

.block-end {
	text-align: right;
	display: block;
	color: #9e9e9e;
	font-size: 14px;
	margin-top: 4px;
}

.dl {
	text-align: right;
	display: block;
	color: #a0e6da;
	font-weight: bold;
	font-size: 12px;
	margin-top: 8px;
	height: 22px;
	padding-top: 6px;
	background-color: #636466;
}

.block-content-frame {
	padding: 8 8 8 8;
	background-color: #636466;
}

.block-end-frame {
	height:11px;
	background-color: #808080;
}

.block-content {
	font-weight: normal;
	font-size: 13px;
	color: #b7b7b7;
}

.block-back {
	float:right;
	display:inline;
	margin-top: 18px;
}

.block-content-bg {
	font-weight: normal;
	/*height: 280px;*/
	font-size: 13px;
	background-color: #808080;
	color: #2d262a;
	padding-left: 0;
	padding-top: 8px;
	padding-bottom: 8px;
	display: block;
}

.block-content-col {
	width: 232px;
	float:left;
	display: block;
	text-align: left;
	padding-left: 8px;
}

.block-content-col P.title,
.block-content  P.title{
	font-weight: bold;
	font-size: 13px;
	color: #808080;
}

.block-content-col h1,
.block-content  h1 {
	font-weight: bold;
	font-size: 18px;
	color: #d3cece;
}

.block-content-list-item  {
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	display: block;
}

.block-content-col h2,
.block-content  h2 {
	font-weight: normal;
	font-style: italic;
	font-size: 16px;
	color: #ffffff;
}

.block-content-col h3,
.block-content  h3 {
	font-weight: bold;
	font-size: 26px;
	color: #aaa3a3;
}

.block-content-col h4,
.block-content  h4 {
	font-weight: bold;
	font-size: 17px;
	color: #2d262a;
	margin: 0;
	padding:0;
}

.block-content-col h5,
.block-content  h5 {
	font-weight: bold;
	font-weight: italic;
	font-size: 13px;
	color: #2d262a;
}

.block-content-col P.normal,
.block-content  P.normal{
	padding-top:0;
	margin-top: 0;
	font-weight: normal;
	font-size: 13px;
	color: #808080;
}

.block-content-col P.normal-gray,
.block-content  P.normal-gray{
	padding-top:0;
	margin-top: 0;
	font-weight: normal;
	font-size: 13px;
	color: #b7b7b7;
}

.block-content-col P.normal-gray,
.block-content  P.normal-gray{
	font-weight: normal;
	font-size: 13px;
	color: #2d262a;
}

.block-label {
	font-weight: normal;
	font-size: 13px;
	color: #4d4d4d;
	background-color: #808080;
	text-align: right;
	height: 20px;
	padding-top: 4px;
}

.block-label-center {
	font-weight: normal;
	font-size: 13px;
	color: #4d4d4d;
	background-color: #808080;
	text-align: center;
	min-height: 20px;
	padding-top: 4px;
}

.block-tab {
	font-weight: normal;
	font-size: 13px;
	width: 236px;
	color: #4d4d4d;
	text-align: left;
	padding-left: 8px;
	padding-top: 8px;
	/*height: 24px;
	float:left;
	display: inline;*/
}

.block-tab-active {
	font-weight: normal;
	font-size: 13px;
	width: 236px;
	color: #a0e6da;
	text-align: left;
	padding-left: 8px;
	padding-top: 8px;
	/*height: 24px;
	float:left;
	display: inline;*/
}

.block-tab A { display: inline; /*float: left;*/}

.block-tabs {
	display: block;
	/*height: 33px;*/
	background-color: #808080;
}

.block-tab-split {
	/*float:left;
	display: inline;*/
	width: 16px;
	/*height: 33px;*/
	background-color: #4d4d4d;
}

.block-content-split {
	float:left;
	display: inline;
	width: 16px;
	height: 33px;
}

.block-next {
	background: url(/website/images/next.png) left no-repeat;
	background-color: #636466;
	height: 42;
}

.block-next-text {
	padding-top: 18px;
	padding-left: 6px;
	color: #a0e6da;
	font-size: 12px;
}

.block-spacer {
	width: 20px;
	height: 10px;
	float: left;
	display: block;
}

.block-image {
	margin:0;
	padding:0;
	display: block;
	border: 1px solid #525252;
}
/* BOX-FRONT */
.box-front {
	width: 244px;
	display: block;
	margin-right:13px;
	float: left;
}

.box-front-head {
	font-weight: bold;
	width: 243px;
	height: 32px;
	font-family: Arial, Helvetica;
	letter-spacing: 1px;
	font-size: 15px;
	margin-top: 8px;
	letter-spacing: 1px;
	color: #a0e6da;
}

.box-front-content-frame  {
	background-color: #636466;
	padding: 12px 12px 12px 12px;
}

.box-front-content {
	font-weight: bold;
	width: 243px;
	font-family: Arial, Helvetica;
	letter-spacing: 1px;
	font-size: 12px;
	color:#9e9e9e;
}

.box-front-content P {
	font-weight: bold;
	width: 243px;
	font-family: Arial, Helvetica;
	letter-spacing: 1px;
	font-size: 12px;
	color:#9e9e9e;
}

.box-front-content P.title {
	font-weight: bold;
	width: 243px;
	font-family: Arial, Helvetica;
	letter-spacing: 1px;
	font-size: 18px;
	color:#333333;
}

.toolbox-frame {
	width: 155px;
	margin-left: 55px;
	margin-bottom: 32px;
	color: #a9a9a9;
	font-weight: bold;
	display: block;
	font-size: 12px;
}

.toolbox-content P.normal {
	font-weight: normal;
	width: 155px;
	font-family: Arial, Helvetica;
	font-size: 12px;
	color:#b7b7b7;
}

.toolbox-content P.title {
	font-weight: bold;
	width: 155px;
	font-family: Arial, Helvetica;
	font-size: 12px;
	color:#b7b7b7;
}

.toolbox-content  P.title A {
	font-weight: bold;
	width: 155px;
	font-family: Arial, Helvetica;
	font-size: 12px;
	color:#b7b7b7;
	text-decoration: none;
}

.toolbox-content  P.title A:hover {
	font-weight: bold;
	width: 155px;
	font-family: Arial, Helvetica;
	font-size: 12px;
	color:#00ffff;
	text-decoration: none;
}

.toolbox-content-big {
	font-weight: bold;
	font-size: 29px;
	color:#00ffff;
}

.toolbox-head {
	width: 170px;
	height: 24px;
	font-family: Arial, Helvetica;
	font-size: 17px;
	letter-spacing: 1px;
	border-bottom: 1px solid #595959;
	color: #a0e6da;
	margin-bottom: 8px;
}

.toolbox-menu-active {
	width: 170px;
	height: 24px;
	font-family: Arial, Helvetica;
	font-size: 17px;
	letter-spacing: 1px;
	color: #00ffff;
	margin-bottom: 8px;
}

.toolbox-menu {
	width: 170px;
	height: 24px;
	font-family: Arial, Helvetica;
	font-size: 17px;
	letter-spacing: 1px;
	color: #a0e6da;
	margin-bottom: 8px;
}

.menu-head {
	font-weight: regular;
	width: 150px;
	height: 24px;
	font-family: "Diamante Light", Arial, Helvetica;
	font-size: 22px;
	color: #9de6da;
}


 /* MENUS */
.menu-item {
	font-family: Arial, Helvetica;
	font-size: 16px;
	color:#797979;
	display: inline;
	margin-right: 18px;
	cursor: hand;
	line-height: 1em;
	text-decoration: none;
}

.menu-item-selected  {
	font-family: Arial, Helvetica;
	letter-spacing: 1px;
	font-size: 26px;
	margin-right: 18px;
	color:#00ffff;
	display: inline;
	cursor: pointer;
	cursor: hand;
}

.event_list_item A{
	text-decoration: none;
}

.event_list_item A:hover {
	background-color:red;
	text-decoration: underline;
}