/* GLOBAL SETTINGS */

body { background-color: #FFF; font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 15px; color: #000; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; }
h1 { font-size: 22px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; text-transform: none; color: #006BB6; }
h2 { font-size: 12px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; text-transform: none; color: #006BB6; }
a { font-size: 11px; font-style: normal; line-height: 15px; font-weight: normal; font-variant: normal; color: #003399; text-transform: none; text-decoration: underline; }
a:hover { font-size: 11px; font-style: normal; line-height: 15px; font-weight: normal; font-variant: normal; text-transform: none; color: #000; text-decoration: none; }

/* MAIN NAVIGATION */

.nav { height:30px; padding:2px 20px 0 20px; }
.nav a { color:#fff; font-weight:bold; text-transform:uppercase; text-decoration:none; }
.nav a:hover { color:orange; }
.logout { text-align:right; padding-bottom:5px; }
.logout a { text-decoration:none; }

/* MAIN CONTENT */

.content { padding:10px 30px 0 30px; }

/* SUB NAVIGATION */

.subnav { width:210px; padding-top:17px; }
.subnav a { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; color: #006BB6; text-transform: none; text-decoration: none; }
.subnav a:hover { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; color: #000; text-transform: none; text-decoration: none; }
.subnav ul { list-style-type:none; list-style-position:outside; list-style-image:url(../images/iconNavSecondary.gif); line-height:18px; }

/* FOOTER */

.footer { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: 15px; font-weight: normal; font-variant: normal; text-transform: none; color: #FFF; }
a.footer { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; color: #FFF; text-transform: none; text-decoration: underline; }
a.footer:hover { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: 15px; font-weight: normal; font-variant: normal; text-transform: none; color: #FFCC00; text-decoration: none; }
.copyright { font-size: 11px; font-style: normal; line-height: 15px; font-weight: normal; font-variant: normal; text-transform: none; color: #FFF; }
a.copyright { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: 15px; font-weight: normal; font-variant: normal; color: #FFF; text-transform: none; text-decoration: underline; }
a.copyright:hover { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: 15px; font-weight: normal; font-variant: normal; text-transform: none; color: #FFCC00; text-decoration: none; }

/* FORM ELEMENTS */

.button { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #333333; background-color: #CCCCCC; border: 1px #999999 outset; height: 17px; }
.textfield { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #333333; background-color: #FFF; border: 1px #999999 solid; text-indent: 3px; height: 14px; width: 150px; }
.textfieldDDL { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #333333; background-color: #FFF; border: 1px #999999 solid; text-indent: 3px; width: 150px; }
.dropdown { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #333333; background-color: #FFF; text-indent: 3pt; height: 16px; width: 160px; }
.textarea { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #333333; background-color: #FFF; height: 100px; width: 140px; border: 1px solid #999999; text-indent: 3pt; }

.data-left { float:left; width:35%; margin-right:20px; overflow:hidden; }
.data-right { float:left; width:55%; overflow:hidden; }
.data-right .active { color:#000; font-weight:bold; text-decoration:none; }

