@charset "utf-8";

/** 
 * New Core ONEsite Cpanel CSS Styles
 * 
 * @project ONEsite CPanel
 * @lastmodified 2010-08-24
 * @author Andy Hale <ahale@onesite.com>
 */

label {width: 150px;}

/** Random */
.featureLink {font-weight: bold;}
.oneHighlight {font-weight: bold;}
.hideDisplay {display: none;}
.hideVisibility {visibility: hidden;}
.hideIndent {display: block; text-indent: -5000em;}

/** Section Header */
.sectionHeader {
	background: url("/resources/images/wonder/titleBgSliver.png") repeat-x;
	height: 65px;
	line-height: 65px;
}
.sectionHeader .sectionHeaderTitle span {
	padding: 4px 0 4px 35px;
}

h2.sectionHeaderTitle {
	color:#2C3034;
	font-size:24px;
	font-weight:bold;
	letter-spacing: 0;
	margin: 0 0 0 10px;
}
h3.sectionSubTitle {
	font-size: 14px;
	margin: 0 0 10px 0;
}

/** Lists */
.sectionFieldList {
	margin: 0;
	padding: 0 0 0 40px;
}
.sectionFieldList li {
	list-style-type: disc;
	list-style-position: outside;
}

.sectionFieldList-number {
	margin: 0;
	padding: 0 0 0 40px;
}
.sectionFieldList-number li {
	list-style: decimal;
	list-style-position: outside;
}

/** Helper Text */
.sectionInfoText {
	background:#F1F2F4 none repeat scroll 0 0;
	border-color:#DDE0E5;
	border-style:solid;
	border-width:1px 0;
	font-family:"Helvetica Neue",helverita,arial,sans-serif;
	padding:5px;
}

.sectionInfoText .helperText {
	color: #5B6064;
	font-size:12px;
	line-height:16px;
	margin: 0;
}
.sectionInfoText .helperText a {
	font-weight:bold;
}

/** Primary Body */

.topCapContent {
	margin: 5px 0;
}

ul.form_list {
	border-top:1px solid #DDE0E5;
	margin-top:-1px;
	margin: 0;
	padding: 0;
	position:relative;
}
ul.form_list li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

ul.form_list2 {
	margin-top:-1px;
	margin: 0;
	padding: 0;
	position:relative;
}
ul.form_list2 li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

.form_row2 {
	clear:both;
	line-height:18px;
	padding:5px;
	color: #5B6064;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 10px;
}
.form_row2 .form_label {
	float:left;
	margin-right:20px;
	padding:5px 0;
	width: 100px;
}
.form_row2 .narrow_label .form_fields {
	margin-left:90px;
}
.form_row2 .textInput, 
.form_row2 input[type="text"], 
.form_row2 input[type="password"] {
	border:1px solid #CDD0D5;
	margin-right:10px;
	padding:5px;
	vertical-align:middle;
}

.form_row {
	border-bottom:1px solid #DDE0E5;
	clear:both;
	line-height:18px;
	padding:15px;
}
.form_row .form_label {
	float:left;
	margin-right:20px;
	padding:5px 0;
	width: 150px;
}
.form_row .narrow_label .form_fields {
	margin-left:90px;
}
.form_row .textInput, 
.form_row input[type="text"], 
.form_row input[type="password"] {
	border:1px solid #CDD0D5;
	margin-right:10px;
	padding:5px;
	vertical-align:middle;
}

.submit_row {
	background-color:#F1F2F4;
	background-image:url("/resources/images/cpanel/grey_box_top.png");
	background-repeat:repeat-x;
}

.sectionAction {
	margin-top: 10px;
}

/** Multi-Column */
.sectionColumn {
	float: left;
	min-height: 50px;
}
.sectionColumnPlus {
	margin-right: 20px;
	padding-right: 20px;
}

.sectionColumnOuter .sectionColumn:first-child {
	border-right:1px solid #DDE0E5;
}
.sectionColumnOuter .sectionAdditional {
	border-left:1px solid #DDE0E5;
	margin-left: 20px;
	padding-left: 20px;
}


/** Table */
.oneTableContent {
	font-size: 90%;
	margin-bottom: 10px;
}
.oneTableContent .oneTableHeader {
	background: url("/resources/images/discussion/oneTab-bg.png") 100% 100% repeat-x;
	color: #2C3034;
	font-size: 14px;
	padding: 7px 0 7px 0;
	text-align: left;
}
.oneTableContent .oneTableTD {
	border-bottom: 1px solid #DDE0E5;
	padding: 3px 10px 3px 0;
	vertical-align: baseline;
}
.oneTableContent .oneTableTDFront {
	padding-left: 5px;
}
.oneTableContent .oneTableTDEnd {
	padding-right: 0;
}
.oneTableContent .oneTableTDLast {
	border-bottom: 0;
}
.oneTableContent .altRow1,
.oneTableContent .altRow3 {
	background: #FFFFFF !important;
}
.oneTableContent .altRow2,
.oneTableContent .altRow4 {
	background: #f7f7f7 !important;
}
.oneTableIconWrapper .icon_link {
	margin-right: 10px;
}


/** Input & Buttons */
input.has_label, textarea.has_label {
	color:#909397;
}
input.textInput, textarea.textInput {
	background:#FFFFFF none repeat scroll 0 0;
	border-color:#CDD0D5 #DDE0E5;
	border-style:solid;
	border-width:1px;
	color:#2C3034;
	cursor:text;
	font-size:12px;
	padding:5px;
}

.default_button {
	color:#3974C5;
}




/** Icons */
.icon_link {padding-left: 20px; margin-right: 10px;}
.sml_icon_link {padding-left: 15px;}


/** Dummy Icon for Link */
#specificLink {
	background:url("/resources/images/icons/16-generic.png") no-repeat;
}
#editLink {
	background:url("/resources/images/icons/16-pencilAlt.png") no-repeat;
}
#removeLink {
	background:url("/resources/images/icons/16-removeX.png") no-repeat;
}
#activateLink {
	background:url("/resources/images/icons/icn_feat.gif") no-repeat;
}
#deactivateLink {
	background:url("/resources/images/icons/icn_feat_gry.gif") no-repeat;
}
#cloneLink {
	background:url("/resources/images/icons/icn_clone.png") no-repeat;
}

.helpTooltip {
	padding-left:5px;
	font-size: 90%;
}
.helpTooltip img {
	border: none;
}
.helpTooltip a {
	text-decoration: none;
}
.helpTooltip a:hover {
	position: relative;
	color: #000000;
}
.helpTooltip a span {
	display: none;
	color: #000000;
}
.helpTooltip a:hover span {
	display: block;
	position: absolute;
	top: 5px;
	left: 40px;
	width: 200px;
	padding: 10px;
	margin: 5px;
	z-index: 100;
	background: #f0f0f0;
	border: 1px solid #2F2F2F;
	opacity: 0.9;
	text-align:left;
	text-decoration: none;
	color: #000000;
}

.pageMsg {
	font-weight:bold;
	text-align: center;
	margin:5px 0;
} 

.greenMsgBox,
.yellowMsgBox,
.redMsgBox,
.ribbonMsg {
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	text-align: center;
}

.redMsgBox,
.alertPageWarning {
	color: #000;
	border: 1px solid #FF7070;
	background-color: #FFE0E0;
}

.greenMsgBox,
.alertPageNotice {
	color: #000;
	border: 1px solid #70FF70;
	background-color: #E0FFE0;
}

.yellowMsgBox,
.alertPageInfo {
	color: #000;
	border: 1px solid #FFE500;
	background-color: #FFF7AF;
}

.backOneLink {
	background:url("/resources/images/icons/10-arrowBack.png") 0 50% no-repeat;
}

/** Modal Styling */
.modalContainer {
	left: 50%;
	position: fixed;
	top: 50%;
	z-index: 1000750;
	opacity: 1;
}

.modalWrapper {
	font-size: 13px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background:url("/resources/images/modal/op50-black.png") repeat scroll 0 0 transparent;
	padding: 10px;
}

.modalBackground {
	background-color: #000000;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000500;
}

#modalConfirmBox {
	width: 250px;
	margin: -75px 0 0 -150px;
}

.modalConfirmMessage {
	min-height: 60px;
}

.modalConfirmActions {
	float: right;
	margin-right: 5px;
}

.modalTitleText {
	float: left;
	line-height: 31px;
	margin: 0 0 0 10px;
	font-size: 14px;
}

.modalTitleWrapper {
	background: url("/resources/images/modal/modal-title-gray.png") repeat-x scroll 0 0 #D5D6D7;
	border-color: #929292 #929292 -moz-use-text-color;
	border-style: solid solid none;
	border-width: 1px 1px 0;
	clear: both;
	overflow: hidden;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
}

.modalTitleClose {
	float: right;
	padding:7px 7px 0 0;
}

.modalTitleClose a {
	background: url("/resources/images/icons/close-btn-rnd-defined.png") no-repeat scroll 0 0 transparent;
	width: 18px;
	cursor: pointer;
	height: 18px;
	display: block;
}

.modalTitleClose span {
	display: none;
}

.modalBodyWrapper {
	background:url("/resources/images/modal/modal-body.png") repeat-x scroll 0 0 #FFFFFF;
	border:1px solid #929292;
	overflow:hidden;
	padding:10px 15px 15px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
}

.modalWrapperBackground {
	background-color: #000000;
	opacity: 0.4;
	padding: 10px;
}

.modalBodyClose {
	margin: 10px 0 0;
}

.modalTop {
	color: #000000;
}

/** Page Filter */
.sectionFilter {
	display: inline;
	padding: 6px;
	font-weight: bold;
	margin-right: 10px;
	white-space: nowrap;
}

.sectionFilterSelected a {
	color: #FFFFFF;
	padding: 2px 5px 2px 8px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #3B5998;
	cursor: pointer;
	background-color: #6D84B4;
	text-decoration: none;
}

.sectionFilterContainer {
	padding-left: 0px;
}

.onePage_filterTop {
	border-bottom: 1px solid #CCCCCC;
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 0;
}


/**
 * New FAQ CSS.
 * 
 * @author Austin Shinpaugh
 */

.faqRibbonMsg {margin: 1em 0em 1em 0em; padding: 0.5em 0.5em 0.5em 0.5em; display:none;}
.faqActionInstruction {display: block; margin: 0em 0em 1em 0em;}

.oneFaqWrapper li {list-style-type: none;}
/* Required: JQuery UI places the phantom LI way above the mouse in FF without it. */
.oneFaqWrapper ul {overflow: auto;}

.faqOptions {display: none;}

.modalContainer {max-width: 40em;}
.faqOneCodeTable {
	border: 1px solid #333333;
	font-size: 90%;
	padding: 0.1em;
}
.faqOneCodeTable td {
	border-bottom: 1px solid #CCCCCC;
	padding: 0.25em;
}
.faqOneCodeTable th {
	background-color: #333333;
	color: #FFFFFF;
	padding: 0.25em;
	text-align: left;
}
.faqOneCodeTable .altRow2 td {
	background-color: #EFEFEF;
}
.faqOneCodeTable td {
	border-bottom: 1px solid #CCCCCC;
	padding: 0.25em;
}

/* Disabled Styles */
.faqDisabled .faqStatusDisabled,
.faqDisabled .faqStatusActive,
.faqDisabled .faqQuestionWrapper,
.faqDisabled .faqAnswerWrapper {color: #999;}
.faqDisabled .faqStatus {cursor: text; text-decoration: none;}

/* Questions & Answers */
	.faqQuestion {padding: 0.5em 1em 0.5em 0;}
	.faqQuestionList {margin: 0; display: none;}
	.oneFaqOuterWrapper .faqCategoryChildList {margin-bottom: 0; display: none;}
	.faqAnswerWrapper {display: none;}
	.faqAnswerText {padding: 0.5em 0 0.25em 1.5em;}
	.faqQuestionWrapper .faqArrow {float:right;}
	/* QUESTION CONTROLS */
	.floatQuestionRight {float: right;}
	a.faqStatus {vertical-align: top; padding-top: 0.2em;}
	a.faqStatusActive {color: #57AA57;}
	a.faqStatusDisabled {color: #C63D37; cursor: text; text-decoration: none;}
	.faqUserActions a img {border-width: 0px; padding: 0.15em 0.25em;}
	/* Question Arrows */
	li.faqQuestion .faqArrow {background: transparent url(/resources/images/icons/sprite-arrows.png) 50% no-repeat; height: 1em; width: 0.75em; margin: 0.25em 0em 0em 0em; cursor: auto; float: left;}
	li.faqQuestion .faqArrowRight {background-position: -14px 50%}
	li.faqQuestion .faqArrowDown {background-position: -25px 50%}
	

/* Categories */
.faqCategory {cursor: auto;}
.faqCategoryManagement .faqCategory {cursor: move;}

.faqCategory .faqCategoryDisplay {padding:0.5em 16px 0.5em 1em;}
.faqCategoryParent .faqCategoryDisplay {
	border-bottom: 1px solid #FFFFFF;
	background-color: #CCCCCC;
}

.faqCategoryChild .faqCategoryDisplay{
	color: #808080;
	background-color: #DDDDDD;
}

.faqCategoryParent .faqCategoryLbl {
	color: #666666;
	font-weight: bold;
}

.faqCategoryLbl {font-weight: bold;}
	/* Category Controls */
		/* CATEGORY TITLE */
		.faqCategoryWrapper {background-color: #ccc; border-bottom: 1px solid #FFF; padding: 0.5em 1em;}
		.faqCategoryParent .faqCategoryLbl {color: #666;}
		/* CATEGORY ARROW TOGGLE */
		.faqCategory .faqArrow {display: block; float: right; width: 16px; height: 16px;}
		.faqCategory .faqArrowRight {background: transparent url(/resources/images/icons/16-arrowRight.png) 0em 0em no-repeat scroll;}
		.faqCategory .faqArrowDown {background: transparent url(/resources/images/icons/16-arrowDown.png) 0em 0em no-repeat scroll;}
		/* CATEGORY CONTROLS */
		.faqCategoryControls {background-color: #EFEFEF; color: #333; padding: 0.25em 0.5em; margin: -1px 0em 0em; font-size: 90%; display: none;}
		.faqCategoryControls .faqCategoryControlLabel {font-weight: bold; margin-right: 0.5em;}
		.faqCategoryControls .faqCategoryCtrlsRowTwo {padding: 0.25em 0em 0em 0em;}
		.faqCategoryCtrlAdd span {background: transparent url(/resources/images/icons/16-addPlus.png) left center no-repeat; padding-left: 1.35em;}
	/* Category Arrow */
	.faqCategory .faqArrow {display: block; float: right; width: 16px; height: 16px;}
	.faqCategory .faqArrowRight {background: transparent url(/resources/images/icons/16-arrowRight.png) 0em 0em no-repeat scroll;}
	.faqCategory .faqArrowDown {background: transparent url(/resources/images/icons/16-arrowDown.png) 0em 0em no-repeat scroll;}

	.faqCategoryStatus a {display: inline-block; text-align: right; min-width: 4em; margin-top: 0em;}
/* Disabled */
.faqDisabled .faqCategoryLbl {color: #aaa;}

/* MANAGE CHILD CATEGORIES WITH DISABLED PARENTS */
.faqCategoryParentDisabled ul li .faqCategoryStatus a {text-decoration: none; cursor: pointer;}

/* Category Page */
.faqCategoryItemActionWrapper {float:right;}
.faqTrash .faqQuestionList,
.faqTrash .faqAnswerWrapper {display:block;}
.faqTrash .faqArrow {display: none;}

.oneFaqWrapper ul {margin-bottom: 0em;}
.faqCategoryCmdsBottom {margin-top: 1em;}
.faqCategoryItemActionWrapper * {vertical-align: top; display: inline-block; background-position: left 0.25em !important;}
