/* CSS Document */

/* general text rules */
BODY {background: #8579B7; background-image:   url(images/bg02.gif);  color: #000000; font-family: Georgia, Times New Roman, Times, serif; font-size:9pt;}
a:link {color: #C7DAE8; text-decoration: none}
a:visited {color: #523273; text-decoration: none}
a:hover {color: #523273; text-decoration: underline}

P {margin-right: 2em}

h3 {border: solid #523273 1px; color: #523273; background-color: #CDC6EB; padding: 2pt; width: 100%; font-style: italic}
h5 {border: solid #523273 1px; color: #523273; background-color: #CDC6EB; padding: 1pt; width: 100%; font-style: italic}

/* rules for template table */
TABLE.main {margin-left: auto; margin-right:auto}
TD.content {background: #B5ADD6; vertical-align: top; font-family: Georgia, Times New Roman, Times, serif; font-size:9pt;}
TD.leftside {background: #B5ADD6; width: 100px; vertical-align: top; font-family: Georgia, Times New Roman, Times, serif; font-size:9pt; }
TD.padding {background: #B5ADD6; width:10px;}

/* rules for product table */
TD.product {vertical-align: top}

/* rules for admin tables */
TD.header {background: #8579B7; color: #FFFFFF; font-family: Georgia, Times New Roman, Times, serif; font-size:9pt;}
TD.admin {background: #CDC6EB; font-family: Georgia, Times New Roman, Times, serif; font-size:9pt;}
TD.view {background: #9988BB; font-family: Georgia, Times New Roman, Times, serif; font-size:9pt;}

/* rules for sidebar menu */
TABLE.sidebar {background: #8579B7; color: #FFFFFF; font-family: Georgia, Times New Roman, Times, serif; font-size:8pt;} 
TD.item {border: solid #523273 1px;}

/* rules for footer menu */
P.footer {text-align: center; font-family: Georgia, Times New Roman, Times, serif; font-size:9pt;}
P.copy {text-align: right; font-family: Georgia, Times New Roman, Times, serif; font-size:8pt;}

