/* HTML Tag Redefinition */
html,body {
	height: 100%;
}

body { /* customize_background */
	background-color: #FEFBFC; /* customize_background */
	text-align: center;
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px;
}

a {
	cursor: pointer
}

label {
	font-weight: bold;
	display: block;
	padding-top: 10px;
}

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: 800px;
	margin: auto;
	text-align: left
}

#page #headerSpacer {
	height: 10px
}

#page #header {
	position: relative;

}

/*#page #header #logo - page title*/
#page #header #header-area {
	margin-top: 0px;
	margin-bottom: 5px;

}

#page #header #header-area img {
	display: block;

}

#page #header #headerNav {
	position: relative;
	top: 0px;
	right: 0px;
	z-index: 2;
	width: 100%;
	overflow: visible;
	border-top: 1px dotted black;
	border-bottom: 1px dotted black;
}

#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 14px;
	margin-left: 16px;
	margin-bottom: 0px;
	color: #999;
	font-size: 13px;
	margin-top: 4px
}

#page #header ul.nav-header li a,#page #header ul.nav-header li a:hover
	{
	text-decoration: none;
	color: #3D3D3D;
}

#page #header ul.nav-header li.nav-selected {
	border: 1px solid #164511;
	padding: 2px 12px;
}





/* customize main body */

#page #central #body {
	overflow: hidden;
	padding-top: 0px;

}

#page #central.no-sidebar #body {
	width: 800px;
	overflow: hidden;
}

#page #central.left-sidebar #body {
	width: 609px;
	overflow: hidden;
	float: right;
	padding-left: 40px;
	border-left: 1px dotted black;


}

#page #central.right-sidebar #body {
	width: 529px;
	overflow: hidden;
	float: left;
	padding-right: 20px;

	border-right: 1px dotted black;


}

#page #central #body p {
	text-align: justify;
}









/* customize sidebar */

#page #central.left-sidebar #sidebar {
	width: 130px;
	overflow: hidden;
	float: left;
	
	padding-right: 20px;
	padding-top: 20px;

}

#page #central.right-sidebar #sidebar {
	float: right;
	width: 230px;
	overflow: hidden;
	padding-left: 20px;


}


#page #central #sidebar p {

}


#page #central #sidebar ul.nav {
	list-style: none;
	margin-left: 0px;
	padding: 0px;
	padding-left: 24px;
	font-size: 12px;
}

#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;
}




/* FOOTER */

#page #footer {
	padding-top: 24px;
	clear: both;
	padding-bottom: 16px;
	color: #999;
	font-size: 10px;
}

#page #footer a {
	text-decoration: none
}

#page #footer span.sign-in {
	margin-left: 0px
}

#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: 10px;
}

div.ccm-spacer {
	clear: both;
	font-size: 1px;
	line-height: 4px;
}

.noTopSpace {
	margin-top: 0px;
	padding-top: 0px
}
/* customize_miscellaneous */ /* customize_miscellaneous */