/* @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;
}
*/
html, body {
	height: 100%;
}
body {
	font: 10px/16px Verdana, "Lucida Grande", Lucida, sans-serif;
	background: #d6ece6 url(images/bottom_repeater.png) repeat-y;
	color: #666666;
}
h1 {
	margin-bottom: 10px;
	font: italic 22px/24px Georgia, "Times New Roman", Times, serif;
	color: #c4351c;
}
h2 {
	margin-bottom: 10px;
	font: italic 18px/20px Georgia, "Times New Roman", Times, serif;
	color: #c4351c;
}
h3 {
	margin-bottom: 10px;
	font: italic 16px/18px Georgia, "Times New Roman", Times, serif;
	color: #c4351c;
}
h4 {
	margin-bottom: 10px;
	font: italic 14px/18px Georgia, "Times New Roman", Times, serif;
	color: #c4351c;
}
p {
	margin-bottom: 15px;
}
ul {
	margin: 0;
	padding: 0;
}
ul li {
	list-style-type: none;
}
a {
	text-decoration: none;
	color: #919191;
}
a:hover {
	text-decoration: underline;
}
a.on {
	text-decoration: underline;
}
div.clear {
	clear: both;
}
#right_repeater {
	position: absolute;
	background: url(images/right_repeater.png) repeat-x;
	height:647px;
	right:0;
	top:0;
	width:100%;
}
#container {
	position: relative;
	width: 880px;
	height: 640px;
	z-index: 100;
	background-color: #D6ECE6;
}
#header {
	position: relative;
	background: url(images/header.png) no-repeat;
	width: 880px;
	height: 173px;
}
a.header {
	display: block;
	background: url(images/onepixclear.gif) repeat;
	height:110px;
	left:33px;
	position:absolute;
	top:40px;
	width:345px;
}
span.site-name {
	position: absolute;
	left: -999px;
}
#main_nav {
	position: relative;
	background: url(images/nav_bg.png) no-repeat;
	width: 265px;
	height: 447px;
	float: left;
}
#main_nav ul {
	padding-left: 0;
	margin-left: 135px;
	margin-top: 45px;
}
#main_nav ul li {
	list-style-type: none;
	margin-bottom: 10px;
}
#main_nav ul li a {
	color: #b1b1b1;
	display: block;
}
#main_nav ul li a.on {
	
}
#main_nav ul li a:hover {
	
}
#main_nav ul.sub-nav {
	margin-left: 0px;
	text-align: right;
	margin-right: 60px;
	position: relative;
	top: -5px;
	z-index: 100;
	margin-top: 0;
}
#main_nav ul.sub-nav li {
	margin-bottom: 0;
}
#main_nav ul.sub-nav li a {
	font-size: 10px;
	line-height: 14px;
}
#main_nav ul.sub-nav li a.on, #main_nav ul.sub-nav li a:hover {
	text-decoration: none;
	color: #666666;	
}
#content_container {
	position: relative;
	float: left;
	width: 600px;
	height: 447px;
	background: url(images/content_bg.png) repeat-y right center;
	padding-right: 15px;
	overflow: hidden;
}
#content {
	width: 595px;
	height: 447px;
	padding-left: 10px;
}

/*#content.no-scroll {
	width: 595px;
	height: 447px;
	padding-left: 10px;
	overflow: hidden;
}*/

#content ul {
	padding-left: 15px;
}
#content ul li {
	list-style-type: disc;
}
#content img {
	margin: 10px;
}
#footer {
	position: relative;
	background: url(images/footer.png) no-repeat 0 top;
	width: 880px;
	height: 47px;
	text-align: right;
	padding-top: 15px;
}
#footer a.social {
	position: absolute;
	bottom: 60px;
}
#footer a.social.twitter {
	right: -32px;
}
#footer a.social.facebook {
	right: -72px;
}
#footer p {
	font-size: 9px;
	margin: 0;
	color: #B3BDBA;
	padding-right: 30px;
	line-height: 10px;
}
#footer p a {
	color: #B3BDBA;
}
#footer_nav {
	padding-right: 30px;
	margin-bottom: 20px;
}
#footer_nav ul {
	
}
#footer_nav ul li {
	display: inline;
}
#footer_nav ul li.bull {
	margin-left: 3px;
}
#footer_nav ul li a {
	text-transform: lowercase;
	color: #B3BDBA;
}
#footer_nav ul li a.on, #footer_nav ul li a:hover {
	text-decoration: none;
	color: #666666;
}

/* @group Portfolio */

/* @group List */

#grid_container {
	position: relative;
}
#grid_container div.project {
	position: relative;
	width: 34px;
	height: 34px;
	float: left;
	margin-right: 11px;
	margin-bottom: 15px;
}
#grid_container div.project a {
	display: block;
	border: 2px solid #95ABAB;
}
#grid_container div.project a:hover {
	border: 2px solid #F6921D;
}
#grid_container div.project img {
	margin: 0;
	border: 0px solid #95ABAB;
}
/* @end */

/* @group Detail */

#project_detail {
	position: relative;
	margin-top: 0px;
}
#project_description {
	position: relative;
	width: 200px;
	float: left;
	margin-right: 10px;
	padding-right: 15px;
}
#project_description p.project-title {
	font-weight: bold;
	line-height: 12px;
}
#image_container {
	position: relative;
	width: 350px;
	float: left;	
}
#image_container img {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	border: 3px solid #95ABAB;
}
#images {
	min-height: 351px;
	height: auto !important;
	height: 351px;
}
div.image-nav {
	position: relative;
	text-align: center;
	margin-top: 5px;
}
div.image-nav a {
	color: #989898;
}
#project_thumbs {
	position: relative;
	margin-top: 10px;
}
#project_thumbs a {
	border: 2px solid #95ABAB;
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	margin-right: 10px;
	margin-bottom: 7px;
}
#project_thumbs a.on, #project_thumbs a:hover {
	border: 2px solid #F6921D;
}
#project_thumbs img {
	margin: 0;
	border: 0;
}
/* @end */



/* @end */

/* @group Scroller */

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	float: left;
	outline: none;
}
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right:0px;
	top: 0;
	height: 100%;
	background: url(images/scroller_bg.png) repeat-y;
}
.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	background: url(images/scroll_bar.png) repeat-y;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 15px;
	background: url(images/scroll_top.png) no-repeat;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 15px;
	background: url(images/scroll_bottom.png) no-repeat;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

/* @end */

/* @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 */

