﻿/* Spolecny styl (nacita se v PageBase) */

body
 {
    font-family	: Arial; 
    font-size	: 12px;
    text-align	: left;
    margin		: 0;
 }

/* "Uklizeci" div */
div.clear
{
	clear		: both;	
	visibility	: hidden;
	height		: 0;
}

/* "Zatmavovaci" div */
.Inactive
{
	background-image	: url("../img/transparentBck.png");
	background-repeat	: repeat;
}

table
{
	border-collapse	: collapse;
	color			: Black ;
	
}

td
{
	padding: 0;
}

tr.tbt
{
	background-color: #6B9DCE;
	color: white;
    font-size: 110%;
    font-weight: bold;
}

tr.tbt td
{
	padding-bottom: 3px;
}

/* liche radky */
tr.odd,
tr.tr_odd,
tr.lichy_tr
{
	background-color: #F3F3F3;
	color			: #666666;
}

/* sude radky */
tr.even,
tr.tr_even,
tr.sudy_tr
{
	background-color: White;
	color			: #666666;
}

/* liche radky hover */
tr.odd:hover,
tr.tr_odd:hover,
tr.lichy_tr:hover
{
	background-color: #F3F3F3;
}

/* sude radky hover */
tr.even:hover,
tr.tr_even:hover,
tr.sudy_tr:hover
{
	background-color: White;
}

/* vybrane radky */
tr.selected
{
	background-color: #324F7B;
	color			: black;
}

h1
{
	font-size  		: 14px;
    font-weight	 	: bold;
    color       	: black;
    text-align		:left;
}

h2
{
	font-size   : 12px;
    font-weight : bold;
    color       : black;
    text-align	:left;
}

h3
{
}

a
{
	color: #D51C1C;
}

a:hover
{
}

a:visited
{
}

a.A_ClosePopUp 
{
	background		: url("../img/close_popup.gif") no-repeat scroll right center transparent;
	display			: block;
	padding-right	: 14px;
	right			: 10px;
	top				: 10px;
	cursor			: pointer;
	text-decoration	: underline;
	float			: right;
}

img
{
	border: none;	
}

select, input, textarea
{
	font-size: 100%;
}


/* Nice textbox */
div.div_niceTextBoxContainer
{
	height			: 20px;
}

div.div_niceTextBoxContainer div.div_niceTextBox
{
	height			: 20px;
}

div.div_niceTextBoxContainer div.div_niceTextBox input[type=text]
{	
	border			: 0 none;
	padding			: 0px;
	padding-left	: 2px;
	vertical-align	: middle;
	height			: 20px;
	line-height		: 20px;
}

.autocomplete_List
{
	background-color: White;
	margin-top		: 0;
	list-style		: none outside none;
	padding			: 0;
	border			: 1px solid buttonshadow;
	cursor			: pointer;
}

.autocomplete_listItem
{
	background-color: White;
	margin			: 2px;
}

.autocomplete_highlightedListItem
{
	margin			: 2px;
	background-color: #7C97C1;
}

/* Label with info icon */

div.div_labelWithInfoIcon div.div_infoBox
{
	background-color	: White;
	-moz-box-shadow		: 5px 5px 5px #888888;
	background-color	: white;
	border				: 1px solid #324F7B;
	width				: 300px;	
}

div.div_labelWithInfoIcon div.div_infoBox div.div_infoBoxContent
{
	margin	: 5px;
	color	: #2D2D2D;	
}

div.div_labelWithInfoIcon div.div_infoBox div.div_infoBoxContent div.div_infoBoxTitle
{
	font-weight		: bold;
	text-align		: center;
	border-bottom	: 1px solid #324F7B;
	color			: Black;
}

div.div_labelWithInfoIcon div.div_infoBox div.div_infoBoxContent div.div_infoBoxText
{
	text-align: left;
}

div.div_loader
{
	background-color: White;
	width			: 190px;
	height			: 90px;
	padding-top		: 8px;
	text-align		: center;	
}

.borderType2
{
	border-radius	: 8px 8px 8px 8px;
    box-shadow		: 0 0 20px #000000;
}

div.div_modalSelector
{
	font-size		: 12px;
	background-color: White;
    padding			: 10px;
    min-width		: 200px;
    max-width		: 450px;
    text-align		: left;
	color			: #666666;
	display			: none;
}

div.div_modalSelector h2
{
	color: #333333;
}

div.div_modalSelector div.div_modalAlertButtons
{
	margin		: 20px auto auto auto;
	text-align	: center;
	width		: 40px;
	color		: White;
}

div.div_modalSelector div.div_modalAlertButtons a
{
	color: White;
}

div.div_modalSelector div.div_modalAlertButtons input
{
	color: White;
}

div.div_modalSelector div.div_SelectorTopPart
{
	margin-bottom	: 10px;
	min-height		: 25px;
	text-align		: center;
}

div.div_modalSelector div.div_SelectorTopPart h2
{	
	text-align	: center;
	padding-left: 0;
	margin		: 0;
	font-size	: 15px;
}

.taCenter 
{
    text-align: center;
}

.relative 
{
    position: relative;
}

.absolute 
{
    position: absolute;
}

.floatRight {
    float: right;
}

.floatLeft {
    float: left;
}

a.a_edit {
    background-color:red;
    color:white;
    font-weight:bold;
    padding:0 3px 2px;
    text-decoration:none;
}