/* -----------------------------------------------------------------------------------------*/
/*    Copyright (C) 2002-2005 WEBCOM a.s. All rights reserved.         */
/* -----------------------------------------------------------------------------------------*/

* {margin:0; padding:0;}

/* --- General body style ---------------------------------------------------------- */
Body
{
    background-color: white;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
}
h1
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #FE2121;
    text-align: left;
    padding-bottom: 20px;
}
h2
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 800;
    color: #000000;
    text-align: left;
    /*padding: 16px 0px 20px 0px;*/
}
p
{
    padding-bottom: 1em;
}
a
{
  text-decoration: none;
  color: #000000;
}
td
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: #000000;	
}
th
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 800;
    color: #000000;	
}
hr
{
	border: solid 1px gray;
	height: 1px;
}
a img
{
	border: 0px;
}
.TextBox
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 400;
	color: #263C88;
	background-color: White;
	border: solid 1px #A8B5AE;
}
.ComboBox
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 400;
	color: #263C88;
	background-color: White;
	border: solid 1px #A8B5AE;
}
.TextArea
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 400;
	color: #263C88;
	background-color: White;
	border: solid 1px #A8B5AE;
}
.Button
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 800 !important;
	border-left	: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-top: 0px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	background-color: #A8B5AE;
	color: #FFFFFF !important;
}
a.Button 
{
	float: left;
	padding: 2px 3px;
	text-decoration: none !important;
	margin: 4px 3px 5px 0px;
}
/* --- General body style ---------------------------------------------------------- */
/* --- General text styles ----------------------------------------------------------- */
.NormalText, p
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: #333333;
}
.BoldText
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 800;
    color: #342C70;
}
.RedBoldText
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 800;
    color: #FF0000;
}
.GreenBoldText
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 800;
    color: #00AA00;
}
A:link, A:visited, A:active
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: #342C70;
	text-decoration: underline;
}
A:hover
{
  color: #FE2121;
	text-decoration: underline;
}
UL.ValidateErrors
{
	margin-left: 22px;
}
UL.ValidateErrors LI A
{
	color: #CC0000 !important;
	font-weight: bold !important;
}
/* --- General text styles ----------------------------------------------------------- */
/* --- AccessDenied, ErrorPage, NotSupportedBrowser Pages ---------------------------- */
.AENPageTitle
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 800;
    color: #AA0000;
}
.AENNormalText
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 400;
    color: #342C70;
}
/* --- AccessDenied, ErrorPage, NotSupportedBrowser Pages ---------------------------- */
/* --- Forms ------------------------------------------------------------------------- */
table.Form
{
	/*border: solid 1px #A8B5AE;*/
	border-collapse: separate; 
	border-spacing: 0px;
}
th.Form, table.Form th
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: #000000;
    text-align: left;
    padding: 3px;
}
td.Form, table.Form td
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: #000000;
    padding: 3px;
}
/* --- Forms ------------------------------------------------------------------------- */
/* --- Side modules ----------------------------------------------------------------- */
.SMBorder
{
	width : 140px;
}
.SMTitle
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 800;
	color: #A8B5AE;
	height: 16px;
	padding-left: 2px;
	padding-right: 2px;
	text-align: left;
	vertical-align: middle;
}
.SMBody
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 400;
	color: #A8B5AE;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align : left;
	vertical-align : top;
}
.SMBody_ShowBodyOnly
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 400;
	color: #A8B5AE;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align : left;
	vertical-align : top;
}
.SMNormalText
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 400;
	color: #A8B5AE;
}
.SMBoldText
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 800;
	color: #A8B5AE;
}
.SMColorText
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 800;
	color: #12408E;
}
.SMStatusBar
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 400;
	color: #000000;
	padding-left: 2px;
	padding-right: 2px;
	border-top: solid 1px #A8B5AE;
}
/* --- Side modules ----------------------------------------------------------------- */
/* --- Side modules  - Menu ------------------------------------------------------ */
table#side-module-menu a 
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 400;
	color: #A8B5AE;
	text-decoration: none;
	display: block;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 3px;
	width: 100%;
}
table#side-module-menu a:hover, table#side-module-menu a:focus 
{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 3px;
	background: #A8B5AE !important;
	color: #FFFFFF !important;
}
table#side-module-menu a span.arrow 
{
  visibility: hidden;
/*  visibility: visible; */
}
table#side-module-menu a:hover span.arrow, table#side-module-menu a:focus span.arrow 
{
  visibility: hidden;
/*  visibility: visible; */
}
table#side-module-menu tr.off
{
}
table#side-module-menu tr.on
{
	background: #A8B5AE !important;
	color: #FFFFFF !important;
}
/* --- Side modules  - Menu ------------------------------------------------------ */
/* --- Discussion ---------------------------------------------------------------------- */
/* new thread */
.td-discussion
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 800;
	color: #000000;
	text-decoration: none;
	background-color: #ffffff;
	padding-left: 4;
	padding-right: 4;
	padding-top: 4;
	padding-bottom: 4;
/*	border-top: solid 1px #263C88;
	border-bottom: solid 1px #263C88;*/
}
.td-discussion-picture
{
	margin-right: 6;
}
.td-discussion-footer
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 800;
	color: #000000;
	text-decoration: none;
	background-color: #ffffff;
	padding-left: 4;
	padding-right: 4;
	padding-top: 4;
	padding-bottom: 4;
	border-top-style: solid; 
	border-top-color: #12408E; 
	border-top-width: 1px;
}
/* input form */
.table-discussion-form-border
{
	border-top: solid 1px #A8B5AE;
	border-bottom: solid 1px #A8B5AE;
}
.td-discussion-form-desc
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 800;
	color: #000000;
	text-decoration: none;
	background-color: #ffffff;
	padding-left: 4;
	padding-right: 4;
}
/* messages */
.table-discussion-msg-head-closed
{}
.table-discussion-msg-head-opened
{
	border-bottom: solid 1px #263C88;
}
.table-discussion-msg-head-reply
{}
.td-discussion-msg-head
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 800;
	color: #000000;
	text-decoration: none;
	background-color: #A8B5AE;
	padding-left: 4;
	padding-right: 4;
	padding-top: 4;
	padding-bottom: 4;
}
.td-discussion-msg-head-reply
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 800;
	color: #000000;
	text-decoration: none;
	padding-left: 4;
	padding-right: 4;
	padding-top: 4;
	padding-bottom: 4;
}
.td-discussion-msg-body
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 400;
	color: #000000;
	padding-top: 6px;
	padding-bottom: 6px;
}
.td-discussion-msg-buttons
{
	padding-bottom: 2px;
	border-bottom: solid 1px #A8B5AE;
}
.td-discussion-msg-footer
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 400;
	color: #000000;
	background-color: #ffffff;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	}
A:link.a-discussion, A:visited.a-discussion, A:active.a-discussion
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 800;
	color: #000000;
	text-decoration: none;
}
A:hover.a-discussion
{
	text-decoration: underline;
}
/* --- Discussion ---------------------------------------------------------------------- */
/* --- Menu ---------------------------------------------------------------------------- */

A.mainMenu, A:visited.mainMenu, A:active.mainMenu, A:link.mainMenu
{
  display:block;
  float:left;
  padding: 5px;
  color: #707070;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  padding-left: 18px;
  padding-right: 12px;
  background-image: url(Images/Yellow/kolecko_seda.gif);
  background-repeat: no-repeat;
  background-position: left center;
}

A:hover.mainMenu, A#mainMenuSelected
{
  color: #fe2121;
  background-image: url(Images/Yellow/kolecko_cervena.gif);
}

/* --- Menu ---------------------------------------------------------------------------- */

.NavigatePageBox
{
	font: bold 10px Verdana, Helvetica, sans-serif;
	color: #003982;
	background: #def;
	text-align: right;
	border: none;
	padding: 0px 2px;
}

.NavigatePageEnter 
{
	font: bold 10px Verdana, Helvetica, sans-serif;
	border: none;
	background: #1253AD;
	color: #fff;
}

/* ---- CMA new design specific ------------------------------------------- */

#ContentPane
{
  padding: 15px 50px 0 50px;
}

.Partneri
{
  text-align: center;
  color: #A7B6B0;
  font-size: 9px;
}

.Partneri DIV
{
  padding-top: 5px;
  padding-bottom: 15px;
}

.Partneri A
{
  display: block;
  margin-bottom: 10px;
}

#RightPane H1
{
  display: none;
}

#textUnderLogo
{
  height:22px;
  padding-right: 15px;
  padding-top: 8px;
  font-size:10px;
  color: #A7B6B0;
  width:640px;
}

#menuContainer
{
  width:640px;
  float:right;
  background-image:url(Images/Yellow/pozadi_menu.jpg);
  background-repeat: repeat-x;
  margin-top: 29px;
}

#FooterText
{
  background-color: #EAEEEC;
  color: #707070;
  font-size: 9px;
  vertical-align: middle;
  text-align: center;
  border-top: 20px solid white;
  width: 880px;
  height: 55px;
}

#FooterText A
{
  color: #707070;
  font-size: 9px;
  text-decoration: none;
}

#FooterText A:hover
{
  text-decoration: underline;
}

#LanguageMenu, #UserMenu, #UserMenu A
{
  color: #A7B6B0;
  font-size: 9px;
  padding-left: 10px;
}

#LanguageMenu A, #UserInfo A
{
  color: #A7B6B0;
  font-size: 9px;
  text-decoration: none;
}

#LanguageMenu A:hover, #UserInfo A:hover
{
  color: #FE2121;
}

#LeftPane
{
  padding-top: 24px;
}

LI.LeftMenuItem
{
  list-style: none;
}

LI.LeftMenuItem A, LI.LeftMenuItem A:visited, LI.LeftMenuItem A:active, LI.LeftMenuItem A:link
{
  display: block;
  color: #707070;
  font-size: 11px;
  margin-left: 40px;
  text-decoration: none;
}

A.MenuLevel1
{
  border-top: 1px solid #EAEDEC;
  font-weight: bold !important;
  padding-left: 15px;
  padding-top: 8px;
  padding-bottom: 5px;
  margin-top: 5px;
  width:  200px;
}

A.MenuLevel1 .LeftMenuArrow
{
  display: none;
}

A.MenuLevel1 .selectedLeftMenuArrow, A.MenuLevel1 .openLeftMenuArrow, A.MenuLevel1:hover .LeftMenuArrow
{
  display: inline;
}

A.MenuLevel2
{
  font-weight: normal;
  padding-left: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  width:  175px;
}

A.MenuLevel3
{
  font-weight: normal;
  padding-left: 35px;
  padding-top: 8px;
  padding-bottom: 10px;
  width:  165px;
}

LI.LeftMenuItem A:hover, .LeftMenuContainer A.selected, .LeftMenuContainer A.open
{
  color: #FE2121 !important;
}

#LoginForm
{
  margin-top: 13px;
  border: 1px solid black;
  background-image: url(Images/Yellow/pozadi_prechod.jpg);
  background-repeat:repeat-y;
  background-position: left top;
  width: 220px;
  height: 135px;
  _height: 145px;
}

#LoginFormHeading
{
  color: #FE2121;
  padding: 15px 0 15px 35px;
}

.LoginText
{
  float: right;
  width: 85px;
  color:#707070;

}
.LoginCheckBox
{
  border: 1px solid black;
}
.LoginInput
{
  float: right;
  clear: right;
  padding: 2px 25px 2px 0;

}

.LoginInput .TextBox
{
  width: 75px;
  border: 1px solid black;
}

.LoginSubmit
{
  float: right;
  clear: both;  
}

.LoginButton
{
  background-color:#FE2121;
  color:#FFFFFF;
  border:none;
  margin-left: 120px;
  _margin-left:118px;
  _margin-bottom:5px;
  width:75px;
  font: Verdana;
  font-size: 10px;rgb(112,112,112)
}

A.selected
{
  color: #FE2121 !important;
}

#ContactList table
{
    border-color: gray;
    border-width: 0px 0px 1px 1px;
    border-style: solid;
}

#ContactList th
{
    border-color: gray;
    border-width: 1px 1px 0 0;
    border-style: solid;
	font-weight: bold;
	padding: 3px;
}

#ContactList td
{
    border-color: gray;
    border-width: 1px 1px 0 0;
    border-style: solid;
	padding: 3px;
	vertical-align: text-top;	
}

#ContactList input
{
	margin-left: 2px;
	margin-right: 2px;
}

#ContactDetail table
{
    border-color: gray;
    border-width: 0px 0px 1px 1px;
    border-style: solid;
}

#ContactDetail th
{
    border-color: gray;
    border-width: 1px 0 0 0;
    border-style: solid;
	font-weight: bold;
	padding: 3px;
	text-align: left;
	width: 135px;
	vertical-align: text-top;
}

#ContactDetail td
{
    border-color: gray;
    border-width: 1px 1px 0 1px;
    border-style: solid;
	padding: 3px;
	vertical-align: text-top;	
}
