

/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://ui.jquery.com/themeroller/?ffDefault=segoe%20ui,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=3b3b35&bgTextureHeader=05_inset_soft.png&bgImgOpacityHeader=22&borderColorHeader=59584f&fcHeader=ffffff&iconColorHeader=e7e6e4&bgColorContent=f0efea&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=808080&bgColorDefault=327E04&bgTextureDefault=03_highlight_soft.png&bgImgOpacityDefault=25&borderColorDefault=327E04&fcDefault=ffffff&iconColorDefault=eeeeee&bgColorHover=5A9D1A&bgTextureHover=03_highlight_soft.png&bgImgOpacityHover=25&borderColorHover=327E04&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=f0efea&bgTextureActive=07_diagonals_small.png&bgImgOpacityActive=100&borderColorActive=c4c5c3&fcActive=403D38&iconColorActive=8DC262&bgColorHighlight=fcf0ba&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=e8e1b5&fcHighlight=363636&iconColorHighlight=8DC262&bgColorError=ffedad&bgTextureError=03_highlight_soft.png&bgImgOpacityError=95&borderColorError=e3a345&fcError=cd5c0a&iconColorError=cd0a0a&bgColorOverlay=2e2e28&bgTextureOverlay=21_glow_ball.png&bgImgOpacityOverlay=25&opacityOverlay=65&bgColorShadow=f0f0f0&bgTextureShadow=01_flat.png&bgImgOpacityShadow=35&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Arial, sans-serif; font-size: 1.05em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Arial, sans-serif; font-size: 1em; }
/*.ui-widget-content { border: 1px solid #aaaaaa; background: #f0efea url(/image/ui-bg_highlight-soft_100_f0efea_1x100.png) 50% top repeat-x; color: #222222; }*/
.ui-widget-content { color: #555555; z-index: 100;}
.ui-widget-content a { color: #555555; }
.ui-widget-header { border: 1px solid #59584f; background: #3b3b35 url(/image/ui-bg_inset-soft_22_3b3b35_1x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { font-weight: bold; color: #ffffff; outline: none; }
.ui-state-default a { color: #ffffff; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 0; font-weight: bold; color: #ffffff; outline: none;}
.ui-state-hover a { color: #ffffff; text-decoration: none; outline: none; background: #a50069;}
.ui-state-active, .ui-widget-content .ui-state-active { font-weight: bold; color: #403D38; outline: none;}
.ui-state-active a { color: #403D38; outline: none; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #e8e1b5; background: #fcf0ba url(/image/ui-bg_glass_55_fcf0ba_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #e3a345; background: #ffedad url(/image/ui-bg_highlight-soft_95_ffedad_1x100.png) 50% top repeat-x; color: #cd5c0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #cd5c0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #cd5c0a; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(/image/ui-icons_808080_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(/image/ui-icons_808080_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(/image/ui-icons_e7e6e4_256x240.png); }
/*.ui-state-default .ui-icon { background-image: url(/image/ui-icons_eeeeee_256x240.png); }*/
.ui-state-default .ui-icon { background-image: url(/image/arrow.png); background-repeat: no-repeat; }

/*.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/image/ui-icons_ffffff_256x240.png); }
.ui-state-active .ui-icon {background-image: url(/image/ui-icons_8DC262_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(/image/ui-icons_8DC262_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/image/ui-icons_cd0a0a_256x240.png); }*/

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/image/arrow.png); background-repeat: no-repeat; }
.ui-state-active .ui-icon {background-image: url(/image/arrow.png); background-repeat: no-repeat; }
.ui-state-highlight .ui-icon {background-image: url(/image/arrow.png); background-repeat: no-repeat; }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/image/arrow.png); background-repeat: no-repeat; }


/* positioning */

/*.ui-icon-triangle-1-s { background-position: -64px -16px; }*/

/* Misc visuals
----------------------------------*/

/* Corner radius */


/* Overlays */
.ui-widget-overlay { background: #2e2e28 url(/image/ui-bg_glow-ball_25_2e2e28_600x600.png) 50% 35% repeat-x; opacity: .65;filter:Alpha(Opacity=65); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #f0f0f0 url(/image/ui-bg_flat_35_f0f0f0_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; }



/* custom*/
.txtbox{ float: left; width: 150px; border: 1px solid #c6c3c3; padding: 0px 0px; margin-left: 0px;}
.txtbox span{ color: #918e8e; font-size: 0.92em; display: block;}
.drop-wrapper { width: 180px; _margin-top: 0px; margin-left: 0px; float:left;}
.top-curve{background-image: url(/image/bck-dropdown.png); background-repeat: no-repeat; background-position: top; width: 220px; height: 16px;}
.bot-curve{background-image: url(/image/bck-dropdown.png); background-repeat: no-repeat; background-position: bottom; width: 220px; overflow: hidden; height: 1%; padding-bottom: 35px;}
