/*
* jQuery UI CSS Framework
* Copyright (c) 2010 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) 2010 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=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #999999; background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fcefa1; background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_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 #cd0a0a; background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #cd0a0a; }
.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; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

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

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_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-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.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; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


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

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/* Autocomplete
----------------------------------*/
.ui-autocomplete { position: absolute; cursor: default; }	
.ui-autocomplete-loading { background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat; }

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/* Menu
----------------------------------*/
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	margin: -1px;
}
/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/**
 * The "classic" theme CSS for Shadowbox.
 *
 * This file is part of Shadowbox.
 *
 * Shadowbox is an online media viewer application that supports all of the
 * web's most popular media publishing formats. Shadowbox is written entirely
 * in JavaScript and CSS and is highly customizable. Using Shadowbox, website
 * authors can showcase a wide assortment of media in all major browsers without
 * navigating users away from the linking page.
 *
 * Shadowbox is released under version 3.0 of the Creative Commons Attribution-
 * Noncommercial-Share Alike license. This means that it is absolutely free
 * for personal, noncommercial use provided that you 1) make attribution to the
 * author and 2) release any derivative work under the same or a similar
 * license.
 *
 * If you wish to use Shadowbox for commercial purposes, licensing information
 * can be found at http://mjijackson.com/shadowbox/.
 *
 * @author      Michael J. I. Jackson <mjijackson@gmail.com>
 * @copyright   2007-2008 Michael J. I. Jackson
 * @license     http://creativecommons.org/licenses/by-nc-sa/3.0/
 * @version     SVN: $Id: skin.js 91 2008-03-28 17:39:13Z mjijackson $
 */

/*_____________________________________________________  container & overlay  */
#shadowbox_container, #shadowbox_overlay {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
#shadowbox_container {
  position: fixed;
  display: none;
  visibility: hidden;
  z-index: 999;
  text-align: center; /* centers #shadowbox in quirks and IE */
}
#shadowbox_overlay {
  position: absolute;
}

/*_______________________________________________________________  shadowbox  */
#shadowbox {
  position: relative;
  margin: 0 auto;
  text-align: left; /* reset left alignment */
}

/*____________________________________________________________________  body  */
#shadowbox_body {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0px solid #333;
  overflow: hidden;
}
#shadowbox_body_inner {
  position: relative;
  height: 100%;
}
#shadowbox_content.html {
  height: 100%;
  overflow: auto; /* make html content scrollable */
}

/*_________________________________________________________________  loading  */
#shadowbox_loading {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
/*#shadowbox_body, */#shadowbox_loading {
  background-color: #060606; /* should match loading image background color */
}
#shadowbox_loading_indicator {
  float: left;
  margin: 10px 10px 0 10px;
  height: 32px;
  width: 32px;
  background-image: url(icons/loading.gif);
  background-repeat: no-repeat;
}
#shadowbox_loading span {
  font-family: 'Lucida Grande', Tahoma, sans-serif;
  font-size: 10px;
  float: left;
  margin-top: 16px;
}
#shadowbox_loading span a:link,
#shadowbox_loading span a:visited {
  color: #fff;
  text-decoration: underline;
}

/*____________________________________________________________  title & info  */
#shadowbox_title, #shadowbox_info {
  position: relative;
  margin: 0; /* these must have no vertical margin or padding */
  padding: 0;
  overflow: hidden;
}
#shadowbox_title_inner, #shadowbox_info_inner {
  position: relative;
  font-family: 'Lucida Grande', Tahoma, sans-serif;
  line-height: 16px;
}
#shadowbox_title {
  border: 0px solid;
  height: 26px;
}
#shadowbox_title_inner {
  font-size: 16px;
  padding: 5px 0;
  color: #fff;
}
#shadowbox_info {
  border: 0px solid;
  height: 20px;
}
#shadowbox_info_inner {
  font-size: 12px;
  color: #fff;
}

/*_____________________________________________________________________  nav  */
#shadowbox_nav {
  float: right;
  height: 16px;
  padding: 2px 0;
  width: 45%;
}
#shadowbox_nav a {
  display: block;
  float: right;
  height: 16px;
  width: 16px;
  margin-left: 3px;
  cursor: pointer;
}
#shadowbox_nav_close {
  background-image: url(icons/close.png);
  background-repeat: no-repeat;
}
#shadowbox_nav_next {
  background-image: url(icons/next.png);
  background-repeat: no-repeat;
}
#shadowbox_nav_previous {
  background-image: url(icons/previous.png);
  background-repeat: no-repeat;
}
#shadowbox_nav_play {
  background-image: url(icons/play.png);
  background-repeat: no-repeat;
}
#shadowbox_nav_pause {
  background-image: url(icons/pause.png);
  background-repeat: no-repeat;
}

/*_________________________________________________________________  counter  */
#shadowbox_counter {
  float: left;
  padding: 2px 0;
  width: 45%;
}
#shadowbox_counter a {
  padding: 0 4px 0 0;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}
#shadowbox_counter a.shadowbox_counter_current {
  text-decoration: underline;
}

/*___________________________________________________________________  clear  */
div.shadowbox_clear {
  clear: both; /* clear floating counter & nav */
}

/*________________________________________________________________  messages  */
div.shadowbox_message {
  font-family: 'Lucida Grande', Tahoma, sans-serif;
  font-size: 12px;
  padding: 10px;
  text-align: center;
}
div.shadowbox_message a:link,
div.shadowbox_message a:visited {
  color: #fff;
  text-decoration: underline;
}
/******************* standart yapi **********************/
html   {width:100%; height:100%; overflow-y:scroll;}
body   {width:100%; height:100%; margin:0px; padding:0px; font-family:Tahoma; font-size:11px; color:#000000;}
form   {margin:0px; padding:0px;}
img    {border:none;}
ul, ol {margin:5px 5px 5px 10px; padding:0px 0px 0px 20px;}
table  {border-spacing: 0px; border-collapse: collapse;}
td     {padding:0px; }
a      {text-decoration:none; color:#3b6ac6;}
div.clear {clear:both; height:1px; font-size: 1px; line-height: 1px;}
div.uyarigoster {color:red; font-weight:bold;}
label.error {color:red;clear:both; display:block}
label.error.n {display:inline;}
em, i { font-style: italic; }
strong, b { font-weight: bold; }
/******************* standart yapi **********************/

/******************* ana yapi **********************/
body   {font-family:Tahoma; background:url('../img/body_back.jpg') repeat-x top center #ffffff;}
div#sayfa_back { z-index:-1; position:absolute; top:0px; left:0px; width:100%; height:610px; background:url('../img/sayfa_back.jpg') no-repeat top center; }

/* baslik */
div#baslik {width:887px; height:214px; position:relative; margin:0px auto; }
div#baslik div.diller {width:70px; height:30px; position:absolute; top:0px; left:605px; text-align: center; z-index:3;}
div#baslik div.diller img {width:33px; height:30px; margin:0px 1px;}
div#baslik div.araback {width:208px; height:30px; position:absolute; top:0px; left:676px; background:url('../img/ara_back.png') no-repeat top left; z-index:1;}
div#baslik div.ara {width:208px; height:30px; position:absolute; top:0px; left:676px; z-index:2;}
div#baslik div.ara input.k {width:165px; height:18px; position:absolute; top:5px; left:15px; border:none; background:none;}
div#baslik div.ara input.i {width:16px; height:20px; position:absolute; top:4px; left:182px;}
div#baslik img.logo {width:252px; height:92px; position:absolute; top:38px; left:0px; z-index:3;}
div#baslik div.slogan {width:260px; height:25px; position:absolute; top:65px; left:266px; font-size:16px; font-weight:bold; color:#ef1f1d; font-style: italic; letter-spacing: 2px; z-index:3; font-family: Times New Roman;}
div#baslik div.hak_ile {width:206px; height:20px; position:absolute; top:62px; left:672px; line-height:22px; z-index:3; text-align: right;}
div#baslik div.hak_ile a {height:17px; line-height:17px; font-size:14px; font-weight:bold; color:#ec1d25; font-family: Arial; margin-left:10px;}
div#baslik div.hak_ile img {width:17px; height:17px; vertical-align:text-bottom; margin-right:5px;}
div#baslik div.banner {width:887px; height:132px; position: absolute; top:82px; left:0px; z-index:1;}
div#baslik div.banner img{width:887px; height:132px;}
/* baslik */

/* govde */
div#govde {width:887px; margin:0px auto;}
div#govde div.cerceve887px_orta div.ustlinkler {width:859px; height:25px; position:relative; top:-5px; padding:6px;  margin:0px auto; text-align:center; background:url('../img/altsayfa_ustlinkler_back.jpg') no-repeat top center;}
div#govde div.cerceve887px_orta div.ustlinkler a {
    color:#ffffff; font-size:14px;
    line-height:14px; 
    padding:6px 9px 5px; 
    display:inline-block; 
    margin:0px 2px; 
    vertical-align: top;
}
div#govde div.cerceve887px_orta div.ustlinkler a:Hover,
div#govde div.cerceve887px_orta div.ustlinkler a.selected {background:url('../img/altsayfa_ustlinkler_hover_back.jpg') no-repeat bottom center #ffffff; color:#ec1d25;  -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;}
div#govde div.cerceve887px_orta div.ustlinkler a.selected {height:20px; -moz-border-radius: 6px 6px 0px 0px; -webkit-border-radius: 6px 6px 0px 0px; border-radius: 6px 6px 0px 0px; background-image:url('../img/altsayfa_ustlinkler_hover_back2.jpg'); }
div#govde div.cerceve887px_orta div.ustlinkler a.selected:Hover {background-image:url('../img/altsayfa_ustlinkler_hover_back2.jpg');}
div#govde div.cerceve887px_orta div.icerik {width:879px; margin:0px auto; background-color: #ffffff;}
/* govde */

/* alt */
div#alt {width:887px; margin:0px auto; color:#767676;}
div#alt div.copy_zs{ padding:0px 13px; }
div#alt div.copy_zs div.zs {float:right; text-align:right;}
div#alt div.adres {float:left; line-height:140%; margin:5px 0px 5px 13px; display:inline;}
div#alt div.birtek {float:right; margin:13px 13px 0px 0px; width:90px; height:28px; font-size:10px; text-align: right;  display:inline;}
div#alt div.birtek a{line-height: 9px; color:#767676;}
div#alt div.birtek a:Hover {text-decoration:none;}
div#alt div.birtek img {float:right; width:33px; height:28px; margin-left:1px;}
div#alt div.birtek span {display: none;}
/* alt */

/* 887px golgeli cerceve */
div.cerceve887px {width:887px; margin:0px auto;}
div.cerceve887px_ust {width:887px; height:12px; margin:0px auto; background: url('../img/altsayfacerceve_ust.png') no-repeat bottom center;}
div.cerceve887px_orta {width:887px; margin:0px auto; background: url('../img/altsayfacerceve_orta.png') repeat-y top center;}
div.cerceve887px_alt {width:887px; height:12px; margin:0px auto; background: url('../img/altsayfacerceve_alt.png') no-repeat top center;}
/* 887px golgeli cerceve */
/******************* ana yapi **********************/

/* kurumsal */
table.kurumsalyapi {width:100%;}
table.kurumsalyapi td.solmenu {vertical-align: top; width: 195px; background-color: #f5f4f4;}
table.kurumsalyapi td.solmenu div.baslik {font-size:18px; color:#000000; padding:20px 0px 5px 11px; background-color: #ffffff;}
table.kurumsalyapi td.solmenu .kurumsalmenuoge {height:22px; display:block; font-size:14px; color:#000000; padding:9px 5px 0px 10px; background:url('../img/kurumsal_menu_a_back.jpg') no-repeat top left;}
/*
table.kurumsalyapi td.solmenu a.kurumsalmenuoge {height:23px; display:block; font-size:15px; color:#626262; padding:8px 5px 0px 10px; background:url('../img/kurumsal_menu_a_back.jpg') no-repeat top left;}
table.kurumsalyapi td.solmenu a.kurumsalmenuoge:Hover,
table.kurumsalyapi td.solmenu a.kurumsalmenuoge.selected {color:#000000; background:none; background-color: #ffffff;}
*/
table.kurumsalyapi td.solmenu div.seviye2 {padding-left:20px;}
table.kurumsalyapi td.solmenu div.seviye2 a {display:block; font-size:12px; color:#626262; padding:4px; }
table.kurumsalyapi td.solmenu div.seviye2 a:Hover,
table.kurumsalyapi td.solmenu div.seviye2 a.selected {color:red; background:none; background-color: #ffffff;}

table.kurumsalyapi td.sagicerik {vertical-align: top;}
table.kurumsalyapi td.sagicerik div.baslik {font-size:18px; color:#5d5d5d; padding:25px 0px 0px 15px; border-bottom:1px solid #e4e3e3; margin-bottom:1px; background:url('../img/altsayfa_icerikbaslik_back.jpg') no-repeat bottom left;}
table.kurumsalyapi td.sagicerik div.alt_baslik {font-size:14px; color:#000000; margin:10px 0px 0px 20px; background-color:#E8E8E8; padding:2px 5px; height:25px; line-height: 25px; font-weight:bold;}
table.kurumsalyapi td.sagicerik div.icerikdivi {padding:10px 10px 10px 20px; font-size: 12px; line-height:1.5;}
table.kurumsalyapi td.sagicerik div.icerikdivi div.dosyaveyalinkler {margin-top:10px;}
table.kurumsalyapi td.sagicerik div.icerikdivi div.dosyaveyalinkler a{color:#656565; font-size:12px; font-weight:bold; display:block; background:url('../img/dosyaveyalinkler_a_back.jpg') no-repeat center left; padding:2px 2px 2px 20px;}
table.kurumsalyapi td.sagicerik div.icerikdivi div.dosyaveyalinkler a:Hover {text-decoration:underline;}
table.kurumsalyapi td.sagicerik div.icerikdivi div.geri {padding-top:5px; margin-top:30px; border-top:1px solid #E7E7E7;}
table.kurumsalyapi td.sagicerik div.icerikdivi div.geri a{color:red;}
/* kurumsal */

/* arama */
div.arama {margin-top:5px;}
div.arama div.baslik span {font-size:16px;}
div.arama ol {}
div.arama ol li{ line-height:16px; padding:0px; margin:3px;}
div.arama ol li a { color:black;}
div.arama ol li span { color:red; line-height:11px; border:1px solid silver; padding:0px 2px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}
/* arama */

/* bolumler */
div.bolum_prog_kategori {border-bottom:1px solid #fff; background:url('../img/bolum_prog_kategori_back.jpg') repeat top center;} 
div.bolum_prog_kategori div.kategori {width:286px; height:97px; position: relative; float:left; margin:0px 0px 6px 5px; cursor: pointer;} 
div.bolum_prog_kategori div.kategori.selected {background-color: #ffffff; height: 103px;} 
div.bolum_prog_kategori div.kategori img {width:280px; height:91px; position: absolute; top:3px; left:3px; } 
div.bolum_prog_kategori div.kategori img.png {width:286px; height:97px; position: absolute; top:0px; left:0px; z-index:2;} 
div.bolum_prog_kategori div.kategori div.isim {width:250px; height:22px; position: absolute; top:66px; left:21px; z-index:2; color:#ffffff; font-size:18px; overflow: hidden;} 
div.bolum_prog_kategori div.kategori div.isim a{color:#ffffff;} 

div.kategori_baslik { height:26px; font-size:18px; font-weight:bold; color:#515151; padding:12px 0px 0px 20px; background: url('../img/bolum_kategori_baslik_back.jpg') no-repeat top left;}
div.kategori_baslik a { font-size:12px; color:#6b6b6b;}
div.kategori_baslik a span{visibility: hidden;}
div.kategori_baslik a:Hover span{visibility: visible;}
div.kategori_baslik img { width:24px; height:21px; vertical-align: middle; margin:0px 1px;}
div.bolum_program { margin:12px 12px 0px 12px; border:1px solid #E8E8E8; padding:5px; line-height:175%;}
div.bolum_program div.prog_adi { font-weight:bold; font-size:16px; color:red; background-color:#E8E8E8; height:25px; line-height:25px; margin:0px 0px 5px 0px; padding:2px 5px;}
div.bolum_program a.prog_onbasvuru,
div.bolum_program a.prog_danisma {float:left; color:#6b6b6b; font-size:15px; display:block;  margin:5px; padding:15px 0px 0px 40px; width:193px; height:26px; background: url('../img/prog_onbasvuru_back.jpg') no-repeat top left;}
div.bolum_program a.prog_danisma {background: url('../img/prog_danisma_back.jpg') no-repeat top left;}
div.nv_hs_sol {float:right; margin:10px 10px 0px 10px; width:233px; display:inline;}
div.nv_hs {width:233px; background: url('../img/nv_hs_back.jpg') no-repeat top left; }
div.nv_hs div.alt_back {width:233px; background: url('../img/nv_hs_back2.jpg') no-repeat bottom left; color:#6a6a6a; min-height:105px;}
div.nv_hs div.alt_back div.basl {padding:10px 0px 0px 13px; height:27px; font-size:15px; color:#6b6b6b;}
div.nv_hs div.alt_back div.basl img.png {width:25px; height:21px; vertical-align: text-bottom; margin-right:5px;}
div.nv_hs div.alt_back div.icer {padding:10px 15px 15px 15px; font-size:13px; color:#000000;}

div.bolum_hac div.bolum_program { margin:15px 0px 0px 15px; float:left; width:595px; display:inline;}
div.bolum_umre div.bolum_program { margin:15px 0px 0px 15px; float:left; width:595px; display:inline;}
div.bolum_hac div.icerikdivi div.bolum_program,
div.bolum_umre div.icerikdivi div.bolum_program,
div.icerikdivi div.bolum_program {margin:0px; float: none; display: block; width: auto;}

div#tatilbanner {width:879px; height:156px;}
div.tatilsecenekler {width:861px; height:50px; margin:5px auto;}
div.tatilsecenekler div.secenek {float:left; width:260px; height:45px; padding:5px 10px 0px 10px; margin:0px 4px 0px 3px; display:inline; background: url('../img/ucak_secenek_back.jpg') no-repeat top center;}
div.tatilsecenekler div.secenek a{color:#ffffff; font-size:12px; font-size: 17px;}

div#telefonbanner {width:879px; height:156px;}
div.telefonsecenekler {width:861px; height:50px; margin:5px auto;}
div.telefonsecenekler div.secenek {float:left; width:260px; height:45px; padding:5px 10px 0px 10px; margin:0px 4px 0px 3px; display:inline; background: url('../img/ucak_secenek_back.jpg') no-repeat top center;}
div.telefonsecenekler div.secenek a{color:#ffffff; font-size:12px; font-size: 17px;}

div#ucakbiletibanner {width:879px; height:156px;}
div.ucakbiletisecenekler {width:861px; height:50px; margin:5px auto;}
div.ucakbiletisecenekler div.secenek {float:left; width:260px; height:45px; padding:5px 10px 0px 10px; margin:0px 4px 0px 3px; display:inline; background: url('../img/ucak_secenek_back.jpg') no-repeat top center;}
div.ucakbiletisecenekler div.secenek a{color:#ffffff; font-size:17px;}
div#ucak_bilet_form {display: none; margin:20px;}
div#ucak_bilet_form label.error {display:inline}

div.notalani { padding:0px 7px; }
div.notalani div.baslik {font-size:17px; padding:5px 5px 5px 10px; background-color:#ec1d25; color:#ffffff; font-weight:bold; margin-bottom:5px;  -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;}

table.bolum_orta_rehberler {width:853px; margin:0px auto; position: relative; bottom:-8px;}
table.bolum_orta_rehberler td {vertical-align: top; text-align: left; padding:0px 8px 10px 8px; background: url('../img/bolum_orta_rehberler_back.jpg') no-repeat bottom left; cursor: pointer;}
table.bolum_orta_rehberler td span {font-size:15px; color:#ec1d25;}
table.bolum_orta_rehberler td a{color:#ec1d25; text-decoration: underline;}

div.orta_hme{width:887px; margin:0px auto;}
div.orta_hme div.haber {width:351px; height:128px; float:left; background: url('../img/haber_back.jpg') no-repeat top left #ffffff; overflow: hidden;}
div.orta_hme div.must {width:315px; height:128px; float:left; background: url('../img/must_back.jpg') no-repeat top left #ffffff; overflow: hidden;}
div.orta_hme div.ebult {width:221px; height:128px; float:left; background: url('../img/ebult_back.jpg') no-repeat top left #ffffff; overflow: hidden;}
div.orta_hme div.bas {margin:15px 0px 0px 13px; color:#ffffff; font-size:15px; height:19px; position: relative;}
div.orta_hme div.haber div.bas {margin-left:20px;}
div.orta_hme div.bas img.png {width:16px; height: 16px; vertical-align: text-bottom; margin-right:3px;}
div.orta_hme div.hepsi {position:absolute; top:1px; right:8px; width:45px; text-align: right;}
div.orta_hme div.hepsi a{color:#ffffff; font-size:10px; text-decoration: underline;}
div.orta_hme div.ice {margin:6px 8px 0px 8px; height: 84px; overflow: hidden; position:relative;}
div.orta_hme div.haber div.ice {margin-left:12px;}
div.orta_hme div.haber div.ice a{display:block; line-height:13px; padding:3px 0px; border-bottom:1px solid #f9bdbf; color:#414141;}
div.orta_hme div.haber div.ice a:Hover{ color:red;}
div.orta_hme div.must div.ice {margin-left:9px; margin-right:9px; color:#414141;}
div.orta_hme div.must a.formagit {position:absolute; color:#ffffff; bottom:0px; left:0px; width:125px; height:20px; text-align:center; font-size:12px; line-height:20px; background: url('../img/formagit_back.jpg') no-repeat top left; overflow: hidden;}
div.orta_hme div.ebult div.ice {margin-right:9px;}
div.orta_hme div.ebult div.ice input.eb_i {margin-bottom:5px; width:166px; height:22px; border:none; margin-top:8px; padding-right:20px; background: url('../img/orta_hme_ebult_input_back.jpg') no-repeat top left;}
div.orta_hme div.ebult div.ice input.eb_s, input.eb_s {position:absolute; color:#ffffff; bottom:0px; right:10px; width:96px; height:20px; border:none; background: url('../img/orta_hme_ebult_submit_back.jpg') no-repeat top left;}
td input.eb_s {position:relative; color:#ffffff; bottom:0px; right:10px; width:96px; height:20px; border:none; background: url('../img/orta_hme_ebult_submit_back.jpg') no-repeat top left;}


table.alt_fvdc {width: 887px; height:72px;}
table.alt_fvdc td.sol {width: 16px; background: url('../img/bolum_fvdc_sol.jpg') no-repeat top left;}
table.alt_fvdc td.ortalar {width: 139px; text-align: left; font-size:15px; color:#ffffff; padding-left:75px; background: no-repeat top left; vertical-align: middle;  cursor: pointer;}
table.alt_fvdc td.ortalar div {font-weight: bold; font-size:18px; margin-bottom:3px;}
table.alt_fvdc td.ortalar a {color:#ffffff;}
table.alt_fvdc td.ortalar.orta1 {background-image: url('../img/bolum_fvdc_orta1.jpg');}
table.alt_fvdc td.ortalar.orta2 {background-image: url('../img/bolum_fvdc_orta2.jpg');}
table.alt_fvdc td.ortalar.orta3 {background-image: url('../img/bolum_fvdc_orta3.jpg');}
table.alt_fvdc td.ortalar.orta4 {background-image: url('../img/bolum_fvdc_orta4.jpg');}

table.alt_fvdc td.sag {width: 15px; background: url('../img/bolum_fvdc_sag.jpg') no-repeat top left;}
/* bolumler */


















/*anasayfa ya ozel*/
body#anasayfa div#baslik {width:960px; height:360px; position:relative; margin:0px auto; }

body#anasayfa div#baslik div.diller {left:641px;}
body#anasayfa div#baslik div.araback {left:712px;}
body#anasayfa div#baslik div.ara {left:712px;}
body#anasayfa div#baslik img.logo {left:15px;}
body#anasayfa div#baslik div.slogan {left:280px;}
body#anasayfa div#baslik div.hak_ile {left:688px;}
body#anasayfa div#baslik div.banner {width:960px; height:280px; top:80px; left:0px;}

body#anasayfa div#govde {width:960px;}

body#anasayfa div#govde div.anahaber {width:887px; height:40px; position:relative; margin:0px auto;}
body#anasayfa div#govde div.anahaber div.back {width:887px; height:40px; position:absolute; top:0px; left:0px; background: url('../img/anahaber_back.png') no-repeat top left; z-index:-1;} 
body#anasayfa div#govde div.anahaber div.haber-left {width:175px; height:25px; position:absolute; top:8px; left:25px; color:#ffffff; font-size:19px; line-height:19px;} 
body#anasayfa div#govde div.anahaber div.haber-left a {color:#ffffff;} 
body#anasayfa div#govde div.anahaber div.haber-right {width:580px; height:31px; position:absolute; top:1px; left:225px; overflow: hidden;} 
body#anasayfa div#govde div.anahaber div.haber-right div#anahaber-carousel {width:580px; height:31px; overflow: hidden; visibility: hidden;} 
body#anasayfa div#govde div.anahaber div.haber-right div#anahaber-carousel li {line-height:15px; font-size:14px; padding:8px 0px; color:#ffffff; font-weight:bold;} 
body#anasayfa div#govde div.anahaber div.haber-right div#anahaber-carousel li a{display:block; color:#ffffff;} 
body#anasayfa div#govde div.anahaber div.haber-right div#anahaber-carousel li a span {font-weight:normal;} 
body#anasayfa div#govde div.anahaber div#haber-onceki,
body#anasayfa div#govde div.anahaber div#haber-sonraki {width:24px; height:21px; position:absolute; top:6px; left:808px; cursor:pointer;} 
body#anasayfa div#govde div.anahaber div#haber-sonraki {left:834px;} 

body#anasayfa div#govde div.ana-gruplar {position:relative; width:887px; height:154px; margin:10px auto; } 
body#anasayfa div#govde div.ana-gruplar div.ana-grup-back {width:887px; height:154px;  position:absolute; top:0px; left:0px; z-index:-1; background:url('../img/ana-grup_back.png') no-repeat top left;} 
body#anasayfa div#govde div.ana-gruplar div.grup-adi {position:absolute; left:18px; top:12px; width:330px; height:20px; color:#1f7099; font-size:17px; font-weight:bolder;} 
body#anasayfa div#govde div.ana-gruplar div.grup-ogeler{ position:absolute; top:35px; left:4px; width: 879px; height:110px;} 
/*body#anasayfa div#govde div.ana-gruplar div.grup-ogeler img {position:relative; float:left; width:205px; height:110px; margin:0px 7px;} */
body#anasayfa div#govde div.ana-gruplar div.grup-ogeler img {position:relative; float:left; width:279px; height:110px; margin:0px 7px;} 

body#anasayfa div#govde div.dklds{width:887px; margin:0px auto;}
body#anasayfa div#govde div.dklds div.dkdiv {width:270px; height:128px; float:left; background: url('../img/dkdiv_back.jpg') no-repeat top left #ffffff; overflow: hidden;}
body#anasayfa div#govde div.dklds div.dkdiv div.bas,
body#anasayfa div#govde div.dklds div.ldiv div.bas,
body#anasayfa div#govde div.dklds div.dsdiv div.bas {margin:16px 0px 0px 13px; color:#ffffff; font-size:14px; height:19px;}
body#anasayfa div#govde div.dklds div.dkdiv div.bas {margin-left:20px;}
body#anasayfa div#govde div.dklds div.ldiv {width:185px; height:128px; float:left; background: url('../img/ldiv_back.jpg') no-repeat top left #ffffff; overflow: hidden;}
body#anasayfa div#govde div.dklds div.ldiv div#linkler {width: 155px; margin:2px auto; position:relative;}
body#anasayfa div#govde div.dklds div.ldiv div#linkler a { display:none; width:155px; height:87px; position:absolute; top:0px; left:0px;}
body#anasayfa div#govde div.dklds div.ldiv div#linkler img{width: 155px; height:87px;}
body#anasayfa div#govde div.dklds div.dsdiv {width:432px; height:128px; float:left; background: url('../img/dsdiv_back.jpg') no-repeat top left #ffffff; overflow: hidden;}
body#anasayfa div#govde div.dklds div.dkdiv div.ice,
body#anasayfa div#govde div.dklds div.ldiv div.ice,
body#anasayfa div#govde div.dklds div.dsdiv div.ice {margin:2px 2px 2px 2px; height: 85px; color:#ec1d25; overflow: hidden;}
body#anasayfa div#govde div.dklds div.dkdiv div.ice {margin-left:6px;}
body#anasayfa div#govde div.dklds div.dsdiv div.ice {margin-right:6px;}
body#anasayfa div#govde div.dklds div.dsdiv div.ice .saatler { float:left; width:68px; height:85px; margin:2px 8px 0px; text-align:center; font-size:10px; color:#ff4d4d; display:inline;}
body#anasayfa div#govde div.dklds div.dsdiv div.ice .saatler div {margin-bottom:3px;}

body#anasayfa div#alt {margin-top:9px}
/*anasayfa ya ozel*/


/* icerik resim gosterme */
div.resss {position:relative; width:210px; height:160px; float:right; display:inline; margin:0px 0px 10px 10px; border:1px solid #f0f0f0; -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px;}
div.resss1 {position:relative; width:208px; height:158px; border:1px solid #dcdcdc; -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px;} 
div.resss2 {position:relative; width:206px; height:156px; border:1px solid #c8c8c8; -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; overflow: hidden; }
div.resss a{display:block; width:206px; height:156px;}
div.resss img{position:absolute; top:0px; left:0px; width:200px; height:150px; padding:3px; }
div.resss_yazisiz {position:relative; text-align:center; clear:both;}
div.resss_yazisiz div.resss {margin:3px; float:left; height:188px;}
div.resss_yazisiz div.resss1 {height:186px;}
div.resss_yazisiz div.resss2 {height:184px;}
div.resss_yazisiz img{width:200px; height:150px; padding:3px;}
/* icerik resim gosterme */


table.liste {width:100%; }
table.liste td{padding:2px; height:25px; color:#000000; font-family:Arial; font-size:12px; font-weight:normal; vertical-align:middle;}
table.liste td.a{background-color:#e8e8e8; padding-left:20px; font-weight:bold; height:30px; font-size:14px;}
table.liste td.b{background-color:#dfdfdf; width: 100px;}
table.liste td.c{background:url('../img/alt_sag_okback1.gif') no-repeat left center #f5f5f5; border-bottom:1px solid #e7e7e7; padding-left:20px;}
table.liste td.c a{color:#000000;}
table.liste td.d{color:#747474; background-color:#e8e8e8; border-bottom:1px solid #dbdbdb; text-align:center;}
table.liste td.d a{color:#747474;}
table.liste tr.hover:Hover td {background-color:#dfdfdf; cursor:pointer; border-bottom:1px solid #e7e7e7;}

table.form { width:100%; margin-top:10px;}
table.form td {padding:2px; height:20px; color:#000; font-family:Arial; font-size:12px; font-weight:normal; vertical-align:middle;}
table.form td.c {font-size:14px; height:30px; background-color:#dfdfdf; padding-left:10px; font-weight:bold;}
table.form td.d {background-color:#e8e8e8; padding-left:10px;}

table.form td.a {width:150px; height:25px; background:url('../img/form_a_back.gif') no-repeat left center #e8e8e8; border-bottom:1px solid #dbdbdb; padding-left:20px;}
table.form td.b {color:#747474; background-color:#f5f5f5; border-bottom:1px solid #e7e7e7; padding-left:10px;}

table.form td.b input.t,
table.form td.b select,
table.form td.b textarea {border:1px solid #f8a8ab; width:340px; vertical-align: middle; margin-right:5px;}
table.form td.b textarea {height:70px;}
table.form td.d input.i {width:100px; height:30px; background: url('../img/gonder.jpg') no-repeat bottom right;  border:none; color:red;  font-weight:bold; cursor: pointer;}


#shadowbox_body #shadowbox_body_inner iframe {background-color:#ffffff;}
