/* @group Global */

* {
	margin: 0;
	padding: 0;
}
 /* uncomment for sticky footer */
 /* also must add <div class='push'></div> right before div.wrapper closes */
/*html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px;
}
.footer, .push {
	height: 30px;
}
*/
body {
	font: 12px/16px "Arial Narrow", Arial, Helvetica, Tahoma, Geneva, sans-serif;
	background: url(images/body_bg.jpg) repeat center center;
}

h1 {
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 10px;
}
h2 {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 10px;
}
h3 {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 10px;
}
h4 {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 5px;
	margin-top: 5px;
}
p {
	margin-bottom: 15px;
}
ul {
	margin: 0;
	padding: 0;
}
ul li {
	list-style-type: none;
}
a {
	text-decoration: none;
	color: #14B9D4;
}
a:hover {
	text-decoration: underline;
}
a.on {
	text-decoration: underline;
}
div.clear {
	clear: both;
	height: 1px;
}
#container {
	position: relative;
	width: 762px;
	margin: 8px auto 0;
	border: 1px solid white;
}
#inner {
	position: relative;
	width: 760px;
	border-top: 1px solid #444444;
	border-left: 1px solid #444444;
	border-right: 1px solid #B2B2B2;
	border-bottom: 1px solid #B2B2B2;
	background-color: white;
}
#header {
	position: relative;
	background: url(images/header.jpg) no-repeat;
	width: 760px;
	height: 194px;
}
a.header {
	position: absolute;
	display: block;
	background: url(images/onepixclear.gif) repeat;
	width: 300px;
	height: 120px;
	top: 0;
	left: 0;
}
span.site-name {
	position: absolute;
	left: -999px;
}
#main_nav {
	position: relative;
	width: 179px;
	float: left;
	margin-bottom: 20px;
}
#main_nav_bg {
	margin-left: 24px;
	width: 159px;
	height: 358px;
	background: url(images/nav_bg.jpg) no-repeat;
}
#main_nav ul {
	padding-left: 25px;
	width: 125px;
}
#main_nav ul li {
	list-style-type: none;
	display: block;
	margin-bottom: 7px;
}
#main_nav ul li a {
	color: white;
	text-transform: uppercase;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
#main_nav ul li a.on {
	color: #14B9D4;
}
#main_nav ul li a:hover {
	color: #14B9D4;
}
#main_nav ul.login-nav {
	position: absolute;
	bottom: 15px;
}
#content {
	position: relative;
	width: 513px;
	float: left;
	margin-left: 40px;
	font-weight: bold;
	margin-right: 25px;
	margin-bottom: 20px;
}
a.home-link-left {
	display: block;
	float: left;
	font-size: 24px;
	line-height: 28px;
	margin-top: 8px;
}
a.home-link-right {
	display: block;
	float: right;
	position: absolute;
	bottom: 5px;
	right: 0px;
}
#content a.home-link-right img {
	display: block;
	margin: 0;
}
#content ul {
	padding-left: 15px;
}
#content ul li {
	list-style-type: disc;
}
#content img {
	margin: 10px;
}
span.lightblue {
	color: #09BEDA;
}
#footer {
	position: relative;
}
#footer p {
	font-size: 9px;
}
#footer p a {
	
}

/* @group Accelsite Definitions */

/* @group Generic Module Styles */

#module_toc {
	position: relative;
	padding: 10px;
}
#module_toc div.module-item {
	position: relative;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
	padding-top: 5px;
	padding-bottom: 5px;
}
#module_toc h2 {
	
}
#module_toc div.module-image {
	
}
#module_toc div.module-description {
	
}
#module_detail {
	position: relative;
}
#module_detail a.back-to-list {
	
}
#module_detail h1 {
	
}

#module_detail h3 {
	
}

#module_detail h3 a {
	
}

#module-image-detail {
	margin-bottom: 10px;
}

#module-image-detail img {
	padding: 3px;
	border: 1px solid #ddd;
}
/* @end */

/* @group Table Sorting Styles */


.table-stripe-nosort {
	border-collapse: collapse;
}

.table-stripe-nosort tr.table-hover td {
	background-color: #ffd !important;
}

.table-stripe-nosort thead tr th {
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #FDE5B4;
}
.table-stripe-nosort tr.even td.contentListCell {
	background: #fafafa;
}

.table-stripe-nosort tr.odd td.contentListCell {
	background: #f6f6f6;
}

table.table-stripe {
	border-collapse: collapse;
	margin-bottom: 25px;
	border-bottom: 2px solid #ccc;
}

table.table-stripe thead tr th {
	border-bottom: 1px solid #FDE5B4;
}
table.issue tr td.contentListCell.first {
	width: 40%;
}
table .categoryCell {
	background: transparent url("/index.php?accelFile=theme|admin/new/bg.gif") repeat bottom;
	font-weight: bold;
}
table td.contentListCell {
	
}

table .adminHeaderCell {
	background: transparent url("/index.php?accelFile=theme|admin/new/bg.gif") repeat bottom;
}
.table-stripe tr.table-hover td {
	background-color: #ffd !important;
}


table.table-stripe tr.even td.contentListCell {
	background: #fafafa;
}

table.table-stripe tr.odd td.contentListCell {
	background: #f6f6f6;
}
table.navigation td.main_level{
	background-color: #ececec;
	border-bottom: 1px solid #ccc;
}

table.navigation td.sub_level{
	background-color: #f9f9f9;
}

/* @end */

.smallNote {
 font-size: 11px;
 color: #999999;
 font-style: italic;
 }
.formLabel {
 /*background-color: #ECEEF0;*/
 }
.requiredField {
 font-weight: bold;
 }
.missingField {
 font-weight: bold;
 color: #FF0000;
 }
.contentHeaderCell {
 /*background-color: #AAAA77;*/
 /*color: #FFFFFF;*/
 font-weight: bold;
 }
.contentListCell {
 /*background-color: #EEEEEE;
 color: #000000;*/
 }
.contentListCellAlt1 {
 /*background-color: #CCCCCC;
 color: #000000;*/
 }
.contentListCellAlt2 {
 /*background-color: #DDDDDD;
 color: #000000;*/
 }
.alternate1 {
 /*background-color: #CCCCCC;
 color: #000000;*/
 }
.alternate2 {
 /*background-color: #DDDDDD;
 color: #000000;*/
 }
.alternate3 {
  /*background-color: #FFF;*/
  border:2px solid #EFEDEE;
  /*color: #000000;*/
}
.loginStatusSpan {
  font-size: 10px;
  color: #333;
}
.loginStatusSpan a {
  color: #4E4E4E;
  text-decoration: none;
}
.as_errorText {
  color: red;
  font-weight: bold;
}
.as_errorField {
  border: 2px solid red;
}
.as_errorInput {
  border: 2px solid red;
}
.as_successMessage {
 font-weight: bold;
 color: green;
 font-size: 14px;
 }

/* @end */

/* @end */

/* @group Media Downloads */

#as_document_container {
	position: relative;
}
#as_document_container p {
	margin-bottom: 5px;
}
#as_document_container a.mediaLink {
	border: 1px solid #ccc;
	display: block;
	background-color: #eee;
	margin-bottom: 5px;
}
#as_document_container a.mediaLink:hover {
	background-color: #ddd;
}
#as_document_container img {
	border: 0;
	padding: 2px;
	outline: none;
}
/* @end */

