@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic&subset=latin,latin-ext);

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana;
	font-size: 12px;
}

a:link {
	color: #27E0FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #27E0FF;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;              /* color: #FFED00; */
}
a:active {
	text-decoration: none;
	color: #00FF00;              /* #27E0FF; */
}

body, td, th, input, select {
		font-family: "Open Sans";
		font-size: 14px;
}



.container {
	width: 1200px;
	margin: 0 auto;
}

.gardient1 {
	background: #f2f2f2; 
	background: -moz-linear-gradient(top,  #f2f2f2 0%, #f9f9f9 27%, #ffffff 71%, #f4f4f4 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(27%,#f9f9f9), color-stop(71%,#ffffff), color-stop(100%,#f4f4f4)); 
	background: -webkit-linear-gradient(top,  #f2f2f2 0%,#f9f9f9 27%,#ffffff 71%,#f4f4f4 100%); 
	background: -o-linear-gradient(top,  #f2f2f2 0%,#f9f9f9 27%,#ffffff 71%,#f4f4f4 100%); 
	background: -ms-linear-gradient(top,  #f2f2f2 0%,#f9f9f9 27%,#ffffff 71%,#f4f4f4 100%); 
	background: linear-gradient(to bottom,  #f2f2f2 0%,#f9f9f9 27%,#ffffff 71%,#f4f4f4 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#f4f4f4',GradientType=0 ); 
}


#footer {
	color: white;
	padding: 20px;
	text-align: center;
	background: #161616;
}

.bShadow {
	-webkit-box-shadow: 0px 4px 11px 0px rgba(50, 50, 50, 0.55);
	-moz-box-shadow:    0px 4px 11px 0px rgba(50, 50, 50, 0.55);
	box-shadow:         0px 4px 11px 0px rgba(50, 50, 50, 0.55);
}

.mainTitle {
	text-align: center;
	color: white;
	background: #000;
	padding: 10px;
	text-transform: uppercase;
	font-weight: 70;
	position: relative;
}

.branding {
	position:absolute;
	right: 10px;
	top: 0px;
	float: right;
}

.subTitle {
	background: url(../images/headback-navy.jpg) center bottom;
	padding: 15px;
	color: white;
	font-weight: 700;
	font-size: 18px;
	border-bottom: 2px solid #FFFFFF;
}

.subTitle.shadow {
	background: url(../images/headback-navy-shadow.png) center bottom;
	padding-bottom: 20px;
	margin-bottom: 15px;
	border-bottom: 0px;	
}



.subTitle.red {
	background: url(../images/headback-red.jpg) center bottom;
}

table.styled  td, th {
	border-color: #600;
    border-width: 1px 1px 0 0;
    border-style: dotted;
    margin: 0;
    padding: 2px;
}

th.navy {
	background: url(../images/headback-navy.jpg) center bottom;
	color: white;
}

table.styled {
	border-color: #600;
    border-width: 0 0 1px 1px;
    border-style: solid;
	margin: 0 auto;
	
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 0%, #C5C6C6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C5C6C6), color-stop(100%,#C5C6C6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#C5C6C6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#C5C6C6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 0%,#C5C6C6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eeeeee 0%,#C5C6C6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#C5C6C6',GradientType=0 ); /* IE6-9 */
}

.innerContent {
	padding: 20px;
}

.rFloat {
	float: right;
	margin-right: 40px;
}

input, select {
	padding: 3px;
	border: 1px solid #949494;
	font-size: 14px;
	color: #5F5F5F;
}

select {
	width: 500px;
	border: 1px solid #000000;
}

option {
	border-bottom: 1px solid #000000;
	padding: 5px;
}


option:last-child {
	border-bottom: 0;
}

select.colorSelect {
	background: #fff; /* Old browsers */
	background: -moz-linear-gradient(90deg,  #ffffff 0%, #DDDDDD 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left  right, color-stop(0%,#ffffff), color-stop(100%,#DDDDDD)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(90deg,  #ffffff 0%,#DDDDDD 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(90deg,  #ffffff 0%,#DDDDDD 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(90deg,  #ffffff 0%,#DDDDDD 100%); /* IE10+ */
	background: linear-gradient(90deg,  #ffffff 0%,#DDDDDD 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#DDDDDD',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}



.colorField {
		background: #eee; /* Old browsers */
	background: -moz-linear-gradient(90deg,  #eeeeee 0%, #C5C6C6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left  right, color-stop(0%,#eeeeee), color-stop(100%,#C5C6C6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(90deg,  #eeeeee 0%,#C5C6C6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(90deg,  #eeeeee 0%,#C5C6C6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(90deg,  #eeeeee 0%,#C5C6C6 100%); /* IE10+ */
	background: linear-gradient(90deg,  #eeeeee 0%,#C5C6C6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#C5C6C6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
	
.xsf {
	width: 35px;
}

.xmf {
	width: 70px;
}

th.gardiBack {
	background: #eee; /* Old browsers */
	background: -moz-linear-gradient(180deg,  #eeeeee 0%, #C5C6C6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, top, bottom, color-stop(0%,#eeeeee), color-stop(100%,#C5C6C6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(180deg,  #eeeeee 0%,#C5C6C6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(180deg,  #eeeeee 0%,#C5C6C6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(180deg,  #eeeeee 0%,#C5C6C6 100%); /* IE10+ */
	background: linear-gradient(180deg,  #eeeeee 0%,#C5C6C6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#C5C6C6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}



#agazatimegoszlas th {
	padding: 15px 5px;
}

#agazatimegoszlas td {
	background: none;
}

/* Login stuff */
.login-container {
	width: 560px;
	border: 1px solid #D8D8D8;
	margin: 0 auto;
	margin-top: 50px;
	background: #FFFFFF;
}

.login-container input {
	width: 200px;
	padding: 10px;
}

.login-container .innerContent {
	text-align: center;
	line-height: 150%;
}

.forgot {
	margin-top: 15px;
	font-size: 12px;
}

.login-container a {
	color: #0065C4;
}