@CHARSET "UTF-8";

@IMPORT url('960/reset.css');
@IMPORT url('960/960.css');
@IMPORT url('layout.css');
@IMPORT url('navigation.css');

body {
    background-color: #151616;
    color: white;
    font-family: Verdana, sans-serif;
    font-size: 11px;
}

h1 {
    color: #999999;
    font-family: Verdana, sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999999;
}

h2 {
    color: #999999;
    font-family: Verdana, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 5px;
}

h3 {
    color: #999999;
    font-family: Verdana, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 2px;
}

h4 {
    color: #f59518;
    font-family: Verdana, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 2px;
}

p {
    font-family: Verdana, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    text-transform: normal;
    letter-spacing: normal;
    line-height: 1.5em;
    margin-bottom: 5px;
}

a {
    color: #999999;
    text-decoration: underline;
}
a:hover {
    color: #f59518;
    text-decoration: none;
}
a:active {
    color: #f59518;
    text-decoration: underline;
}
a:visited {
    color: #1194fc;
    text-decoration: underline;
}

input, textarea, select {
    font-family: Verdana, sans-serif;
    font-size: 11px;
    margin: 0px;
    border: 1px solid #cccccc;
    padding: 5px 3px;
    background: #ffffff url('../images/input-bg.jpg') top repeat-x;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

textarea {
    background: #ffffff url('../images/textarea-bg.jpg') bottom repeat-x;
}

input.hover, textarea.hover, select.hover {
    border-color: #f59518;
}

input.focus, textarea.focus, select.focus {
    border-color: #1194fc;
}

input.label, textarea.label {
    color: #999999;
}

dl.zend_form {
    margin: 20px 0px;
    overflow: auto;
}

dl.zend_form dt {
    float: left;    
}

dl.zend_form dd {
    margin-bottom: 15px;
}

dl.zend_form label {
    font-size: 11px;
    font-weight: bold;    
}

dl.zend_form label.required {
    color: #1194fc;
}

dl.zend_form .button {
    margin: 0px;
    height: 26px;
    width: auto;
    padding: 5px 6px;
}

dl.zend_form ul.errors,  dl.zend_form p.description{
    padding: 10px;
    margin: 5px 0px;
    font-size: 10px;
    font-weight: normal;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid transparent;
}

dl.zend_form ul.errors {
    border-color: #CD0A0A;
    color: white;
    background: #B81900 url('../images/box-bg-error.png') repeat top left;
}

dl.zend_form p.description {
    border-color: #FED22F;
    color: black;
    background: #fff0a5 url('../images/box-bg-info.png') repeat-x bottom left;
}