/*
	file: < def.css >
	date: 2006/01/07
	stat:

	Desc: CSS pro Alligator WEB

$BLACK="black";
$WHITE="white";

$DARK="#808080";
$NORMAL="#a0a0a0";
$LIGHT="#e0e0e0";

$DARKOK="green";
$DARKERR="red";

*/

body {
	background: url(http://www.paintballalligator.cz/images/bg.gif) white;
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 5px;
	padding: 0px;
}

/*
* TEXT
*/
.t10 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.t12 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}
.date {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: black;
}

/*
* H3, HR,
*/
table {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #808080;
	margin: 5px;
	margin-left: 0px;
	margin-bottom: 0px;
}

hr {
	width: 100%;
	text-align: left;
	height: 1px;
	color: #a0a0a0;
}

a {
	color: #a0a0a0;
	text-decoration: none;
}

a:active {
	color: #a0a0a0;
	text-decoration: none;
}

a:visited {
	color: #a0a0a0;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: none;
}

.req_input {
	border-color: #FFc0c0;
}

.btn {
	background: #e0e0e0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.hidden_text {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1px;
	color: #e0e0e0;
}
/******************************************************************************
* TABLE MENU
*/
.MenuON {
	background: url(http://www.paintballalligator.cz/images/MenuON.gif);
	text-align: center;
}
.MenuOFF {
	background: url(http://www.paintballalligator.cz/images/MenuOFF.gif);
	text-align: center;
}

a.menuLink {
	color: black;
	text-decoration: none;
}

a.menuLink:active {
	color: black;
	text-decoration: none;
}

a.menuLink:visited {
	color: black;
	text-decoration: none;
}

a.menuLink:hover {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

/******************************************************************************
* TABLE SUBMENU
*/
.SMenuON {
	background: #a0a0a0;
	color: White;
}
.SMenuOFF {
	background: #808080;
}

a.submenuLink {
	color: black;
	text-decoration: none;
}

a.submenuLink:active {
	color: black;
	text-decoration: none;
}

a.submenuLink:visited {
	color: black;
	text-decoration: none;
}

a.submenuLink:hover {
	color: #e0e0e0;
	text-decoration: none;
	font-weight: bold;
}


/******************************************************************************
*
*/
.copyright {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8px;
}

/******************************************************************************
* DIVs
*/

.div_body {
	width: 100%;
	padding: 10px;
}


.div_submenu {
	background: #808080;
	width: 100%;
	height: 250px;
	padding: 5px;
}

.div_qlinks {
	background: #a0a0a0;
	width: 90%;
	padding: 5px;
	font-size: 10px;
}

.div_counter {
	background: #a0a0a0;
	width: 90%;
	padding: 5px;
}

.div_rside {
	/*	background: #808080; */
	width: 98%;
	padding: 5px;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*  Definice spec. akci
*
*/
/* Alligator Fight 2007*/
.af_input {
	border-color: black;
	font-family: Courier;
	font-size: 10px;
	width: 95px;
	height: 20px;
}
.af_btn {
	border-color: black;
	border-width: 1 1 1 1;
	background: #a0a0a0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 30px;
	height: 20px;
}
a.af {
	color: black;
	text-decoration: none;
}

a.af:active {
	color: black;
	text-decoration: none;
}

a.af:visited {
	color: black;
	text-decoration: none;
}

a.af:hover {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

a.afhr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: black;
	text-decoration: none;
}

a.afhr:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: black;
	text-decoration: none;
}

a.afhr:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: black;
	text-decoration: none;
}

a.afhr:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: white;
	text-decoration: none;
	font-weight: bold;
}

.af_hr {
	width: 100%;
	text-align: left;
	height: 1px;
	color: black;
}

.af_form_i {
	border-color: black;
	font-family: Courier;
	font-size: 10px;
}

.af_form_ir {
	border-color: #FFc0c0;
	font-family: Courier;
	font-size: 10px;
}

.af_form_submit {
	background: #e0e0e0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 150px;
	height: 30px;
}

.af_white {
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.afh3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: black;
	margin: 5px;
	margin-left: 0px;
	margin-bottom: 0px;
}

.af_h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: white;
	margin: 5px;
	margin-left: 0px;
	margin-bottom: 0px;
}

.calendar_head {
	font-size: 16px;
	font-weight: bold;
	background-color: #808080;
}

table.calendar_table div{
	color: black;
}

table.calendar_table img {
	border: 0px solid #000000;
    text-decoration:none; 
}

div.fieldDH{
	min-height: 40px;
	min-width: 40px;
	_height: 40px;
	_width: 40px;
	cursor: pointer;
	background-image: url("../images/calendar_morning.gif");
	background-repeat: no-repeat;
}
div.fieldNH{
	min-height: 40px;
	min-width: 40px;
	_height: 40px;
	_width: 40px;
	cursor: pointer;
	background-image: url("../images/calendar_night.gif");
	background-repeat: no-repeat;
}
div.fieldDD{
	min-height: 40px;
	min-width: 40px;
	_height: 40px;
	_width: 40px;
	cursor: pointer;
	background-image: url("../images/calendar_morning.gif");
	background-repeat: no-repeat;
}
div.fieldND{
	min-height: 40px;
	min-width: 40px;
	_height: 40px;
	_width: 40px;
	cursor: pointer;
	background-image: url("../images/calendar_night.gif");
	background-repeat: no-repeat;
}

.calendar_bottom {
	padding-bottom: 10px;
}

.calendar_right {
	padding-right: 10px;
}

.caledar_day {
	margin-left: 5px;
	margin-top: 5px;
	font-size: 14px;
	font-weight: bold;
}
