@import url("editor.css");
@import url("services.css");
@import url("activecalendar.css");

body {
	background-color: #e7e7e7;
}

/* WRAPPER */
#wrapper {
	width: 872px;
	margin: 0px auto;
	background-color: white;
	position: relative;
}
	#right_banners{
		display: none;
	}

/* HEADER */
#header {
        display: none;
}
#top_menu{
        display: none;
}

/* COMMON CLASS */	
.orenge_bar{
	background: transparent url("../gfx/orange.gif") repeat-x;
	height: 20px;
	position: relative;
}
.white_title{
	color: white;
	font-weight: bolder;
	line-height: 20px;
	padding-left: 15px;
	text-transform: uppercase;
	font-size: 10px;
}
	.white_title a{
		color: white;
	}
.edit{
}
	.edit .htmldata_controls{
		position: absolute;
		right: 0;
		top: 0;
	}
	.edit hr{
		display: none;
	}
.extranet_bar{
	background: transparent url("../gfx/extranet.gif") no-repeat;
	height: 22px;
	position: relative;
}	
/* MAIN */
#main {
	background: transparent url("../gfx/main_shadow.gif") repeat-x top left;
	background-color: #fff;
	overflow: hidden;
	zoom: 1;
}

/* SIDEBAR */
#sidebar {
	display: none;
}

/* CONTENT */
#content {
	overflow:hidden;
        border: solid 1px;
        margin: 0;
        padding: 0;
}
	#front_page_left{
		float: left;
		width: 508px;
		padding: 15px 5px;
	}
		#front_page_left #articles {
		border-top: solid 3px #e97118;
		padding-top: 5px;
		}
	#front_page_right{
		float: left;
		width: 177px;
		padding: 5px;
		background:#ECEFF4 url(../gfx/navigation_shadow.gif) repeat-x scroll left top;
		margin-bottom:-1000em;
		padding-bottom:1001em;
	}
	#front_page_right hr{
		border: solid 1px #ced4df;
		height: 2px;
	}
	#extranet_menu {
		font-family: Arial, Helvetica, sans-serif;
	}
	 #extranet_menu ul{
		 margin: 0;
	 }
	 #extranet_menu ul li{
	 	margin: 5px 0;
	 	list-style: none;
		background:transparent url(../gfx/extranet_button_top.gif) repeat-y scroll left top;
		overflow: hidden;
	 }
	 #extranet_menu ul li a{
		color: #00438C;
		padding: 2px 20px;
		display: block;
		background:transparent url(../gfx/extr_menu_arrow.gif) no-repeat scroll left top;
		background-position: 5px center;
	 }
	 /* default.tpl*/
	.row{
		width: 675px;
		overflow: hidden;
		margin-left: 15px;
	}
	.margin{
		padding: 15px 0 15px 0;
	}
	.marginX2{
		padding: 15px 15px 15px 0;
	}
	.columX2{
		width: 330px;
		float: left;
	}
#print_link{
   display: none;
}
/* FOOTER */
#footer {
	display: none;
}

/* EMEDIA SIGNATURE */
#signature {
	display: none;
}
.ext{
	clear: both;
}






