
/* zakladni elementiky */

body { 
    color: #999;
}

h2, h3, h4, h5, h6 { 
    color: #aaa;
}

h2 {
	margin: 16px 0px 16px 0px;
	
	font-size: 1.6em;
}

h3 {
	margin: 16px 0px 8px 0px;
	
	font-size: 1.4em;
}

h4 {
	margin: 12px 0px 6px 0px;
	
	font-size: 1.2em;
}

a {
	text-decoration: none;	

    font-weight: bold;
	
	color: #ddd;
}

a:hover {
	text-decoration: underline;	
}

a:focus, a:active {
	outline: none;
}

a img { 
    border: 0;
}

p {
	margin: 9px 0px 9px 0px;
}

table {
	font-size: 10pt;	
}

td {
	vertical-align: top;
}

input.datepicker { 
    background: white url("../admin/images/icons/calendar.gif") right center no-repeat;
}

input.text { 
    /*border: 1px solid #D11011;*/
}
