html,body {
    height:100%; /*opera resize the fix*/
}
body {
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    margin:0;
    padding:0;
    background-color: #dcdcdc;
    color:#000000;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
}
img {
    border: 0;
}
h1, h2 {
    font-weight: normal;
    margin: 0;
    padding: 0.7em 0;
}
h1 {
    font-size: 24px;
}
h2 {
    font-size: 18px;
}
a {
    color:#000;
}
a.ajax {
    text-decoration: none;
    border-bottom: 1px dotted #000;
}
p {
    margin:0;
    padding: 0.5em 0;
}
h1 a {
    text-decoration: none;
    margin:0;
    padding: 1em 0;
}
.container {
    margin:20px auto;
    width:800px;
    background-color: #ffffff;
}
.header, .content, .footer {
    padding-left: 20px;
    padding-right: 20px;
}
.header, .footer {
    padding-top: 10px;
    padding-bottom: 10px;
}
.content {
    padding-top: 0px;
    padding-bottom: 20px;
}
.language {
    float: right;
}
.language a.active {
    text-decoration: none;
    padding: 1px 2px;
    background-color: #6F6FFF;
    color: #ffffff;
}
.footer {
    border-top:12px solid #dcdcdc;
}
.form .row {
    width: 100%;
    overflow: hidden;
}
.form .row .label {
    width: 20%;
    float: left;
    text-align: right;
    padding:6px 2px 2px 2px;
}
.form .row .value {
    float: left;
    padding: 2px;
}
.form .error, .form .errors {
    color: #aa0000;
    font-weight: bold;
}
.form .row .value textarea {
    width: 476px;
    height: 138px;
}
ul.depts {
    list-style-type: none;
    margin: 0 0 16px 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
}
ul.depts li {
    float: left;
}
ul.depts li a {
    float: left;
    width: 150px;
    height: 84px;
    text-align: center;
    margin-left: 20px;
    position: relative;
    line-height: 84px;
    font-size: 16px;

    text-decoration: none;
    background-color: #EEEEEE;
    color: #333333;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #CCCCCC;
}
ul.depts li:first-child a {
    margin-left: 0;
}
ul.depts li a:hover {
    background-color: #dddddd;
}
ul.depts li a span {

}
ul.helpCats {
    list-style-type: none;
    margin: 10px 0 0 0;
    padding: 0;
}
ul.helpCats li.helpCat {
    padding-bottom: 10px;
}
ul.helpCats li.helpCat .title {
    font-weight: bold;
    background-color: #cccccc;
    padding: 4px 7px;
}
ul.helpQAs {
    list-style-type: square;
    margin: 5px 0 0 50px;
    padding: 0;
}
ul.helpQAs li {
    padding: 3px 0;
}
ul.helpQAs li .q {
    font-weight: bold;
}
ul.helpQAs li .q a {
    color: #6F6FFF;
    text-decoration: none;
}
ul.helpQAs li .a {
    display: none;
    margin-top: 5px;
    font-size: 16px;
    line-height: 150%;
}
ul.helpQAs li.active .q a {
    color: #000;
}
ul.helpQAs li.active .a {
    display: block;
}