/* Main Style Sheet for Resonant Communications */
/* Note: all the weird gray colors are from the Pantone Warm Gray palette */

/* Standard HTML Elements */

body {background-color:white; margin:0px 0px 0px 0px; font-family:Arial, Helvetica, sans-serif;}

a {text-decoration: none; color:#003082;}
a:hover {text-decoration: underline; color:#8A004D;}
a:visited {text-decoration: none;}

h1 {font-size: 14pt; color:#8A004D; margin-top: 20px; margin-bottom: 8px; }
h2 {font-size: 13pt; color:#8A004D}
h3 {font-size: 12pt; color:#8A004D}
h4 {font-size: 11pt; color:#8A004D}

b, strong {font-weight: bold;}
i, em {font-style: italic}
img {border: none;}
li {font-size: 9pt; color:#6B5C4F; list-style-type: square; }
p {font-size: 10pt; color:#6B5C4F; margin-right: 12px; line-height: 14pt;}
td {font-size: 10pt; color:#6B5C4F}


/* IDs */

#MainContainer {width:780px; background: white; margin:0px 0px 0px 0px; display: block; text-align: left; }
#MainSection {width: 780px;}
#MainSectionCenter {width:466px; padding-left:34px; float:left;}
#MainSectionLeft {width:154px; height: 200px; float:left;}
#MainSectionRight {width:126px; float:right;}


/* Classes applicable to any element */

.FormCategoryName {font-size: 11pt; font-weight:bold; color:#8A004D; margin-top: 12px; margin-bottom: 4px}
.FormVariableName {width:130px; font-size: 10pt; color:#6B5C4F; margin-top:4px; text-align:right; float:left;} 
.FormVariableValue {width: 298px; font-size: 10pt; margin-left: 4px; margin-top:4px; float:right;}
.Footer {font-size: 8pt; color:#C2B5A8;}
.PhpError {font-size: 13pt; color:red; font-weight : 800; }


/* Classes applicable to only specified elements */

a.Footer:link {color:#C2B5A8;}

/* Classes applicable to the Milonic Menu */

.menuoffclass {background-color: #C2B5A8; color: #003082; border-top: 1px #6B5C4F solid; border-right: 1px solid #6B5C4F; border-bottom: 1px solid #6B5C4F; border-left: 1px solid #6B5C4F; text-decoration: none;}
.menuonclass {background-color: #8C7D70; color: white; border-top: 1px #6B5C4F solid; border-right: 1px solid #6B5C4F; border-bottom: 1px solid #6B5C4F; border-left: 1px solid #6B5C4F; text-decoration: none;}