﻿*{
	margin:0px;
	padding:0px;
}

body
{
    margin:0px;
    padding:0px;
    font-size:12px; 
	font-family:Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
	background: #bfbfbf url("../image/bg.gif") 0 0 repeat-x;

}


#maincontainer {
    width: 900px; /*Width of main container*/
    margin: 0 auto; /*Center container on page*/
    border: 2px solid #008000;
    background-color: #e5e1e0; /*Vržený stín*/
    -moz-box-shadow: 3px 3px 4px #008000;
    -webkit-box-shadow: 3px 3px 4px #008000;
    box-shadow: 3px 3px 4px #008000; /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#008000')"; /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#008000');
}

#topsection {
    background-image: url(../Image/logo.jpg);
    height: 141px; /*Height of top section*/
    border-bottom: 10px solid #e3001b;
    border-bottom-color: #008000;
}

#loginpanel {
    /*background: brown;*/
    border: 1px solid #008000;
    float: right;
    width: 200px;
    height: 100px;
    position: relative;
    top: 20px;
}

#contentwrapper{
    float: left;
    width: 100%;
    background-color: #e5e1e0;
    text-align:justify;
}

#contentcolumn{
    margin-left: 200px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn
{
    float: left;
    width: 200px; /*Width of left column*/
    margin-left: -900px; /*Set left margin to -(MainContainerWidth)*/
    background: #C8FC98;
}

#footer {
    clear: left;
    width: 100%;
    background: #008000;
    color: #FFF;
    text-align: center;
    padding: 4px 0;
}

.innertube
{
    margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
    margin-top: 0;
}

.tbRegistrace
{
    width: 225px;
}

.PrihlaseniNadpis {
    background-color: #008000;
}

li {
    list-style: none;
}

#leftmenu li a {
    font-size: 16px;
    font-weight: bold;
    display: block;
    background-color: #008000;
    padding-left: 10px;
    text-decoration: none;
    color: White;
    border-bottom: 1px solid white;
}

#leftmenu li a:hover
{
    background-color: yellow;
    color:#008000;
}

input
{
   font-family:Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;  
}

.gvPrihlaseni{
    width:675px;
    table-layout:fixed;
    text-align:left;
}

.tbSirka
{
    width: 190px;
}
.vysledky {
    float:left;
    text-align:center;
    padding-right:10px;
}

/*----------------------------------------------------------------------------------------*/
/*
body 
{
	background-color:white; 
	font-size:12px; 
	font-family:Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
	line-height:1.5;
	text-align:center;
}


#frame 
{
	width:900px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	text-align:left;
}

#contentleft 
{
    float:left;  
	width:165px;
	margin-left: -900px;

	background:Blue;
}

#contentcenter 
{

    width:100%;
	width:715px;
	padding:0px 10px 10px 10px;
	float: left;
	text-align:justify;
	background:#eee;
	position: relative;
    top: -100px; 
}
	

#contentheader 
{
	margin-top:0px;


}
#contentlogin
{
    width:200px;
    height:100px;
    float:right;
    background:brown;
    position: relative;
    top: -120px; 
}

#contentfooter
{
   clear:left;
   width:100%;
	text-align: center;
    height: 27px;
    background-color: #5d5d5d;
    color:White;
   padding-top:2px;
    font-size:10px;

    vertical-align:middle;

}


#Menu 
{ 
	background-color: silver; 
	float: left;
	width: 100%; 
	text-align: left; 
	border: 1px solid #f00;
}


.MenuItem
{	
	text-indent: 20px;
	font-size: 16px;
	font-weight: bold;
	color: Maroon;
	width:165px;
	border-bottom: 1px solid #f00;
}
	
.Selected
{
	color: Red; 
	font-weight: bold;
}

.Hover
{
	color: #F57021;
	cursor: hand;
	font-weight: bold;
	display: block;
	width: 100%;
    background-color:  Yellow;
    text-decoration: none;
}



.HLink
{
	color:White;
	text-decoration: none;
}	

.HLink:hover
{
    color: Red;
    text-decoration: none;
}


.FormLabel
{
	float:left;
	width:80px;
	text-align:center;

}

.FormTBOdsazeni
{
	width: 15px;
}
.FormTBScore
{
	float:left;
	width:15px;

}


#gvAdminLeft
{
	width:400px;
	padding:0px;
	float:left;
}


#NewForm
{
	width:250px;
	padding:0px;
	float:right;
}

fieldset
{
	border-style: double;
	border-width: 4px 1px 2px 1px;
	background-color: #FFFFCC;
}

.Stred
{
	text-align:center;
}

.DCTable
{
	width:560px;
}

.DCUtkani
{
	background-color: #990000;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	text-transform: none;
}		

.DCZapasy
{
	background-color:#FFFBD6;
}
*/