@CHARSET "UTF-8";

#mainContentWrapper {
	color: #362b36;
}

#mainContentWrapper .pageTitle {
    border-right: 10px solid #990022;
    color: #990022;
    font-size: 1.8em;
    margin: 0.5em;
    padding-right: 1em;
    text-align: right;
}
/*get rid of link states in custom theme - set using
jquery ui instead so ui theme basics are edited in one
place*/
#mainContentWrapper a:link,#mainContentWrapper a:visited {
	color: #990022;
}
#mainContentWrapper .button {
	margin-top: 10px;
}
#mainContentWrapper .button a:link, #mainContentWrapper .button a:visited {
    background-color: #000000;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    font-size: 1.1em;
    font-weight: bold;
    padding: 0.1em;
}