/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

	Cresco Website: Standard Layout Stylesheet
	Abyss Studios Ltd. (c) 2007-2008

	history:
		080106 - creation -=AGi=-

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/

/* Submenus */


/*
.submenu
{
	display: none;
	border: 0px;
	margin: 0px;
	border: 0px;
	display: none;
}
*/

.submenu {
	width: 165px;
	height: auto;
	display: block;
	position: absolute;
	top: 128px;
	border-bottom: solid 1px #dad7d3;
	padding-top: 10px;
	z-index: 10;
	text-align: left;
}

.submenu0, .submenu1, .submenu2 {background: #ffffff url('../images/bg-submenu.png') repeat-y; }
.submenu3 {background: #ffffff url('../images/bg-submenu_last.png') repeat-y; }

.submenu0, .submenu1, .submenu2, .submenu3
{
	display: none;
}

.submenu0 {left: 319px;}
.submenu1 {left: 483px;}
.submenu2 {left: 647px;}
.submenu3 {left: 811px;}

.submenu a, .submenu a:link, .submenu a:active, .submenu a:visited 
{
	height: auto;
	line-height: 1em;
	padding-left: 30px;
	margin-bottom: 10px;
	background: url('../images/bg-link_common.png') no-repeat 12px 1px;
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: #aea294;
}

.submenu a:hover {color: #214367;}


/* Google Search */

.gsc-control 
{ 
}

.gsc-input
{
	width: 400px;
}

.gs-watermark, .gsc-twiddle, .gsc-twiddleRegionCell,
.gsc-tabsArea, .gsc-tabsAreaInvisible,
.gs-visibleUrl-long, .gs-visibleUrl-short,
.gsc-ad-box
{
	display: none;
}

.gsc-results
{
	padding-top: 30px;
}

.gsc-webResult
{
	padding-bottom: 14px;
}

.gsc-cursor-page
{
	/*border: solid 1px red !important;*/
	display: inline;
	margin-right: 10px;
	color: #aea294;
	cursor: pointer;	
}

.gsc-cursor-current-page
{
	color: #214367;
}



/* Small Galleries */

.galleryItem
{
	padding: 0px;
	margin: 14px;
	border: solid 1px #96a6b7 !important;	
	cursor: pointer;
}


/* Medium Galleries */

.mediumGallery .item
{
	float: left;
	width: 240px;
}

.mediumGallery .itemNavigable
{
	float: left;
	width: 240px;
	cursor: pointer;
}


.mediumGallery .controlSeparator
{
	float: left;
	margin-left: 40px;
	margin-right: 40px;
	height: 280px;
	border-left: solid 1px #dfdad4 !important;
}

.mediumGallery .controlSeparatorRow
{
	clear: both;
	height: 30px;
}

.mediumGallery .controlSeparatorEnd
{
	clear: both;
}

.mediumGallery .imageDescBody
{
	cursor: default;
}

/* Tables */


.tableInText
{
	margin-bottom: 20px;
}
.tableInText
{
	margin-left: 5px;
}

.tableInText .altrow td, .tableInText thead td {
	font-weight: bold;
}


.tableInText td 
{
	margin: 0px;
	border: 0px;
	line-height: 1em;
	padding: 3px 5px 3px 5px;
	text-align: right;
	vertical-align: middle;
	border-left: solid 1px #dedad5;
	border-right: solid 1px #dedad5;
	border-bottom: solid 1px #234468;
}

.tableInText thead td {
	border: 0;
	padding-bottom: 4px;
	margin: 0px;
	border-bottom: solid 1px #214367;
	font-size: 8pt !important;
	text-align: center;
	vertical-align: bottom;
}

.tableInText .leadingColumn 
{
	text-align: left;
	font-weight: bold;
}

/* Sitemap */
.sitemap .node, .sitemap .leaf
{
	display: block;
	padding: 12px 0px 10px 22px;
	font-family: 'Myriad Pro', 'Trebuchet MS', Arial;
	font-size: 14pt;
	font-style: italic;
	font-weight: normal;
	color: #aea294;
	background-image: url('../images/bg-link_title.png');
	background-repeat: no-repeat;
	background-position: 0px 13px;	
}

.sitemap .node:hover, .sitemap .leaf:hover
{
	color: #214367;
}

.siteMapLevel2 .leaf, .siteMapLevel2 .leaf:visited
{
	margin: 0px;
	padding: 0px 0px 8px 16px;
	display: block;
	
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 9pt;	
	font-style: normal;
	
	background-image: url('../images/bg-link_common.png');
	background-repeat: no-repeat;
	background-position: 0px 4px;	
}


.sitemap div
{
	margin-left: 48px;
	padding-bottom: 8px;
}

/*
.siteMapLevel1
{
	border: solid 1px red !important;
}


.siteMapLevel2
{
	border: solid 1px green !important;
}


.siteMapLevel3
{
	border: solid 1px blue !important;
}
*/

/* News */

.news .newsBlock
{
	float: left;
	width: 240px;
}

.news .controlSeparator
{
	float: left;
	margin-left: 40px;
	margin-right: 40px;
	height: 382px;
	border-left: solid 1px #dfdad4 !important;
}

.news .controlSeparatorRow
{
	clear: both;
	height: 30px;
}

.news .controlSeparatorEnd
{
	clear: both;
}

/* Home Page */

.contentHomePage
{
	margin: 20px 20px 20px 40px;
}

/* Maps */

.map-bratislava, .map-slovakia {display: block; position: relative;}
.map-bratislava {
	width: 595px;
	height: 353px;
	margin-top: 20px;
	background: url('../images/map-bratislava.png') no-repeat;
}
.map-slovakia {
	width: 600px;
	height: 304px;
	background: url('../images/map-slovakia.png') no-repeat;
}
.map-link {
	width: 11px;
	height: 10px;
	display: block;
	position: absolute;
	font-size: 1px;
	background-image: url('../images/link-map.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.map-link:hover {background-position: 0px -10px;}

/* A D M I N I S T R A T I O N */

/* Login */

.login-table {}
.login-table td {padding: 5px 25px 5px 0px;}

/* Tabbed Content */

.tabs-container {
	width: 100%;
	height: auto;
	display: block;
}
.tab-active, .tab-inactive {
	width: auto;
	height: auto;
	padding: 5px 10px;	
	font-weight: bold;
}
.tab-active {
	background: #f6f4f2;
	border-left: solid 1px #e0dbd6 !important;
	border-right: solid 1px #e0dbd6;
	border-top: solid 1px #e0dbd6;
	color: #214367;
}
.tab-inactive {
	background: none;
	border-bottom: solid 1px #e0dbd6;
}
.tab-last {
	width: 100%;
	border-bottom: solid 1px #e0dbd6;
	/*border-bottom: solid 1px red;*/
	padding: 1px 10px;
}
.tab-link:link, .tab-link:active, .tab-link:visited {color: #aea294;}
.tab-link:hover {color: #214367;}

.tabs-content {
	width: auto;
	height: auto;
	background: #f6f4f2;
	border-left: solid 1px #e0dbd6;
	border-right: solid 1px #e0dbd6;
	border-bottom: solid 1px #e0dbd6;
	display: block;
	padding: 25px 20px;
}
.tabs-content table {
	width: 100%;
	margin-top: 20px;
}
.tabs-content table td {
	border-bottom: solid 1px #e0dbd6;
	padding: 0px 5px;
}
.tabs-content table thead td, .tabs-content table .lastrow td {
	border-bottom: solid 1px #214367;
}
.tabs-content table thead {
	font-weight: bold;
}

/* File Manager */

.filePickerBody
{
	background-color: #ffffff;
	background-image: none;
	text-align: left;

	height: auto !important;
	height: 100%;
	width: 100%;
}

.file-preview {
	float: left;
	padding: 30px 15px 30px 30px;
	margin-right: 15px;
	border-right: solid 1px #214367;
	height: 100%;
	width: 200px !important;
	overflow: hidden;
	text-align: center;
	
}

.file-picker {	
	overflow-y: scroll;	
	width: 550px;
	height: 420px;	
}

.file-manager {
	width: 100%;
	margin-bottom: 15px;
}

.file-manager td {
	border-bottom: solid 1px #e0dbd6;	
	padding: 0px 5px;
	text-align: left;
}
.file-manager thead td, .file-manager .lastrow td {
	border-bottom: solid 1px #214367;
}
.file-manager thead {
	font-weight: bold;
}
.file-manager .folder:link, .file-manager .folder:active, .file-manager .folder:visited {color: #214367; font-weight: bold;}
.file-manager .file:link, .file-manager .file:active, .file-manager .file:visited {color: #214367;}
.file-manager .folder:hover, .file-manager .file:hover {text-decoration: underline;}



.file-picker-ok, .file-picker-ok:link, .file-picker-ok:active, .file-picker-ok:visited, 
.file-picker-cancel, .file-picker-cancel:link, .file-picker-cancel:active, .file-picker-cancel:visited { 
	width: 50px;
	height: 50px;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	margin: 50px 5px 5px 30px;
} 
  
.file-picker-ok:hover, .file-picker-cancel:hover { 
	background-position: 0px -50px; 
} 
  
 .file-picker-ok, .file-picker-ok:link, .file-picker-ok:active, .file-picker-ok:visited, .file-picker-ok:hover { 
	background-image: url('../images/bg-ic_picker_ok.gif'); 
 } 
  
 .file-picker-cancel, .file-picker-cancel:link, .file-picker-cancel:active, .file-picker-cancel:visited, .file-picker-cancel:hover { 
	background-image: url('../images/bg-ic_picker_cancel.gif'); 
 }

/* Page Images Table, Gallery Table */

.pageimages-table, .gallery-table {
	width: 100%;
	margin: 15px 0px;
}
.pageimages-table td, .gallery-table td {
	border-bottom: solid 1px #e0dbd6;
	padding: 5px 5px;
}
.gallery-table td {
	vertical-align: top;
}
.gallery-table table td, .gallery-table .lastrow table td {
	border: 0;
}
.pageimages-table thead td, .pageimages-table .lastrow td,
.gallery-table thead td, .gallery-table .lastrow td {
	border-bottom: solid 1px #214367;
}
.pageimages-table thead td, .gallery-table thead td {
	font-weight: bold;
	padding: 0px 5px;
}
.pageimages-table img {width: 142px; height: 36px;}

.pageimages-table .controls
{
	width: 70px;
}

.pageimages-url {
	width: 300px;
	background: #ffffff;
	/*		
	width: 250px;
	border-width: 0px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 9pt;	
	font-style: normal;
	color: #214367;
	*/
}


/* Text Editor */

.text-editor {
	width: 100%;
	margin-top: 15px;
}

.text-editor select {color: #214367; width: 155px; margin: 0 !important; text-align: right;}

.text-editor textarea {
	background: #ffffff;
	color: #214367;
	width: 100%;
	height: 20em;
	margin-top: 5px;
}


.rteInnerEditBox
{
	background: #ffffff;
	color: #214367;
	width: 100% !important;
	height: 20em;
	margin-top: 5px;
	border: solid 1px #e0dbd6 !important;
}

.rteToolbar
{
	margin-top: 16px;
}

/* Icon Controls */

.iconcontrol {
	width: 16px;
	height: 16px;
	display: block;
	float: right;
	margin-left: 7px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.iconcontrol:hover {background-position: 0px -16px;}

.iconcontrol-itemup {background-image: url('../images/bg-ic_itemup.gif');}
.iconcontrol-itemdown {background-image: url('../images/bg-ic_itemdown.gif');}
.iconcontrol-edit {background-image: url('../images/bg-ic_edit.gif');}
.iconcontrol-delete {background-image: url('../images/bg-ic_delete.gif');}
.iconcontrol-rename {background-image: url('../images/bg-ic_rename.gif');}
.iconcontrol-browse {background-image: url('../images/bg-ic_browse.gif'); float: left;}
.iconcontrol-folderuplevel {background-image: url('../images/bg-ic_folderuplevel.gif');}
.iconcontrol-foldersettings {background-image: url('../images/bg-ic_foldersettings.gif');}
.iconcontrol-foldernew {background-image: url('../images/bg-ic_foldernew.gif');}
.iconcontrol-view {background-image: url('../images/bg-ic_view.gif');}
.iconcontrol-urltest {background-image: url('../images/bg-ic_urltest.gif');}
.iconcontrol-subscript {background-image: url('../images/bg-ic_subscript.gif');}
.iconcontrol-superscript {background-image: url('../images/bg-ic_superscript.gif');}
.iconcontrol-bulletlist {background-image: url('../images/bg-ic_bulletlist.gif');}
.iconcontrol-insertimage {background-image: url('../images/bg-ic_insertimage.gif');}
.iconcontrol-newcategory {background-image: url('../images/bg-ic_newcategory.gif');}
.iconcontrol-private {background-image: url('../images/bg-ic_private.gif');}
.iconcontrol-public {background-image: url('../images/bg-ic_public.gif');}


/* Common Administration Elements */

.admin-box-common {
	width: auto;
	display: block;
	padding: 25px 20px;
	margin-bottom: 15px;	
	background: #f6f4f2;
	border: solid 1px #e0dbd6;
}

.input-block-description {
	font-size: smaller;
	line-height: 1em;
	color: #aea294;
}
.input-block {
	width: 525px;
	display: block;
	margin-top: 10px;
	margin-bottom: 15px;
	table-layout: fixed;
}
.input-block td {padding-bottom: 8px;}
.input-block-label {width: 150px;}
.input-block-input {width: 350px;}
.gallery-table .input-block-input {width: 210px;}
.gallery-table table select {width: 100px;}

.gallery-image-preview
{
	width: 108px; height: 100px; 
}

.input-block-input input, .input-block-input select, .input-block-input textarea {width: 100%; background: #ffffff; color: #214367;}
.input-block-label .checkbox 
{
	width: 100%; 
	display: block; 
}

.input-block-iconcontrol {width: 24px; vertical-align: middle;}
.input-block-map {
	width: 99%;
	height: 320px;
	overflow: auto;
	border: solid 1px #e0dbd6;
	display: block;
	margin-top: 10px;
}
.input-block-map-ba {background: url('../images/map-bratislava.png') no-repeat; display: block; width: 595px; height: 353px;}
.input-block-map-sk {background: url('../images/map-slovakia.png') no-repeat; display: block; width: 600px; height: 304px;}
.input-block-divider {
	width: auto;
	height: 12px;
	font-size: 1px;
	border-top: solid 1px #e0dbd6;
}

.buttons {
	width: 100%;
	display: block;
	text-align: center;
	margin-top: 15px;
}
.buttons input {
	margin-left: 15px;
	color: #214367;
}

/* Gallery */


.gallerybody {background: #e4e4e4 url('../images/bg-body.jpg') repeat-x top center; text-align: center;}

.gallery { margin: 0 auto; }
.galley td {vertical-align: middle; }

.gallery-imagelabel {
	color: #214367;
	font-weight: bold;
	text-align: left;
	padding: 1em 0;
}
.gallery-imagecount {
	color: #214367;
	float: right;
}
.gallery-prev, .gallery-next {
	width: 20px;
	height: 20px;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px -20px;
}
.gallery-prev {background-image: url('../images/bg-link_gallery_prev.gif');}
.gallery-next {background-image: url('../images/bg-link_gallery_next.gif');}
.gallery-prev:hover {background-position: 0px 0px;}
.gallery-next:hover {background-position: 0px 0px;}

.gallery-image img {border: solid 1px #96a6b7; }

.gallery-footer {
	font-size: x-small;	
	background-color: #e4e4e4;
	color: #aea294;
	/*float: left;*/
	margin-bottom: 2em;
	margin-top: 2px;
	clear: both;
	/*display: none;*/
	text-align: left;
}

/* Calendar */

.calendar { border: solid 1px #96a6b7 !important; background: #ffffff;}
.calendar td {padding: 0;}
.calendar-dayHeader {color: #214367 !important;}
.calendar-day a {color: #214367 !important;}
.calendar-nextPrev a {color: #214367 !important; font-weight: bold;}
.calendar-otherMonthDay a {color: #e0dbd6 !important;}
.calendar-selectedDay {background: #214367 !important; color: #ffffff;}
.calendar-title td {padding: 0 5px;}
.calendar-todayDay a {color: #000000; font-weight: bold;}
.calendar-weekendDay a {color: #96a6b7 !important;}
