/*-----------------------------------------------------------------------------\
    WEBZ CMS STYLES
    Styles are imported by CMS module.
     
		NOTE    - it is possible to override any of the styles in the theme
		stylesheets.
\-----------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------\
  General Styles
\-----------------------------------------------------------------------------*/

.hide { display: none; }
.red  { color: red; }
.floatLeft { float: left; }
.floatRight { float: right; }
.error { border: 2px solid red; }

/*-----------------------------------------------------------------------------\
     SITEMAP COMPONENT
\-----------------------------------------------------------------------------*/

.sitemap {}
.sitemap ul { margin: 0px; }
.sitemap ul li { padding: 3px 0; }
.sitemap ul li a { text-decoration: none; }
.sitemap ul li a:hover { text-decoration: underline; }

.sitemap ul .subItem { list-style-position: inside; list-style-type: square; padding-left: 18px; }

/* sitemap tooltip styling */
.sitemapToolTip {
	border: 1px solid gray;
	background: #edeef0;
	color: #000;
	padding: 10px;
	zIndex: 1000;
	textAlign: left;
}

/* style the trigger elements */
.sitemapElem {
	border:0;
	cursor:pointer;
	margin:0 8px;
}

/*-----------------------------------------------------------------------------\
     CONTACT DETAILS COMPONENT
\-----------------------------------------------------------------------------*/

.contactDetails {}
.contactDetails address { padding: 3px 0px; }


/*-----------------------------------------------------------------------------\
     Wizard Styles
\-----------------------------------------------------------------------------*/
.frmWizard { 
	background: #FAFAFA;
	border: 1px solid #CCC; 
	padding: 10px;
}
.frmWizard hr { visibility: visible; }

.steps {
	background-color: #E9E9E9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#F9F9F9), to(#E9E9E9));
	background-image: -webkit-linear-gradient(top, #F9F9F9, #E9E9E9);
	background-image: -moz-linear-gradient(top, #F9F9F9, #E9E9E9);
	background-image: -ms-linear-gradient(top, #F9F9F9, #E9E9E9);
	background-image: -o-linear-gradient(top, #F9F9F9, #E9E9E9);
	background-image: linear-gradient(top, #F9F9F9, #E9E9E9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F9F9F9, endColorstr=#E9E9E9);
	border: 1px solid #CCC;
	clear: both;
	margin-bottom: 10px;
	width: 100%;
}
.steps ol {
	margin: 0px;
	padding: 0px;
	list-style-type: decimal;
	clear: both;
	float: left;
}
.steps ol li {
	display: inline;
	margin: 0px;
}
.steps .item {
	border-right: 1px solid #CCC;
	float: left;
	font-weight: bold;
	height: 15px;
	padding: 8px 10px;
	width: auto; 
}
.steps .item:last-child { border-right: none; }
.steps .item a { color: #354D73; }
.steps .current {
	background-color: #3B5680;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3B5680), to(#2A4164));
	background-image: -webkit-linear-gradient(top, #3B5680, #2A4164);
	background-image: -moz-linear-gradient(top, #3B5680, #2A4164);
	background-image: -ms-linear-gradient(top, #3B5680, #2A4164);
	background-image: -o-linear-gradient(top, #3B5680, #2A4164);
	background-image: linear-gradient(top, #3B5680, #2A4164);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3B5680, endColorstr=#2A4164);
	color: #FFF;
}
.steps .current a { 
	color: #FFF; 
	text-decoration: underline;
}

.fileUploader .input {
	float: left;
	width: 39%;
}
.btnUpload {
	float: left;
	width: 60px;
}

.imagePicker a { display: block; }

div.wizard input.next {
	float: right;
	background: #f5f5f5 url(../images/forward-icon.png) no-repeat;
	background-position: right center;
	padding: 5px 25px 6px 10px;
}

div.wizard input#close_next {
	background: #f5f5f5;
	padding: 5px 10px 6px 10px;
}

div.wizard input.next:hover {	background-color:#dff4ff; border:1px solid #c2e1ef; color:#336699; }
div.wizard input.next:active { color: #FFF; background-color:#6299c5; border:1px solid #6299c5; }

/*---------------------------------------------------------
   TABLES/FORMS & OTHER DEFAULTS
   -------------------------------------------------------*/
p.error,
span.errorMsg { color: red; width: 100%; display: block;}

span.highlight { color: blue; float: none;}


/*-----------------------------------------------------------------------------\
  Edit Theme File Page
\-----------------------------------------------------------------------------*/
.frmThemeFile {
	width: 100%;
}
.frmThemeFile #file_contents {
	width: 100%;
}

/*-----------------------------------------------------------------------------\
  Edit Page
\-----------------------------------------------------------------------------*/
#imgSavingPage {
	margin: 15px 5px 0;
}
#textSavingPage {
	margin: 15px 0 0;
}
#frmPageEdit {
	float: none;
}
#frmPageEdit div.panes {
	padding: 0;
}
#frmPageEdit div.pane {
	padding: 15px;
} 
#frmPageEdit div.pane:first-child {
	padding: 0;
} 
.page-preview {
	clear: both;
	margin-top: 2px;
	width: 100%;
}
.page-preview .preview-iframe {
	border: none;
}
.page-content-list .adminList { width: 100%; }

.tabs .refresh-iframe {
	cursor: pointer;
	padding-left: 10px;
}
.tabs .current .refresh-iframe {
	
}
.tabs .refresh-iframe:before {
	color: white;
	top: 8px;
}
.tabs .current .refresh-iframe:before {
	color: #000;
}
.tabs .refresh-iframe:hover:before {
	color: #DFDFDF;
}
.tabs .current .refresh-iframe:hover:before {
	color: #5C5C5C;
}

.save-page-settings {
	
}
.save-page-settings .save-img {
	width: 16px;
}
.save-page-settings .loading-img {
	display: none;
}
.save-page-settings .save-text {
	color: red;
	display: none;
	font-style: italic;
	/*font-size: 10px;*/
	font-weight: normal;
}

hr { clear: both; }

.logContents { clear: both; }

.page-content-list .editable input,
.page-content-list .editable select {
	width: 150px !important;
}

/*-----------------------------------------------------------------------------\
  SEO Preview Panel Styles
\-----------------------------------------------------------------------------*/
.seoPreview {
	border: 1px solid #CCC;
	clear: both;
	float: left;
	font-family: arial, sans-serif;
	overflow: hidden;
	padding: 5px;
	width: 512px;
}
.seoPreview h3 {
	color: #12C;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	text-decoration:underline;
}
.seoPreview span {
	clear: both;
	color: #006621;
	font-size: 13px;
	margin: 0 0 1px 0;
}
.seoPreview p {
	clear: both;
	color: #444; 
	margin: 0;
}

/*-----------------------------------------------------------------------------\
  Add Content Action Menu
\-----------------------------------------------------------------------------*/
.addContent {
	float: left;
	border: 1px solid #CCC;
	margin: 5px 0 0 5px;
	padding: 3px 4px;
	height: 21px
}
.addContent #frmAddContent {  
	margin: 1px 0 0 0; 
	padding: 0; 
	width: auto;
	min-width: 0;
	float: none;
}
.addContent #frmAddContent #lbl_component_name {
	margin: 0 7px 0 0;
	width: auto;
}
.addContent #frmAddContent #lbl_component_name span {
	color: #296997;
	margin-right: 7px;
}
.addContent #frmAddContent select {
	margin: 0;
	padding: 0;
	width: 130px;
	float: left;
}
.addContent #frmAddContent input.submit { 
	float: left; 
	width: auto; 
	margin: 0;
	padding: 1px 5px;
	min-width: 0;
}
img.inlineSave, img.inlineCancel {
	cursor: pointer;
}


/*-----------------------------------------------------------------------------\
     Login Page
\-----------------------------------------------------------------------------*/
#frmLogin,
#frmResetPassword {
	float: none;
	margin: 0;
	min-width: 0;
	padding: 0;
}
.login-message { border-bottom: 1px solid #DDD; }
.login-panel {
	background-color: #FFFFFF;
	padding: 15px;
}
.login-panel  input {
	border: 1px solid #CCCCCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
}
.login-panel a { margin-top: 10px; }
.login-panel .submit { 
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	float: right; 
	margin: 0px;
}
.login-footer {
	border-top: 1px solid #DDD;
	clear: both;
	color: #313131;
	padding: 15px;
}
.login-footer .ip-address {
	float: left;
	line-height: 1.5em;
	text-align: left;
	width: 50%;
}
.login-footer .ip-address .ip {
	float: none;
	font-size: 1.1em;
	font-weight: bold;
}
.login-footer .powered {
	float: right;
	line-height: 1.5em;
	text-align: right;
	width: 50%;
}

/*-----------------------------------------------------------------------------\
     User List Page
\-----------------------------------------------------------------------------*/
.user-status-option {
	float: left;
	margin: 8px 0 8px 5px;
}
.user-status-option .user-status-lbl {
	clear: none;
	margin: 0 3px 0 0;
	width: auto;
}
.user-status-option .user-status-select {
	margin: 0;
}

/*-----------------------------------------------------------------------------\
     User Approval Page
\-----------------------------------------------------------------------------*/
.user-dialog { width: 500px; }
.user-dialog .confirm-text { font-weight: bold; }
.user-dialog .users { 
	font-style: italic;
	margin-bottom: 10px;
} 
.user-dialog .option { margin: 0 0 5px 0}
.user-dialog label { 
	float: left;
	width: 50%; 
}
.user-dialog input {
	float: left;
	margin: 0;
	width: auto; 
}
.user-dialog select { 
	float: left;
	width: 40%; 
}
.user-dialog .email-notification {
	border: 1px solid #ccc;
	padding: 10px;
}
.user-dialog h3,
.user-dialog .option.temp-password {
	margin: 0 0 10px;
}
.user-dialog .subject label { 
	float: left; 
	width: 28%;
}
.user-dialog .subject input {
	float: right;
	width: 70%;
}
.user-dialog .message label { float: none; }
