/* Main HTML element modifications */
body, html {
    margin: 0;
    font-family: Lucida Grande, Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #2F3339;
    width: 100%;
}
form {
    margin: 0;
    padding: 0;
}
input {
    color: #000000;
    font-size: 12px;
    padding: 1px;
}
img {
    border: none;
}
hr {
    border: 0;
    border-bottom: #EFEFEF 1px solid;
    color: #333333;
    background-color: #333333;
    height: 1px;
}
h1 {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}
h2 {
    font-size: 14px;
    color: #000000;
    font-weight: bold;
}
table {
    border: 0;
    margin: 0;
    border-collapse: collapse;
}

/* Default link styling */
a:link, a:visited, a:active, a:hover {
    text-decoration: underline;
    color: #434FAD;
}
.heading_link:link, .heading_link:visited, .heading_link:active {
    color: #000000;
    text-decoration: none;
    font-size: 13px;
}
.heading_link:hover {
    text-decoration: underline;
}
.red_link:link, .red_link:visited, .red_link:active {
    color: red;
    text-decoration: underline;
    font-size: 11px;
}
.red_link:hover {
    color: #FFFFFF;
    background-color: red;
    text-decoration: none;
    font-size: 11px;
}
.white_link:link, .white_link:visited, .white_link:active {
    color: #FFFFFF;
    text-decoration: underline;
    font-size: 11px;
}
.white_link:hover {
    color: #000000;
    background-color: #FFFFFF;
    text-decoration: none;
    font-size: 11px;
}
.link_selected {
    color: #999999;
}

/* Flash notice */
#flash_notice {
    text-align: center;
    background-color:#D2FBD7;
    border:1px solid #8EED9D;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
}

.large_textfield {
    color: #000000;
    font-size: 14px;
}

/* News Ticker */
.message {
	display: inline;
}