
@import "directory_style.css";

/****************************************************

       DO NOT EDIT, ask Roman if something unclear

******************************************************/
select, input, textarea, label, button {
	font: 115.38% Arial, Verdana, sans-serif;
	vertical-align: middle;
}
select, textarea,
input[type="text"],
input[type="password"] {
	border: 1px solid;
	border-color: #C5C5C5 #999999 #999999 #C5C5C5;
	background-color: #fff;
	padding: 3px;
    margin: 0 13px 0 0;
	border-radius: 1px;
}
input[type="radio"],
input[type="checkbox"]{
    margin: 3px 5px;
}
.ie8 input[type="radio"],
.ie8 input[type="checkbox"]{
    margin: 0 2px;
}
textarea {
	overflow: auto;
}
fieldset {
	padding: 15px 0 10px;
	border-top: 2px solid #ededed;
    margin-bottom: 10px;
    background: url("/static/images/avb/bg_grad.png") repeat-x  0 -45px;
	background-color:#FFF;
}
legend {
	color: #888;
	padding-right: 13px;
	font-weight:bold;
}

.link-btn-secondary {
	margin-right: 15px;
    line-height:1.8;
}
.link-btn-secondary-rev{
    margin-left: 15px;
    line-height:1.8
}
.btn,
button,
input[type="submit"] {
    text-shadow: 0 1px 0 #fff;
    text-shadow: 0 0 0 transparent, 0 1px 0 #fff;
    border: 1px solid #d0cfcf;
    border-bottom-color: #abaaaa;
    border-right-color: #abaaaa;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType = 0, StartColorStr = #ffffff, EndColorStr = #E5E5E5);
    background-image: -moz-linear-gradient(top, #fff 0, #E5E5E5 100%);
    background-image: -ms-linear-gradient(top, #fff 0, #E5E5E5 100%);
    background-image: -o-linear-gradient(top, #fff 0, #E5E5E5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #E5E5E5));
    background-image: -webkit-linear-gradient(top, #fff 0, #E5E5E5 100%);
    background-image: linear-gradient(to bottom, #fff 0, #E5E5E5 100%);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: inset 0 1px 1px #fff;
    -ms-box-shadow: inset 0 1px 1px #fff;
    -o-box-shadow: inset 0 1px 1px #fff;
    -webkit-box-shadow: inset 0 1px 1px #fff;
    box-shadow: inset 0 1px 1px #fff;
    overflow: visible;
    padding: 3px 11px;
    cursor: pointer;
    font-size: 115.38%;
    font-weight: bold;
    color: #617a87;
}
body button:hover,
body .btn:hover {
	background-color: #efefef;
	text-decoration: none;
    border-color: #878686;
    color:#333;
}

.small-btn {
	padding: 3px 6px;
}

body .btn-primary {
    text-shadow: 0 1px 0 #1B4409;
    border-color: #28660B;
    background: #548339; /* Old browsers */
    background: -moz-linear-gradient(top, #548339 0%, #538238 13%, #28660b 38%, #28660b 97%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #548339), color-stop(13%, #538238), color-stop(38%, #28660b), color-stop(97%, #28660b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #548339 0%, #538238 13%, #28660b 38%, #28660b 97%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #548339 0%, #538238 13%, #28660b 38%, #28660b 97%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #548339 0%, #538238 13%, #28660b 38%, #28660b 97%); /* IE10+ */
    background: linear-gradient(top, #548339 0%, #538238 13%, #28660b 38%, #28660b 97%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#548339', endColorstr = '#28660b', GradientType = 0); /* IE6-9 */
    background: linear-gradient(top, #386c7b 0%, #386c7b 17%, #0b455b 24%, #0b455b 79%, #0a2941 100%); /* W3C */
    color: #fff;
    font-weight: bold;
    padding: 4px 11px;
     -moz-box-shadow: inset 0 1px 1px #8DCD68;
    -ms-box-shadow: inset 0 1px 1px #8DCD68;
    -o-box-shadow: inset 0 1px 1px #8DCD68;
    -webkit-box-shadow: inset 0 1px 1px #8DCD68;
    box-shadow: inset 0 1px 1px #8DCD68;
}

body .btn-primary:hover {
	background: #417d0e;
	text-decoration: none;
    color:#f5f5f5;
    border-color: #285B10;
}

body .disabled.btn-primary,
body .disabled .btn-primary {
	background: #eee;
	border-color: #aaa;
}

input[type="password"]:focus,
input[type="text"]:focus,
textarea:focus,
select:focus {
	border-color: #F2BB51;
	outline: 1px solid #F2BB51;
    box-shadow: none;
}

input[type="text"]:hover,
input[type="password"]:hover,
textarea:hover, select:hover {
	border-color: #333;
    -webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}

input[type="text"]:hover:focus,
input[type="password"]:hover:focus,
textarea:hover:focus, select:hover:focus {
	border-color: #F2BB51;
	outline: 1px solid #F2BB51;
}

.unfilled{
    color: #bbb;
}
body button:focus,
body button:active,
body .btn:focus,
body .btn:active{
    color:#111;
    border-color: #c2c1c1;
    border-top-color: #999;
    border-left-color: #acabab;
    -moz-box-shadow: inset 1px 1px 3px #aaa;
    -ms-box-shadow: inset 1px 1px 3px #aaa;
    -o-box-shadow: inset 1px 1px 3px #aaa;
    -webkit-box-shadow: inset 1px 1px 3px #aaa;
    box-shadow: inset 1px 1px 3px #aaa;
    outline: none;
}
body .btn-primary:focus,
body .btn-primary:active {
	background: #439011;
	text-decoration: none;
    outline: none;
    color:#fff;
    -moz-box-shadow: inset 1px 1px 2px #20490D;
    -ms-box-shadow: inset 1px 1px 2px #20490D;
    -o-box-shadow: inset 1px 1px 2px #20490D;
    -webkit-box-shadow: inset 1px 1px 2px #20490D;
    box-shadow: inset 1px 1px 2px #20490D;
    border-color: #285B10;
}

.form label {
	font-weight: bold;
    color:#666;
    display: inline-block;
    width: 200px;
    text-align: right;
    margin-right: 5px;
}

.submission label {
	font-weight: bold;
    color:#666;
    display: inline-block;
    width: 50px;
    text-align: right;
    margin-right: 5px;
}
.ie7 .form label,
.ie6 .form label{
    display: inline;
}
.form .label-inline {
	display: inline;
    font-weight: normal;
    cursor: pointer;
    padding:2px 4px 3px 2px;
    color: #555;
}
.form .label-block {
	display: block;
    padding:2px 4px 5px 2px;
    text-align: left;
}
.align-top{
    vertical-align: top
}
.form .label-inline:hover{
    outline:1px dotted #cd8c00;
    background: #fff;
    color:#000;
}
.sub-help {
	display: block;
	color: #999;
	margin-top: 5px;
	padding-bottom: 4px;
}

.extra-help{
    margin-top: 3px;
    margin-left: 210px;
}

.submission .extra-help{
    margin-top: 3px;
    margin-left: 40px;
}
.form-error select, .form-error textarea,
.form-error input[type="text"],
.form-error input[type="password"] {
	border-color: #E65C5C;
}

.required-mark{
	color: #ba0000;
    font-size: 1.1em;
	line-height: 0.4;
}
.form-error .validation-help{
    color: #ba0000;
    display: block;
    margin-top: 3px;
    font-style: italic;
}

ul.errorlist li {
    color: #ba0000;
    display: block;
    margin-top: 3px;
	border-color: #E65C5C;
    font-style: italic;
}

body .row {
	padding: 6px 0;
}
body .row-btns {
	padding: 14px 0 14px 209px;
	margin-bottom: 10px;
    background: #f8f8f8 url(/static/images/avb/stripey_line.png) repeat-x 0 0;
}
body .row-btns-top{
    background-position: 100% 100%;
}
body .row-overall-actions{
    padding-left: 14px;
}
.btn-chunky{
    display: block;
    padding: 6px;
    text-align: center;
}
/* input with button over, eg search bar */
.btn-on-input-row {
	position: relative;
}

.ie6 .btn-on-input-row,
.ie7 .btn-on-input-row {
	zoom: 1
}

.btn-on-input-row input {
	padding-right: 30px;
	margin-right: 0;
    box-shadow:0 1px 2px 1px #DDDDDD inset;
}

.btn-on-input {
	position: absolute;
	right: 2px;
	top: 2px;
	margin: 0;
}

