/*
green : #A2D054 rgb(162, 208, 84)
light green: #e0efc4 rgb(224, 239, 196)
dark 
gray: #b5b5b5 rgb(181, 181, 181)
white: #ffffff rgb(255, 255, 255)
pink: #ec008c rgb(236, 0, 140)
blue: #31cac7 rgb(49, 202, 199)
blue border: #e2f2f1 rgb(226, 242, 241)

*/
html, body, #wrap {height: 100%;}

body {
    margin: 0 auto;
    padding: 0;
    font-family: Arial;
    font-size: 90%;
    background-color:#A2D054;
    background-image: url("images/body.jpg");
    background-repeat: no-repeat;
    background-position: top center;

}

#wrap {
    margin: 0 auto;
    width: 1024px;
    /*background-image:url("images/Background.jpg");
    background-repeat:no-repeat;
    background-position: top right;
    background-color:#ffffff;*/
    display: block;
    height: auto;
    min-height: 100%;
    background-image: url("images/body.jpg");
    background-color:#FFFFFF;
    background-position:-188px 0;
    background-repeat: no-repeat;
}

h1 {
    font-size: 1.4em;
    color:#ec008c;
    margin: 0.5em;
}

h2 {
    font-size: 1.2em;
    color:#ec008c;
}

h3 {
    font-size: 1.1em;
    color:#A2D054;
}

h4 {
    font-size: 1.0em;
    color:#A2D054;
    margin:5px 0;
    padding:5px 1px;
    background-color:#e2f2f1;
}

label {
    margin: 0 5px 0 0 ;
}

label.mandatory {
    background:url(images/mandatory.gif) left no-repeat;
    padding: 3px 3px 3px 15px;
}

span {
    display: inline-block;
    position: relative;
}

#ie6Warning {
    text-align:center;
    background-color:red;
    color:white;
    border: 2px darkred solid;
    margin: 0.2em;
    padding: 0.2em;
}

#main {
    padding-bottom: 140px; /* must be same height as the footer */

}  

.logoNormal {
    float: left;
    margin: 50px 0 0 25px;
}

.logoSmall {
    float: left;
    margin: 5px 0 0 0;
    padding: 5px;
    height: 57px;
    background-color:white;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
}

#slides{
    float:right;
    margin: 15px 10px;
    border: 1px solid #A2D054; /*#ec008c*/
    width: 800px;
    height: 200px;
    -moz-box-shadow: 3px 3px 4px #777;
    -webkit-box-shadow: 3px 3px 4px #777;
}

#content {
    clear: both;
    padding: 0 20px;
    display:block;
    border-top: solid #A2D054 1px;
    background-color:#ffffff;
}

#maincolumn {
    float: left;
    width: 100%;
}

#maincolumn span{
    /*display: block;*/
}

#maincolumn h3 {
    margin : 13px 0 2px 0;
}
#maincolumn p {
    margin : 3px 0 2px 0;
}

#news, #specials{
    font-size: 0.7em;
    float:right;
    margin: 10px 0 10px 5px ;
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
    background-color: #31cac7;
    color: #ffffff;
    width:178px;
}

#news span, #specials span {
    padding: 10px;
}

#news img, #specials img {
    width: 178px; /* same as width of the whole div - see above*/
}

#news h5, #specials h5 {
    color: #ffffff;
    margin: 0;
    padding: 0;
    font-size:1.1em;
}

#news p, #specials p{
    margin: 0;
    padding: 0 0 5px 5px !important;
}

#news a, #specials a {
    color: #ec008c;
    text-decoration: none;
    font-weight: bold;
}

#news a:hover, #specials a:hover {
    outline:		0;
    text-decoration: none;
    text-shadow:1px 1px 2px #999999;
}

#footer {
    position: relative;
    margin-top: -140px; /* negative value of footer height */
    height: 140px;
    clear:both;
    background-color:#A2D054;
    background-image: url("images/footer.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    color:#ffffff;
    padding: 0;
    font-size: 0.8em;
    display: block;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#footerContainer{
    margin: 10px auto;
    width: 1024px;
    border-top: 10px solid #e0efc4;

}

#footerContainer a {
    color:#ffffff;
    text-decoration:none;
}

#footerContainer a:hover {
    color:#ec008c;
    text-decoration:none;
}


#footerContainerCol1, #footerContainerCol2, #footerContainerCol3, #footerContainerCol4 {
    float:left;
    width:12%;
    padding: 5px 0 0 10px;
}

#footerContainerCol5 {
    float:right;
    width:15%;
    display:inline-block;
    padding: 5px 10px 0 0 ;
}

#footerContainerCol5 img{
    height:15px;
    background-color:white;
    border: 1px solid #A2D054;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#footerContainerCol5 img:hover{
    height:15px;
    border: 1px solid #ec008c;
}

#footerContainerBottom {
    clear: left;
    float: left;
    text-align: center;
    width: 100%;
    font-size: 0.8em;
    margin: 3px 0 0 0;
    /*border-top: solid 1px #ec008c;*/
}

#footer a, #footer span {
    margin: 0;
    padding: 0;
    display: inline-block;
}

#tooltip {
    position: absolute;
    z-index: 3000;
    border: 2px solid #999;
    background-color: #ffffff;
    color:#A2D054 !important;
    padding: 5px;
    font-size:small;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size:0.9em;
}
#tooltip h3, #tooltip h3 div {
    margin: 0;
    font-size:0.9em;
    color:#A2D054 !important;
}

#tooltip h3 div {
    font-weight:normal;
    color:black !important;
}

#tooltip h3 h3 {
    font-size:1.1em;
}

#prices {
    color:#b5b5b5;
}

.buttonBlueSmall {
    border-style: solid;
    border-width: 2px;
    border-color: #e2f2f1;
    text-decoration: none;
    background-color: white;
    display: inline-block;
    padding: 0.0em 0.2em !important;
    margin: 0.1em !important;
    color:#31cac7 !important;
    font-size:0.7em;
    font-weight: bold !important;
    text-align:center;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.buttonBlueSmall:hover {
    background-color:#31cac7;
    color: white !important;
}

.buttonBlue, .buttonOrange, .buttonGreen, .buttonRed, .buttonGrey, .dp-choose-date {
    border-style: solid;
    border-width: 2px;
    text-decoration: none;
    background-color: white;
    display: inline-block;
    padding: 0.5em 0.5em !important;
    margin: 0.1em !important;
    font-weight: bold !important;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    cursor:pointer;
}

.buttonBlue, .dp-choose-date {
    border-color: #e2f2f1;
    color:#31cac7 !important;
}

.buttonBlue:hover, .dp-choose-date:hover {
    background-color:#31cac7;
    color: white !important;
}

.buttonGreen {
    border-color: #e3f7c1;
    color:#A2D054 !important;
}

.buttonGreen:hover {
    background-color:#A2D054;
    color: white !important;
}

.buttonOrange {
    border-color: darkorange;
    color:orange !important;
}

.buttonOrange:hover {
    background-color:orange;
    color: white !important;
}

.buttonRed {
    border-color: #960058;
    color:#ec008c !important;
}

.buttonRed:hover {
    background-color:#ec008c;
    color: white !important;
}

.buttonGrey {
    border-color:#e7e7e7;
    color:#b5b5b5 !important;
}

.buttonGrey:hover {
    border-color:#e7e7e7;
    background-color:#ffffff;
    color:#b5b5b5 !important;
}

.buttonGreenAdmin, .buttonOrangeAdmin, .buttonRedAdmin {
    border-style: solid;
    border-width: 2px;
    text-decoration: none;
    background-color: white;
    display: inline-block !important;
    padding: 0.0em 0.2em !important;
    margin: 0.1em !important;
    font-weight: bold !important;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    font-size: 0.7em;
    cursor:pointer;
}

.buttonGreenAdmin {
    border-color: #77993d;
    color:#A2D054 !important;
}

.buttonGreenAdmin:hover {
    background-color:#A2D054;
    color: white !important;
}

.buttonOrangeAdmin {
    border-color: darkorange;
    color:orange !important;
}

.buttonOrangeAdmin:hover {
    background-color:orange;
    color: white !important;
}

.buttonRedAdmin {
    border-color: #960058;
    color:#ec008c !important;
}

.buttonRedAdmin:hover {
    background-color:#ec008c;
    color: white !important;
}

.hyperlink {
    color: #A2D054;
    font-weight: bold;
    margin-left: 10px;
}

.navigationSeparator {
    border-right-style: solid;
    border-right-color: #b5b5b5;
    border-right-width: 2px;
}

.backgroundImageHide {
    display:none;
}

.MsgGrpTbl {
    padding: 0;
    margin: 4px;
    font-weight:bold;
}

.MsgGrpError, .MsgGrpWarn, .MsgGrpInfo {
    color: white;
    margin: 2px;
    padding: 1px 3px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.MsgGrpError {
    background-color: red;
    border: solid 2px darkred;
}

.MsgGrpWarn {
    background-color: orange;
    border: solid 2px darkorange;
}

.MsgGrpInfo {
    background-color: green;
    border: solid 2px darkgreen;
}

.left {
    margin: 10px 10px 5px 0;
    float: left;
}

.right {
    margin: 10px 0 5px 10px;
    float: right;
}

.actionTable {
    margin: 0.5em 0;
    border-collapse: separate;
    border-top:2px solid #ec008c;
    border-bottom: 2px solid #ec008c;
    width: 100%;
}


.actionTable th{
    border-bottom: 2px dashed #A2D054;
    text-align: right;
}

.actionTable thead tr span{
    border-right: 2px solid #A2D054;
    padding: 0.2em;
    text-align: left;
    display:block;
}

.content {
    display: block;
}

.content a {
    text-decoration: none;
    color: #ec008c;
}

.content a:hover {
    text-shadow:1px 1px 2px #999999;
}

.nicEdit-main span{
    display:inline-block !important;
}

.treatmentValidity {
    font-size: 0.8em;
    color: #31cac7;
}

#Header\:outputText_noscript {
    background-color: orange;
    border: solid 2px darkorange;
    display: block;
    text-align: center;
    font-weight:bold;
}