@charset "utf-8";

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

/** Generic */
body {
	font-family:"Helvetica Neue",helvetica,arial,sans-serif;
	font-size: 13px;
}

fieldset,img {border:0;}

a {
	text-decoration:none;
	color:#3974C5;
	outline:none;
	cursor:pointer;
}
a:hover {text-decoration:underline;}

.spreader {clear:both;}

/** 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 */
.sectionBody {
	margin: 20px 0;
}

.sectionBodySep {
	border-bottom: 1px solid #DDE0E5;
}

fieldset.sectionBodySet {
	margin: 30px 0 0;
	padding: 0;
}
fieldset.sectionBodySet legend {
	color: #5B6064;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 10px;
}

fieldset.sectionBodySet2 {
	margin: 10px 0 0;
	padding: 0;
}
fieldset.sectionBodySet2 legend {
	color: #5B6064;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 10px;
}

.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: 13px;
	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;
}
.oneTableContent .altRow2,
.oneTableContent .altRow4 {
	background: #F1F2F4;
}
.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;
}

.oneButton {
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-moz-box-shadow:0 1px 0 #FFFFFF;
	background:#FFFFFF url("/resources/images/buttons/button_bg.png") repeat-x scroll center bottom;
	border:1px solid #cdd0d5;
	border:1px solid rgba(0, 0, 0, 0.2);
	color:#2C3034;
	cursor: pointer;
	display:inline-block;
	font-family:"Helvetica Neue",helvetica,arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	height:26px;
	line-height:25px;
	margin:0 2px;
	padding:0 10px;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.75);
	white-space:nowrap;
}
.oneButton span {
	display: block;
}

.oneButton.large_button {
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	font-size:14px;
	height:34px;
	line-height:34px;
	padding:0 20px;
}
.oneButton.large_button {
	font-size:14px;
	line-height:34px;
}

.oneButton:hover,.oneButton.hover {
	cursor:pointer;
	text-decoration:none;
	color:#2c3034;
	border:1px solid #909397;
	border:1px solid rgba(0,0,0,0.3);
}
.oneButton:active {
	box-shadow:0 1px 0 #fff;
	-moz-box-shadow:0 1px 0 #fff;
	-webkit-box-shadow:0 1px 0 #fff;
	text-shadow:0 1px 0 rgba(255,255,255,0.25);
}

.cancel_button {margin-left: 10px;}
.large_cancel_button {font-size: 14px;}

.form_row button {
	vertical-align:middle;
}


/** 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;
}