/* HTML Tag Redefinition */
html, body {
	height: 100%;
}
body {
	background-image: url(/themes/ccrest/images/bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #c0959e;
	padding: 0;
	margin: 0;
	font-size: 0.9em;
}
img {border: 0}
a { cursor:pointer}

label { font-weight:bold;}
fieldset { border:1px solid #ccc;}

/* error text class optionally provided by theme */
div.ccm-error-response {color: #f00; margin-bottom: 12px}

/* Page Structure / Navigation */
#page{
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #fff;
	width:57em;
	text-align:left;
	margin-top: 1em;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	padding: 0;
	border-top-width: 1em;
	border-bottom-width: 1em;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #3B4F80;;
	border-bottom-color: #3B4F80;;
}
#page #headerSpacer{ height:.25em; }
#page #header{
	position:relative;
	margin: 0;
	border-top-width: 0.5em;
	border-top-style: solid;
	border-top-color: #740101;
} 
#page #header #logo{
	color:#036;
	margin-bottom: .25em;
	padding: 0px;
	margin-top:0;
	cursor:pointer;
	left:0;
	z-index:1;
	width:auto;
	float:left;
	position: relative;
}
#page #header #logo a:link{ /* customize_header_logo */
	color:#063; /* customize_header_logo */
	text-decoration:none;
}
#page #header #logo a:hover {
	text-decoration:none;
}
#page #header #logo a:visited {
	color:#036; /* customize_header_logo */
	text-decoration:none;
}
#page #header #logo p{
	font-size:inherit;
	padding:inherit;
	margin:inherit;
	color:inherit
}


#page #header #headerNav{
	background-color: #ecebe8;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #740101;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #740101;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	z-index:2;
	overflow:visible;
	clear: both;
}
#page #header ul.nav-header{
	list-style:none;
	margin:0px;
	padding:0px;
	width:auto;
	z-index:2;
	overflow:visible;
	float: left
}
#page #header ul.nav-header li{
	float:left;
	padding:2px 0px;
	margin-left:16px;
	margin-bottom: 0px;
	color:#036;
	font-size:13px;
	margin-top:0px
}
#page #header ul.nav-header li a:link,#page #header ul.nav-header li a:visited{
	padding:.5em 1em;
	text-decoration:none;
	color:#3B4F80;
}
#page #header ul.nav-header li.nav-selected{
	font-weight: bold;	
	}
#page #header ul.nav-header li a:hover{
	text-decoration:none;
	color: #740101;
}
#page #header #header-area{margin-top: 2px; margin-bottom: 2px;  }
#page #header #header-area #header-area-inside{margin-bottom: 2px;}
#page #header #header-area img { display: block}
#page .divider{padding-top: 2px; clear:both; width:100%; }

#page #central{
	background:url(/themes/ccrest/images/nav_sidebar_right_bg.png) repeat-y center;
	clear:both;
	padding-right: 1em;
	padding-left: 1em;
}
#page .no-sidebar { background-image: none !important}
#page #central.central-left { background:url(/themes/ccrest/images/nav_sidebar_left_bg.gif) repeat-y center !important; }
#page #central.central-left div#sidebar {float: left !important; }
#page #central.central-left #body {padding-left: 68px !important; padding-right: 0px !important; float:right}
 
#page #central #body{ float:left; width:39em; padding-right:28px; padding-left: 10px !important; padding-right: 0px !important }
#page .no-sidebar #body{ float: none !important; width: auto !important; }
#page #central #sidebar{ float:right; width:12em; overflow:hidden }
#page #central #sidebar p{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#page #central #sidebar ul.nav{ list-style:none; margin-left:0px; padding:0px; padding-left:10px; font-size:12px;}
#page #central #sidebar ul.nav li{ margin-bottom:10px; }
#page #central #sidebar ul.nav a:link {
	text-decoration:none;
}
#page #central #sidebar ul.nav a:visited {
	text-decoration:none;
	color:#036
}
#page #central #sidebar ul.nav a.nav-selected {
	font-weight: bold;
	color: #3B4F80;;
}
#page #central #sidebar ul.nav a:hover{
	text-decoration:underline;
	color: #3B4F80;;
}
#page #central #sidebar ul.nav ul{ list-style:none; margin-left:0px; padding:0px; padding-left:12px; margin-top:8px; }
#page #central #sidebar ul.nav ul li{ margin-bottom:10px; }

#page #central.navLeft{ background:url(/themes/ccrest/images/nav_sidebar_left_bg.gif) repeat-y center; }
#page #central.navLeft  #sidebar{float:left}
#page #central.navLeft  #body{float:right; padding-right:0px; width:68%; }

#page #central.noSideNav{ background: none; }
#page #central.noSideNav  #sidebar{ display:none }
#page #central.noSideNav  #body{float: none; padding-left:0px; padding-right:0px; width:100%; }

#page #footer{
	margin-bottom: .25em;
	border-bottom-width: 0.5em;
	border-bottom-style: solid;
	border-bottom-color: #740101;
	margin-top: 0;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #740101;
	padding: 1em;
	clear:both;
	color:#333;
	font-size: .8em;
}
#page #footer a{ text-decoration:none }
#page #footer span.sign-in {margin-left: 20px}
#page #footer span.powered-by { float:right; }

/* Page Elements */

.pagingNav{ margin:16px 0px 8px 0px}
.pagination{ text-align:center; color:#bbb; padding-top:4px}
.pagination .pageRight{width:20%; float:right; text-align:right}
.pagination .pageLeft{width:20%; float:left; text-align:left}

/* MISC STYLES & SHORTCUTS */
div.code {border: 1px solid #ddd; background: #eee; padding: 10px}
div.spacer,div.ccm-spacer{ clear:both; font-size:1px; line-height:1px }
.noTopSpace{margin-top:0px; padding-top:0px}
div.pageSection { margin-bottom: 10px; }

/* customize_miscellaneous */ /* customize_miscellaneous */
