a {
color: #000000;
text-decoration: underline;
}

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

a.loggedin {
color: #000000;
text-decoration: none;
}

a.loggedin:hover {
text-decoration: underline;
}

a.resort {
color: #5f83f9;
}

a.read_more {
font-size: 11px;
}

.read_more_arrows {
font-size: 10px;
}

img {
border: none;
}

p {
margin-top: 10px;
margin-bottom: 10px;
}

p.single {
margin-top: 5px;
margin-bottom: 5px;
}

hr {
width: 90%;
height: 1px;
color: #e3e3e3;
background-color: #e3e3e3;
background: #e3e3e3;
}

ul.general {
padding-left: 30px;
}

ul.general li {
padding-bottom: 10px;
}

ol.general {
padding-left: 30px;
}

ol.general li {
padding-bottom: 10px;
}

.strong_copy {
font-weight: bold;
}

.italic_copy {
font-style: italic;
}

.copy_top_login {
font-size: 10px;
font-weight: bold;
color: #808080;
}


/*FORM STYLES*/

fieldset {
border: 1px solid #043E54;
padding: 10px;
}

legend {
font-weight: normal;
color: #000000;
margin-bottom: 10px;
padding: 0px 5px;
}

label.ex_small {
float: left;
clear: left;
width: 55px;
text-align: right;
padding-right: 4px;
}

label.small {
float: left;
clear: left;
width: 90px;
text-align: right;
padding-right: 4px;
}

label.large {
float: left;
clear: left;
width: 120px;
text-align: right;
padding-right: 4px;
font-weight: bold;
}

label.review_questionnaire {
font-weight: bold;
}

label.large_norm {
float: left;
clear: left;
width: 120px;
text-align: right;
padding-right: 4px;
}

hr.form {
clear: both;
margin-top: 3px;
margin-bottom: 3px;
}


/*INPUT*/

input {
font-family: arial;
font-size: 11px;
padding: 1px;
padding-left: 2px;
}

input.no_float {
float: none;
}

input.qty {
border: 1px solid #808080;
width: 25px;
text-align: right;
padding-right: 2px;
background: #ffffff!important;
}

input.ex_small {
float: left;
border: 1px solid #808080;
width: 50px;
background: #ffffff!important;
}

input.ex_small_error {
float: left;
border: 1px solid #808080;
width: 50px;
background: #ff0000!important;
color: #ffffff;
}

input.small {
float: left;
border: 1px solid #808080;
width: 100px;
background: #ffffff!important;
}

input.medium {
float: left;
border: 1px solid #808080;
width: 150px;
background: #ffffff!important;
}

input.large {
float: left;
border: 1px solid #808080;
float: left;
width: 200px;
background: #ffffff!important;
}

input.chkbox {
float: left;
border: 0px solid #ffffff;
cursor: pointer;
}

input.top_login {
font-size: 10px;
border-left: 1px solid #808080;
border-top: 1px solid #808080;
border-right: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
width: 110px;
height: 14px;
background: #eeeeee!important;
}

input.top_login_error {
font-size: 10px;
border-left: 1px solid #808080;
border-top: 1px solid #808080;
border-right: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
width: 110px;
height: 14px;
background: #ff0000!important;
color: #ffffff;
}

input.login_highlight {
font-size: 10px;
border: 1px solid #808080;
width: 140px;
background: #439BA2!important;
color: #ffffff;
}


/*TEXTAREA*/

textarea {
float: left;
border: 1px solid #808080;
font-family: arial;
font-size: 11px;
padding: 2px;
}

textarea.thin {
width: 230px;
height: 100px;
}

textarea.small {
width: 270px;
height: 100px;
}

textarea.medium {
width: 300px;
height: 70px;
}

textarea.large {
width: 300px;
height: 100px;
}


/*SELECT*/

select {
float: left;
font-family: arial;
font-size: 11px;
background: #ffffff!important;
}

select.small {
float: left;
font-family: arial;
font-size: 10px;
background: #ffffff!important;
}

select.no_float {
float: none;
}


/*SUBMIT*/

.submitBut {
border-style: outset;
border-top-color: #ffffff;
border-left-color: #ffffff;
border-right-color: #808080;
border-bottom-color: #808080;
border-width: 2px;
background: #e3e3e3!important;
font: menu;
padding: 1px;
cursor: pointer;
}

.submitBut_right {
border-style: outset;
border-top-color: #ffffff;
border-left-color: #ffffff;
border-right-color: #808080;
border-bottom-color: #808080;
border-width: 2px;
background: #e3e3e3!important;
font: menu;
padding: 1px;
cursor: pointer;
margin-left: 10px;
}
