/* *** css/reset.css *** */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
* html {
	overflow: visible;
}
div {
	overflow: visible;
}
td {
	vertical-align: middle;
}

.k { font-weight: bold; padding: 20px; margin: 6px 0 6px 0; border: 1px solid #C8C8C8; text-align: center; }
.e { font-weight: bold; padding: 20px; margin: 6px 0 6px 0; border: 1px solid red; text-align: center; }

input[type=text],
input[type=password],
textarea,
select {
	margin: 0;
	padding: 0;
	border: 1px solid #454545;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}
/*
ol, ul {
	list-style: none;
}
*/
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	cursor: pointer;
	text-decoration: inherit;
}
a img {
	border: none;
}

/* *** css/themes/default/style.css *** */
@CHARSET "UTF-8";
body
{
	font-family: 	Verdana;
	font-size:		11px;
	background:		#d2dee4 url('../img/page_backg_grad.jpg') 0 0 repeat-x;
}
a
{
	text-decoration:	none;
}
.input-default-value
{
	color: 			#b5b6b7;
}

#pageContainer
{
	width:			980px; /* #pageWrapper + #pageWrapperLeftShadow + #pageWrapperRightShadow */
	margin:			0 auto;
}

#pageWrapper
{
	width:			960px;
	float:			left;
	background:		#fff;
}
#pageWrapperLeftShadow
{
	width:			10px;
	float:			left;
	background:		url('../img/mainbody_shadow_left.png') 0 0 repeat-y;
}
#pageWrapperRightShadow
{
	width:			10px;
	float:			left;
	background:		url('../img/mainbody_shadow_right.png') 0 0 repeat-y;
}
#pageWrapperBottomShadow
{
	margin:			0 auto;
	clear:			both;
	height:			10px;
	background:		url('../img/mainbody_shadow_bottom.png') 0 0 no-repeat;
}

#pageHeaderWrapper
{
	width:			100%;
	background:		url('../img/toplogo_grad.jpg') 0 0 repeat-x;
	position:		relative;
}
#pageHeaderLogo
{
	height:			77px;
	width:			100%;
	background:		url('../img/toplogo.png') 0 0 no-repeat;
	position:		relative;
}
#pageHeaderLogo .banner { float: left; width: 700px; height: 77px; overflow: hidden; }
#pageHeaderName
{
	height:			48px;
	width:			100%;
	background:		#f68220 url('../img/topname.png') 0 0 no-repeat;
	position:		relative;
}

#pageHeaderLogo .pageHeaderDepartmentName
{
	font-size:		30px;
	color:			#f68220;
	position:		absolute;
	top:			20px;
	right:			10px;
}


#pageHeaderLogo_LangSelectList
{
	width:			auto;
	float:			right;
	line-height:	75px;
	margin:			0 12px 0 0;
	color:			#454545;
	position: 		absolute;
	top: 			0;
	right: 			0;
}
#pageHeaderLogo_LangSelectList a
{
	color:			#6d6e71;
}



#pageHeaderName_SearchBox
{
	width:			auto;
	float:			right;
	margin:			0 12px 0 0;
	color:			#454545;
	position:		absolute;
	top:			12px; /* for IE8 */
	right:			0px;
}
#pageHeaderName_SearchBox, #ie8#fix /* All Browsers except IE 8 */
{
	top:			13px;
}
#pageHeaderName_SearchBox input#pageSearch
{
	font-family: 	Verdana;
	font-size:		11px;
	height:			19px;
	font-size:		11px;
	width:			165px;
	padding:		3px 0 0 5px; /* for IE8 */
	border:			none;
	background:		url('../img/search_grad.png') 0 0 repeat-x;
	position:		relative;
	left: 			5px;
	*left:			0;
}
#pageHeaderName_SearchBox input#pageSearch, #ie8#fix /* All Browsers except IE 8 */
{
	padding:		0 0 0 5px;
	*padding:		3px 0 0 5px; /* for IE7 */
}
#pageHeaderName_SearchBox button#pageSearchSubmit /* All Browsers */
{
	width:			19px;
	height:			19px;
	border:			none;
	background:		#fff url('../img/search_icon.png') top right no-repeat;
	position:		relative;
	cursor:			pointer;
	top:			1px; /* for IE8 */
}
#pageHeaderName_SearchBox button#pageSearchSubmit, #ie8#fix /* All Browsers except IE 8 */
{
	top:			2px; /* for modern browsers */
	*top:			-3px; /* for IE7 */
}
@media screen and (-webkit-min-device-pixel-ratio:0) /* Google Chrome only */
{
	#pageHeaderName_SearchBox button#pageSearchSubmit
	{
		top:		1px;
	}
}
/* ********** info bar -- ********** */
#pageTopInfoBar
{
	width: 			100%;
	height: 		30px;
	//display:		none;
	clear: 			both;
}

#pageTopMenuWrapper
{
	width:			100%;
	height:			32px;
}

#pageContentWrapper
{
	width:			100%;
	margin:			0;
	clear: 			both;
	min-height:		300px;
}

/* Breadcrumbs */
#breadcrumbsContainer,
#breadcrumbsContainer a,
#breadcrumbsContainer a:hover,
#breadcrumbsContainer a:focus
{
	margin:			8px 0;
	color:			#787878;
	text-decoration:	none;
}
#breadcrumbsContainer a
{
	text-decoration:	underline;
}
/* Breadcrumbs - koniec */

#gfxmarkerContainer
{
	border:			0px solid #F68220;
	margin: 		20px 0 10px 0;
	padding:		0;
	font-size:		20px;
	color:			#f68220;
}

/* Paginator */
.paginatorControl
{
	clear: both;
	height: 50px;
	margin: 0 auto;
	text-align: center;
	line-height: 30px;
}
.paginatorControl .paginatorPage
{
	border: 1px solid #A5A5A5;
	padding: 3px 5px;
	margin: 0 3px;
}

.paginatorControl a
{
	color:			#CC6008;
}
.paginatorControl .disabled
{

}
.paginatorControl .current
{
	border: none;
}
/* Paginator - koniec */

#pageFooterWrapper
{
	height:			50px;
	margin:			0;
	background:		#f68220;
	color:			#fff;
	font-size:		11px;
	line-height:	50px;
	padding:		0 15px;
	clear: 			both;
}
#pageFooter_Left
{
	float: 			left;
}
#pageFooter_Right
{
	float: 			right;
}



#pageColumnMenu
{
	width:			200px;
	float: 			left;
}
#pageContent
{
	float: 			left;
	width:			730px;
	padding:		0 10px;
}
#pageContent2
{
	padding: 0 20px;
	width: 920px;
}


/* ********** top menu -- ********** */
ul#topMenu
{
	width:			100%;
	height:			32px;
	list-style:		none;
	background:		url('../img/topmenu_grad.jpg') 0 0 repeat-x;
}
ul#topMenu li
{
	display:		inline;
	cursor:			pointer;
	height:			30px;
	float: 			left;
	white-space:	nowrap;
	margin: 		0 10px 0 0;
}
ul#topMenu li#topMenuFirst
{
	margin:			0 10px 0 5px;
}
ul#topMenu li#topMenuBIP
{
	background:		url('../img/topmenu_icon_bip_off.png') 0 0 no-repeat;
	float:			right;
	width:			32px;
	height:			32px;
	margin: 		0 6px 0 0;
}
ul#topMenu li#topMenuBIP:hover
{
	background:		url('../img/topmenu_icon_bip_on.png') 0 0 no-repeat;
}
ul#topMenu li a
{
	font-size:		11px;
	color:			#ffffff;
	line-height: 	30px;
	height: 		30px;
	display: 		block;
	padding: 		0 10px;
}
ul#topMenu li:hover a
{
	color:			#f68220;
}
/* ********** -- top menu ********** */



#sitemap
{
	margin:			10px 50px;
}
#sitemap ul
{
	margin:			10px;
}
#sitemap ul li
{
	margin:			10px;
}
#sitemap a
{
	text-decoration:	underline;
	color: 			#474C50;
}


/* Kontener elementu przy listowaniu artykułów */
/*
 * Wyświetlanie listy tytułów
 */
#articlesListTitles .articlesListElement
{
	margin:			20px 0;
}
/*
 * Wyświetlanie listy wstępniaków
 */
#articlesListLeads .articlesListElement
{
	margin:			20px 0;
	padding:		0 0 10px 0;
	border-bottom:	1px solid #D2D2D2;
	line-height:	20px;
}
/*
 * Wyświetlanie wstępniaka i listy tytułów
 */
#articlesListLeadAndTitles .articlesListElement
{
	margin:			20px 0;
}
/* Kontener elementu przy listowaniu artykułów - koniec */


/* Elementy artykułu przy listowaniu */
.articlesListElement .articleDate
{
	color:			#a5a5a5;
	font-size:		9px;
	margin:			0 0 5px 0;
}
.articlesListElement .articleTitle,
.articlesListElement .articleTitle a
{
	font-size: 		12px;
	font-weight: 	bold;
	color:			#4c4d52;
	margin:			0 0 15px 0;
}
.articlesListElement .articleSubTitle,
.articlesListElement .articleSubTitle a
{
	font-size: 		11px;
	font-weight: 	bold;
	color:			#6d6e71;
	margin:			0 0 15px 0;
}
.articlesListElement .articleSummary
{
	overflow: 		hidden;
}
.articlesListElement .articleSummary .zdjecie { float: left; margin: 0 10px 10px 0 !important; }
.articlesListElement .articleSummary,
.articlesListElement .articleSummary a
{
	font-size: 		11px;
	font-weight: 	normal;
	color:			#6d6e71;
}
.articlesListElement .articleSummary img
{
	margin:			5px;
}
/* Elementy artykułu przy listowaniu - koniec */



#articleShowWrapper {
	margin: 20px 0;
	width: 710px;
}
#articleShowWrapper .articleTopBar {
	height: 35px;
	overflow: hidden;
	width: 100%;
}
#articleShowWrapper .articleDate {
	color: #A5A5A5;
	float: left;
	font-size: 9px;
	height: 23px;
	overflow: hidden;
	padding: 12px 0 0;
	text-align: left;
	vertical-align: bottom;
	width: 350px;
}
#articleShowWrapper .articlePrint {
	float: right;
	height: 35px;
	overflow: hidden;
	text-align: right;
	width: 330px;
}
#articleShowWrapper .articleTitle {
	clear: both;
	color: #4C4D52;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 15px;
}
#articleShowWrapper .articleTitle a {
	color: #4C4D52;
	font-size: 12px;
	font-weight: bold;
}
#articleShowWrapper .articleSubTitle {
	border-bottom: 1px solid #D2D2D2;
	color: #6D6E71;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 15px;
	padding: 0 0 10px;
}
#articleShowWrapper .articleSubTitle a {
	color: #6D6E71;
	font-size: 11px;
	font-weight: bold;
}
#articleShowWrapper .articleSummary {
	color: #6D6E71;
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
	margin: 0 0 25px;
}
#articleShowWrapper .articleContent {
	color: #6D6E71;
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
}
#articleShowWrapper .articleSummary img, #articleShowWrapper .articleContent img {
	margin: 5px;
}
#articleShowWrapper .articleContent a {
	color: #CC6008;
}
#articleShowWrapper .articlePhotos {
	margin: 20px auto;
}
#articleShowWrapper .articlePrint a img {
	height: 20px;
	width: 20px;
}
#articleShowWrapper .articlePrint a:link, #articleShowWrapper .articlePrint a:visited {
	color: #454545;
	text-decoration: underline;
}
#articleShowWrapper .articlePrint a:hover, #articleShowWrapper .articlePrint a:focus {
	text-decoration: none;
}
.articleSummary ul, .articleContent ul {
	list-style-type: disc;
	margin: 10px 0 10px 40px;
}
.articleSummary ol, .articleContent ol {
	margin: 10px 0 10px 40px;
}
.articleSummary table, .articleContent table {
	border: 1px solid #454545;
	border-spacing: 2px;
	padding: 2px;
}
.articleSummary td, .articleContent td {
	border: 1px solid #454545;
	border-spacing: 2px;
	color: #6D6E71;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	padding: 2px;
}



/* ********** strona błędu -- ********** */
#errorpage-404
{
	width:			612px;
	height:			218px;
	background:		url('../img/errorpage/errorpage_404.jpg');
	margin:			30px auto;
}

#errorpage-nopermissions
{
	width:			612px;
	height:			218px;
	background:		url('../img/errorpage/errorpage_nopermissions.jpg');
	margin:			30px auto;
}

#errorpage-internal
{
	width:			612px;
	height:			218px;
	background:		url('../img/errorpage/errorpage_internal.jpg');
	margin:			30px auto;
}


div.errorpageWrapper {margin:30px auto;}

div#align-middle {width: 612px; height: 218px; overflow: hidden; position: relative; }
div#align-middle[id] {display: table; position: static;}

div#middle-wrap {position: absolute; top: 50%;} /* tylko dla IE */
div#middle-wrap[id] {display: table-cell; vertical-align: middle; width: 100%; position: static;}

div.align-middle {display:table; width:100%; height:100%;}
div.middle-wrap {display:table-cell; vertical-align:middle;}

div.middle-block {margin: 0 0 0 210px;}

/* IE7+ */
*div.align-middle {overflow:hidden; position:relative;}
*div.middle-wrap {position:absolute; top:50%;}
*div.middle-block {position:relative; top:-50%;}



.errorpageUserMessage
{
	font-family: 	Verdana;
	font-size: 		30px;
	font-weight: 	normal;
	color: 			#f68220;
}

.errorpageUserAdditionalMessage
{
	font-family: 	Verdana;
	font-size: 		12px;
	font-weight: 	bold;
	color: 			#6d6e71;
}
/* ********** -- strona błędu ********** */

/* *** js/jquery/ui/css/gddkia/jquery-ui-1.8.4.custom.css *** */
/*
 * jQuery UI CSS Framework @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* 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 @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=10px&cornerRadius=3px&bgColorHeader=F68220&bgTextureHeader=02_glass.png&bgImgOpacityHeader=5&borderColorHeader=d49768&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=f4f0ec&bgTextureContent=05_inset_soft.png&bgImgOpacityContent=100&borderColorContent=e0cfc2&fcContent=1e1b1d&iconColorContent=c47a23&bgColorDefault=ede4d4&bgTextureDefault=02_glass.png&bgImgOpacityDefault=70&borderColorDefault=cdc3b7&fcDefault=3f3731&iconColorDefault=f08000&bgColorHover=f5f0e5&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=f5ad66&fcHover=a46313&iconColorHover=f08000&bgColorActive=f4f0ec&bgTextureActive=04_highlight_hard.png&bgImgOpacityActive=100&borderColorActive=e0cfc2&fcActive=b85700&iconColorActive=f35f07&bgColorHighlight=f5f5b5&bgTextureHighlight=04_highlight_hard.png&bgImgOpacityHighlight=75&borderColorHighlight=d9bb73&fcHighlight=060200&iconColorHighlight=cb672b&bgColorError=fee4bd&bgTextureError=04_highlight_hard.png&bgImgOpacityError=65&borderColorError=f8893f&fcError=592003&iconColorError=ff7519&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=75&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=75&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 11px; }
.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 #e0cfc2; background: #f4f0ec url(/js/jquery/ui/css/gddkia/images/ui-bg_inset-soft_100_f4f0ec_1x100.png) 50% bottom repeat-x; color: #1e1b1d; }
.ui-widget-content a { color: #1e1b1d; }
.ui-widget-header { border: 1px solid #d49768; background: #f68220 url(/js/jquery/ui/css/gddkia/images/ui-bg_glass_5_f68220_1x400.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, .ui-widget-header .ui-state-default { border: 1px solid #cdc3b7; background: #ede4d4 url(/js/jquery/ui/css/gddkia/images/ui-bg_glass_70_ede4d4_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #3f3731; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #3f3731; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #f5ad66; background: #f5f0e5 url(/js/jquery/ui/css/gddkia/images/ui-bg_glass_100_f5f0e5_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #a46313; }
.ui-state-hover a, .ui-state-hover a:hover { color: #a46313; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #e0cfc2; background: #f4f0ec url(/js/jquery/ui/css/gddkia/images/ui-bg_highlight-hard_100_f4f0ec_1x100.png) 50% 50% repeat-x; font-weight: normal; color: #b85700; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #b85700; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #d9bb73; background: #f5f5b5 url(/js/jquery/ui/css/gddkia/images/ui-bg_highlight-hard_75_f5f5b5_1x100.png) 50% top repeat-x; color: #060200; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #060200; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #f8893f; background: #fee4bd url(/js/jquery/ui/css/gddkia/images/ui-bg_highlight-hard_65_fee4bd_1x100.png) 50% top repeat-x; color: #592003; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #592003; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #592003; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .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(/js/jquery/ui/css/gddkia/images/ui-icons_c47a23_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(/js/jquery/ui/css/gddkia/images/ui-icons_c47a23_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(/js/jquery/ui/css/gddkia/images/ui-icons_ffffff_256x240.png); }
.ui-state-default .ui-icon { background-image: url(/js/jquery/ui/css/gddkia/images/ui-icons_f08000_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/js/jquery/ui/css/gddkia/images/ui-icons_f08000_256x240.png); }
.ui-state-active .ui-icon {background-image: url(/js/jquery/ui/css/gddkia/images/ui-icons_f35f07_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(/js/jquery/ui/css/gddkia/images/ui-icons_cb672b_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/js/jquery/ui/css/gddkia/images/ui-icons_ff7519_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: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px; }
.ui-corner-tr { -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; }
.ui-corner-br { -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; }
.ui-corner-top { -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; }
.ui-corner-right {  -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; }
.ui-corner-left { -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px; -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; }
.ui-corner-all { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(/js/jquery/ui/css/gddkia/images/ui-bg_flat_75_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(/js/jquery/ui/css/gddkia/images/ui-bg_flat_75_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*
 * jQuery UI Resizable @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*
 * jQuery UI Accordion @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.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 .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }/*
 * jQuery UI Button @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; }
button.ui-button-icons-only { width: 3.7em; }

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
/*
 * jQuery UI Dialog @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .5em 1em .3em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 0; }
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/*
 * jQuery UI Tabs @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/*
 * jQuery UI Datepicker @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.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*/
}

/* *** js/jquery/superfish/css/superfish.css *** */

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			190px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			190px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			190px; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	border-left:	1px solid #fff;
	border-top:		1px solid #e9eaeb;
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
}
.sf-menu li {
	background:		#97A1A3;
}
.sf-menu li li {
	background:		#97A1A3;
}
.sf-menu li li li {
	background:		#97A1A3;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#f68220;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('/js/jquery/superfish/images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('/js/jquery/superfish/images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}


/* *** js/jquery/superfish/css/superfish-vertical.css *** */
/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
	width:	190px;
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
	left:	190px; /* match ul width */
	top:	0;
}

/*** alter arrow directions ***/
.sf-vertical .sf-sub-indicator { background-position: -10px 0; } /* IE6 gets solid image only */
.sf-vertical a > .sf-sub-indicator { background-position: 0 0; } /* use translucent arrow for modern browsers*/

/* hover arrow direction for modern browsers*/
.sf-vertical a:focus > .sf-sub-indicator,
.sf-vertical a:hover > .sf-sub-indicator,
.sf-vertical a:active > .sf-sub-indicator,
.sf-vertical li:hover > a > .sf-sub-indicator,
.sf-vertical li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/* *** js/jquery/infobar/skin/jquery.infobar.css *** */
@CHARSET "UTF-8";

div#infobar-wrapper
{
	width: 			960px;
	height: 		30px;
	text-align: 	left;
	overflow: 		hidden;
}
#infobar-header
{
	width:			104px;
	height:			30px;
	float:			left;
}
#infobar-message-container
{
	width:			837px;
	margin:			0 8px 0 110px;
	white-space:	nowrap;
	line-height:	30px;
	position: 		relative;
	overflow: 		hidden;
}

span#infobar-message
{
	line-height:	30px;
	position:		relative;
}

div#infobar-wrapper.info
{
	background: 	#e9eaeb url('/js/jquery/infobar/skin/images/infobar-header-info.png') 0 0 no-repeat;
	color:			#757679;
}
div#infobar-wrapper.info a
{
	color:			#757679;
}

div#infobar-wrapper.warning
{
	background: 	#ffd71d url('/js/jquery/infobar/skin/images/infobar-header-warning.png') 0 0 no-repeat;
	color:			#900;
}
div#infobar-wrapper.warning a
{
	color:			#900;
}

div#infobar-wrapper.alert
{
	background:  	#fd0523 url('/js/jquery/infobar/skin/images/infobar-header-alert.png') 0 0 no-repeat;
	color:			#fff;
}
div#infobar-wrapper.alert a
{
	color:			#fff;
}

/* *** js/jquery/thickbox/jquery.thickbox.css *** */
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	z-index:1002;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:1002;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(/js/jquery/thickbox/images/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
	 position: absolute;
	 height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	 z-index:1002;
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 1002;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
	 position: absolute;
	 height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}


/* *** js/jquery/imageslider/skin/jquery.imageslider.css *** */
@CHARSET "UTF-8";

div#imageslider-wrapper {
	width: 					558px;
	height: 				235px;
	text-align: 			left;
	overflow: 				hidden;
	position: 				absolute;
}
div#imageslider-imagecontainer,
div#imageslider-imagecontainer-copy
{
	height: 				234px;
	width: 					558px;
	position: 				absolute;
}
div#imageslider-imagecontainer a img,
div#imageslider-imagecontainer-copy a img {
	margin: 				0;
	position: 				absolute;
}
div#imageslider-controls {
	left: 					0;
	bottom: 				0;
	width:					100%;
	height: 				55px;
	position: 				absolute;
	background: 			url('/js/jquery/imageslider/skin/images/imageslider-nav-bg.png') 0 0 repeat;
}
div#imageslider-text-container {
	float: 					left;
	margin: 				5px 0 0 5px;
	width:					400px;
}
div#imageslider-title {
	color: 					#fff;
	font-size: 				12px;
	font-weight:			bold;
	line-height: 			14px;
}
div#imageslider-title a {
	color: 					#fff;
	font-size: 				12px;
	font-weight:			bold;
}
div#imageslider-subtitle {
	color: 					#fff;
	font-size: 				12px;
	font-weight:			normal;
	line-height: 			12px;
}
div#imageslider-subtitle a {
	color: 					#fff;
	font-size: 				12px;
	font-weight:			normal;
}
div#imageslider-nav {
	float: 					right;
	width:					105px;
	height: 				24px;
	display: 				inline;
	padding: 				11px 9px 0 10px;
}
div#imageslider-nav a {
	float: 					right;
	cursor:					pointer;
	width: 					20px;
	height: 				24px;
	display: 				inline;
	margin: 				0 1px 0 0;
	line-height: 			24px;
	font-size: 				12px;
	font-weight: 			bold;
	text-align: 			center;
	text-decoration: 		none;
	color:					#fff;
	background: 			url('/js/jquery/imageslider/skin/images/imageslider-nav-buttons-bg.png') 0 0 repeat;
}
div#imageslider-nav a.on {
	color:					#f68220;
}


/* *** css/themes/default/start.css *** */
#startPageTopSectionWrapper
{
	margin:			14px 0 0 0;
	overflow:		hidden;
}



/* ********** -- news slider ********** */
#startPageNewsSliderContainer
{
	width : 		560px;
	height: 		235px;
	float:			left;
	margin:			0 0 0 15px;
}
/* ********** news slider -- ********** */



/* ********** -- maps links list ********** */
#startPageMapsLinksContainer
{
	width : 		355px;
	height: 		235px;
	float: 			right;
	margin: 		0 15px 0 0;
}
#startPageMapsLinksContainer ul
{
	width : 		364px;
	height: 		300px;
	list-style: none;
}
#startPageMapsLinksContainer ul li
{
	height:			56px;
	margin:			0 0 4px 0;
	position:		relative;
	list-style: none;
}

#startPageMapsLinksContainer ul li p
{
	width:			355px;
	height:			60px;
}

#startPageMapsLinksContainer ul li p#mapLink1
{
	background:		url('../img/icon_maps_01off.png') 0 0 no-repeat;
	width: 			355px;
	height:			60px;
}
#startPageMapsLinksContainer ul li p#mapLink1:hover
{
	background:		url('../img/icon_maps_01on.png') 0 0 no-repeat;
}

#startPageMapsLinksContainer ul li p#mapLink2
{
	background:		url('../img/icon_maps_02off.png') 0 0 no-repeat;
}
#startPageMapsLinksContainer ul li p#mapLink2:hover
{
	background:		url('../img/icon_maps_02on.png') 0 0 no-repeat;
}

#startPageMapsLinksContainer ul li p#mapLink3
{
	background:		url('../img/icon_maps_03off.png') 0 0 no-repeat;
}
#startPageMapsLinksContainer ul li p#mapLink3:hover
{
	background:		url('../img/icon_maps_03on.png') 0 0 no-repeat;
}

#startPageMapsLinksContainer ul li p#mapLink4
{
	background:		url('../img/icon_maps_04off.png') 0 0 no-repeat;
}
#startPageMapsLinksContainer ul li p#mapLink4:hover
{
	background:		url('../img/icon_maps_04on.png') 0 0 no-repeat;
}
#startPageMapsLinksContainer ul li p#mapLink5
{
	background:		url('../img/icon_maps_05off.png') 0 0 no-repeat;
}
#startPageMapsLinksContainer ul li p#mapLink5:hover
{
	background:		url('../img/icon_maps_05on.png') 0 0 no-repeat;
}

#startPageMapsLinksContainer ul li p#mapLink6
{
	background:		url('../img/icon_maps_06off.png') 0 0 no-repeat;
}
#startPageMapsLinksContainer ul li p#mapLink6:hover
{
	background:		url('../img/icon_maps_06on.png') 0 0 no-repeat;
}


#startPageMapsLinksContainer ul li p a
{
	display:		block;
	width:			355px;
	height:			57px;
}
/* ********** maps links list -- ********** */



#startPageMiddleSectionWrapper
{
	background:		url('../img/divider_mid.jpg') 0 0 repeat-x;
	margin:			14px 0 0 0;
	padding:		14px 0 0 0;
	overflow: 		auto;
}


/* ********** -- services links list ********** */
#startPageServicesLinksContainer
{
	width:			559px;
	float: 			left;
	margin:			0 0 0 15px;
}

.startPageServiceLink
{
	width: 			559px;
	height:			86px;
}

.startPageServiceLink a
{
	display:		block;
	width:			559px;
	height:			78px;
}

#startPageServiceLink_SG
{
	background:		url('../img/icon_services_01off.png') 0 0 repeat-x;
}
#startPageServiceLink_SG:hover
{
	background:		url('../img/icon_services_01on.png') 0 0 repeat-x;
}
#startPageServiceLink_SK
{
	background:		url('../img/icon_services_02off.png') 0 0 repeat-x;
}
#startPageServiceLink_SK:hover
{
	background:		url('../img/icon_services_02on.png') 0 0 repeat-x;
}
#startPageServiceLink_O
{
	width: 			559px;
	height:			86px;
	background:		url('../img/icon_services_03off.png') 0 0 repeat-x;
	position:		relative;
}
#startPageServiceLink_O:hover
{
	background:		url('../img/icon_services_03on.png') 0 0 repeat-x;
}

#startPageServiceLink_O table
{
	position:		absolute;
	height:			72px;
	top:			1px;
	right:			10px;
}
#startPageServiceLink_O table tr td
{
	padding:		0 0 0 20px;
}
#startPageServiceLink_O table tr td a,
#startPageServiceLink_O table tr td a:link,
#startPageServiceLink_O table tr td a:visited
{
	font-size:		11px;
	color:			#7385a2;
}
#startPageServiceLink_O table tr td a:hover,
#startPageServiceLink_O table tr td a:focus
{
	text-decoration:	underline;
	color:				#d36e19;
}
/* ********** services links list -- ********** */



#startPageTVContainer
{
	width: 			352px;
	height:			248px;
	margin:			0 15px 0 0;
	float: 			right;
	display: block;
	/* background:		url('../img/gddkia_tv.jpg') 0 0 repeat-x; */
	/* background:		url('../img/euro2012.jpg') 0 0 repeat-x; */
	/* background:		url('../img/banner_2_lessweigth.jpg') 0 0 repeat-x; */
	/* background:		url('../img/kszr.jpg') 0 0 repeat-x;  */
	/* background:		url('../img/baner.jpg') 0 0 repeat-x; */
	/* background:		url('../img/konkurs_2-2.png') 0 0 repeat-x;  */
	background:		url('../img/kszr.jpg') 0 0 repeat-x;  
}
#startPageTVContainer a { width: 			352px;
	height:			248px;
	display: block; }



#startPageBottomSectionWrapper
{
	height:			118px;
	overflow:		auto;
	margin:			26px 0 15px 0;
	clear:			both;
}



/* ********** -- scroll links pane ********** */
div#scrollPaneArrowLeft
{
	width:			60px;
	height:			118px;
	float:			left;
	background:		url('../img/scroller_arrow_left.png') top left no-repeat;
}
div#scrollPaneArrowRight
{
	float:			right;
	width:			60px;
	height:			118px;
	background:		url('../img/scroller_arrow_right.png') top right no-repeat;
}
div#scrollPaneContent
{
	overflow:		hidden;
	float:			left;
	height:			118px;
	width:			840px;
}
div#scrollPaneContent ul li
{
	display:		inline;
	cursor:			pointer;
	float: 			left;
	margin: 		0 45px 0 0;
	background:		#ebeced;
}
div#scrollPaneContent ul li a
{
	width:				88px;
	height:				118px;
	display: 			block;
	line-height:		16px;
	text-decoration:	none;
}
div#scrollPaneContent ul li a img
{
	display:			block;
}
div#scrollPaneContent ul li a span
{
	display: 			block;
	padding:			10px 5px;
}
div#scrollPaneContent ul li.sectionBox_First a
{
	font-size:			11px;
	line-height:		12px;
}
div#scrollPaneContent ul li.sectionBox_Last
{
	margin:				0 0 0 2px;
}
/* ********** scroll links pane -- ********** */



#startPageBottomLinksWrapper
{
	position:			relative;
	height:				40px;
	width:				960px;
	clear:				both;
	padding:			20px 0 0 0;
	background:			url('../img/divider_down.jpg') 0 0 repeat-x;
}
#startPageBottomLinksContainer
{
	list-style:			none;
	height:				13px;
	line-height:		13px;
	float:				right;
	margin:				0 15px 0 0;
}
#startPageBottomLinksContainer li
{
	display:			inline;
}
#startPageBottomLinksContainer a
{
	font-size:			11px;
	color:				#757679;
	font-weight:		normal;
	text-decoration:	none;
}


#galleriesListTitles.galleriesList {
}
#galleriesListLeads.galleriesList {
}
#galleriesListLeadAndTitles.galleriesList {
}
#galleriesListTitles .galleriesListElement {
	margin: 20px 0;
}
#galleriesListTitles .galleriesListElement .galleryTitle, #galleriesListTitles .galleriesListElement .galleryTitle a {
	color: #4C4D52;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 15px;
}
#galleriesListTitles .gallerySubTitle {
	color: #6D6E71;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 15px;
}
#galleriesListTitles .galleryDescription {
	color: #6D6E71;
	font-size: 11px;
	font-weight: normal;
}
#galleriesListLeads .galleriesListElement {
	margin: 20px 0;
}
#galleriesListLeads .galleriesListElement .galleryTitle, #galleriesListLeads .galleriesListElement .galleryTitle a {
	color: #4C4D52;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 15px;
}
#galleriesListLeads .gallerySubTitle {
	color: #6D6E71;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 15px;
}
#galleriesListLeads .galleryDescription {
	color: #6D6E71;
	font-size: 11px;
	font-weight: normal;
}
#galleriesListLeadAndTitles .galleriesListElement {
	margin: 20px 0;
}
#galleriesListLeadAndTitles .galleriesListElement .galleryTitle, #galleriesListLeadAndTitles .galleriesListElement .galleryTitle a {
	color: #4C4D52;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 15px;
}
#galleriesListLeadAndTitles .gallerySubTitle {
	color: #6D6E71;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 15px;
}
#galleriesListLeadAndTitles .galleryDescription {
	color: #6D6E71;
	font-size: 11px;
	font-weight: normal;
}
.noContentToShow {
	font-style: italic;
	margin: 50px 0;
}
#galleryShowWrapper {
	margin: 0;
}
#galleryShowWrapper .galleryTitle {
	color: #4C4D52;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 15px;
}
#galleryShowWrapper .galleryTitle a {
	color: #4C4D52;
	font-size: 15px;
	font-weight: bold;
}
#galleryShowWrapper .gallerySubTitle {
	color: #6D6E71;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 15px;
}
#galleryShowWrapper .galleryDescription {
	color: #6D6E71;
	font-size: 11px;
	font-weight: normal;
}
#galleryShowMoviesWrapper {
	margin: 20px 0;
	overflow: auto;
}
#moviePlayerContainer {
	float: left;
	width: 512px;
}
#moviePlayerContainer #moviePlayerInfo_Title {
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0;
}
#moviePlayerContainer #moviePlayerInfo_Description {
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	margin: 10px 0;
}
#moviePlayerContainer #moviePlayerInfo_DownloadLink {
	margin: 10px 0;
}
#moviePlayerContainer #moviePlayerInfo_DownloadLink a:link, #moviePlayerContainer #moviePlayerInfo_DownloadLink a:visited {
	color: #474C50;
	text-decoration: underline;
}
#moviePlayerContainer #moviePlayerInfo_DownloadLink a:hover, #moviePlayerContainer #moviePlayerInfo_DownloadLink a:focus {
	text-decoration: none;
}
#moviePlayerContainer #moviePlayerInfo_Keywords {
	color: #999999;
	font-size: 11px;
	font-weight: normal;
	margin: 10px 0;
}
#moviesListContainer {
	background: none repeat scroll 0 0 #EDEEF2;
	float: right;
	width: 398px;
}
#moviesListContainer table {
	clear: both;
	margin: 0 9px;
}
#moviesListContainer table td {
	margin: 0 0 40px;
}
#moviesListContainer .movieImage img {
	border: 0 none;
	height: 90px;
	margin: 0 5px 0 0;
	width: 162px;
}
#moviesListContainer .movieInfo {
	background: none repeat scroll 0 0 #E2E3E5;
	color: #474C50;
	height: 84px;
	padding: 3px;
	vertical-align: top;
}
#moviesListContainer .movieInfo a {
	color: #474C50;
}
#moviesListContainer .movieInfo table {
	height: 100%;
	margin: 0;
}
#moviesListContainer .movieInfo_Title {
	font-size: 11px;
	font-weight: bold;
	vertical-align: top;
}
#moviesListContainer .movieInfo_Description {
	font-size: 10px;
	font-weight: normal;
	text-align: justify;
	vertical-align: top;
}
#moviesListContainer .movieInfo_DownloadLink {
	vertical-align: bottom;
}
#moviesListContainer .movieInfo_DownloadLink a:link, #moviesListContainer .movieInfo_DownloadLink a:visited {
	color: #474C50;
	text-decoration: underline;
}
#moviesListContainer .movieInfo_DownloadLink a:hover, #moviesListContainer .movieInfo_DownloadLink a:focus {
	text-decoration: none;
}
#moviesListContainer .movieDataRow_Keywords .movieInfoKeywords {
	padding: 0 0 20px;
}
#moviesListContainer .movieInfoKeywords {
	color: #999999;
	font-size: 10px;
	font-weight: normal;
	vertical-align: top;
}
#moviesListContainer {
	background: none repeat scroll 0 0 #EDEEF2;
	float: right;
	width: 398px;
}
div#searchMovie {
	margin: 10px 10px 10px 9px;
	overflow: auto;
}
#searchBox {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 2px solid #F68220;
	float: left;
	font-size: 15px;
	height: 24px;
	width: 158px;
}
#searchSubmit {
	background: url("/gfx/search_icon_orange.png") repeat scroll 0 0 transparent;
	border: medium none;
	float: left;
	height: 28px;
	margin: 0 0 0 5px;
	width: 41px;
}


#startPageServiceLink_SO
{
	background:		url('/gfx/icon_services_04off.png') 0 0 repeat-x;
}
#startPageServiceLink_SO:hover
{
	background:		url('/gfx/icon_services_04on.png') 0 0 repeat-x;
}
#startPageServiceLink_SO_bialystok
{
	background:		url('/gfx/icon_services_bialystok_off.png') 0 0 repeat-x;
}
#startPageServiceLink_SO_bialystok:hover
{
	background:		url('/gfx/icon_services_bialystok_on.png') 0 0 repeat-x;
}
#startPageServiceLink_SO_bydgoszcz
{
	background:		url('/gfx/icon_services_bydgoszcz_off.png') 0 0 repeat-x;
}
#startPageServiceLink_SO_bydgoszcz:hover
{
	background:		url('/gfx/icon_services_bydgoszcz_on.png') 0 0 repeat-x;
}
#startPageServiceLink_SO_gdansk
{
	background:		url('/gfx/icon_services_gdansk_off.png') 0 0 repeat-x;
}
#startPageServiceLink_SO_gdansk:hover
{
	background:		url('/gfx/icon_services_gdansk_on.png') 0 0 repeat-x;
}
#startPageServiceLink_SO_katowice
{
	background:		url('/gfx/icon_services_katowice_off.png') 0 0 repeat-x;
}
#startPageServiceLink_SO_katowice:hover
{
	background:		url('/gfx/icon_services_katowice_on.png') 0 0 repeat-x;
}
#startPageServiceLink_SO_kielce
{
	background:		url('/gfx/icon_services_kielce_off.png') 0 0 repeat-x;
}
#startPageServiceLink_SO_kielce:hover
{
	background:		url('/gfx/icon_services_kielce_on.png') 0 0 repeat-x;
}
#startPageServiceLink_SO_krakow
{
	background:		url('/gfx/icon_services_krakow_off.png') 0 0 repeat-x;
}
#startPageServiceLink_SO_krakow:hover
{
	background:		url('/gfx/icon_services_krakow_on.png') 0 0 repeat-x;
}
#startPageServiceLink_SO_lodz
{
	background:		url('/gfx/icon_services_lodz_off.png') 0 0 repeat-x;
}
#startPageServiceLink_SO_lodz:hover
{
	background:		url('/gfx/icon_services_lodz_on.png') 0 0 repeat-x;
}
#startPageServiceLink_SO_lublin
{
	background:		url('/gfx/icon_services_lublin_off.png') 0 0 repeat-x;
}
#startPageServiceLink_SO_lublin:hover
{
	background:		url('/gfx/icon_services_lublin_on.png') 0 0 repeat-x;
}
#startPageServiceLink_SO_olsztyn
{
	background:		url('/gfx/icon_services_olsztyn_off.png') 0 0 repeat-x;
}
#startPageServiceLink_SO_olsztyn:hover
{
	background:		url('/gfx/icon_services_olsztyn_on.png') 0 0 repeat-x;
}
#startPageServiceLink_SO_opole
{
	background:		url('/gfx/icon_services_opole_off.png') 0 0 repeat-x;
}
#startPageServiceLink_SO_opole:hover
{
	background:		url('/gfx/icon_services_opole_on.png') 0 0 repeat-x;
}
#startPageServiceLink_SO_poznan
{
	background:		url('/gfx/icon_services_poznan_off.png') 0 0 repeat-x;
}
#startPageServiceLink_SO_poznan:hover
{
	background:		url('/gfx/icon_services_poznan_on.png') 0 0 repeat-x;
}
#startPageServiceLink_SO_rzeszow
{
	background:		url('/gfx/icon_services_rzeszow_off.png') 0 0 repeat-x;
}
#startPageServiceLink_SO_rzeszow:hover
{
	background:		url('/gfx/icon_services_rzeszow_on.png') 0 0 repeat-x;
}
#startPageServiceLink_SO_szczecin
{
	background:		url('/gfx/icon_services_szczecin_off.png') 0 0 repeat-x;
}
#startPageServiceLink_SO_szczecin:hover
{
	background:		url('/gfx/icon_services_szczecin_on.png') 0 0 repeat-x;
}
#startPageServiceLink_SO_warszawa
{
	background:		url('/gfx/icon_services_warszawa_off.png') 0 0 repeat-x;
}
#startPageServiceLink_SO_warszawa:hover
{
	background:		url('/gfx/icon_services_warszawa_on.png') 0 0 repeat-x;
}
#startPageServiceLink_SO_wroclaw
{
	background:		url('/gfx/icon_services_wroclaw_off.png') 0 0 repeat-x;
}
#startPageServiceLink_SO_wroclaw:hover
{
	background:		url('/gfx/icon_services_wroclaw_on.png') 0 0 repeat-x;
}
#startPageServiceLink_SO_zielonagora
{
	background:		url('/gfx/icon_services_zielonagora_off.png') 0 0 repeat-x;
}
#startPageServiceLink_SO_zielonagora:hover
{
	background:		url('/gfx/icon_services_zielonagora_on.png') 0 0 repeat-x;
}



/* Część publiczna */
#auctionsListHeaderInfo
{
	margin:			20px 0;
	color:			#172f43;
	font-size:		11px;
	line-height:	15px;
}
#auctionsListNoElementsInfo
{
	margin:			10px 0;
	color:			#172f43;
}


#auctionsListTableFilters
{
	width:			100%;
}
#auctionsListTableFilters td
{
	background: 	#eee;
	border-right:	1px solid #fff;
	border-bottom:	1px solid #fff;
	padding:		2px 5px;
	text-align:		center;
	color:			#172f43;
}
#auctionsListTableFilters td.tdLast
{
	border:			none;
}
#auctionsListTableFilters td select
{
	background: 		#fefefe;
	border: 			1px solid #dedede;
	color: 				#000;
	font-size: 			8pt;
	margin-top: 		0;
	padding: 			2px;
	text-align: 		left;
	text-decoration:	none;
	vertical-align: 	top;
}
#auctionsListTableFilters td select option
{
	background: 		#fefefe;
	border: 			1px solid #dedede;
	color: 				#000;
	font-size: 			8pt;
	margin-top: 		0;
	padding: 			2px;
	text-align: 		left;
	text-decoration:	none;
	vertical-align: 	top;
}
#auctionsListTableFilters td input[type=text]
{
	background: 		#fefefe;
	border: 			1px solid #dedede;
	color: 				#000;
	font-size: 			8pt;
	margin-top: 		0;
	padding: 			1px;
	text-align: 		left;
	text-decoration:	none;
	vertical-align: 	top;
}
/*
 * Submit formularza (input type="submit")
 */
#auctionsListTableFilters #auctionsListFilterSubmit
{
	border:				none;
	background:			url(/gfx/auctions_module_filter_ok.gif) 0 0 no-repeat;
	width:				25px;
	height:				17px;
	cursor:				pointer;
}
/*
 * Reset formularza (obrazek - link)
 */
#auctionsListTableFilters #auctionsListFilterCancel
{
	border:				none;
	width:				55px;
	height:				17px;
	cursor:				pointer;
}

#auctionsListTable
{
	width:			100%;
}
#auctionsListTable td
{
	border-right:	1px solid #fff;
}
#auctionsListTable td.tdLast
{
	border:			none;
}
#auctionsListTable .auctionsListTableHeader td
{
	padding:		3px 5px;
	background:		#a8a8cc;
	font-weight:	bold;
	color:			#fff;
	font-size:		11px;
	text-align:		center;
	vertical-align:	top;
}
#auctionsListTable .auctionsListTableHeader td p a:link,
#auctionsListTable .auctionsListTableHeader td p a:visited
{
	font-weight:	bold;
	color:			#fff;
	font-size:		11px;
	text-decoration: none;
}
#auctionsListTable .auctionsListTableElement td
{
	padding:		3px 5px;
	text-align:		left;
}
#auctionsListTable .auctionsListTableElement td,
#auctionsListTable .auctionsListTableElement td a
{
	color:			#474c50;
}
#auctionsListTable .auctionsListTableElement td a:link,
#auctionsListTable .auctionsListTableElement td a:visited
{
	text-decoration:	underline;
	color:				#11316A;
}
#auctionsListTable .auctionsListTableElement td a:hover,
#auctionsListTable .auctionsListTableElement td a:focus
{
	text-decoration:	none;
	color:				#42642b;
}
#auctionsListTable .auctionsListTableElement.even td
{
	background: 	#fff;
}
#auctionsListTable .auctionsListTableElement.odd td
{
	background: 	#eee;
}










table#showAuctionContainer
{
}
table#showAuctionContainer td
{
	padding:		5px;
	border:			1px solid #454545;
}
td.showAuction_Header
{
	background:		#e2e3e5;
}
td.showAuction_Content
{

}
td.showAuction_Files
{

}
td.showAuction_Files ul
{
	list-style:		disc;
	margin:			10px 5px 10px 30px;;
}
td.showAuction_Files ul li
{
	margin:			5px;
}
td#showAuctionFooter
{
	text-align:		center;
	background:		#e2e3e5;
}


div.formWrapper {
    padding: 10px;
}
div.formSectionWrapper {
    clear: both;
    margin: 0 0 10px;
    padding: 0 5px 5px;
}
div.formFieldButtonWrapper {
    clear: both;
    margin: 10px auto;
    padding: 5px;
    text-align: center;
}
.formSubmitButton {
    background: none repeat scroll 0 0 #F68220;
    border: medium none;
    color: #FFFFFF;
    font-size: 9pt;
    font-weight: bold;
    padding: 4px 5px;
}
.formError {
    clear: both;
    color: #A60000;
    font-size: 8pt;
    font-style: italic;
    list-style: none outside none;
}
.formRequiredMark {
    color: #F68220;
}
input[type="text"], input[type="password"], textarea, select {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #454545;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

#errorpage-404 {
    background: url("/gfx/errorpage/errorpage_404.jpg") repeat scroll 0 0 transparent;
    height: 218px;
    margin: 30px auto;
    width: 612px;
}
#errorpage-nopermissions {
    background: url("/gfx/errorpage/errorpage_nopermissions.jpg") repeat scroll 0 0 transparent;
    height: 218px;
    margin: 30px auto;
    width: 612px;
}
#errorpage-internal {
    background: url("/gfx/errorpage/errorpage_internal.jpg") repeat scroll 0 0 transparent;
    height: 218px;
    margin: 30px auto;
    width: 612px;
}
div.errorpageWrapper {
    margin: 30px auto;
}



@CHARSET "UTF-8";

/* Nadpisuje css dla jqGrid w celu usunięcia poziomego scrolla w tabelce jqGrid */
.ui-jqgrid .ui-jqgrid-bdiv
{
	overflow:hidden;
}

#modGalleries_Wrapper
{
	margin:			0 0 20px 0;
	overflow:		auto;
}

.tabs_additional_header
{
	margin:			10px 0;
	font-weight:	bold;
	font-size:		12px;
	color:			#090;
	line-height:	17px;
}

#galleriesListTitles.galleriesList
{
}
#galleriesListLeads.galleriesList
{
}
#galleriesListLeadAndTitles.galleriesList
{
}

/* Wyświetlanie listy tytułów */
#galleriesListTitles .galleriesListElement
{
	margin:			20px 0;
}
#galleriesListTitles .galleriesListElement .galleryTitle,
#galleriesListTitles .galleriesListElement .galleryTitle a
{
	font-size: 		15px;
	font-weight: 	bold;
	color:			#4c4d52;
	margin:			0 0 15px 0;
}
#galleriesListTitles .gallerySubTitle
{
	font-size: 		12px;
	font-weight: 	bold;
	color:			#6d6e71;
	margin:			0 0 15px 0;
}
#galleriesListTitles .galleryDescription
{
	font-size: 		11px;
	font-weight: 	normal;
	color:			#6d6e71;
}
/* Wyświetlanie listy tytułów - koniec */



/* Wyświetlanie listy opisów */
#galleriesListLeads .galleriesListElement
{
	margin:			20px 0;
}
#galleriesListLeads .galleriesListElement .galleryTitle,
#galleriesListLeads .galleriesListElement .galleryTitle a
{
	font-size: 		15px;
	font-weight: 	bold;
	color:			#4c4d52;
	margin:			0 0 15px 0;
}
#galleriesListLeads .gallerySubTitle
{
	font-size: 		12px;
	font-weight: 	bold;
	color:			#6d6e71;
	margin:			0 0 15px 0;
}
#galleriesListLeads .galleryDescription
{
	font-size: 		11px;
	font-weight: 	normal;
	color:			#6d6e71;
}
/* Wyświetlanie listy opisów - koniec */


/* Wyświetlanie opisu i listy tytułów */
#galleriesListLeadAndTitles .galleriesListElement
{
	margin:			20px 0;
}
#galleriesListLeadAndTitles .galleriesListElement .galleryTitle,
#galleriesListLeadAndTitles .galleriesListElement .galleryTitle a
{
	font-size: 		15px;
	font-weight: 	bold;
	color:			#4c4d52;
	margin:			0 0 15px 0;
}
#galleriesListLeadAndTitles .gallerySubTitle
{
	font-size: 		12px;
	font-weight: 	bold;
	color:			#6d6e71;
	margin:			0 0 15px 0;
}
#galleriesListLeadAndTitles .galleryDescription
{
	font-size: 		11px;
	font-weight: 	normal;
	color:			#6d6e71;
}
/* Wyświetlanie opisu i listy tytułów - koniec */



/* Wyświetlanie pojedynczej galerii */
#galleryShowWrapper
{
	margin:			20px 0;
}
#galleryShowWrapper .galleryTitle
{
	font-size: 		15px;
	font-weight: 	bold;
	color:			#4c4d52;
	margin:			0 0 15px 0;
}
#galleryShowWrapper .gallerySubTitle
{
	font-size: 		12px;
	font-weight: 	bold;
	color:			#6d6e71;
	margin:			0 0 15px 0;
}
#galleryShowWrapper .galleryDescription
{
	font-size: 		11px;
	font-weight: 	normal;
	color:			#6d6e71;
}
#galleryShowWrapper .galleryPhotos
{
	margin:			20px auto;
}
#galleryShowWrapper .galleryPhotos td
{
    padding:        5px;
}
#galleryShowWrapper .galleryPhoto { float: left; width: 150px; height: 210px; margin: 0 5px 5px 0; }
/* Wyświetlanie pojedynczej galerii - koniec */

#TargeoContainer
{
	height:		900px;
}

#articleShowWrapper .articleContent img
{
	margin: 0;
}
.articleContent .zdjecia { clear: both; margin: 10px 0 0 0; }
.articleContent .zdjecia img { margin: 5px !important; }



.mm_audio{display: block; height: 30px;}
.mm_video{
	/*display: block;*/
	width: 500px;
	height: 200px;





	background-size: cover;
	display: inline-block;
	vertical-align: middle;
}
#cams {margin:0;background:url(../img/background.gif);text-align:center;font-family:Verdana, Arial, Helvetica, sans-serif;color:#000;font-size:12px;line-height:18px;}
#cams a {color:#f77623;text-decoration:none;}
#cams a:hover {color:#f77623;text-decoration:underline;}
#cams img {border:0;}

#cams .clear {clear:both;}

#cams #cam_header {background:#fff;padding:20px 0;}
#cams #cam_header div {padding-top:40px;}
#cams #cam_header span {color:#f77623;font-size:24px;font-weight:bold;}

#cams #cam_content {margin:0 auto; overflow:hidden;padding:80px 0 40px;}
#cams #cam_content h2{font-size:16px; font-weight: normal; line-height: 22px; margin-bottom: 10px;}
#cams .camera-box { float:left;margin-left:15px;margin-right:15px;margin-bottom:30px;width:176px;background:url(../img/camera-box.gif) no-repeat top left #e8e8e8;}

#cams .camera-text {padding:10px 0;height:72px;}
#cams .camera-set {position:relative;}
#cams .camera-content {position:relative;width:176px;height:146px;background:url(../img/ajax-loader.gif) no-repeat 50% 50% #e8e8e8  ;}
#cams .camera {width:176px;height:146px;position:absolute;top:0;left:0;}
#cams .mask {position:absolute;left:-3px;top:0;pointer-events:none;}
#cams .camera-title {font-size:14px;line-height:15px;font-weight:bold;}
#cams .camera-direction {color:#000;font-size:11px;}

.camera-details {margin: 0 auto 10px auto; clear:both;width:940px; overflow: hidden; height:250px;  }
.camera-details-box { height:250px; background:url(../img/ajax-loader.gif) no-repeat 50% 50% #FFFFFF  }
.camera-details img{width:285px; }
.meteo-details {margin: 0 auto; clear:both; width:940px;overflow: hidden;}
.camera-details-box { float:left;margin-left:10px;margin-right:15px;margin-bottom:30px; text-align: center; position:relative; width: 285px; }


#lista_punktow a.punkt{display: block; width: 190px; float:left; padding: 5px 10px;}
#lista_punktow a.punkt:hover{background-color: #EEEEEE;}

#meteo_details table {width:1000px;border-top:1px solid #e5eff8;border-right:1px solid #e5eff8;margin:1em auto;border-collapse:collapse; background-color: #ffffff;}
#meteo_details td {color:#222222;border-bottom:1px solid #e5eff8;border-left:1px solid #e5eff8;padding:.3em 1em;text-align:center;}


.rozmiar { text-align: right; float: right; width: 50px; }
.size1 { font-size: 10px; }
.size2 { font-size: 12px; }
.size3 { font-size: 14px; }

#formWrapper{margin: 20px ; min-height: 150px;padding: 10px 0;}
#formWrapper h3{font-size: 16px;}
#formWrapper .formFieldRow{margin:10px 20px}
#formNavigation {margin:10px 20px}
#formNavigation .step{display: block}
#formNavigation textarea{width: 400px !important; height: 200px !important;   }
#formNavigation .row{display: block; margin: 10px 5px; padding: 5px 0;  }
#formNavigation .obrazek{display: block; margin: 100px 20px; padding: 5px 0;  }
#formOznaczenia .error{border: 1px solid #cc0000;  }


#FODIntro{width: 100%; margin:20px;}
#FODIntro h3{margin:20px  0px;}
#FODIntro p{line-height: 20px; font-size: 13;margin:10px  0px;}
#FODIntro button{margin:  10px 220px 20px 220px;}
#formWrapper div.row{margin:  8px 0 8px 0;}
#formWrapper div.row input{vertical-align: middle}

.navigation_button {
				width : 70px;
				border: 1px solid #888888;
			}