*{
    font-family:trebuchet ms;
}
body form, body h1, body h2, body h3, body a{
    position: relative;
    clear: both;
    float: left;
    /*width: 750px;*/
	/*width : 1145px; */
	width: 100%;
}
body h1 , body h2 {
    font-weight: normal;
    margin: 10px 0px 10px 0px;
    padding: 0;
}
body h1 {
	color: #000000;
	font-size: 27px;
}
body h2 {
	color: #003366;
}
body h3 {
	color: #000000;
    font-size: 27px;
    font-weight: normal;
    /*margin: 10px 10px 10px 20px;*/
    padding: 0;
	}
body a{
    color: #22538B;
    width: auto;
}
body a:hover{
    text-decoration: none;
}
label{
    display: inline-block;
    width: 150px;
    font-size: 14px;
}
label[for^=setting_]{
    width: auto;
    margin-right: 40px;
}
input,select{
    border-radius: 5px;
    border: 1px solid #CCC;
    padding: 5px;
}
input[type=submit][name=startImport]{
    float: right;
}
input[type=submit], .submit{
	/*
    border: 1px solid #25578F;
    border-radius: 3px;
    background-color: #22538B;
    color: #FFF;        
    text-shadow: 1px 1px 3px #000;
    text-transform: uppercase;
    min-height: 27px;
    line-height: 27px;
    padding: 0 10px;
    cursor: pointer;
	*/
    background-color: #22538b;
    background-image: url("../images/submit.png");
    background-position: center top;
    background-repeat: repeat-x;
    border: 1px solid #25578f;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 2px;
    /*line-height: 27px;*/
	line-height: 15px;
    margin-right: 2px;
    min-height: 27px;
    padding-left: 10px;
    padding-right: 10px;
    text-shadow: 1px 1px 3px #000000;
    text-transform: uppercase;
}
a.submit{
	text-decoration: none;
	line-height: 27px;
}
input[value="Smazat"], .delete
{
	background-color: #cc0000;
    background-image: none;
    border: 1px solid #990000;
}
.clear {
	clear:both;
}
legend {
	color: #003366;
    font-weight: normal;
	font-size: 16px;
}
#handle_tariff{
    display: none;
    text-align: right;
    width: 3em;
}
fieldset{
    border-radius: 5px;
    background-color: #FFF;
    border: 1px solid #CCC;
	font-size: 14px;
}
/* FLASHES */

.flash, .info, .success, .warning, .error, .validation {
    clear: left;
    float: left;
    position: relative;
    display: none;
    border: 1px solid;
    margin: 10px 5px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    font-size: 13px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /*width: 630px;*/
	width: 1080px;
    opacity: 0.9;
    border: none !important;
}

.info {
    color: #00529B;
    background-color: #C6DBFF;
    background-image: url('../images/info.png');
}

.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../images/success.png');
}

.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../images/warning.png');
}

.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../images/error.png');
}

.validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('../images/warning.png');
}

span.help {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 3px;
    color: #999999;
    cursor: pointer;
    padding: 2px 5px;
    text-align: center;
    width: 10px;
}
span.help:hover {
    background-color: #336699;
    color: #ffffff;
}
.loading{
	width:100%;
	height:100%;
	margin:auto;
}
.loading img{
	width:75px;
	height:75px;
}