/* HTML Tag Redefinition */
html {
	height: 100%;
	background-color: #000;
	background-image: url(../../../../updates/concrete5.6.3.1_updater/concrete/themes/dark_chocolate/images/bg/TB_960_orangesun1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
body {/* customize_background */
	padding: 0px;
	margin: 0px;
	background-color: transparent;
}
img {border: 0px}
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{
	width:950px;
	margin:auto;
	text-align:left;
	height: 100%;
	background-color: transparent;
	background-image: url(../../../../updates/concrete5.6.3.1_updater/concrete/themes/dark_chocolate/images/back1.gif);
	background-repeat: repeat;
}
#page #headerSpacer{ height:0px }
#page #header{
	position:relative;
	background-color: #000;
} 
#page #header #logo{
	margin-bottom: 0px;
	padding: 0px;
	margin-top:0px;
	cursor:pointer;
	left:5px;
	z-index:1;
	width:auto;
	float:left;
	position: absolute;
	background-repeat: no-repeat;
	background-position: left top;
	top: 0px;
	height: 75px;
}

#page #header #headerNav{
	position: relative;
	top: 0px;
	right: 10px;
	z-index:0;
	width:100%;
	padding-top: 30px;
	padding-bottom: 20px;
	float:left;
}
#page #header ul.nav-header{ list-style:none; margin:0px; padding:0px; width:auto; z-index:2; overflow:visible; float: right}
#page #header ul.nav-header li{
	float:left;
	margin-left:16px;
	margin-bottom: 0px;
	color:#999;
	font-size:11px;
	margin-top:0px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	font-variant: normal;
	font-weight: bold;
}
#page #header ul.nav-header li a,#page #header ul.nav-header li a:hover{  /*color:#999999*/
	text-decoration: none;
	color: #777;
}
#page #header ul.nav-header li.nav-selected{
	border:1px solid #0c0;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}
#page #header ul.nav-header li.nav-selected a { 
	text-decoration: none;
	color: #eee;	
}
#page #header #header-area{margin-top: 10px; margin-bottom: 0px }
#page #header #header-area #header-area-inside{margin-bottom: 10px;}
#page #header #header-area img { display: block}
#page .divider{
	padding-top: 12px;
	overflow:hidden;
	height:1px;
	clear:both;
	width:100%;
}

#page #central{
	clear:both;
	background-image: url(../../../../updates/concrete5.6.3.1_updater/concrete/themes/dark_chocolate/images/side.png);
	background-repeat: repeat-y;
	background-position: center;
	padding-top: 30px;
	
}
#page .no-sidebar { background-image: none !important}
#page #central.central-left { background:url(../../../../updates/concrete5.6.3.1_updater/concrete/themes/dark_chocolate/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: 0px !important; padding-right: 0px !important; float:right}
 
#page #central #body{
	float:left;
	width:60%;
	padding-left: 20px !important;
	padding-right: 20px !important
}
#page .no-sidebar #body{ float: none !important; width: auto !important; }
#page #central #sidebar{ float:right; width:32%; padding-left: 10px; padding-right: 10px; overflow:hidden }
#page #central #sidebar p{
	line-height:1.4em
}
#page #central #sidebar ul.nav{ list-style:none; margin-left:0px; padding:0px; padding-left:24px; font-size:11px;}
#page #central #sidebar ul.nav li{ margin-bottom:16px; }
#page #central #sidebar ul.nav a{ text-decoration:none; /* color:#333*/ }
#page #central #sidebar ul.nav a.nav-selected {font-weight: bold}
#page #central #sidebar ul.nav a:hover{ text-decoration:underline }
#page #central #sidebar ul.nav ul{ list-style:none; margin-left:0px; padding:0px; padding-left:16px; margin-top:16px; }
#page #central #sidebar ul.nav ul li{ margin-bottom:16px; }

#page #central.navLeft{ background:url(../../../../updates/concrete5.6.3.1_updater/concrete/themes/dark_chocolate/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:65%; }

#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{
	padding-top:24px;
	padding-right: 10px;
	padding-left: 10px;
	clear:both;
	padding-bottom:16px;
	color:#999;
	font-size:10px;
	background-color: #000;
}
#page #footer a{
	text-decoration:none;
	color: #CCC;
}
#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: 1px}
div.spacer,div.ccm-spacer{ clear:both; font-size:1px; line-height:1px }
.noTopSpace{margin-top:0px; padding-top:0px}

/* customize_miscellaneous */ /* customize_miscellaneous */

a:focus {
-moz-outline-style: none;
}
a {
   outline: 0;
}

object { outline:none}