/* General Page Defaults */

body {
margin: 0px 4px 0px 4px;
padding: 0px 0px 0px 0px;
/*
background-image: url(images/background_strip.jpg);
background-repeat: repeat;
*/
background-color: black;
font-family: Verdana, Helvetica, Arial, sans-serif;
}

img {
display: block;
}

p {
font-size: 0.7em;
text-align: justify;
line-height: 2em;
}

.homenews {
background-color: #1B3E4D;
padding: 4px 8px 4px 8px;
color: white;
}

ul {
font-size: 0.7em;
text-align: justify;
line-height: 2em;
}

.indent {
padding-left: 16px;
}

.first {
margin-top: 0px;
padding-top: 0px;
}

.last {
margin-bottom: 0px;
padding-bottom: 0px;
}

h1 {
font-size: 0.8em;
font-style : italic;
font-weight: normal;
margin-top: 16px;
margin-left: -10px; 
margin-right: -10px; 
background-color: #E3EFF5;
padding: 8px;
text-align: center;
}

h2 {
font-size: 0.7em;
font-weight: bold;
margin-top: 26px;
}

h3 {
font-size: 0.7em;
font-weight: bold;
}

a {
text-decoration: none;
color: #4c849d;
}

a:hover {
text-decoration: underline;
}

.top_left_corner_img {
position: absolute;
top: 0;
left: 0;
}

.top_right_corner_img {
position: absolute;
top: 0;
right: 0;
}

.bottom_left_corner_img {
position: absolute;
bottom: 0;
left: 0;
}

.bottom_right_corner_img {
position: absolute;
bottom: 0;
right: 0;
}

/* Page Layout */

#pageOuterBorder {
width: 944px;
margin: 0px auto 0px auto;
border-left: 2px #C0D3DC solid;
border-right: 2px #C0D3DC solid;
}

#pageInnerBorder {
width: 900px;
margin: 0px 0px 0px 0px;
background-color: #ffffff;
padding: 0px 20px 0px 20px;
border-left: 2px #1B3E4D solid;
border-right: 2px #1B3E4D solid;
}

#body {
position: relative;
margin-top: 10px;
width: 100%;
min-height: 600px;
}

#content {
position: relative;
top: 0px;
left: 0px;
text-align: justify;
}

.contentStd {
margin: 0px 200px 20px 0px;
padding: 0px 30px 8px 10px;
min-height: 600px;

/* IE6 HACK for min-height */
height: auto !important;
height: 600px;
}

.contentDoc {
margin: 0px 0px 20px 160px;
padding: 0px 0px 8px 10px;
min-height: 980px;

/* IE6 HACK for min-height */
height: auto !important;
height: 980px;
}

/* Header */

#header {
background-image: url(images/header_background_strip.jpg);
height: 90px;
/* border-bottom: 2px #306F8B ridge; */
border-top: 2px #FFFFFF solid;
padding: 0px;
margin: 0px;
position: relative;
}

#header_link {
position: absolute;
top: 0px;
left: 0px;
margin: 0px;
padding: 0px;
height: 90px;
width: 900px;
}

#header_link_right {
position: absolute;
top: 60px;
left: 730px;
margin: 0px;
padding: 0px;
height: 20px;
font-size: 10px;
color: white;
}

#header_text {
padding: 0px;
margin: 0px;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 22px;
color: #ffffff;
text-align: left;
font-weight: bold;
position: absolute;
bottom: 10px;
left: 16px;}

#header_text a {
color: inherit;
text-decoration: none;
}

#header_text_shadow {
padding: 0px;
margin: 0px;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 22px;
color: #000000;
text-align: left;
font-weight: bold;
position: absolute;
bottom: 8px;
left: 18px;
}

#header_text_shadow a {
color: inherit;
text-decoration: none;
}


/* Menubar */

#menubar {
position: relative;
top: 0px;
left: 0px;
padding: 8px 0px 0px 0px;
text-align: left;
height: 30px;
background-image: url(images/menu_background_strip.jpg);
background-repeat: repeat-x;
}

.menubarStd {
margin: 0px 220px 10px 0px;
}

.menubarDoc {
margin: 0px 180px 10px 0px;
}

#menubar ul {
font-size: 0.8em;
margin: 0em;
padding: 0em;
list-style-type: none;
}

#menubar ul li {
display: inline;
padding-left: 16px;
padding-right: 16px;
font-size: 0.8em;
font-weight: bold;
}

#menubar ul li a {
text-decoration: none;
color: #387591;
}

#menubar ul li a:hover {
text-decoration: underline;
}

#menubar ul li.header_menu_sel a {
color: #1b3e4d;
}


/* Sidebar */

.rightSidebarContainerStd {
position: absolute;
top: 0px;
left: 0px;
padding: 0px 0px 0px 0px;
text-align: center;
width: 200px;
margin: 0px 0px 0px 700px;
}

.rightSidebarContainerDoc {
position: absolute;
top: 0px;
left: 0px;
padding: 0px 0px 0px 0px;
text-align: center;
width: 160px;
margin: 0px 0px 0px 740px;
}

.leftSidebarContainerDoc {
position: absolute;
top: 0px;
left: 0px;
padding: 0px 0px 0px 0px;
text-align: center;
width: 160px;
margin: 0px 0px 0px 0px;
}

.sidebar_header {
margin: 0px;
width: 200px;
height: 22px;
padding-top: 8px;
color: #ffffff;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 0.8em;
font-weight: bold;
font-style: normal;
border-bottom: 1px #1B3E4D solid;
background-image: url(images/sidebar_header.jpg);
}

.sidebar_header_doc {
width: 160px;
background-image: url(images/sidebar_header_doc.jpg);
}

.sidebar_body {
position: relative;
padding: 0px 16px 0px 16px;
margin: 0px 0px 0px 0px;
width: 168px;
text-align: center;
background-color: #cde3ed;
}

.sidebar_body_doc {
padding: 0px 0px 0px 0px;
width: 160px;
}

.sidebar_body img {
margin: 0px 0px 0px 0px;
padding: 8px 0px 0px 0px;
display: inline;
}

.sidebar_body p {
font-size: 0.7em;
margin: 0px;
padding: 12px 0px 0px 0px;
text-align: center;
line-height: 1.4em;
}

.sidebar_body p.first {
margin: 0px;
padding: 12px 0px 0px 0px;
}

.sidebar_body p.news_title {
font-weight: bold;
padding-bottom: 0px;
}

.sidebar_body p.news {
padding-top: 0px;
}

.sidebar_body_google_std {
position: relative;
width: 200px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 16px 0px;
text-align: center;
}

.sidebar_body_google_doc {
position: relative;
width: 160px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 16px 0px;
text-align: center;
}

.sidebar_footer {
margin: 0px 0px 16px 0px;
padding: 0px;
width: 200px;
height: 10px;
background-image: url(images/sidebar_footer.jpg);
}

.sidebar_footer_doc {
width: 160px;
}


/* Release Notes */

body.releaseNotes {
margin: 0px 4px 0px 4px;
padding: 0px 0px 0px 0px;
background-image: url(images/background_strip.jpg);
background-repeat: repeat;
font-family: Verdana, Helvetica, Arial, sans-serif;
}

#releaseNotesPage {
width: 500px;
min-height: 410px;
margin: 0px auto 0px auto;
background-color: #ffffff;
padding: 10px 20px 0px 20px;
border-left: 2px #1B3E4D solid;
border-right: 2px #1B3E4D solid;
}

#releaseNotesHeader {
margin: 0px auto 0px auto;
padding: 8px 0px 0px 16px;
width: 484px;
height: 30px;
background-image: url(images/release_notes_header.jpg);
}

#releaseNotesHeader p {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font-size: 0.8em;
font-weight: bold;
color: #387591;
}

#releaseNotesContent {
margin: 0px auto 0px auto;
padding: 0px 0px 0px 0px;
width: 460px;
}

#releaseNotesPage ul {
margin: 0px 0px 0px 0px;
padding: 0px 20px 10px 20px;
}


/* Footer */

#footer {
border-bottom: 12px #FFFFFF solid;
background-image: url(images/footer_strip.jpg);
background-repeat: repeat-x;
height: 40px;
padding: 0px 0px 0px 0px;
position: relative;
}

#footer_text {
position: relative;
margin: 0px;
padding: 18px 0px 0px 8px;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 0.9em;
color: #387591;
line-height: 1em;
}

#footer_text p {
margin: 0px;
padding: 0px;
}

#footer_menu {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
position: absolute;
left: 500px;
top: 17px;
width: 396px;
text-align: right;
}

#footer_menu ul {
text-align: right;
margin: 0px;
padding: 0px;
list-style-type: none;
}

#footer_menu ul li {
display: inline;
padding-left: .5em;
padding-right: .5em;
font-size: 0.9em;
}

#footer_menu ul li a {
text-decoration: none;
color: #387591;
}

#footer_menu ul li a:hover {
text-decoration: underline;
}

#footer_menu ul li.footer_menu_sel a {
color: #1b3e4d;
}

#footer_text p a {
text-decoration: none;
color: #1b3e4d;
}

#footer_text p a:hover {
text-decoration: underline;
}

/* Contact Us & Support */

form.contactUs {
margin: 30px 0px 0px 0px;
}

form.contactUs td {
font-size: 0.8em;
font-family: Verdana, Helvetica, Arial, sans-serif;
}

form.contactUs input {
width: 360px;
}

form.contactUs textarea {
width: 360px;
}

form.contactUs input.submit {
width: 150px;
}

.contactUs table {
border-collapse: collapse;
}

.contactUs td {
border: 1px #cde3ee solid;
padding-left: 4px;
padding-top: 3px;
padding-bottom: 3px;
padding-right: 4px;
}

.labelCol {
width: 260px;
text-align: left;
color: #3670A7;
}

.inputCol {
vertical-align: top;
}

.inputCol input {
width: 410px;
background-color: #cfe3ee;
border: 1px solid #284279;
margin-right: 0px;
}

.inputCol select {
width: 100%;
background-color: #cfe3ee;
border: 1px solid #284279;
margin-right: 0px;
}

.inputCol textarea {
width: 410px;
background-color: #cfe3ee;
border: 1px solid #284279;
margin: 0px;
}

.submitRow {
border: 0;
}

.submitRow td {
padding-top: 10px;
border: 0;
text-align: right;
}

/*  Help Pages  */

#help_browser {
position: relative;
width: 160px;
padding: 12px 0px 8px 12px;
margin: 0px;
top: 0px;
height: 300px;
text-align: center;
}

#help_browser ul {
font-size: 0.75em;
margin: 0px;
padding: 0px;
list-style-type: none;
line-height: 1.1em;
}

#help_browser ul li {
padding: 2px;
margin: 0px;
font-size: 0.9em;
}

#help_browser ul li.topLevel {
}

#help_browser ul li.sectionName {
margin-top: 10px;
font-weight: bold;
}

#help_browser ul li.first {
margin-top: 0px;
}

#help_browser ul li.subLevel {
margin-left: 6px;
}

#help_browser ul li a {
text-decoration: none;
color: #387591;
}

#help_browser ul li a:hover {
text-decoration: underline;
}

#help_browser ul li.selected a {
color: #1b3e4d;
font-weight: bold;
}

#help_content {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

#help_content_body {
margin: 0px 10px 0px 10px;
}

p.help_title {
font-weight: normal;
font-size: 1.0em;
margin-top: 0px;
margin-left: -10px; 
margin-right: -10px; 
/* background-color: #E3EFF5; */
background-color: #F2F7FA;
padding: 8px;
text-align: center;
}

bbb {
font-size: 0.8em;
font-style : italic;
font-weight: normal;
margin-top: 16px;
margin-left: -10px; 
margin-right: -10px; 
background-color: #E3EFF5;
padding: 8px;
text-align: center;
}

p.help_section_title {
margin: 20px 0px 0px 0px;
padding: 0;
font-weight: bold;
font-size: 0.9em;
}

p.help_field_title {
margin: 0px;
padding: 0px;
font-style : italic;
font-weight: bold;
}

p.help_field_subtitle {
margin: 0px;
padding: 0px;
font-style : italic;
}

p.help_text {
margin: 0px 0px 10px 0px;
padding: 0px 0px 0px 0px;
line-height: 1.4em;
}

p.help_text_macros {
font-size: 0.6em;
font-style : italic;
color: gray;
}

p.help_text_image_title {
font-size: 0.6em;
font-style : italic;
color: gray;
margin: 0px 0px 4px 0px;
}

.help_nav_links_top {
position: relative;
height: 30px;
background-image: url(images/menu_background_strip.jpg);
background-repeat: repeat-x;
font-size: 0.8em;
font-weight: bold;
}

.help_nav_links_bottom {
position: relative;
height: 30px;
font-size: 0.8em;
font-weight: bold;
margin-top: 20px;
}

p.help_nav_link {
position: absolute;
top: 5px;
margin: 0px;
padding: 0px;
}

p.help_nav_prev {
left: 10px;
}

p.help_nav_next {
right: 10px;
}

img.help_text_image {
margin: 0px 0px 16px 0px;
padding: 0;
}