@CHARSET "UTF-8";


html {
    background-color: #ffffff;
}

body {
    color: #000000;
    font-family: arial, helvetica, verdana, sans-serif;
    font-size: 12px;
    margin: 0;
}

a {
    border-width: 0;
    color: #336699;
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    color: #939598;
    text-decoration: underline;
}

form {
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 0;
    z-index: 0;
}

img {
    border-width: 0;
}

p {
    margin: 1em 0;/* Not needed except for rule: * { margin: 0 } */
}

table {
    border-collapse: collapse;
}

ul {
    list-style-type: none;
    margin: 1em 0;/* Not needed except for rule: * { margin: 0 } */
}


/*
 * CONTENT HEADINGS
 */
 
h1 {
    color: #f87f11;
    text-transform: uppercase;
}

h2 {
    color: #336699;
    text-transform: uppercase;
}

h3 {
    color: #666666;
}

h4 {
    color: #7f7f7f;
    font-style: italic;
}

h5 {
}

h6 {
}

/*************************************/

/*
 * WRAPPERS
 */

/* SITE WRAPPERS */
#site-wrapper-external {
    background-image: url(/images/background_fade.gif);
    background-repeat: repeat-x;
    padding-top: 10px;
}

#site-wrapper-internal {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    min-height: 40em;
    position: relative;
    width: 1000px;
}

/* CONTENT WRAPPERS */
#site-content-wrapper {
    font-size: 1.333em;
    margin: 20px auto 0 auto;
    position: relative;
}

#site-content {
    /* 100% width, centered (no sidebar) */
    float: right;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    width: 100%;
}

#site-content.narrow {
    /* 80% width, centered (no sidebar) */
    margin-right: 10%;
    width: 80%;
}

#site-content.sidebar {
    /* 80% width, right side (with sidebar) */
    width: 80%;
}

/* SIDEBAR WRAPPERS */
#site-sidebar {
    width: 20%;
}

#site-sidebar a:hover {
    color: #939598;
    text-decoration: none;
}

#site-sidebar .infobox {
    margin: 0 0 20px 0;
    width: 75%;
}

#site-sidebar .infobox-tools {
    font-size: 11px;
}

/* SIDEBAR: USER/LOGIN */
#site-sidebar #login_nav { float: none; }
#login_nav.infobox {
    font-size: 13px;
    padding: 15px 10px 10px;
}

#login_nav a:hover {
    text-decoration: none;
}

#login_nav p {
    line-height: 18px;
    margin-top: 10px;
}

#login_nav b {
    color: #336699;
}

/* SIDEBAR: CONTACT INFO */
#site-sidebar #contact_nav { float: none; }
#contact_nav.infobox {
    font-size: 13px;
    line-height: 25px;
    padding: 10px 10px 20px 10px;
    text-align: center;
}

#contact_nav a:hover {
    text-decoration: none;
}

/* SIDEBAR: LINKS/MENUS */
#site-sidebar #side_nav { float: none; }
#side_nav.infobox {
    font-size: 16px;
    padding: 10px 10px 20px 10px;
}

#side_nav a:hover {
    text-decoration: none;
}


/*
 * HEADER QUICKBAR (login/logout, live chat, phone, etc.)
 */

#site-header-quickbar {
    color: #969696;
    font-size: 1.1em;
    font-weight: bold;
    padding-top: 5px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
}

#site-header-quickbar a {
    color: #969696;
    font-weight: bold;
}

#site-header-quickbar img {
    margin-left: 20px;
    vertical-align: text-top;
}

#site-header-quickbar .site-header-login,
#site-header-quickbar .site-header-chatbox {
    position: absolute;
    right: 0;
    top: 35px;
    white-space: nowrap;
}

#site-header-quickbar .site-header-login .field input {
    border: 1px solid #819cc9;
    color: #819cc9;
    font-size: 11px;
    height: 14px;
    padding-left: 5px;
    width: 100px;
}

#site-header-quickbar .site-header-login .login-submit {
    margin-left: 10px;
}

#site-header-quickbar .site-header-chatbox a {
    color: #819cc9;
    margin-left: 10px;
}

/*
 * HEADER MENUBAR (blue bar with dropdowns)
 */

#site-header-menubar {
    background-image: url(/images/nav_bar_bg.gif);
    background-position: left top;
    background-repeat: repeat-x;
    border-style: hidden;
    border-width: 0;
    height: 37px;
    padding: 0 10px;
    position: relative;
    z-index: 2;
}

#site-header-menubar .img-cap-left {
    background-image: url(/images/nav_bar_l.gif);
    background-position: left top;
    background-repeat:  no-repeat;
    border-style: hidden;
    border-width: 0;
    display: block;
    height: 37px;
    position: absolute; left: 0; top: 0;
    width: 13px;
}

#site-header-menubar .img-cap-right {
    background-image: url(/images/nav_bar_r.gif);
    background-position: right top;
    background-repeat: no-repeat;
    border-style: hidden;
    border-width: 0;
    display: block;
    height: 37px;
    position: absolute; right: 0; top: 0;
    width: 13px;
}

#site-header-menubar ul {
}

#site-header-menubar li {
}

#site-header-menubar .menulevel-1 {
    display: inline;
    font-size: 14.5px;
    line-height: 30px;
    padding: 0 0 7px 5px;
}

#site-header-menubar .menulevel-1 ul {
    display: none;
}

#site-header-menubar .menulevel-1 li {
	display: inline;
	padding-bottom: 8px;
	position: relative;
	z-index: 4;
}

#site-header-menubar .menulevel-1 li:hover {
}

#site-header-menubar .menulevel-1 li:hover ul {
    display: inline;
}

#site-header-menubar .menulevel-1 li a {
    color: #cbe1ff;
    padding: 0 12px;
    text-transform: uppercase;
}

#site-header-menubar .menulevel-1 li a:hover {
    background-color: #aaceff;
    color: #336699;
    text-decoration: none;
}

#site-header-menubar .menulevel-2 {
    font-size: 13px;
    margin: 0;
    padding: 0;
    position: absolute; left: 0; top: 25px;
    width: 150px;
    z-index: 3;
}

#site-header-menubar .menulevel-2:hover {
	display: inline;
}

#site-header-menubar .menulevel-2 li {
    background-color: #939598;
    border: 1px solid #ffffff;
    display: block;
    margin-top: -2px;
    padding: 0;
}

#site-header-menubar .menulevel-2 li:hover {
    background-color: #f47920;
}

#site-header-menubar .menulevel-2 li:hover ul {
}

#site-header-menubar .menulevel-2 li a {
    border-style: hidden;
    border-width: 0;
    color: #ffffff;
    display: block;
    height: 42px;
    line-height: 40px;
    margin-top: -2px;
    text-transform: none;
    z-index: 10;
}

#site-header-menubar .menulevel-2 li a:hover {
	background-color: transparent;
    color: #ffffff;
}


/*
 * HEADER SEARCHBAR (incorporated into the menubar)
 */

#site-header-searchbar {
    position: absolute; right: 20px; top: 7px;
}

#site-header-searchbar input {
    margin-top:-7px;
    vertical-align:text-bottom;
}


/*
 * FOOTER
 */

#site-footer {
    background-image: url(/images/background_fade.gif);
    background-position: 0 20px;
    background-repeat: repeat-x;
    clear: both;
    text-align: center;
}

#site-footer a {
    color: #888888;
    font-weight: bold;
    padding: 0 1%;
}

#site-footer ul {
    padding-left: 0;
}

#site-footer li {
    display: inline;
}

#site-footer .site-links {
    padding-top: 3em;
}

#site-footer .site-icons {
    margin-top: 20px;
}

#site-footer .site-icons img {
    padding: 0 1%;
    vertical-align: middle;
}

#site-footer .site-icons.social a {
    padding: 0;
    vertical-align: middle;
}

#site-footer .site-icons.social img {
    padding: 0 2px;
    vertical-align: middle;
}

#site-footer #site-copyright {
    color: #888888;
    margin: 15px 0;
}

/*************************************/
/* .infobox ~= .focus_window         */

.infobox {
    background-color:#E4E4E4;
    background-image: url(/images/focus_window_fade.gif);
    background-position: top center;
    background-repeat: repeat-x;
    border: 1px solid #d7d9d9;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-top: 20px;
    padding: 15px;
}

.infobox table {
    font-size: 0.75em;
    margin: 15px 0;
    width: 100%;
}

.infobox tr:hover {
    background-color: #ffffff;
}

.infobox th {
    background-color: #e4e4e4;
    font-weight: normal;
    padding: 5px;
    text-align: left;
    text-transform: uppercase;
}

.infobox td {
    padding: 5px;
}

.infobox td a {
    text-transform: uppercase;
}

.infobox td img {
    vertical-align: middle;
}

.infobox-icon {
    background-position: 0px 3px;
    background-repeat: no-repeat;
    margin-left: -15px;
    margin-top: -15px;
    padding-left: 80px;
    padding-top: 15px;
}

.infobox-tools {
    font-size: 0.68em;
    font-weight: bold;
    text-align: right;
    white-space: nowrap;
}

.infobox-tools .search {
    font-size: 0.9em;
}

.infobox-tools a {
    margin: 0 4px;
    text-transform: uppercase;
}

.infobox-tools div {
    display: inline;
}

.infobox-tools form {
    display: inline;
}

.infobox-tools span {
}

/*************************************/

.support_nav_first {
    border-bottom: dotted 1px #939598;
    font-size: 16px;
    margin: 0px 10px 0px 0px;
    padding-top: 10px;
    width: 145px;
}

.support_nav_first a {
    color: #f87f11;
    font-size: 16px;
    font-variant: small-caps;
}

.support_nav_second {
    font-size: 14px;
    margin-left: 3px;
    margin-top: 3px;
    padding: 0px 0px 0px 0px;
    width: 145px;
}

.support_nav_second a {
    background-image: url(/images/bullet.gif);
    background-repeat: no-repeat;
    background-position: 0% 50%;
    color: #3e7cbb;
    display: block;
    font-size: 14px;
    margin-left: 0;
    padding-left: 10px;
    white-space: nowrap;
}

.support_nav_second br {
    display: none;
}

.support_nav_third {
    color: #3080ff;
    font-size: 13px;
    line-height: 1.25em;
    margin-left: 10px;
}

.support_nav_third a {
    display: block;
    font-size: 13px;
}

.support_nav_third br {
    display: none;
}

.support_nav_fourth {
    color: #3080ff;
    font-size: 12px;
    line-height: 1.25em;
    margin-left: 10px;
}

.support_nav_fourth a {
    display: block;
    font-size: 12px;
}

.support_nav_third br {
    display: none;
}

/*************************************/

.input {
    margin: 20px 0px 0px 0px;
}

.login-submit {
    background: #3e7cbb;
    border-style: none;
    border-width: 0;
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    padding: 0;
}

.searchfield {
    background: #aaceff;
    border: 1px solid #819cc9;
    color: #336699;
    font-size: 0.85em;
    width: 100px;
}

/*************************************/
/*
 * Table Pagination Controls
 */
 
.paginiation-menu {
   padding: 30px 0px 0px 0px;
} 
.pagination-pages {
  font-family: arial, verdana, sans-serif;
  font-size: 10pt;
  padding: 0px 5px 0px 0px;
  font-weight: bold;
}
.pagination-pages a {
  text-decoration: none;
  color: #336699; 
}
.pagination-pages a:hover {
  text-decoration: underline;
  color: #336699;
}
.pagination-prev {
  font-family: arial, verdana, sans-serif;
  font-size: 10pt;
  padding: 0px 5px 0px 0px;
  color: #777777;
}
.pagination-prev a {
  text-decoration: none;
  color: #336699;
}
.pagination-prev a:hover {
  text-decoration: underline;
  color: #336699;
}
.pagination-next {
  font-family: arial, verdana, sans-serif;
  font-size: 10pt;
  color: #777777;
}
.pagination-next a {
  text-decoration: none;  
  color: #336699;
}
.pagination-next a:hover {
  text-decoration: underline;
  color: #336699;
}
.paginiation-per-page {
  font-family: arial, verdana, sans-serif;
  font-size: 10pt;
  padding: 5px 0px 0px 0px;
  color: #777777;
}
.paginiation-per-page a {
  text-decoration: none;  
  color: #336699;
}
.paginiation-per-page a:hover {
  text-decoration: underline;
  color: #336699;
}
/*
.paginiation-per-page em {
  color: #336699;
}
*/
.paginiation-results {
  font-family: arial, verdana, sans-serif;
  font-size: 10pt;
  color: #777777;
}
