/*
	project: web application template
	author: luka cvrk (www.solucija.com)
*/

*{ margin: 0; padding: 0; }*
body { margin: 50px 0 0; background: #fff url(../images/bg.gif) repeat-x; font: .74em "Trebuchet MS", Arial, Sans-Serif; color: #444; }
	h1 { font-size: 3em; font-weight: normal; float: left; }
	h1 a { text-decoration: none; }
	h2 { font-size: 2em; color: #FFF2B3; font-weight: normal; margin: 0 0 .8em; }
	h3 { font-size: 1.5em; border-bottom: 1px solid #eee; margin: 0 0 .8em; }
	p  { margin: 0 0 2em 0; line-height: 1.8em; }
	em { border-bottom: 1px dotted #fff; cursor: pointer; }
	a { color: #9D2900; }
	a:hover { color: #A0000E; text-decoration: none; }
	img { border: 0; }
	.red { color: #9D2900; }
	
.wrap { width: 80%; margin: 0 auto; }
 
#header { width: 900px; height: 50px; margin: 0 auto; }
	#menu  { float: right; padding: 6px 0 0 0; list-style: none; }
	#menu2 {float:left; padding: 6px 0 0 0; list-style:none; width:100%;margin-bottom:15px;margin-top:10px; }
	#menu3 {float:left; padding: 6px 0 0 0; list-style:none; width:100%;margin-bottom:15px;margin-top:10px; }
		#menu li, #menu2 li, #menu3 li { display: inline; }
		#menu a { display: block; float: left; margin-left: 30px; padding: 7px; text-decoration: none; font-size: 13px; color: #000000; }
		#menu2 a{ display: block; float: left; margin-left: 30px; padding: 7px; text-decoration: none; font-size: 13px; color: white; }
		#menu a:hover { color: #9D2900;}
		#menu2 a:hover {color:rgba(255, 255, 192, 0.61);}
		#menu .active a, #menu2 .active a { border-bottom: 2px solid #C70012; color: #9D2900;}
 
#teaser { clear: both; height: 159px; background: #fff url(../images/teaserbg.jpg) repeat-x; }
	.box { float: left; padding: 66px 0 0; width: 480px; color: #C7E3EE; }
	#image { float: right; width: 388px; position: relative; top: 40px; background: url(../images/logotype2.jpg) no-repeat top right; height: 118px; }
	
#bar { height: 40px; margin: 0 0 30px; padding: 8px 0 0 0; background: url(../images/bar.gif) repeat-x; }
	.step { cursor: pointer; color: #FAFDDD; padding: 4px 0 0 11px; margin: 0 35px 0 0; font-size: 1.4em; float: left; text-align: center; background: url(../images/step.gif) no-repeat; height: 30px; }
	.step a { color: #fff; margin: 0 10px 0 0; }
	
.col { float: left; width: 25%; margin: 0 30px 16px 0; border:1px dashed; padding:10px; }
	.last { float: right; margin: 0; }
	.info { border: 1px solid #e0e0e0; background: #f4f4f4; padding: 7px; }
	.info2 { border: 1px solid #e0e0e0; background: black; padding: 7px; }
	.info3 { border: 1px solid #e0e0e0; background: rgb(130, 11, 11); padding: 7px; }

#footer { clear: both; width: 900px; margin: 0 auto; padding: 15px; border-top: 1px solid #e0e0e0; background: #fff url(../images/small_logotype.jpg) no-repeat right 13px; }	
	#footer .right { float: right; margin: 0 55px 0 0; }
	#footer a { color: #808080; font-weight: bold; }
	
/* Elegant Aero */
.elegant-aero {
    margin-left:auto;
    margin-right:auto;
	
width:85%;
    
    background: rgba(255, 127, 0, 0.46);
    padding: 20px 20px 20px 20px;
    font: 12px Arial, Helvetica, sans-serif;
    color: #666;
}
.elegant-aero h1 {
    font: 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding: 10px 10px 10px 30px;
    display: block;
	width:100%;
    background: rgba(255, 255, 192, 0.61);
    border-bottom: 1px solid #B8DDFF;
    margin: -20px -20px 15px;
	color:#820B0B;
}
.elegant-aero h1>span {
    display: block;
    font-size: 11px;
}

.elegant-aero label>span {
    float: left;
    margin-top: 10px;
    color: #5E5E5E;
}
.elegant-aero label {
    display: block;
    margin: 0px 0px 5px;
}
.elegant-aero label>span {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 15px;
    margin-top: 10px;
    font-weight: bold;
}
.elegant-aero input[type="text"], .elegant-aero input[type="email"], .elegant-aero textarea, .elegant-aero select, .elegant-aero input[type="password"], .elegant-aero input[type="date"] {
    color:#993300;
    width: 70%;
    padding: 0px 0px 0px 5px;
    border: 1px solid #C5E2FF;
    background: #FBFBFB;
    outline: 0;
    -webkit-box-shadow:inset 0px 1px 6px #ECF3F5;
    box-shadow: inset 0px 1px 6px #ECF3F5;
    font: 200 12px/25px Arial, Helvetica, sans-serif;
    height: 30px;
    line-height:15px;
    margin: 2px 6px 16px 0px;
}
.elegant-aero textarea{
    height:100px;
    padding: 5px 0px 0px 5px;
    width: 70%;
}
.elegant-aero select {
    background: #fbfbfb url('down-arrow.png') no-repeat right;
    background: #fbfbfb url('down-arrow.png') no-repeat right;
   appearance:none;
    -webkit-appearance:none;
   -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 70%;
}
.elegant-aero .button{
    padding: 10px 30px 10px 30px;
    background: rgb(130, 11, 11);
    border: none;
    color: #FFF;
    box-shadow: 1px 1px 1px #4C6E91;
    -webkit-box-shadow: 1px 1px 1px #4C6E91;
    -moz-box-shadow: 1px 1px 1px #4C6E91;
    text-shadow: 1px 1px 1px #5079A3;
   
}
.elegant-aero .button:hover{
    background: #3EB1DD;
}

.elegant-aero #required {
	color:rgb(197, 12, 38);
	}

.styled-button-2 {
	-webkit-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	-moz-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	border-bottom-color:#333;
	border:1px solid #61c4ea;
	background-color:#7cceee;
	border-radius:85px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	color:#333;
	font-family:'Verdana',Arial,sans-serif;
	font-size:14px;
	text-shadow:#b2e2f5 0 1px 0;
	padding:5px
}

.styled-button-3 {
	-webkit-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	-moz-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	border-bottom-color:#333;
	border:1px solid #61c4ea;
	background-color:#FFFFCC;
	border-radius:85px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	color:#333;
	font-family:'Verdana',Arial,sans-serif;
	font-size:14px;
	text-shadow:#b2e2f5 0 1px 0;
	padding:5px
}

.bordertb {
 
  border-collapse: collapse;
} 
.bordertb th {background-color:orange}

.bordertb th, .bordertb td {
  border: solid 1px black;
  }

.error
{
background-color:black;
color:white;
font-size:1.4em;
padding:3px;
}

.error:before {
content:url('../images/error.png');

margin-right:5px;}

.specialerror {
color:#FFFF00;
font-weight:bold;
}

.clickme{
color:green;
}

#paginatecontent
{
	width: 900px;
	margin: 10px auto;
	font-family:Arial, Helvetica, sans-serif;
}
.paginatepage
{
float: left;
margin: 10px;
padding: 0;
}
.paginatepage li
{
	list-style: none;
	display:inline-block;
}
.paginatepage li a, .current
{
display: block;
padding: 5px;
text-decoration: none;
color: #8A8A8A;
}
.paginatecurrent
{
	font-weight:bold;
	color: #000;
}
.paginatebutton
{
padding: 5px 15px;
text-decoration: none;
background: #333;
color: #F3F3F3;
font-size: 13PX;
border-radius: 2PX;
margin: 10px 4PX;
display: block;
float: left;
}

.smdiv
{
width:60%;
margin:auto;
background-color:rgba(209, 209, 163, 0.6);
font-weight:bold;
margin-bottom:10px;
text-align:center;
padding:5px;
}