﻿@charset "utf-8";
/* CSS Document */
input { font-size:12px; }

.sexy-text {}
.sexy-password {}
.sexy-select {}
.sexy-field-container { padding:2px; padding-top:1px; background:url(/Content/Images/sexy-elem-bg.png) repeat-x bottom #E6E6E6; height:auto; -moz-border-radius:2px; -webkit-border-radius:2px;
 border-top:1px #e9e9e9 solid; border-right:1px #828282 solid; border-left:1px #dadada solid; position: relative;}
.sexy-field-container > .sexy-bt { float:right !important; padding:0px; margin:0px; border-left:1px #dadada solid; -moz-border-radius-topright: 2px; -webkit-border-top-right-radius: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; background-repeat:no-repeat; *margin-top: -22px; }
.sexy-select-bt { background-image:url(/Content/Images/sexy-dropdown-arrows.png); cursor:pointer; }

.sexy-field-container > .sexy-bt.valid { background-image:url(/Content/Images/sexy-validation-valid.png); }
.sexy-field-container > .sexy-bt.sexy-select-bt.valid { background-image:url(/Content/Images/sexy-dropdown-arrows.png); background-position:-20px 0px; }
.sexy-field-container > .sexy-bt.required { background-image:url(/Content/Images/sexy-validation-required.png); }
.sexy-field-container > .sexy-bt.sexy-select-bt.required { background-image:url(/Content/Images/sexy-dropdown-arrows.png); background-position:-60px 0px; }
.sexy-field-container > .sexy-bt.invalid { background-image:url(/Content/Images/sexy-validation-invalid.png); }
.sexy-field-container > .sexy-bt.sexy-select-bt.invalid { background-image:url(/Content/Images/sexy-dropdown-arrows.png); background-position:-40px 0px; }
.sexy-field-container > .sexy-bt.sexy-select-bt:hover { background-position:-80px 0px; }
.sexy-field-container > .sexy-tf { margin:0px; padding:2px; border:1px #d3d2d2 solid; background:url(/Content/Images/tf-shadow.png) top left #FFF; }
.sexy-field-container > .sexy-tf.readonly { color:#333; }
button::-moz-focus-inner { border: 0; padding: 0; }

.sexy-dropdown { background-color:#F3F3F3; -moz-border-radius: 2px; -webkit-border-radius: 2px; border:1px #999 solid; border-bottom:0px; overflow:auto; }
.sexy-dropdown-option { border-bottom:1px #999 solid; padding:3px; cursor:pointer; color:#33516a; }
.sexy-dropdown-option.highlighted { background-color:#dde6ee; color:#33516a; }
.sexy-dropdown-option:hover { background-color:#3f6483; color:#FFF; }
.sexy-dropdown-option-highlight { background-color:#FF9; border:1px #FC0 solid; }
.sexy-dropdown-option:hover .sexy-dropdown-option-highlight { color:#3f6483; }

.sexy-select-option-container { min-height:28px; padding:2px; float:none; clear:both; margin-top:35px; border:1px #CCC solid; }
.sexy-selected-option { padding:3px; background-color:#E9F0F5; display:block; float:left; margin:2px 3px; cursor:pointer; border:1px #c6d8e5 solid; }
.sexy-selected-option:hover { background-color:#c6d8e5 }