/* Standards */
body { background-color: #FFFFFF; color: #4C4C4C; font-family: verdana, arial, helvetica, sans-serif;  
	   font-size: 11px; margin: 0px 0px 0px 0px; }
table, td, p, ul, ol, input, select, textarea { font-family: verdana, arial, helvetica, sans-serif; font-size: 11px; }
form { margin : 0px 0px 0px 0px; }

/* Sections */
.maincontent { width: 600px; height: 400px; padding: 10px; border: 1px solid #CCCCCC; }
.header { background-color: #FFFFFF; color: #000000; }
.footer { font-size: 11px; font-weight: bold; background-color: transparent; color: #CC0033; }
.leftmenu { background-color: #7E88CD; color: #FFFFFF; font-size: 11px; }

/* Links */
a, a:link, a:visited, a:active { background-color: transparent;  color: #CC3366; font-weight: bold; text-decoration: none; }
a:hover { background-color: transparent;  color: #FF9966; text-decoration: none; }

a.breadcrumb, a:link.breadcrumb, a:visited.breadcrumb, a:active.breadcrumb, a:hover.breadcrumb { background-color: transparent;  color: #000000; text-decoration: underline; }
a.files, a:link.files, a:visited.files, a:active.files { background-color: transparent;  color: #000000; }
a:hover.files { text-decoration: underline; }

/* Paragraphs */
p.small { font-size: 90%; }
p.nomargin { margin-bottom: 1px; margin-top: 0px; }
p.breadcrumb { margin-bottom: 0px; margin-top: 0px; text-align: right; }
p.icons { margin-bottom: 3px; margin-top: 3px; }

/* Headings */
h1 { font-size: 180%; font-weight: bold; margin-bottom: 10px; margin-top: 3px; }
h2 { font-size: 130%; font-weight: bold; background-color: transparent; color: #663333; }

/* Lists */
li { margin-top: 2px; margin-bottom: 2px; }
li.nomargin { margin-bottom: 2px; }

/* Spans */
span.h2 { font-size: 130%; font-weight: bold; background-color: transparent; color: #663333; }

/* Error Messages */
.formerror { border: 1px solid red; background-color : #FFCCCC; width: auto; padding: 5px; margin-bottom: 10px; }
p.error { font-size: 120%; font-weight: bold; margin-top: 2px; margin-bottom: 2px; }
p.saved { background-color: transparent; color: #FF0000;  font-size: 120%; font-weight: bold; }
p.warning { background-color: transparent; color: #FF0000;  font-size: 120%; font-weight: bold; }