/* Normalize */

* {
	background-color: transparent;
	border: none;
	font-size:1em;
	font-weight: inherit;
	font-family:  Helvetica, "Helvetica-Neue", Verdana, Arial, sans-serif;
	line-height: 1.4em;
	list-style: none inside;
	margin: 0;
	padding: 0;
	text-align: inherit;
	text-decoration: none;
}

/* Main */

body {
	font-size:.68em;
	background: url('_view/images/background.gif') repeat-y 0 0 #000;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

pre, code {
	font-family: monospace;
}
strike, del{
	text-decoration: line-through;
}
/* Links */

a, a:hover, a:active, a:visited {
	color: #FFF;
	text-decoration: underline;
}

a:hover {
	color: #0080FF;
	text-decoration: underline;
}
/* Special Links */
.anchorLink_Top{
	padding-left:12px;
	background: url('_view/images/top.gif') 0px 2px  no-repeat;
}
.anchorLink_Top:hover{
	padding-left:12px;
	background: url('_view/images/top_hover.gif') 0px 2px no-repeat;
}
.anchorLink_Left{
	padding-left:12px;
	background: url('_view/images/left.gif') 0px 2px  no-repeat;
}
.anchorLink_Left:hover{
	padding-left:12px;
	background: url('_view/images/left_hover.gif') 0px 2px no-repeat;
}
.anchorLink_Right{
	padding-right:12px;
	background: url('_view/images/right.gif') 24px 4px no-repeat;
}
.anchorLink_Right:hover{
	padding-right:12px;
	background: url('_view/images/right_hover.gif') 24px 4px no-repeat;
}
.Link_more{
	padding-left:16px;
	background: url('_view/images/newWindow.gif') 0px 2px  no-repeat;
}
.Link_more:hover{
	padding-left:16px;
	background: url('_view/images/newWindow.gif') 0px 2px  no-repeat;
}
.pageLink{
	text-align:center;
	margin-left:2px;
	display:inline-block;
	width:14px;
	height:16px;
	background: #000;
	color:#FFF;
}
/* Form elements */

form {
	background: #333;
	border-color: #333;
	border-style: solid;
	border-width: 0;
	margin-bottom: 1em;
}

	form.hide {
		background: none;
		border: none;
		margin: 0;
	}

	form.hide fieldset {
		border: none;
		padding: 0;
	}

fieldset {
	border-bottom: 1px solid #333;
	padding: .5em .5em 1em .5em;
}

	fieldset p {
		clear: both;
		padding: .5em .5em 0 .5em;
	}

dl {
	clear: both;
	padding: .5em .5em 0 .5em;
}
	
	dl em {
		font-size: .8em;
	}

dt {
	float: left;
	width: 10em;
}
	
	dt em {
		display: block;
	}

dd {
	float: left;
	margin-left: 1em;
}
	dd .rte{
		margin:0;
		background-color:#000;
	}
	dd .error {
		color: #000;
	}

input, textarea, select, button {
	background: #FFF;
	border: 1px solid #999;
}

input:focus, textarea:focus, select:focus, button:focus {
	background: #FFC;
}

input.text, input.password, textarea, select {
	width: 16em;
}

button, .button {
	padding: 0 1em;
}
/* Global error messages */

		.message {
			border-style: solid;
			border-width: 2px;
			font-family:  Helvetica, 'Helvetica-Neue', Verdana, Arial, sans-serif;
			padding: 1em;
			display:block;
		}
	
			.message.notice {
				color: #0080FF;
				border-color: #0080FF;
				background-color: #333;
			}
	
			.message.error {
				color:#FF3333;
				background-color: #333;
				border-color: #FF3333;
			}
/* Content */
	
	#wrap_outer_fix{
	
		min-height:1200px;
		height:auto!important; /* IE min height hack*/
		height:1200px; 

		}
	#wrap_outer_flex{
		background: url('_view/images/background.gif') repeat-y 0 0;
		min-height:1200px;
		height:auto!important; /* IE min height hack*/
		height:1200px; 
		
	}
	
	#wrap_inner_fix{
		margin-left:180px;

	}
	#wrap_inner_flex{
		width:720px;
		float:left;
		margin:0  auto;
	}
	
	#header{
		height:200px;
		margin:0;
		padding:0;
		background:url('./_view/images/header.gif') repeat-x bottom;
	}
	#logo{
		float:left;
		padding-top:97px;
		height:103px;
		width:255px;

	}
	#logo h1{
		visibility:hidden
	}
	#logo a{
		cursor:pointer;
	}
	#admin{
		float:left;
		width:100%;
		background:#333;
	}
	#push {
		float: left; 
		height: 450px;
	}
	.content_wrapper{
		width:720px;
		padding-top:36px;
		padding-bottom:36px;
		margin:0;
		float:left;
		background:url('./_view/images/header.gif') repeat-x bottom;
	}
		.content_left{
			width:570px;
			margin-right:30px;
			float:left;
			clear:none;
		}
		
		.content_left_footer{
			width:570px;
			margin-right:30px;
			text-align:right;
			float:left;
			clear:none;
		}
		
		.content_right{
			width:110px;
			margin-left:10px;
			float:left;
		}
		.header_right{
			width:110px;
			padding-top:160px;
			margin-left:10px;
			float:right;
		}
	/* unidentified */
	#content_wrapper02{
		width:720px;
		height:100%;
		margin:0 auto;
	}
	#content{
		text-align:left;
	}
		
	#footer {
		float:left;
		text-align: left;
		width: 720px;
		margin-top:40px;
		padding-bottom:40px;
	}
	/* preload images */
	#preload_image{
	   position: absolute;
	   overflow: hidden;
	   left: -9999px; 
	   top: -9999px;
	   height: 1px;
	   width: 1px;
	}