﻿html{
	height:100%;
	margin:0px; 
	padding:0px;
}

body{
	font-size:12px;
	font-family:Trebuchet MS,verdana,geneva,arial,helvetica,sans-serif;
	background:#FCFCFC;
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
}

body{
	overflow:hidden;	
}

#outer{
	width:100%;
	height:100%;
	padding:0px;
	border:0px;
	height:inherit;
}

#header{
	height:10%;
	width:100%;
	background-image:url(/images/headerbg.jpg);
	background-repeat:repeat-x;
	position:relative;
}

#headerinner{
	border-bottom:1px solid #cccccc;	
	width:100%;
	height:100%;
	position:absolute;
	top:-1px;
}

#headerimage{
	float:left;
	padding-top:10px;
}

#headerloginbox{
	float:right;
	padding:5px;
	padding-right:15px;
	background-color:White;
	border-left:1px solid #ddd;
	border-bottom:1px solid #ddd;
	margin-right:5px;
	margin-top:5px;
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	box-shadow:  3px 3px 8px rgba(0,0,0,0.47);
	-webkit-box-shadow:  3px 3px 8px rgba(0,0,0,0.47);
	-moz-box-shadow:  3px 3px 8px rgba(0,0,0,0.47);
}

#content{
	height:84%;
}

#breadcrumbrow{
	padding-right:10px;
	padding-left:3px;
	height:4%;
}

#breadcrumbselector{
	width:19%;
	margin-right:1%;
	float:left;
	padding-top:4px;
	height:28px;
}

#breadcrumbleft{
	float:left;	
	width:70%;
	padding-top:4px;
	height:28px;
}

#breadcrumbright{
	float:left;
	width:9%;	
	text-align:right;
	padding-top:4px;
	height:28px;
}

#breadcrumbright a{
	color:Black;
	font-size:11px;
	text-decoration:underline;	
}

.rtWrapperContent 
  {  padding: 5px !important; } 

#leftnav{
	float:left;
	vertical-align:top;
	width:19%;
	margin-right:1%;
	padding-right:6px;
	margin:0px;
	height:100%;
}


#artcontent{
	vertical-align:top;
	width:60%;
	height:100%;
	padding-right:6px;
	float:left;
}

#artcontent-nohelp{
	vertical-align:top;
	width:80%;
	height:100%;
	float:left;
}

#rightnav{
	width:19%;
	height:100%;
	vertical-align:top;
	float:left;
}

.contentpanel{
	width:100%;
	height:100%;	
}

.editorpanel{
	position:absolute;
	top:142px;
	left:260px;
}

#footer{
	clear:both;
	width:80%;
	padding-left:20%;
	min-height:4%;
	font-size:10px;
	color:#333;
	background-image:url(/images/contentbg.jpg);
	background-repeat:repeat-x;
}

#footerinner{	
	border-top:1px solid #ccc;
	width:100%;
	padding-top:8px;
}

#footerinner a{
	color:Black;	
}

