
/**
 *  MAIN FLUID GRID
 */

div.container {
    overflow: hidden;
    width: 100%;
    background-position: 22px 42px;
}
#navigation.container {
    background-image:url(/images/borderNavi.gif); background-repeat:repeat-x;
}
div.floatleft {
    width: 18%;
    float: left;
    margin-right: 2%;
}

div.floatright {
    width: 20%;
    float: right;
}

/**
 *  END MAIN FLUID GRID
 */

/**
 * yui style overwrites
 * these rules overwrite yui-reset rules
 */
th, td {
    border: none;
    padding:20px;
}

#header {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 42px;
    text-align: center;
    width:50%;
    margin-left:25%;
}

a h1, h1, h3 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 22px;
    font-weight:normal;
    color: #aaa;
    padding-bottom: 18px;
    padding-left: 20px;
    margin: 0;
    text-decoration: none;
}

h3 {
    color: #D15600;
    font-size: 28px;
}
a {
    text-decoration: none;
    color: #C79810;
}

a h2, h2, h4 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 16px;
    font-weight:normal;
    color: #C79810;
    padding-bottom: 18px;
    padding-left: 20px;
    margin: 0;
}
a:hover h2, a:hover {
    text-decoration: underline;
    color: #CC0000;
}
a:active, a:focus {
outline: 0;

}

h4 {
    padding-bottom: 0;
    color: #D15600;
}

a img {
    border: none;
}

body {
    margin: 20px;
    padding: 0;
    color: #333;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
}

#content {
    background-color: #f5f5f5;
    padding: 20px;
}
.subcontent {
    padding-left: 20px;
    font-size: 16px;
    line-height: 23px;
    font-family: Georgia, 'Times New Roman', serif;
}

#footer {
    border-top: 1px solid #ccc;
    margin-top: 12px;
    padding-top: 8px;
}

input {
    border: 1px solid #999
}

/* classes */
.selected {
    background-image:url(/images/arrowSelected.gif); background-repeat:no-repeat;
    background-position: 28px 25px;
}

.displayNone {
    display: none;
}
.errorBlock {
    display:none;
    font-weight:normal;
    padding:4px 12px 4px 30px;
    position:relative;
}

.errorBlock, .errorBg {
    background: #FDD6CE;
    border:1px solid #E5361C;
}
.errorBlock li{
    margin-left: 28px;
    list-style-type:square;
}