/* Main styles */

* {
	font-family: "Trebuchet MS", Verdana;
}

a {
	color: #a40327;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #a40327;
}

a h1, a:hover h1, a h2, a:hover h2  {
	color: #000000;
	text-decoration: none;
}


body {
	background: url(../gfx/bg.jpg) repeat-x #dddddd;
}

#wrapper {
	margin: 0 auto 20px auto;
	width: 850px;
	background: white;
	margin-top: 50px;
}

#container {
	width: auto;
	font-size: 1.2em;
}

#header {
	margin-bottom: 21px;
}

#content {
	padding: 0px 0 10px 40px;
	border: none;
	width: 580px;
}

#main_content {
	
}

/* IE FIX */
#colleft {
	padding-left: 15px;
}


/* Header and menu  */


.box_menu {
	padding-top:169px;
	height: 33px;
	float: right;
	margin: 0 50px 0 0;
}

.boxwrap_mid {
	float: left;
}

.box_calendarlist {
	clear: both;
}

.box_calendarlist .call_box div {
	margin-top: 6px;
}

#box_421 .call_box {
border: 1px solid black;
}

.box_calendarlist .call_box .call_item {
	margin-top: 10px;
}

.box_login {
	margin-bottom: 30px;
}

.boxwrap_top .boxblock_top {
	display: none; 
}

#menu_level_1 {
	height: 100%;
		/* IE HACK */
	_width:1px;
}



#menu_level_1 li a {
	padding: 4px 0 0 4px;
	color: black;
	font-size: 1.4em;
	text-decoration: none;
	background: none;
}

#menu_level_1 li a:hover {
	color: #4c88eb;
}

#menu_level_1 li {
	width: auto;
	margin: 0 10px 0px 8px;
	height: 100%;
}



#menu_level_1 li ul {
	margin-top: 0px;
}

#menu_level_1 li li a {
	padding: 4px 0 0 4px;
	color: white;
	width: 133px;
	font-size: 12px;
	text-decoration: none;
}


#menu_level_1 li li a:hover {
	color: #ffffff;
}

#menu_level_1 li li a:hover {
	color: #4C88EB;
}


.menu_level_2  {
	background: black;
	  /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
}






#footer {
	height: 39px;
	width: 800px;
	background: url(../gfx/footer.jpg);
}

/* SIDEBAR */

#colright {
	border: none;
	margin-left: 20px;
	margin-right: 20px;
	width: 180px;
	float: right;
}

.signin_textfield {
	border:#666666 1px solid;
	width: 77px;
	padding: 3px;
	margin: 10px 0 10px 0;
}

.box_login a {
	float: left;
	margin-top: 3px;
}

.box_2 {
	margin-bottom: 10px;
}

#signin_username {
	float: left;
}


#signin_password, #signin_submit {
	float: right;
}

#signin_automatic {
	float:left;
	font-size:12px;
	margin:5px 0 0 0px;
}

#signin_automatic label {
	padding: 0 0 0 5px;
}

.boxblock_top {
	font-size: 1.3em;
	padding-bottom: 5px;
}

#log_out {
	margin-top: 5px;
	float: right;
}



/* RTE */
body.mceContentBody {
	background: #FFF;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 11px;
}

.mceContentBody h1 {
	font-size: 16px;
}

.mceContentBody h2 {
	font-size: 12px;
}

.mceContentBody h3 {
	font-size: 11px;
}


