/*
    Common Style elements for OWX pages
*/

/* Default body styles */

body {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode';
    font-size: 15px;
    text-align: left;
    margin: 0px;
    color: #696969;
    border-color: #393939;
    border-style: solid;
    border-width: 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}*/; 
}

/*  Standard hyperlink colour and decoration */

a {
    color: #0069a5;
    text-decoration: none;
}
a img {
    cursor: pointer;
}

/*  Standard input area formatting  */

input, textarea {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Arial';
    font-size: 15px;
    color: #696969;
    border-color: #393939;
    border-right-color: #696969;
    border-bottom-color: #a9a9a9;
    border-width: 1px;
    margin: 0px;
    padding: 0px;
}
select {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Arial';
}

/*  Default date formatting */

span.date {
    font-family: 'Georgia';
    font-style: italic;
}

/*  Default error message formatting */

.error {
    color: #FF0000;
    font-weight: bold;
}
.info {
    color: #7db100;
}

/*  Default image formatting - no borders   */

img {
    border-width: 0px;
}

/*  Default div styles */

div {
    border-style: solid;
    border-width: 0px;
}

/*  Default form styles */

form {
    padding: 0px;
    margin: 0px;
}

/*  H2 header styles    */

h2 {
    font-size: 15px;
    font-weight: bold;
    color: #595959;
    letter-spacing: -0.5px;
    border-color: #393939;
    padding: 0px;
    margin: 0px;
}
h2.widget-header {
    padding-top: 6px;
    border-style: solid;
    border-width: 1px 0px;
    height: 22px;
}
h2.widget-header a {
    color: #595959;
}
h2.post-title {
    letter-spacing: -1px;    
    font-weight: normal;
}
h2.post-title {
    border-width: 0px;
    padding: 0px;
}

/*  H3 styles for navig bars on widgets */

h3.navig {
    font-size: 11px;
    background-color: #ededed;
    color: #696969;
    border-top: 1px solid;
    position: relative;
    padding-top: 5px;
    padding-left: 48px;
    margin: 0px 0px 2px 0px;
    height: 20px;
    min-height: 20px;
}

/*  Default button styles   */

div.button {
    text-align: center;
    color: #FFFFFF;
    background-color: #7db100;
    border: 1px solid #000000;    
    cursor: pointer;
}

/* ===== Overall structure of page - banner, main and footer divs ==== */

#banner {
    position: relative;
    height: 200px;
    min-width: 960px;
    width: 960px;
    margin: 0px auto 0px auto;
}

#main {
    width: 930px;
    min-width: 930px;
    margin: 0px auto 0px auto;
    background-color: #ffffff;
    position: relative;
    border: 15px #ffffff solid;
    border-top-width: 0px;
}

#footer {
    width: 960px;
    min-width: 960px;
    height: 250px;
    min-height: 250px;
    margin: 0px auto 0px auto;
    background-image: url( '../../../../../wp-content/themes/OneClimateV3/oneworld/owfooter.png' );
    position: relative;
}
    



/* Styles in banner area */

div#banner a.logo {
    position: absolute;
    top: 45px;
    left: 0px;
    cursor: pointer;
    display: none;
}
    
    
#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   */

div#footer div#about-us,
div#footer div#follow-us,
div#footer div#network,
div#footer div#copyright {
    position: absolute;
    top: 30px;
    left: 49px;
    width: 100px;
    height: 175px;
    min-height: 175px;
}
div#footer div#follow-us {
    left: 270px;
    width: 80px;
}
div#footer div#network {
    left: 470px;
    width: 200px;
    letter-spacing: -1px;
}
div#footer div#copyright {
    left: 790px;
    width: 120px;
}
div#footer div#copyright, div#footer div#copyright a {
    color: #A3A3A3;
    font-size: 12px;
    letter-spacing: -1px;
}
div#footer div.left {
    float: left;
    width: 100px;
}
div#footer div.right {
    float: right;
    width: 100px;
}
div#footer h3 {
    font-size: 14px;
    padding: 0px;
    margin: 0px 0px 18px 0px;
    color: #fdd123;
    font-weight: normal;
}
div#footer a {
    font-size: 12px;
    color: #dddddd;
    display: block;
    margin-bottom: 14px;
    letter-spacing: -1px;
}


/*  Generic style to hide elements */

.hidden {   
    display: none;
}


/* 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 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 form.edit div.label {
    width: 120px;
    float: left;
    margin-bottom: 40px;
}
div.mwidget form.edit input.integer {
    width: 30px;
    margin: 0px 2px;
}
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;
}    

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