body.MenuPage {
	font-family : Arial;
/*	color : #2C5170; */
	text-align : left;
	margin-left : 0px;
	margin-right : 0px;
	/*border : thin solid Gray;
	*/
	border-right : 0px;
	background-image : url(images/left_menu_background.jpg);
	background-repeat: repeat-y;
	background-position : left;
	background-color: #FFE09C;
/*	background-color: #45A92C;  */
	/*3F80C0;
	*/
	margin-top : 0px;
}

table.MenuPageTable {
}

td.MenuPageLeftCorner {
  height: 120px;
  vertical-align: top;
}

tr.MenuPageTable {
  height: 39px;	
}

img.MenuPageItem {
	border : 0px none;
}

table.MenuPageCounter {
	width: 81px;
   position: absolute; 
   bottom: 4px;
   z-index: 0;
   padding: 4px;
}

td.MenuPageCounter {
	text-align: center;
	vertical-align: bottom;
}

a.MenuPageCounter {
	font-size: 11px;
/*	font-weight: bold; */
	color : #5A3018;
	text-decoration : none;
}


body.TopPage {
	font-family : Arial;
	color : #2C5170;
	text-align : left;
	margin-left : 0px;
	margin-right : 0px;
	/*border : thin solid Gray;
	*/
	border-right : 0px;
	background-image : url(images/top_page_background.jpg);
	background-repeat: repeat-x;
	background-position : top;
	background-color: #45A92C;  
/*	background-color: #FFE09C;  */
	/*3F80C0;
	*/
	margin-top : 0px;
	margin-bottom : 0px;
}


/*****************************************************************************************************/
/* SHOW IMAGE PAGE */
/*	MOVED TO scripts.js */


/*****************************************************************************************************/
/* COMMON TEXT PAGE */

body.TextPage {
	font-family : Arial;
	/*color : #2C5170;
	*/
	color: Black;
	text-align : left;
	/*background : FCB713;
	*/
	background : #FFE09C;
	margin-left : 10px;
	margin-top : 0px;
	margin-right : 10px;
	margin-bottom : 20px;
	/*background-image : url(background.jpg);
	*/
	background-position : top;
	scrollbar-arrow-color: Black;
	scrollbar-base-color : #FFE09C;
	scrollbar-face-color : #FFE09C;
}

/* MOVED TO h1 */
/*
div.TextPageTitle {
	text-align : center;
	font-size : 20px;

    margin-left: 0px;
	margin-right: 0px;
	
	margin-top: 20px;
	margin-bottom: 10px;
}
*/

/* MOVED TO h2 */
/*
div.TextPageSmallTitle {
	text-align : left;
	font-size : 16px;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 10px;
}
*/



div.TextPageText {
	font-size : 14px;

    margin-left: 0px;
	margin-right: 0px;
	
	margin-top : 10px;
	margin-bottom : 20px;
	text-align: left;
}


div.TextPageCenterText {
	font-size : 14px;

    margin-left: 0px;
	margin-right: 0px;

	margin-top : 10px;
	margin-bottom : 20px;
	text-align: center;
}

div.TextPageCenterText > table {
    margin-left:auto;
    margin-right:auto;
}

div.TextPageCenterText > form > table {
    margin-left:auto;
    margin-right:auto;
}


div.TextPageWarningText {
	font-size : 14px;

    margin-left: 0px;
	margin-right: 0px;

	margin-top : 10px;
	margin-bottom : 20px;
	text-align: center;

	color: #B70000;
}

span.TextPageWarningText {
	color: #B70000;
}

span.TextPageHighlightText {
	color: #AC5D2D;
	font-weight : bold;
}

div.TexPageCounterText {

	text-align : left;

	font-size : small;

	margin-top : 15px;

	margin-bottom : 20px;

}

img.TextPageImage {
    margin: 16px;

	border : 1px solid #FFAF3C;  

}

div.TextPageFooter {
    margin-top: 32px;
    margin-left: 0px;
	padding-top: 4px;
	border-top: 1px solid #FFAF3C;
	font-size : 10px;
	color: #AC5D2D;
	text-align: right;
}


/*****************************************************************************************************/
/* COMMON DEFAULT STYLES */

h1 {
	text-align : center;
	font-size : 20px;
	font-weight: normal;

    margin-left: 0px;
	margin-right: 0px;
	
	margin-top: 20px;
	margin-bottom: 10px;
}

h2 {
	text-align : left;
	font-size : 16px;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 10px;
}


li {
	font-size : 14px;
}

td {
	font-size : 14px;
}

a {
	/*color : #AC5D2D;
	*/
	/*color : #AC42D;
	*/
	color : #AC5D2D;
	border: none;
}

b {
}

img {
	border: none;
}


/*****************************************************************************************************/
/* Navigation pages */

table.NavigationTable {
	
	
}

td.NavigationTableContent {
	padding-top: 20px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	
}

td.NavigationTablePrevious {
	text-align : left;
	width: 33%;
}

td.NavigationTableBack {
	text-align : center;
	width: 33%;
}

td.NavigationTableNext {
	text-align : right;
	width: 33%;
}


img.NavigationTable {
  border: none;	
}

/*****************************************************************************************************/
/* Kontakt */

table.KontaktGroupTable {
	font-size : 12px;
/*	border : 1px solid #FFAF3C;  */
/*	background : #FFFFCC;  */
	text-align: left;
	width: 100%; 
}

tr.KontaktGroupTitle {
	background : #FFAF3C; 
/*	background : #FFFFCC;  */
/*   height: 20px;	*/
}

td.KontaktGroupIcon {
/*
	border-bottom : 1px solid #FFAF3C;
	border-top: 1px solid #FFAF3C;
	border-left: 1px solid #FFAF3C;
*/
	padding-left: 4px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	
	text-align: left;
}

td.KontaktGroupCaption  {
/*
	border-bottom : 1px solid #FFAF3C;
	border-top: 1px solid #FFAF3C;
	border-right: 1px solid #FFAF3C;
*/

	padding-left: 0px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;

	font-weight : bold;
	text-align: left;
	width: 100%; 
}

tr.KontaktGroupItem {

}

tr.KontaktGroupFirstItem {
  height: 8px;
}

td.KontaktGroupItemIcon {
	padding-left: 4px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 16px;

	vertical-align : top;
	text-align: left;
}

td.KontaktGroupItemText {
	padding-left: 8px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 16px;

	vertical-align : top;
	text-align: left;
	font-size : 14px;
}



/*****************************************************************************************************/
/*****************************************************************************************************/
/* Text Groups (Historie, Pisnicky, Mapa, Galerie, Kroniky...) */

td.TextGroupTable {
	padding-top: 4px;
	padding-bottom: 16px;
	vertical-align: top;
}

table.TextGroupTable {
	font-size : 12px;
/*	border : 1px solid #FFAF3C;  */
/*	background : #FFFFCC;  */
	text-align: left;
/*	width: 100%;  */
}

tr.TextGroupTitle {
/*	background : #FFAF3C;  */
/*	background : #FFFFCC;  */
/*	background : #FFFFCC;  */
/*   height: 20px;	*/
}

td.TextGroupIcon {
/*
	border-bottom : 1px solid #FFAF3C;
	border-top: 1px solid #FFAF3C;
	border-left: 1px solid #FFAF3C;
*/
/*	border-bottom : 1px solid #FFAF3C;  */

	padding-left: 4px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	
	text-align: left;
	vertical-align: top;
}

td.TextGroupCaption  {
/*	border-bottom : 1px solid #FFAF3C; */
/*
	border-top: 1px solid #FFAF3C;
	border-right: 1px solid #FFAF3C;
*/

	padding-left: 8px;
	padding-top: 4px;
	padding-right: 16px;
	padding-bottom: 4px;

	font-weight : bold;
	text-align: left;
	width: 100%; 
}

tr.TextGroupItem {

}

tr.TextGroupFirstItem {
  height: 4px;
}

td.TextGroupItemIcon {
	padding-left: 4px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;

	vertical-align : top;
	text-align: left;
}

td.TextGroupItemText {
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 6px;

	vertical-align : top;
	text-align: left;
	font-size : 14px;
}


/*****************************************************************************************************/
/*****************************************************************************************************/
/* Mapa */

span.MapGroupCaption {
	font-weight: normal;
}

/*****************************************************************************************************/
/* Aktuality */

td.NewsGroupCell {
	padding-left : 20px;
	padding-top : 20px;
	padding-right : 0px;
	padding-bottom : 20px;
	vertical-align: top;
/*	width: 50%;  */
}

table.NewsGroupTable {
	font-size : 12px;
/*	border : 1px solid #FFAF3C;  */
/*	background : #FFFFCC; */
	text-align: left;
	width: 100%;
/*
    margin-left: 20px; 
    margin-right: 0px; 
	margin-top: 20px;
	margin-bottom: 20px;  */
/*	padding: 0px; */
}

tr.NewsGroupTitle {
/*	background : #FFAF3C;  */
/*   height: 20px;	*/
}

td.NewsGroupIcon {
	/*border-bottom : 1px solid Black;
	border-top: 1px solid Black;
	border-left: 1px solid Black;
	*/
	text-align: left;
	padding : 0px;
	text-align: left;
}

td.NewsGroupCaption  {
/*
	border-bottom : 1px solid Black;
	border-top: 1px solid Black;
	border-right: 1px solid Black;
*/

	padding-left: 8px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;

	font-weight : bold;
	text-align: left;
	width: 100%;
}

tr.NewsGroupItem {

}

tr.NewsGroupFirstItem {
  height: 12px;
}

td.NewsGroupItemIcon {
	padding-left: 1px;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 6px;

	vertical-align : top;
	text-align: left;
}

td.NewsGroupItemText {
	padding-left: 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;

	vertical-align : top;
	text-align: left;
	font-size : 13px;
}

div.NewsPageFooter {
    margin-top: 32px;
/*    margin-left: 16px;  */
    margin-left: 0px;  
	padding-top: 4px;
	border-top: 1px solid #FFAF3C;
	font-size : 10px;
	color: #AC5D2D;
	text-align: right;
}

/*****************************************************************************************************/
/*****************************************************************************************************/
/* Tabory */

div.CampTable {
	text-align: center;
	margin-top: 20px;
}

table.CampTable {
	font-size : 14px;
	/*border : 1px solid #FFAF3C;
	*/
/*	border : 1px solid #7E3601; */
	background : #FFFFCC;  
/*	background : #FFEBAD;  */
	text-align: left;
	/*width: 100%;
	*/
	/* margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
	*/
	/*padding: 0px;
	*/

	border-left : 2px solid #000000; 
	border-right : 2px solid #000000; 
	border-bottom : 2px solid #000000; 
	
	margin-top : 0px;
	width:100%;
}

tr.CampTableEmptyRow {
  height: 16px;
}

td.CampTableEmptyRow {
}

td.CampTableIcon {
	padding-left: 4px;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 0px;

	vertical-align : top;
	text-align: left;
}

td.CampTableImage {
	
  padding-left : 0px;	
  padding-right : 0px;	
  padding-bottom : 0px;	
  padding-top : 0px;	
}


td.CampTableCaption {
	padding-left: 2px;;
	padding-top: 2px;;
	padding-right: 8px;;
	padding-bottom: 2px;;

	vertical-align : top;
	text-align: right;
}

td.CampTableValue {
	padding: 2px;;
	vertical-align : top;
	text-align: left;
/*	font-weight : bold; */
}

/* moved to h2 */

/*
div.CampPageSmallTitle {
	text-align : left;
	font-size : 16px;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 10px;
}
*/



/*****************************************************************************************************/
/*****************************************************************************************************/
/*****************************************************************************************************/
/* VEDOUCI */

body.InstructorDetailPage {
	font-family :  Arial;
	/*color : #2C5170;
	*/
	color: Black;
	text-align : left;
	/*background : FCB713;
	*/
	background : #FFE09C;
	margin-left : 20px;
	margin-top : 20px;
	margin-right : 20px;
	margin-bottom : 20px;
	/*background-image : url(background.jpg);
	*/
	background-position : top;
/*
	scrollbar-arrow-color: Black;
	scrollbar-shadow-color : #FFE09C;
	scrollbar-base-color : #FFE09C;
	scrollbar-face-color : #FFE09C;
	scrollbar-highlight-color : #FFE09C;
*/
	scrollbar-arrow-color: Black;
	scrollbar-base-color : #FFE09C;
	scrollbar-face-color : #FFE09C;
}

div.InstructorDetailNameText {
	/* color: #AC5D2D;
	*/
/*	color: Maroon;  */
    color: #AC5D2D;   
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 20px;
	text-align : right;
}

table.InstructorDetailInfoTable {
	
}

td.InstructorDetailImage {
  text-align: left; 
  vertical-align : top;
}

a.InstructorDetailImage {
/*  border : 1px solid #AC5D2D; */
}

a.InstructorDetailImage img {
  border : 1px solid #AC5D2D;
}


td.InstructorDetailInfo {
  text-align: right; 
  vertical-align : top;
  padding-left: 5px;
}

td.InstructorDetailInfoTableName {
	/* color: #FFAF3C;
	*/
	text-align : right;
	padding-right : 5px;
	color : #FF8C00;
    vertical-align: top;
}

td.InstructorDetailInfoTableValue {
  color: #AC5D2D;   
  text-align : right;	
  vertical-align: top;
}

div.InstructorDetailInfoTextTitle {
  color: #AC5D2D;   
  font-size: 16px;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 5px;
}

div.InstructorDetailInfoText {
}






table.InstructorListTable {
  width: 100%;
}

td.InstructorListItem {
  padding-left: 20px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;

  vertical-align: bottom;

  text-align: center;
}

div.InstructorListImage {

  text-align: center;
}

a.InstructorListImage {

/*  border : 1px solid #FFAF3C;  */
}

a.InstructorListImage img {
  border : 1px solid #FFAF3C;  
}

div.InstructorListName {
  
  text-align: center;
}

table.TextTable {
    background : #FFFFCC;
    border-collapse: collapse;
}

table.TextTable th {
    background : #FFAF3C;
    font-size: 14px;
    font-weight: bold;
    color : #8B4513;
    padding: 4px 8px;
    margin: 0px;
}

table.TextTable td {
    font-size: 14px;
    font-weight: normal;
    margin: 0px;
    padding: 4px 8px;

    border:1px solid #EBEBBC;
}



/*****************************************************************************************************/
/*****************************************************************************************************/
/*****************************************************************************************************/
/* SECRET SECTION - COMMON */

a.GMailIcon {
    border: none;
}

a.GMailIcon img {
    border: none;
}



/*****************************************************************************************************/
/*****************************************************************************************************/
/*****************************************************************************************************/
/* SECRET SECTION - AKCE */

td.ActionsAction {
  
  padding-top: 10px;
  padding-bottom: 30px;
}

td.ActionsActionTitle {

  font-size: 18px;	
  padding-bottom: 5px;
}

td.ActionsActionTableItem {
  font-size: 14px;
  color : #8B4513;
  vertical-align: top;
}

td.ActionsActionTableNavigation {
  font-size: 14px;
  padding-top: 4px;  
/*  color : #8B4513;  */
}

td.ActionsActionTableValue {

  font-size: 14px;	
  padding-left: 8px;
  vertical-align: top;
}

span.ActionsActiveSubscriber {

  font-size: 14px;	
  text-decoration: none;
}

span.ActionsInactiveSubscriber {
	font-size: 14px;
	text-decoration: line-through;
	/*color: #AA9966;
	*/
	color: #958553;
}

div.ActionsTopMenu {
  font-size: 14px;
  padding-top: 4px;	
  padding-bottom: 20px;
  text-align: center;
}

/* h1 used instead */
/*
div.ActionsDetailActionTitle {

  color : #8B4513;
  font-size: 20px;	
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: center;
}
*/

div.ActionsDetailActionInfo {

  font-size: 15px;	
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: center;
}

div.ActionsDetailActionDate {

  color : #8B4513;
  font-size: 14px;	
  padding-top: 4px;
  padding-bottom: 16px;
  text-align: center;
  font-weight: bold;
}

table.ActionsDetailSubscribersTable {
	background : #FFFFCC;  
	border-left : 1px solid #000000; 
	border-right : 1px solid #000000; 
	border-bottom : 1px solid #000000; 
	border-top : 1px solid #000000; 
	
	margin-bottom: 40px;
}

td.ActionsDetailSubscribersTable {
	padding-top:0px;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:6px;
	vertical-align: top;
}

td.ActionsDetailSubscribersTableTitle {
	padding-top:8px;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:8px;
    color : #8B4513;
    font-weight: bold;
}

td.ActionsDetailTableTitle {
    background : #FFAF3C; 
	font-size: 14px;
	padding-top: 4px;
	padding-left:4px;
	padding-right:4px;
	padding-bottom: 4px;
	text-align: center;
	font-weight: bold;
}


/*****************************************************************************************************/
/* SECRET SECTION - CONTACTS */

table.ContactsTable {
/*	background : #FFFFCC;  */
	border-left : 1px solid #000000; 
	border-right : 1px solid #000000; 
	border-bottom : 1px solid #000000; 
	border-top : 1px solid #000000; 
	
	margin-bottom: 40px;
	
}

td.ContactsTableDark {
/*    background : #F2F2C2;   95%   */
    background : #EBEBBC;     /* 92%  */ 
	padding-top:6px;
	padding-left:6px;
	padding-right:6px;
	padding-bottom:6px;
	vertical-align: top;
	font-size:13px;
}

td.ContactsTableLight {
	background : #FFFFCC;  
	padding-top:6px;
	padding-left:6px;
	padding-right:6px;
	padding-bottom:6px;
	vertical-align: top;
	font-size:13px;
}

td.ContactsTableTitle {
	font-size:13px;
	padding-top:4px;
	padding-left:6px;
	padding-right:0px;
	padding-bottom:4px;
    color : #8B4513;
    font-weight: bold;  
    background : #FFAF3C; 
}

/*****************************************************************************************************/
/*****************************************************************************************************/
