
.error { 
    font-family:Arial,serif; 
    color:red;
    background-color:inherit;
    font-size:10pt;
    padding-left:20px;
    padding-top:10px
    }

#top_banner {
	height:120px;
	margin-top:10px;
	margin-left:5px;
	margin-right:5px;
	border-radius:6px;
	border:solid gray 1px;
	box-shadow:2px 2px 5px gray,-2px -2px 5px lightblue;
	background-color: #ffffff;
}

.top_logo1 {
    font-family:Arial;
    font-size:18pt;
    color:red;
    text-shadow: 0.1em 0.1em 0.2em gray
}

.top_logo2 {
    font-family:Arial;
    font-size:12pt;
    text-shadow: 0.1em 0.1em 0.2em gray
}

#top_menu {
    width:966px;
    float:left;
}

#mid_banner {
	height:10px;
	margin-top:10px;
	margin-left:0px;
	margin-right:0px;
}


.login_title {
    border:groove gray 1px;
    background-color:#cccccc;
    text-align:center;
}

.login_text {
    text-align:center;
    font-family:Arial;
    font-size:12pt;
}

.user_text {
    padding-left:2px;
    padding-top:3px;
    font-family:Arial;
    font-size:10pt;
    text-shadow: 0.1em 0.1em 0.2em gray
}


#login_iframe {
    margin:0px;
    padding:0px;
    width:200px;
    height:80px;
    border:none
}

#main_block {
	margin-top:10px;
	margin-left:5px;
	margin-right:5px;
}

#work_block {
	float:left;
	width:768px;
	border-radius:6px;
	border:solid gray 1px;
	box-shadow:2px 2px 5px gray,-2px -2px 5px lightblue;
	background: #ffffff url('/ag/images/bg_topshade.png') repeat-x left top;
}

#ad_block {
	float:left;
	/*border:solid black 1px;*/
	height:450px;
	width:200px;
	margin-left:0px;
}

.ad_item {
	border-radius:6px;
	/*border:solid black 1px;*/
	box-shadow:2px 2px 5px gray,-2px -2px 5px lightblue;
	background: #ffffff url('/ag/images/bg_topshade.png') repeat-x left top;
}

#foot_block {
    height:80px;
    margin-left:5px;
    margin-right:5px;
    border:solid #f3f3f3 1px;
}


/*--------- css button -------------*/
.btn-submit {
	-moz-box-shadow:inset 2px 0px 0px -2px #ffffff;
	-webkit-box-shadow:inset 2px 0px 0px -2px #ffffff;
	box-shadow:inset 2px 0px 0px -2px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #c2c0c2) );
	background:-moz-linear-gradient( center top, #ededed 5%, #c2c0c2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#c2c0c2');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:2px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.btn-submit:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c2c0c2), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #c2c0c2 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c2c0c2', endColorstr='#ededed');
	background-color:#c2c0c2;
}.btn-submit:active {
	position:relative;
	top:1px;
}

.tender {
    border:1px solid #cccccc;
    background:#efefef;
}

.tender_archive{
    border:1px solid #cccccc;
    background:#efefef;
    opacity: 0.8;
}

.tender_bg {
    background:white url('/ag/images/archiv.png');
}

.tender_title {
    padding:2px;
    padding-left:4px;
    font-size:10pt;
    font-family:Arial;
    text-align:left;
    color:black;
    height:28px;
    font-weight:bold;
    background:white url('/ag/images/bg_bar.png') repeat-x left top;
}

.tender_title:hover {
    cursor: pointer;
}

.tender_label {
    font-size:10pt;
    font-family:Arial;
    text-align:left;
    font-weight:bold;
    color:black
}

.tender_cell {
    font-size:8pt;
    font-family:Arial;
    text-align:left;
}

.btn-image{
    
}

.btn-image:hover{
    cursor: pointer; 
}

.attach-list {
    font-family:Arial,serif;
    font-size:9pt;
    padding-left:5px;
    background-color:#efefef;
    background-image: url('/ag/images/bg_att-row.png');
	background-repeat: repeat-y;
}

.nav_title {
    text-align:center;
    font-family:Arial;
    font-size:12pt;
    text-shadow: 0.1em 0.1em 0.2em gray;
}

.nav_subtitle {
    font-family:Arial;
    font-size:10pt;
    text-shadow: 0.1em 0.1em 0.2em gray;
}

.nav_input {
    font-size:8pt;
    height:18px
}

.link_title {
    background-image: url('/ag/images/bg_grad_gray.png');
    background-repeat: repeat-y;
}




/* This imageless css button was generated by CSSButtonGenerator.com */
