/* HTML Tag Redefinition */
html, body {height: 100%;  }
body {/* customize_background */ background-image: url(http://www.firstlinets.com/erc/themes/firstline-erc-theme/images/bkgd.jpg); background-repeat: repeat-x; /* customize_background */ padding: 0px; margin: 0px; background-color: #f2f2f2; }
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:960px; 
	margin:auto; 
	text-align:left;
}

#page #headerSpacer{ height:5px }
#page #header{ position:relative; } 

#page #header #logo { 
	color:#999; 
	font-size:32px; 
	font-family:Arial, Helvetica, sans-serif; 
	line-height: auto; 
	margin-bottom: 5px; 
	padding: 0px; 
	margin-top:8px; 
	left:0px; 
	z-index:10; 
	width:960px; 
	position: relative; 
}

#page #header #logo a{ /* customize_header_logo */
	text-decoration:none;
}
	
#page #header #logo p{ display:inline; line-height:inherit; font-size:inherit; padding:inherit; margin:inherit; color:inherit }


#page #header #headerNav{ 
	position: relative; 
	z-index:2; 
	width:100%; 
	overflow:visible;
	background-image: url(http://www.firstlinets.com/erc/themes/firstline-erc-theme/images/nav-bkgd.jpg);
	height: 40px;
}

#page #header ul.nav-header{ 
	list-style:none; 
	margin: 0px;
	padding:0px; 
	width:auto; 
	z-index:2; 
	overflow:visible;
	margin-left: 10px; 
}
	
#page #header ul.nav-header li{
	float:left; 
	margin-bottom: 0px; 
	color:#fff; 
	font-size:12px;
	margin-top: 1px; 
	border-right: #003366 solid 1px;
}

#page #header ul.nav-header li:last-child{
	border-right: none;
}

#page #header ul.nav-header li a{ 
	text-decoration:none; 
	font-weight: bold;
	color:#fff; 
	display: block;
	height: 28px;
	margin-top:1px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;	
}

#page #header ul.nav-header li a:hover{ 
	text-decoration:none; 
	background-color: #001F46;
}

#page #header ul.nav-header li.nav-selected{ 
	background-color: #001F46;
}
	
#page #header #header-area{
	display: none;
}
	
#page #header #header-area #header-area-inside{
	margin-bottom: 12px;
}

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

#page .divider{padding-top: 12px; overflow:hidden; height:1px; clear:both; width:100%; }


#wrapper {
	background-color: #ffffff;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
}

#page #central{
	clear:both;
	width: 960px;
}

#page .no-sidebar { background-image: none !important}

#page #central.central-left {
}
 
#page #central.central-left div#sidebar {
	border-right: dotted #999 1px; 
	padding-right: 30px;  
	padding-left: 0px;
	border-left: none; 
}

#page #central.central-left #body {
	float:left;
}
	
#page #central #body{ 
	float:left; 
	width: 620px;
	padding-left: 30px;
	padding-right: 30px;
}

#page .no-sidebar #body{ float: none !important; width: auto !important; }

#page #central #sidebar{ 
	float: left; 
	width: 220px; 
	overflow:hidden;
	padding-left: 30px;
	border-left: dotted #999 1px; 
}

#page #central #sidebar p{ 
}

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

#page #central #sidebar ul.nav li{  
}

#page #central #sidebar ul.nav a{ 
	text-decoration:none; 
	border-bottom: #999999 1px dotted;
	padding-bottom: 7px;
	padding-top: 7px;
	display: block;
	padding-left: 10px;
}

#page #central #sidebar ul.nav a.nav-selected {
	font-weight: bold;
	background-color: #eee;
}

#page #central #sidebar ul.nav a:hover{ 
	text-decoration:none;
	background-color: #eee;
}

#page #central #sidebar ul.nav ul{ 
	list-style:none; 
	margin-left:0px; 
	padding:0px; 
	padding-left:15px; 
	margin-top:16px; 
}

#page #central #sidebar ul.nav ul li{ 
	margin-bottom:16px; 
}

#page #central.navLeft{ 

}

#page #central.navLeft  #sidebar{
	float:left;
}

#page #central.navLeft  #body{
	float:right; 
	padding-right:0px; 
	width:590px; 
}

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


#footer{ 
	padding-top:30px; 
	clear:both; 
	padding-bottom:10px; 
	color:#999; 
	font-size:10px; 
	text-align:left; 
}

#footer-bar{ 
	padding-bottom:30px; 
	text-align:left; 
	width: 960px;
	height: 39px;
}


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

/* customize_miscellaneous */ /* customize_miscellaneous */


/* Blocks for editors */

.editor {
	border: #003366 solid 1px;
	background-color: #CCCCCC;
	padding: 0 0 0 10px;
}


/* Bulletin list */

.bulletin-list {
	border-bottom: #999999 1px dotted;
}

.bulletin-list h4 {
	margin-bottom: 0px;
}

.timestamp {
	font-size: 11px;
	color: #999999;
	font-style: italic;
}

.bulletin-list a {
	display: block;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.bulletin-list a:hover {
	display: block;
	background-color: #eee;
	text-decoration: none;
}
