/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Arial, sans-serif; font-size: 1.1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { background: #BBE573; color: #ffffff; }
.ui-widget-content a { color: #f2f2f2; }
.ui-widget-header { border: 1px solid #3f7506; background: #3a8104 url(/images/ui-bg_highlight-soft_33_3a8104_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: normal; color: #000; outline: none; background: url(/images/up_closed.jpg) no-repeat 0px 2px;}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {font-weight: bold; color: #000; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { background: url(/images/over_opened.jpg) no-repeat 0px 2px; font-weight: normal; color: #ffffff; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #000; text-decoration: none; outline: none; background: url(/images/over_closed.jpg) no-repeat 0px 2px; }
.ui-state-active, .ui-widget-content .ui-state-active {background: url(/images/up_opened.jpg) no-repeat 0px 2px; font-weight: normal; color: #ffffff; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #000; outline: none; text-decoration: none; }



/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(/images/ui-icons_72b42d_256x240.png); }
.ui-widget-content .ui-icon { }
.ui-widget-header .ui-icon {background-image: url(/images/ui-icons_ffffff_256x240.png); }
.ui-state-default .ui-icon { background-image: url(/images/ui-icons_ffffff_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/images/ui-icons_ffffff_256x240.png); }
.ui-state-active .ui-icon {background-image: url(/images/ui-icons_ffffff_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(/images/ui-icons_4eb305_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/images/ui-icons_cd0a0a_256x240.png); }

/* positioning */

.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }


/* Misc visuals
----------------------------------*/


/* Accordion ----------------------------------*/
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content {color: #5F5F5F; padding: 0 1em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow:auto;overflow-x: hidden; overflow-y: scroll; height: 410px; display: none; }
.ui-accordion .ui-accordion-content-active { display: block; overflow:auto!important;}
.ui-accordion h5 {font-size: 12px; }
.ui-accordion p{font-size: 14px; color: #000;}

.roundborder h2, .roundborder1 h2, .roundborder2 h2 {padding: 0; margin: 0;}
.roundborder p, .roundborder1 p, .roundborder2 p{ color: #000; font-size: 14px; vertical-align: middle; text-align: right; padding: 0; margin: 4px 0px 4px 0px;}
.roundborder input, .roundborder1 input, .roundborder2 input{padding: 4px 0px 0px 4px;}
.roundborder {border-top:1px solid #8DD416;	border-bottom:1px solid #8DD416; margin: 2px 10px 10px 10px; }
.roundborder .roundContent {text-align:left; background-color: #8DD416;	color:#7A7A7A; padding:2px 7px; }
.roundborder .t, .roundborder .b {position:relative;background-color: #8DD416; height:12px;	}
.roundborder .t div, .roundborder .b div {position:absolute; width:16px; height:13px; padding:0; margin:0;}
.roundborder .t .l {top:-1px; left:0; background:#FFF no-repeat url('/images/angles.gif') top left;}
.roundborder .t .r {top:-1px; right:0; background:#FFF no-repeat url('/images/angles.gif') top right;}
.roundborder .b .l {background:#FFF no-repeat url('/images/angles.gif') bottom left; bottom:-1px; left:0;}
.roundborder .b .r {background:#FFF no-repeat url('/images/angles.gif') bottom right; bottom:-1px; right:0;}

.roundborder1 {border-top:1px solid #BBE573;	border-bottom:1px solid #BBE573; margin: 2px 10px 10px 10px; }
.roundborder1 .roundContent1 {text-align:left; background-color: #BBE573;	color:#7A7A7A; padding:2px 7px; }
.roundborder1 .t, .roundborder1 .b {position:relative;background-color: #BBE573; height:12px;	}
.roundborder1 .t div, .roundborder1 .b div {position:absolute; width:16px; height:13px; padding:0; margin:0;}
.roundborder1 .t .l {top:-1px; left:0; background:#FFF no-repeat url('/images/angles1.gif') top left;}
.roundborder1 .t .r {top:-1px; right:0; background:#FFF no-repeat url('/images/angles1.gif') top right;}
.roundborder1 .b .l {background:#FFF no-repeat url('/images/angles1.gif') bottom left; bottom:-1px; left:0;}
.roundborder1 .b .r {background:#FFF no-repeat url('/images/angles1.gif') bottom right; bottom:-1px; right:0;}

.roundborder2 {border-top:1px solid #D1EEA2;	border-bottom:1px solid #D1EEA2; margin: 2px 10px 10px 10px; }
.roundborder2 .roundContent2 {text-align:left; background-color: #D1EEA2;	color:#7A7A7A; padding:2px 7px; }
.roundborder2 .t, .roundborder2 .b {position:relative;background-color: #D1EEA2; height:12px;	}
.roundborder2 .t div, .roundborder2 .b div {position:absolute; width:16px; height:13px; padding:0; margin:0;}
.roundborder2 .t .l {top:-1px; left:0; background:#FFF no-repeat url('/images/angles2.gif') top left;}
.roundborder2 .t .r {top:-1px; right:0; background:#FFF no-repeat url('/images/angles2.gif') top right;}
.roundborder2 .b .l {background:#FFF no-repeat url('/images/angles2.gif') bottom left; bottom:-1px; left:0;}
.roundborder2 .b .r {background:#FFF no-repeat url('/images/angles2.gif') bottom right; bottom:-1px; right:0;}

.windowSelZone{position: absolute; background: url('/images/screenbg.png'); /* filter:Alpha(Opacity=80);*/ border: 1px solid #555555; z-index: 1000; width: 674px; height: 600px; padding: 10px; margin: 0;}

.ZTopBanner{width: 650px; height: 50px; color: #FFF; background-color: #333333; padding: 10px;}
.ZRightBanner1{width: 260px; height: 170px; color: #FFF; background-color: #333333; padding: 10px; margin: 10px 10px 10px 390px;}
.ZRightBanner2{width: 260px; height: 140px; color: #FFF; background-color: #333333; padding: 10px; margin: 10px 10px 10px 390px;}
.ZRightBanner3{width: 260px; height: 80px; color: #FFF; background-color: #333333; padding: 10px; float: right; margin-right: 3px;}
.ZBottomBanner{width: 360px; height: 80px; color: #FFF; background-color: #333333; padding: 10px; margin:0; float: left;}

.ZRightBanner1Super{width: 360px; height: 100px; color: #FFF; background-color: #333333; padding: 10px; float: left; margin: 10px 10px 10px 0px;}

.ZRightBanner22{width: 260px; height: 150px; color: #FFF; background-color: #333333; padding: 10px; margin: 10px 10px 10px 390px;}
.ZRightBanner33{width: 260px; height: 90px; color: #FFF; background-color: #333333; padding: 10px;  margin: 10px 10px 10px 390px;}
.ZBottomBanner2{width: 260px; height: 60px; color: #FFF; background-color: #333333; padding: 10px; margin: 10px 10px 10px 390px; }
.ZBottomSpec{width: 260px; height: 50px; color: #fff; padding: 10px; background-color: #333333;}

.banPrice{float: left;}
.banConfirm{float: right;}
#acc_groupMain p, #acc_group1 p, #acc_group2 p, #acc_group3 p {padding: 2px 4px 2px 4px;}

.wsz10, .wsz20, .wsz30, .wsz11, .wsz12, .wsz13, .wsz21, .wsz22, .wsz23, .wsz31, .wsz32, .wsz33{display: none;}  
.subGroup1 a, .subGroup2 a, .subGroup3 a{color: #000; text-decoration: none; border-bottom: 1px dotted #000;}
.subGroup1 a:hover, .subGroup2 a:hover, .subGroup3 a:hover{color: #4F4F4F; text-decoration: none; border-bottom: 1px solid #4F4F4F;}
#appendMailBody h5,p {color: #FFF; padding: 2px 0px 0px 0px; margin:0;}
