/* @group Global */
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	font: 11px/16px Verdana, Lucida, "Lucida Grande", sans-serif;
	background: #B6B8BA url(images/container_bg.png) repeat-y 45%;
	color: #333;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -80px;
}

h1 {
	font-size: 22px;
	line-height: 24px;
}

h2 {
	font-size: 18px;
	line-height: 20px;
}

h3 {
	font-size: 16px;
	line-height: 18px;
}

table tr td h3 {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 15px;
}

h4 {
	font-size: 14px;
	line-height: 16px;
}

p {
	margin-bottom: 10px;
}
ol {
	padding-left: 15px;
}
ul {
	padding-left: 15px;
}
li {
	list-style: none;
}
#content_main li {
	list-style-type: disc;
	list-style-position: outside;
	font-size: 11px;
}
#content_main table table {
	border-collapse: collapse;
}

#content_main table, #content_main table p {
	font-size: 11px;
}
div.clear {
	clear: both;
}
a {
	text-decoration: none;
	color: #666;
}

a:hover {
	text-decoration: underline;
}

a.on {
	text-decoration: underline;
}
#header_container {
	height: 30px;
	position: relative;
	width: 100%;
	background: #F3AF32 url(images/header_grad.png) repeat-y center;
}

#header {
	position: relative;
	width: 910px;
	margin-right: auto;
	margin-left: auto;
}

#header a.header {
	background: url(images/home_house.png) no-repeat;
	position: relative;
	display: block;
	width: 24px;
	height: 18px;
	top: 10px;
	float: left;
}

#header span.site-name {
	position: absolute;
	left: -10000px;
}
a.print {
	position: absolute;
	top: 11px;
	left: 30px;
	color: white;
	font-weight: bold;
	background: url(images/print_icon.gif) no-repeat;
	width: 20px;
	height: 16px;
	display: block;
}
span.site-name-print {
display:none;
height:54px;
left:20px;
position:relative;
top:1px;
width:323px;
}
#header #header_nav {
	text-align: right;
	width: 400px;
	float: right;
	position: relative;
	padding: 0;
	top: 10px;
}
#header #header_nav li {
	display: inline;
	margin-right: 15px;
	height: 30px;
}
#header #header_nav li a {
	font-weight: bold;
}
#content_container {
	position: relative;
	width: 100%;
	min-height: 509px;
	height: auto !important;
	height: 509px;
	background: url(images/container_bg.png) repeat-y center;
	padding-top: 20px;
}
#content_top {
	background: url(images/content_header.png) no-repeat;
	width: 897px;
	height: 106px;
}
span.site-slogan {
	color: #A9AFB3;
	position: absolute;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 12px;
	top: 55px;
	left: 137px;
	letter-spacing: 1.45px;
}
#content_top a.content-home-link {
	display: block;
	width: 350px;
	position: absolute;
	height: 75px;
	background: url(/accelsite/images/standard/onepixclear.gif) repeat;
}
#content {
	display: block;
	position: relative;
	width: 897px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/content_bg2.png) repeat-y -1px;
}

#main_nav {
	width: 179px;
	margin-top: auto;
	margin-bottom: auto;
	position: relative;
	background: url(images/nav_bg1.png) repeat-y;
	left: 15px;
	float: left;
}

#main_nav ul {
	padding-left: 0;
	margin-left: 20px;
	margin-bottom: 0;
	margin-top: 0;
}

#main_nav ul li {
	list-style-type: none;
}

#main_nav ul li a {
	color: #36424a;
	line-height: 25px;
	font-size: 10px;
	font-weight: bold;
}
#main_nav #sub_nav {
	margin-left: 10px;
	width: 140px
}
#main_nav #sub_nav li a {
	color: #36424a;
	line-height: 15px;
	font-size: 9px;
	font-weight: bold;
}

#main_nav ul li a.on {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#main_nav #sub_nav li a.on {
	font-weight: bold;
	text-decoration: underline;
}
div.nav-bottom {
	background: url(images/nav_bottom.png) no-repeat;
	width: 179px;
	height: 10px;
}
#content_body {
	background: url(images/content_body_bgs.png) repeat-y;
	min-height: 275px;
	height: auto !important;
	height: 275px;
	width: 703px;
	position: relative;
	float: left;
	left: 15px;
}
#content_main {
	padding: 0 15px 15px;
}
#content_main a {
	text-decoration: underline;
}
#content_main a:hover {
	text-decoration: none;
}
#content_main table td.featureHead {
	padding: 5px;
	background-color: #777777;
	color: white;
	border: 1px solid #FBB040;
}

#content_main table td.featureBody {
	padding: 5px;
	border-left: 1px solid #FBB040;
	border-right: 1px solid #FBB040;
	border-bottom: 1px solid #FBB040;
}

#content_bottom {
	background: url(images/content_footer.png) no-repeat;
	width: 897px;
	height: 53px;
	position: relative;
}
#home_info_buttons_container {
	width: 975px;
	margin-right: auto;
	margin-left: auto;
	height: 105px;
	background: url(images/nav_button_bgs.png) no-repeat;
	position: relative;
}
#home_info_buttons {
	height: 60px;
	position: relative;
	top: 50px;
	z-index: 25;
}
#button_cover {
	background: url(images/button_cover.png) no-repeat;
	position: absolute;
	overflow:hidden;
	width: 975px;
	height: 190px;
	z-index: 50;
}
h1.page-title {
	color: #f69f1e;
	font-size: 16px;
	line-height: 22px;
	text-align: right;
	position: relative;
	top: -13px;
	margin-top: 0px;
	margin-bottom: 10px;
}
h3.feature {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.feature-content {
	padding: 10px 25px;
	font-size: 11px;
	display: none;
}
#button_1_cont {
	height: 200px;
	top: -97px;
	position: absolute;
	width: 233px;
	left: 4px;
}

#button_1 {
	width: 233px;
	height: 200px;
	background: url(images/feature_button_long.png) no-repeat;
	position: absolute;
	margin-top: 74px;
}

#button_2_cont {
	height: 200px;
	top: -97px;
	position: absolute;
	width: 233px;
	left: 248px;
}

#button_2 {
	width: 233px;
	height: 200px;
	background: url(images/feature_button_long.png) no-repeat;
	position: absolute;
	margin-top: 74px;
}

#button_3_cont {
	height: 200px;
	top: -97px;
	position: absolute;
	width: 233px;
	left: 493px;
}

#button_3 {
	width: 233px;
	height: 200px;
	background: url(images/feature_button_long.png) no-repeat;
	position: absolute;
	margin-top: 74px;
}

#button_4_cont {
	height: 200px;
	top: -97px;
	position: absolute;
	width: 233px;
	left: 737px;
}

#button_4 {
	width: 233px;
	height: 200px;
	background: url(images/feature_button_long.png) no-repeat;
	position: absolute;
	margin-top: 74px;
}
#footer_container {
	height: 80px;
	position: relative;
	background-color: #F3AF32;
	width: 100%;
	background: #F3AF32 url(images/footer_grad.png) repeat-y center;
	z-index: 100;
}
div.push {
	height: 80px;
}
#footer {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 914px;
	background: url(images/footer_bg.png) no-repeat;
	height: 48px;
}

#footer p {
	font-size: 12px;
	text-align: center;
	color: #5e6a72;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 10px;
}

#footer span.footer-address-mn {
	font-size: 10px;
	line-height: 35px;
	color: #5e6a72;
	position: relative;
	float: left;
	left: 32px;
}

#footer span.footer-address-sf {
	font-size: 10px;
	color: #5e6a72;
	padding-top: 9px;
	position: relative;
	float: right;
	right: 30px;
}

#footer p.credits {
	font-size: 9px;
	text-align: right;
	color: #5e6a72;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 10px;
	margin-right: 10px;
	width:  400px;
	position: relative;
	float: right;
}
#footer_nav {
	position: relative;
	float: left;
	width: 300px;
	padding-top: 10px;
	padding-left: 10px;
}
#footer_nav li {
	display: inline;
}
#footer_nav li a {
	color: #5e6a72;
	font-size: 9px;	
}
#footer p a {
	color: #5e6a72;
	font-size: 9px;
}

/* @group Forms */

form table {
	
}

form table td input {
	margin-bottom: 5px;
	border: 2px solid silver;
	padding: 2px;
	/*width: 200px;*/
}
form table td #issue_filter_submit {
	margin-bottom: 5px;
	border: 2px solid silver;
	padding: 2px;
	width: 100px;
}
form table td input:focus {
	border: 2px solid #FBB040;
}

/* @end */

/* Accelsite Specific Definitions */

/* @group Accelsite Definitions */

.smallNote {
 font-size: 11px;
 /*color: #999999;*/
 font-style: italic;
 }
 
.formLabel {
 	background-color: #fff;
	padding-right: 10px;
}

.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: #777777;*/
	color: #333;
	/*border: 1px solid #FBB040;*/
	padding: 5px;
 }
 .alternate1 a {
	/*color: white;*/
 }
 table table tr {
	/*border: 1px solid #FBB040;*/
}
.alternate2 {
 	/*background-color: #DDDDDD;*/
 	color: #333;
 	padding: 5px;
 }
.alternate3 {
  	background-color: #FFF;
  	border:2px solid #EFEDEE;
  	color: #000000;
  	padding: 3px;
}
.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 Home */

#slideshow_nav_container {
	
}
#slideshow {
	border: 1px solid #ccc;
	position: relative;
	margin-right: 10px;
	float: left;
}

#slideshow img {
	padding-right: 25px;
}
/*#pause {
	background: url(images/play-pause.png) no-repeat;
	width: 64px;
	height: 31px;
	position: relative;
	display: block;
	top: 345px;
	left: 446px;
	z-index: 10;
}
#pause.hover {
	background: url(images/pause-hover.png) no-repeat;
	width: 64px;
	height: 31px;
	cursor: pointer;
}

#pause.paused {
	background: url(images/pause-hover.png) no-repeat;
	width: 64px;
	height: 31px;
	cursor: pointer;
}*/
#controls {
	position: absolute;
	top: 345px;
	right: 178px;
	z-index: 10;
	background: url(images/play-pause_bg.png) no-repeat;
	width: 157px;
	height: 25px;
	text-align: center;
}
#controls span {
	margin-right: 5px;
}

#controls span a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}

#controls span a:hover {
	color: #eebd4c;
}
#info {
	position: relative;
	width: 160px;
	float: left;
	margin-bottom: 25px;
}
#info h3 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
#caption h3 {
	color: #f69f1e;
}
#link {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}
#link a {
	text-decoration: none;
}
#link a:hover {
	text-decoration: underline;
}
#credit {
	position: absolute;
	top: 310px;
	right: 7px;
	width: 170px;
}
div.pusher {
	position: relative;
	height: 20px;
}
/* @end */

/* @group Issues */

h3.issues-header {
	margin-bottom: 20px;
}
#issue_filter_form {
	margin-bottom: 5px;
}
#issue_filter_form table {
	width: 100%;
}
#issues {
	border: 0;
	border-collapse: collapse;
}
#issues td {
	padding: 3px 5px;
}
#issues tr.main-issue {
	border: 1px solid #ccc;
}
#issues div.issue-add-task-link a {
	font-weight: bold;
	color: #000;
	display: block;
	padding: 4px;
	margin: 3px 0;
	border: solid 2px #666;
	width: 130px;
	text-align: center;
	background: #EEE;
	
}
#issues div.issue-add-task-link a:hover{
	background: #CCC;
	border: solid 2px #f69f1e;

}

#issues div.issue-comment-link a {
	color: #F69F1E;
}
#issues tr.sub-issue {
	background-color: #f2f2f2;
}
#issues tr.sub-issue div.issue-header{
	border-bottom: 1px solid #ccc;
}
#issues tr.sub-issue td {
	border-bottom: 1px solid #ccc;
}

#issues td.sub-issue-cell {
	margin-left: 10px;
	border-right: 1px solid #ccc;
}

#issues td.sub-issue-cell span.issue-title{
	font-weight: bold;
	/*white-space: nowrap;*/
}

#issues td.last-updated {
	border-left: 1px solid #ccc;
}
/* @end */

/* @group Client Portal */

#logged {
	position: absolute;
	right: 10px;
	width: 125px;
	height: 75px;
	top: 5px;
	text-align: right;
}
#logged span.user_name {
	font-weight: bold;
	color: #F69F1E;
}
#logged a {
	text-decoration: underline;
}

#logged a:hover {
	text-decoration: none;
}

/* @group Order History */



#orderHistoryTable {
	width: 100%;
	border-collapse:collapse;
	border: 1px solid #ccc;
}

#orderHistoryTable thead tr th {
	background-color: #dadada;
	padding: 2px 3px;
	border-bottom: 1px solid #FBB040;
	color: #333;
	/*height: 30px;*/
	text-align: left;
}

#orderHistoryTable tbody tr td {
	padding: 2px 7px;
}

#orderHistoryTable tbody tr.odd {
	background-color: #f5f5f5;
}

#orderHistoryTable tbody tr.even {
	background-color: #EEEEEE;
}

#orderHistoryTable tbody tr.over {
	background-color: #EEEEEE;
}
#orderHistoryTable th.header {     
    cursor: pointer; 
    font-weight: bold; 
    padding-right: 20px;
	background: #dadada url(images/tb-sort.gif) no-repeat right center;
	padding-left: 7px;
}

#orderHistoryTable th.headerSortUp { 
    background-image: url(images/tb-asc.gif); 
    background-color: #626262; 
}
#orderHistoryTable th.headerSortDown { 
    background-image: url(images/tb-desc.gif); 
    background-color: #858585; 
}

/* @end */

/* @group Proposals */
#my_proposals {
	border: 1px solid #ccc;
	border-collapse:collapse;
	width:100%;
}
#my_proposals th.header {
	background: #dadada url(images/tb-sort.gif) no-repeat scroll right center;
	cursor:pointer;
	font-weight:bold;
	padding-left:7px;
	padding-right:20px;
	color: #333;
}
#my_proposals tr.even {
	
}

#my_proposals tr a {
	font-weight: bold;
}

#my_proposals tr.odd {
	background-color: #f5f5f5;
}
#my_proposals th {
	/*background-color:#777777;*/
	border-bottom:1px solid #FBB040;
	color:white;
	/*height:30px;*/
	padding:2px 3px;
	text-align:left;
}

#my_proposals td {
	/*background-color:#777777;*/
	
	padding:2px 3px;
	text-align:left;
}
#my_proposals th.headerSortUp { 
    background-image: url(images/tb-asc.gif); 
    background-color: #b2b2b2; 
}
#my_proposals th.headerSortDown { 
    background-image: url(images/tb-desc.gif); 
    background-color: #9f9f9f; 
}
#proposal_content {
	padding: 5px;
	position: relative;
}

#proposal_content h2 {
	margin-bottom: 15px;
}

div.section-description {
	margin-bottom: 10px;
}
div.section-container {

}
h3.section-title {
	color: #F69F1E;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.section-content {
	padding-left: 15px;
}
div.status {
	float: right; 
	width: 150px; 
	text-align: center; 
	border: 1px solid #F3AF32;
	background-color: #f2f2f2;
}
table.proposals {
	border: 1px solid #ccc;
	padding: 10px;
	width: 500px;
	background-color: #f6f6f6;
	margin-bottom: 15px;
}
table.proposals td {
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
}
table.proposals td.formLabel {
	background-color: #f6f6f6;
	font-weight: bold;
}
div.line-items {
	border-top: 1px solid #666;	
	border-bottom: 1px solid #666;
	padding: 15px;
	background-color: #fafafa;
}

/* @end */
/* @end */

/* @group Products */

td.list-product-image img{
	padding: 0 0 5px 5px;
}

/* @end */

/* @group Tables */

table.table-sorter {
	width: 100%;
	border-collapse: collapse;
	position: relative;
	margin-top: 10px;
}
table.table-sorter thead {
	border-bottom: 2px solid #F2CB64;
}
table.table-sorter th.header {
	background-color: #eee;
	padding: 2px 5px;
	text-align: left;
	cursor: pointer; 
    font-weight: bold; 
	background: #dadada url(images/tb-sort.gif) no-repeat right center;
}

table.table-sorter th.headerSortUp {
    background-image: url(images/tb-asc.gif); 
    background-color: #d6d6d6; 	
}

table.table-sorter th.headerSortDown {
    background-image: url(images/tb-desc.gif); 
    background-color: #e4e4e4; 	
}

table.table-stripe th.header {
	background-color: #eee;
	padding: 2px 5px;
	text-align: left;
	cursor: pointer; 
    font-weight: bold; 
	background: #dadada url(images/tb-sort.gif) no-repeat right center;
}

table.table-stripe th.headerSortUp {
    background-image: url(images/tb-asc.gif); 
    background-color: #d6d6d6; 	
}

table.table-stripe th.headerSortDown {
    background-image: url(images/tb-desc.gif); 
    background-color: #e4e4e4; 	
}
/* @end */

/* @group Resource */
#resource_cat_list {
	
}

#resource_cat_list div.resource-cat {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

#resource_cat_list div.resource-cat a {
	font-weight: bold;
}
#resource_list {
	
}

#resource_list div.resource-item {
	padding-right: 5px;
	padding-top: 10px;
	padding-left: 5px;
	
}

#resource_list div.resource-header-trigger.hover {
	background-color: #f5f5f5;
}

#resource_list div.resource-header-trigger {
	border: 1px solid #ccc;
	padding-bottom: 5px;
	padding: 5px;
}

#resource_list div.resource-info {
	display: none;
	padding-top: 5px;
	background-color: #f9f9f9;
	padding-bottom: 5px;
	padding-left: 15px;
}

#resource_list div.resource-item h3 {
	font-size: 13px;
	cursor: pointer;
}

#resource_list div.resource-item h3 span.more-info {
	font-size: 10px;
	font-weight: bold;
	padding-left: 15px;
}

/* @end */

/* @group Table Stripe */


.table-stripe-nosort {
	border-collapse: collapse;
	width: 100%;
	margin-top: 15px;
}

.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 {
	background: #fafafa;
}

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

table.table-stripe {
	border-collapse: collapse;
	margin-bottom: 25px;
	border-bottom: 2px solid #ccc;
	width: 100%;
	margin-top: 15px;
	/*cellspacing: 1px;
 	cellpadding: 5px;*/
  	border:1px solid #CCCCCC;
}

table.table-stripe thead tr th {
	border-bottom: 1px solid #FDE5B4;
	text-align: left;
}
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 td {
	padding:2px 3px;
	text-align:left;
}

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

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

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

/* @end */

/* @group Journal */
#journal_container {
	position: relative;
}
#journal_container div.journal-list {
	position: relative;
	margin-bottom: 15px;
	overflow: hidden;
}
#journal_container div.title-date {
	position: relative;
	float: left;
	overflow: hidden;
}
#journal_container div.title-date h3 {
	margin-bottom: 5px;
}
#journal_container div.journal-author {
	position: relative;
	float: right;
	overflow: hidden;
}
#journal_container div.journal-body {
	margin-left: 15px;
}
#journal_detail {
	position: relative;
	overflow-x: auto;
}

/* @end */

/* @group Support Desk */

/* @group Add Issue */

#as_add_issue {
	position: relative;
	width: 600px;
}
#as_add_issue h4.add-issue-header {
	margin-bottom: 15px;
}
#as_add_issue table td {
	padding-bottom: 5px;
}
#as_add_issue input.as-issue-name {
	width: 520px;
}
#as_issue_desc {
	display: block;
	margin-bottom: 5px;
}
/* @end */

/* @group Detail */
#as_issue_detail {
	position: relative;
}
#as_issue_detail a.as-issue-back-to-list {
	display: block;
	margin-bottom: 5px;
	position: absolute;
	top: -40px;
	z-index: 1000;
}
#as_issue_detail h3.issue-title {
	display: block;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}
#as_issue_detail_table {
	
}
#issue_detail_table td {
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
}
#as_issue_detail div.add-comment-form-div {
	position: absolute;
	top: 23px;
	right: 0px;
	background-color: white;
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 10px;
	width: 335px;
	z-index: 1000;
}
/* @end */

/* @group List */

div.issue-show-task a.show-open {
	background: url(/index.php?accelFile=theme|admin/go.png) no-repeat;
	padding-left: 20px;
}
div.issue-show-task a.show-all {
	background: url(/index.php?accelFile=theme|admin/folder_open.png) no-repeat;
	padding-left: 20px;
}
div.issue-add-task-link {
	position: relative;
	float: left;
}
div.issue-show-task {
	position: relative;
	float: right;
}
div.issue-add-task-link a {
	display: block;
	padding: 3px 3px 3px 25px;
	border: 1px solid #ddd;
	background: #f2f2f2 url(/index.php?accelFile=theme|admin/add.png) no-repeat 3px center;
	width: 75px;
}
div.issue-add-task-link a:hover {
	background: #e4e4e4 url(/index.php?accelFile=theme|admin/add.png) no-repeat 3px center;
	border: 1px solid #bbb;
}
#add_comment_div {
	padding-top: 5px;
	/*background: transparent url(/index.php?accelFile=theme|admin/new/bg.gif) repeat scroll center top;*/
	padding-bottom: 5px;
}
#add_comment_div textarea, #add_comment_div span.mceEditor {
	display: block;
	margin-top: 5px;
	width: 600px;
}
#add_comment_div input {
	margin-right: 5px;
	margin-top: 5px;
	margin-left: 5px;
}

/* @end */
/* @end */

/* @group Questionnaire */

#content_main ul.as_customFormWizard {
	margin: 10px 0 15px 20px;
	padding: 0;
}
#content_main ul.as_customFormWizard li {
	list-style-type: decimal;
	list-style-position: inside;
	border-bottom: 1px solid #efefef;
	margin-bottom: 5px;
	margin-top: 5px;
}
#content_main ul.as_customFormWizard li span.on {
	font-weight: bold;
}
#content_main ul.as_customFormWizard li a {
	
}
#content_main ul.as_customFormWizard li a:hover {
	
}
table#as_customFormTable {
	width: 100%;
}
table#as_customFormTable td {
	overflow: hidden;
	border-bottom: 1px solid #efefef;
	padding: 3px 0;
}
table#as_customFormTable tr.survey-header td {
	background-color: #f5f5f5;
	padding: 5px 10px;
}
table#as_customFormTable td div.cf-radio {
	position: relative;
	float: left;
	margin-right: 10px;
}
table#as_customFormTable td textarea {
	border: 1px solid silver;
	width: 98%;
}
#content_main table.as_customFormWizardResults {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid;
	border-color: #ccc;
}
#content_main table.as_customFormWizardResults td {
	padding: 3px 5px;
	border-right: 0;
	border-bottom: 1px solid #ccc;
}
/* @end */

