/*Link colors and states*/
a:link  { color: #54a8de; text-decoration: none }
a:visited { color: #54a8de; text-decoration: none }
a:hover { color: #e88b35; text-decoration: none }
a:active { color: #54a8de; text-decoration: none }

.link-download a:link  { color: #54a8de; text-decoration: none; background-image: url("/demorequest/new/images/download.gif"); background-repeat: no-repeat; background-position: left 1px; padding-top: 3px; padding-left: 20px; height: 17px }
.link-download a:visited { color: #54a8de; text-decoration: none; background-image: url("/demorequest/new/images/download.gif"); background-repeat: no-repeat; background-position: left 1px; padding-top: 3px; padding-left: 20px; height: 17px }
.link-download a:hover { color: #e88b35; text-decoration: none; background-image: url("/demorequest/new/images/download.gif"); background-repeat: no-repeat; background-position: left 1px; padding-top: 3px; padding-left: 20px; height: 17px }
.link-download a:active { color: #54a8de; text-decoration: none; background-image: url("/demorequest/new/images/download.gif"); background-repeat: no-repeat; background-position: left 1px; padding-top: 3px; padding-left: 20px; height: 17px }

/*Body tag attributes*/
body     { font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #CCCCCC }
ul { list-style-image: url("/demorequest/new/images/bullet.gif"); margin-top: 5px; margin-left: 25px }
.container  { background-color: #fff; border: solid 1px #80878e }
.content   { color: #666; font-size: 11px; background-image: url("/demorequest/new/images/contentcolbg.gif"); background-repeat: repeat-x; background-position: left top; padding-top: 20px }
.sub-content { color: #666; font-size: 11px }
.text-header { font-size: 14px; font-weight: bold; margin-bottom: 5px }
.field { color: #666; font-size: 11px; font-weight: bold; border-style: solid; border-width: 1px; border-color: #666 #ccc #ccc #666 }
.button { color: #666; font-size: 11px; font-weight: bold }
.teeny   { font-size: 9px; font-style: italic }
.container-announcements   { color: #fff; font-weight: bold; background-color: #80878e; padding: 2px; border-top: 1px solid #80878e; border-right: 1px solid #80878e; border-left: 1px solid #80878e }
.sub-container-announcements   { color: #595959; background-color: #e2e9ee; padding: 8px; border: solid 1px #80878e }
.footer   { background-color: #fff; margin: 0; padding: 2px 5px 2px 0; border-top: 1px solid #80878e }
.header   { background-color: #e2e9ee; border-bottom: 1px solid #80878e }
.border { border: solid 1px #88B0E4 }