/*
    Common Style elements for OWL pages
*/

/* Styles for the body as a whole */

body {
    text-align: left;
    margin: 0px;
}

/* Used to place overlay over whole page */

div.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 2000px;
    z-index: 400;
    font-size: 60px;
    text-align: center;
    font-weight: bold;
    color: #ff0000;
    background-color: #aaaaaa; 
    opacity: .6;
    filter:Alpha(Opacity=60)/*{opacityOverlay}*/; 
}

/* Overall structure of page - banner, main and footer divs */

#banner {
    	background-image: url( "../oneclimate/banner.jpg" );
    	background-position: 50% 0%;
    	background-repeat: repeat-x;
    	height: 135px;
    	margin-bottom: 5px;
    	min-width: 940px;
}

#main {
    	width: 940px;
    	min-width: 940px;
    	margin: 0px auto 30px auto;
    	position: relative;
    	background-color: #FFFFFF;       
}

#footer {
    background-image: url( "../oneclimate/footer.jpg" );
    background-position: 50% 0%;
    background-repeat: repeat-x;
    height: 100px;
    min-width: 940px;
}


/* Styles in banner area */

#banner-content {
    position: relative;
    width: 940px;
    height: 135px;
    margin: 0px auto 0px auto;
}


/* Styles for main widget table */

#main-table {
    margin: 0px 5px;
    position: relative;
}
#main-table td.column {
    width: 240px;
    text-align: left;
    vertical-align: top;
}
#main-table td.last {
    width: 210px;
}
#main-table td div.filler {
    position: relative;
    width: 210px;
}
div.filler div.widget1 {
    position: absolute;
    text-align: left;
    top: 0px;
    left: 0px;
}

/* Styles in footer area */

#footer-content {
    width: 940px;
    height: 100px;
    margin: 0px auto 0px auto;
}

/*  Generic style to hide elements */

.hidden {   
    display: none;
}

/* New Control Panel */

div#control-panel2 {
    background-image: url( '../images/panel-background.jpg' );
    height: 270px;
    min-height: 270px;
    width: 210px;
}
div#control-panel2 em, div#control-panel2 h2 {
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    color: #ffffff;
    letter-spacing: -1px;
}
div#control-panel2 div#panel-contents {
    padding: 0px;
    width: 180px;
    height: 250px;
    min-height: 250px;
    margin: 10px 15px 10px 15px;
    font-weight: normal;
    letter-spacing: -1px;
    vertical-align: top;
}
div#control-panel2 div.button {
    margin-top: 10px;
    width: 70px;
    height: 21px;
    font-size: 15px;
}
div#control-panel2 div#top-panel {
    width: 180px;
    height: 128px;
    margin: 0px;
    min-height: 128px;
    border-bottom: 1px solid #696969;
}
div#top-panel div#hello {
    margin: 0px;
    padding: 0px;
    border: none;
    width: 180px;
    height: 30px;
    min-height: 30px;
}
div#top-panel div#sign-out {
    width: 60px;
    float: right;
    margin-top: 5px;
    height: 25px;
    min-height: 25px;
    font-size: 13px;
    text-align: right;
}
div#top-panel div#sign-out a {
    color: #00afe5;
    cursor: pointer;
}

div#top-panel div#options {
    width: 180px;
    padding: 0px;
    height: 98px;
    min-height: 98px;
}
div#top-panel div#options div.option {
    padding: 0px;
    width: 120px;
    margin: 0px;
    text-align:left;
    font-size: 13px;
    min-height: 17px;
    height: 17px;
}
div#control-panel2 div#top-panel div.option a {
    color: #00afe5;
    font-size: 13px;
    cursor: pointer;
}

div#top-panel div#options div.image {
    float: right;
    border: 1px #ffffff solid;
    height: 58px;
    width: 58px;
    overflow: hidden;
}
#panel-contents div#top-panel div.image img {
    width: 58px;
    height: 58px;
    padding: 0px;
}

/*  Bottom panel overall dimensions */

div#control-panel2 div#bottom-panel {
    width: 180px;
    margin-top: 5px;
    height: 116px;
    min-height: 116px;
    font-size:15px;
}

/* Styles for username, password input form or alternate unactivated account
   message - overall size first */

div#bottom-panel div.input, div#bottom-panel div.message {
    width: 180px;
    height: 62px;
    margin-top: 2px;
    min-height: 62px;
}
div#control-panel2 div#bottom-panel input {
    width: 180px;
    font-size: 11px;
    padding: 0px 3px;
    letter-spacing: -1px;
    line-height: 15px;
    height: 18px;
    margin-top: 6px;
    min-height: 18px;
}
div#control-panel2 div#bottom-panel div.message {
    font-size: 11px;
}

div#control-panel2 div#panel-carousel {
    width: 180px;
    margin-top: 9px;
    height: 87px;
    min-height: 87px;
    font-size: 12px;
}
div#panel-carousel div.image-area, div#panel-carousel div.left,
div#panel-carousel div.right {
    float: left;
    height: 40px;
    min-height: 40px;
    width: 138px;
}
div#panel-carousel div.left {
    width: 24px;
}
div#panel-carousel div.right {
    float: right;
    width: 18px;
}
div#panel-carousel div.left img {
    margin: 11px 7px 12px 0px;
}
div#panel-carousel div.right img {
    margin: 11px 0px 12px 1px;
}
div#panel-carousel div.image-area img {
    margin: 0px 3px 0px 0px;
    border: 1px solid #ffffff;
    height: 38px;
    width: 38px;
}
div#panel-carousel div.image-area img.highlighted {
    border: 2px solid #00afe5;
    height: 36px;
    width: 36px;
}
div#panel-carousel div.info {
    width: 180px;
    padding-top: 7px;
    height: 40px;
    min-height: 40px;
    color: #ffffff;
    clear: both;
}
div#panel-carousel div.info a {
    color: #00afe5;
}


/* Area of sign-in button and option if forgotten user details */

div#sign-in {
    width: 180px;
    min-height: 40px;
    height: 40px;
}
div#bottom-panel div.button {
    margin: 2px 10px 20px 0px;
    width: 50px;
    float: left;
}
div#control-panel2 div#bottom-panel div.option a {
    color: #ffffff;
}
div#bottom-panel div.option {
    float: right;
    padding: 0px;
    width: 118px;
    text-align:left;
    font-weight: normal;
    font-size: 11px;
    line-height: 14px;
    min-height: 26px;
    height: 26px;
    
}

div#bottom-panel p {
	color: #ffffff;
}
div#bottom-panel div.option img {
    float: left;
    margin: 5px 3px 12px 0px;
}
div#control-panel2 div#bottom-panel a{
    color: #ffffff;
}
div#control-panel2 div#bottom-panel a:hover {
    background-color: #ffffff;
    color: #333333;
}

/* This forces correct position and styles when control panel used in
   legacy layouts - can be removed when everything switched to new layout */

div#control-panel2 div.input {
    border: none;
    font-weight: normal;
    float: none;
    font-size: 11px;
    background-color: transparent;
}
div#control-panel2 input {
    height: 18px;
    padding: 0px 3px;
    margin: 0px;
    border-width: 0px;
    color: #696969;
}
div#control-panel2 {
    position: absolute;
    top: 0px;
    left: 720px;
}
div#control-panel2 h2 {
    margin: 0px;
}
div#control-panel2, div#control-panel2 input, div#control-panel2 h2 {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode';
}
div#control-panel2 div.button {
    color: #FFFFFF;
    text-align: center;
    background-color: #7db100;
    border: 1px solid #000000;    
    cursor: pointer;
    padding: 0px;
}
div#control-panel2 a:hover {
    background-color: transparent;
}

/* == DESTINED FOR ONECLIMATE SKIN BUT NEEDED HERE DURING MIGRATION == */

#banner-content, #banner-content a {
    color: #ffffff;
}
#strapline {
    position: absolute;
    top: 39px;
    left: 255px;
    letter-spacing: -1px;
    font-size: 22px;
}
#banner-content #menu, #banner-content .links {
    position: absolute;
    top: 135px;
    letter-spacing: -1px;
    font-size: 15px;
    font-weight: bold;
}
#banner-content div.locales {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 14px;
    font-weight: bold;
}
#banner-content div.locales a {
    font-weight: normal;
}
#banner-content div.locales a:hover {
    color: #FFFFFF;
}
#banner-content #menu {
    left: 7px;
} 
#banner-content #menu a {
    margin-right: 29px;
    color: #000000;
}
#banner-content .links {
    left: 727px;
}
#banner-content .links a {
    margin-right: 18px;
}
    
#banner-content a.site-name img {
    position: absolute;
    cursor: pointer;
    top: 9px;
    left: 4px;
}
#banner-content div#search-box {
    position: absolute;
    top:170px; 
    left: 727px;
}
div#search-box form {
    padding: 0px;
    margin: 0px;
    width: 207px;
}
div#search-box input {
    float: left;
    height: 14px;
    font-size: 11px;
    letter-spacing: -1px;
    font-weight: bold;
    color: #696969;
    padding: 2px 4px;;
    margin-right: 3px;
    width: 137px;
    min-width: 137px;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode';
}
div#search-box div.button {
    cursor: pointer;
    float: right;
    font-size: 14px;
    letter-spacing: -1px;
    font-weight: bold;
    height: 20px;
    width: 52px;
    border: 1px solid #393939;
    background-color: #7db100;
    text-align: center;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode';
}
         
#footer-content {
    position: relative;
    color: #1a1a1a;
}
#footer-content a {
    color: #ffffff;
    margin-left: 20px;
    text-decoration: none;
}
#footer-content #design-by a {
    margin-left: 5px;
}
#footer-content #credits, #footer-content #design-by {
    position: absolute;
    font-size: 11px;
    letter-spacing: -1px;
    top: 73px;
    left: 13px;
}
#footer-content #design-by {
    left: 832px;
}

/* Styles for embedded buttons */

div.embed-button, div.embed-button div.error {
    display: inline;
}
#main div.embed-button a.button, a.button {
    display: inline;
    border: 1px solid black;
    font-weight: bold;
    padding: 0px 3px 2px 3px;
    margin: 0px 5px;
    background-color: #7db100;
    letter-spacing: -1px;
    color: #ffffff;
    font-size: 13px;
    cursor: pointer;
}

/* == STYLES TO FORCE BANNER & FOOTER TO CORRECT STYLES DURING MIGRATION == */

#banner-content, #footer-content {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode';
}
#banner-content a {
    text-decoration: none;
}
#control-panel {
    top: 0px;
}
#footer {
    width: 100%;
}

#control-panel2 div.message {
    color: #ffffff;
}
/* network widget */
/*
    Network Widget Styles
*/

div#network-widget div.spacer {
    width: 210px;
    height: 30px;
    min-height: 30px;
}

div.network-widget p.networks img {
    height: 30px;
    margin-right: 0.5px;
    
}
    
#menu-bar {
	width: 940px;
    min-width: 940px;
    margin: 0px auto 10px auto;
    height: 20px;
    letter-spacing: -1px;
    font-size: 15px;
    font-weight: bold;
    font-family:'Lucida Grande','Lucida Sans Unicode';
}

#menu-bar #menu {
	float: left;
    width: 720px;
    min-width: 720px;
}

#menu-bar #menu, #menu-bar .links {
   	letter-spacing: -1px;
    font-size: 17px;
    font-weight: normal;
    
    
}
#menu-bar #menu a {
    margin-right: 29px;
    color: #000000;
    text-decoration:none;
}

#menu-bar #menu a:hover {
border-bottom:1px dotted;
}


#menu-bar .links {
    left: 727px;
}
#menu-bar .links a {
    margin-right: 18px;
}

#menu-bar #search-box {
	 float: left;
     position: relative;
     width: 200px;
     height: 30px;
     margin-left: 10px;
    
}  

#menu-bar #search-box input {
    height: 14px;
    font-size: 11px;
    letter-spacing: -1px;
    font-weight: bold;
    color: #696969;
    padding: 2px 4px;
    margin-right: 3px;
    width: 137px;
    min-width: 137px;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode';
}
#menu-bar div#search-box div.button {
    cursor: pointer;
    float: right;
    font-size: 14px;
    letter-spacing: -1px;
    font-weight: bold;
    height: 20px;
    width: 52px;
    border: 1px solid #393939;
    background-color: #7db100;
    color:  #ffffff;
    text-align: center;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode';
}

#greeting {
	width: 930px;
    min-width: 930px;
    padding-left: 10px;
    margin: 12px auto 6px auto;
    letter-spacing: -1px;
    font-size: 20px;
    color: #ff020a;
    font-weight: bold;
     
}  
.greet-highlight {
	
	color: #66cc33;
	font-size: 18px;
}

/* Standard Movable Widget Styles */

div.mwidget div.configure {
    position: absolute;
    display: none;
    width: 100%;
    bottom: 0px;
    left: 0px;
    min-height: 31px;
    height: 31px;
    padding: 0px;
    margin: 0px;
}
div.mwidget div.mbutton {
    float: right;
    margin: 5px 5px 2px 5px;
    cursor: pointer;
    padding: 0px;
    height: 24px;
}
div.mwidget h2.title {
    width: 100%;
    padding-top: 6px;
    height: 25px;
    margin: 0px;
    margin-bottom: 7px;
    font-size: 14px;
    border: 1px solid #000000;
    border-width: 1px 0px 1px 0px;
}
div.mwidget a.help {
    float: right;
    margin-right: 2px;
    margin-top: 2px;
}
div.mwidget div.paging {
    margin-top: 5px;
    height: 20px;
    min-height: 20px;
    width: 100%;
    font-weight: bold;
}
div.mwidget div.tall-paging {
    height: 40px;
    min-height: 40px;
}
div.mwidget div.paging img {
    float: right;
    margin-right: 5px;
}
div.mwidget div.paging div.more, div.mwidget div.paging div.post {
    float: right;
    margin-right: 5px;
    margin-top: 3px;
    font-size: 11px;
    font-weight: normal;
    cursor: pointer;
}
div.mwidget div.more img, div.mwidget div.post img {
    margin-left: 3px;
    height: 14px;
}
div.mwidget div.mbutton div.centre {
    background: url( '/wp-content/themes/OneClimateV3/images/button-centre.png' );
    font-family: 'verdana';
    font-size: 14px;
    overflow: hidden;
    color: white;
    height: 19px !important;
    min-height: 19px !important;
    height: 24px;
    min-height: 24px;
    padding: 3px 4px 2px 4px;
    float: left;
    margin: 0px;
}
div.mwidget div.mbutton div.left, div.mwidget div.mbutton div.right {
    margin: 0px;
    padding: 0px;
    height: 24px;
    min-height: 24px;
    width: 5px;
    float: left;
    background: url( '/wp-content/themes/OneClimateV3/images/button-left.png' );
}
div.mwidget div.mbutton div.right {
    background: url( '/wp-content/themes/OneClimateV3/images/button-right.png' );
}

/* div.mwidget div.button, div#admin-bar div.button {
    height: 16px;
    padding: 1px 5px 3px 5px;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid #333333;
    float: right;
    margin: 5px 5px;
} */
div.mwidget form.edit {
    font-size: 15px;
    padding: 5px 20px;
    width: 760px;
}
div.mwidget form.edit h2 {
    margin: 0px 0px 10px 0px;
    font-size: 20px;
}
div.mwidget form.edit div.field {
    position: relative;
    margin: 0px 210px 10px 0px;
    width: 550px;
}

div.mwidget form.edit input {
    margin-bottom: 5px;
}
div.mwidget form.edit div.help {
    position: absolute;
    top: 0px;
    left: 550px;
    width: 210px;
    font-size: 12px;
}
div.mwidget form.edit div.hint, div.mwidget form.edit div.error {
    width: 190px;
    float: right;
}
div.mwidget div.clear {
    clear: both;
    height: 0px;
    max-height: 0px;
}
div.mwidget form.edit input {
    width: 300px;
    margin-bottom: 7px;
}
div.mwidget form.edit div.error {
    height: 17px;
}
div.mwidget form.edit input.small {
    width: 30px;
}
div.mwidget div.form-error {
    margin: 7px 0px 0px 5px;
    font-size: 12px;
    width: 500px;
    min-width: 500px;
    float: right;
}
div.mwidget div.form-buttons img {
    float: right;
    margin-top: 7px;
}
div.mwidget div.form-buttons {
    margin-top: 20px;
}
div.mwidget div.form-buttons div.mbutton {
    float: right;
    margin: 0px 5px;
}
div.mwidget form div#post input {
    width: 100px;
}

div.mwidget div.page-index {
    float: right;
    font-weight: bold;
    font-size: 14px;
    height: 19px;
    max-height: 19px;
    margin-bottom: 11px;
}
div.mwidget div.page-index span {
    margin: 1px 4px 3px 4px;
    float: left;
}
div.mwidget div.page-index img,
div#widget-layout-0-0  ul.dropdown div.page-index img {
    float: left;
    margin: 0px 4px;
}

/*  New Admin power bar */

div#widget-layout-0-0 {
    background-color: #393939;
    min-width: 940px;
    display: none;
    z-index: 10;
    height: 60px;
    min-height: 60px;
}
div#widget-layout-0-0 div.wcontent {
    background-color: #393939;
    font-size: 12px;
    color: white;
    width: 930px;
    padding: 5px;
    margin: 0px auto;
}
div#widget-layout-0-0 div.dropdown {
    float: right;
    position: relative;
    width: 1px;
    height: 31px;
}
div#widget-layout-0-0 ul.dropdown {
    position: absolute;
    display: none;
    top: 37px;
    left: 6px;
    width: 200px;
    background-color: #FFFFFF;
    color: #000000;
    font-size: 14px;
    list-style: none;
    padding: 0px;
    margin: 0px;
    z-index: 100;
    border: 5px solid #393939;
}
div#widget-layout-0-0 ul.history {
    left: -200px;
    width: 700px;
}
div#widget-layout-0-0 ul.history td,
div#widget-layout-0-0 ul.history th {
    font-size: 15px;
    color: #000000;
    padding: 2px 10px;
}

div#widget-layout-0-0 div#copy {
    background-color: pink;
}

div#widget-layout-0-0 ul.dropdown div.buttons {
    width: 100%;
    height: 24px;
}
div#widget-layout-0-0 ul.dropdown img {
    float: right;
    margin: 4px 5px 0px 5px;
}
div#widget-layout-0-0 ul.dropdown li {
    height: 18px;
    overflow: hidden;
    text-align: left;
    padding: 2px 5px;
    cursor: pointer;
}
div#widget-layout-0-0 ul.dropdown li.selected {
    background-color: #CCCCFF;
}
        
/* Styles for JQuery Dialogs */

div#dialog {
    display: none;
    padding: 10px;
    background-color: #EEEEEF;
    color: #3A3A39;
    border: 10px solid #3A3A39;
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
div#dialog div.mbutton {
    float: right;
    margin: 10px 5px;
}
    
div.mwidget div.alert {
    font-size: 13px;
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
div.mwidget div.alert h2 {
    padding: 0px;
    margin: 0px 0px 10px 0px;
}
div.mwidget div.alert img {
    margin-right: 10px;
}
div.mwidget div.alert td {
    vertical-align: top;
}
div.ui-dialog-titlebar {
    display: none;
}
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
    
.ui-widget-overlay { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
    background-color: #aaaaaa; 
    opacity: .3;
    filter:Alpha(Opacity=30)/*{opacityOverlay}*/; 
}
.ui-dialog {
    width: 200px;
    height: 100px;
    background-color: white;
}

div.mwidget div.slider {
    position: relative;
    float: right;
    width: 120px;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 30px;
}
div.mwidget div.slider div.updating {
    display: none;
    position: absolute;
    width: 126px;
    top: -4px;
    left: -6px;
    z-index: 4;
    background-color: white;
}
div.mwidget div.slider div.updating img {
    height: 12px;
    float: left;
}    
/* Styles for JQuery sliders */

.ui-slider {
    position: relative; 
    text-align: left; 
    background: #3f69b2;
}
.xui-state-default { 
    border: 1px solid #000000/*{borderColorDefault}*/; 
}
.ui-corner-all { -moz-border-radius: 4px/*{cornerRadius}*/; -webkit-border-radius: 4px/*{cornerRadius}*/; }

.ui-slider .ui-slider-handle { 
    position: absolute; 
    z-index: 2; 
    width: 12px; 
    height: 12px; 
    cursor: pointer;
    background: url( '/wp-content/themes/OneClimateV3/images/slider.png' );
}

.ui-slider-horizontal { height: 4px; }
.ui-slider-horizontal .ui-slider-handle { top: -4px; margin-left: -6px; }


div.mwidget form.admin div.field {
    margin-bottom: 20px;
}
div#dialog form.admin div.mbutton {
    margin: 0px 0px 0px 20px;;
}
div#dialog form.admin input.copy {
    width: 20px;
    margin-right: 30px;
}

