* {
  margin: 0px;
  padding: 0px;
}

html {
  height: 100%;
  background: #ffffff url('/images/header/header_bg_3.png') repeat-x 0px 0px;
}

body {
  /* visibility set to visible via script after the page has been initialized */
  visibility: hidden;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

sub, sup {
  line-height: 0;  /* prevent sub/sup distortion of line-height */
}

img {
  border: none;
}

div.centering-container {
  width: 900px;
  padding: 0px 10px;
  margin-left: auto;
  margin-right: auto;
}

a, object, embed {
  outline: 0;
}

/* block alignment */
.ba_left {
  float: left;
  width: 150px;
  margin: 0px 0px 12px 12px;
}
.ba_center {
  width: 150px;
  margin: 0px auto 12px auto;
}
.ba_right {
  float: right;
  width: 150px;
  margin: 0px 12px 12px 0px;
}

/* text alignment */
.ta_left {
  text-align: left;
}
.ta_center {
  text-align: center;
}
.ta_right {
  text-align: right;
}

.clear {
  clear: both;
}

/* vertical alignment */
.va_top {
  vertical-align: top;
}
.va_middle {
  vertical-align: middle;
}
.baseline {
  vertical-align: baseline;
}
.bottom {
  vertical-align: bottom;
}

/* special text */
.txt_red {
  color: #990000;
}
.txt_small {
  font-size: 8pt;
}
.ws_nowrap {
  white-space: nowrap;
}
.txt_bold {
  font-weight: bold;
}

/****************************************************************************
 * HEADER
 ****************************************************************************
 * Style info for the page header.
 * The header includes the banner background image, logo, globe and slogan.
 ****************************************************************************
 */
div#header {
  background-color: #C3DCEC;
  height: 72px;
}

a.logo {
  float: left;
  border: none;
  margin-top: 16px;
  width: 126px;
  height: 40px;
}

/****************************************************************************
 * MENU
 ****************************************************************************
 * Specifies the style for the div containing the superfish menu.
 * Most of the menu style information can be found in ndg_superfish.css
 ****************************************************************************
 */
 
div.menu {
  background: #ffffff url('/images/header/main_menubar.png') repeat-x 0px 0px;  
}

div.menu div {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 10px;
  width: 900px;
  height: 29px;
}

div.menu a:hover {
  text-decoration: none;
}


/****************************************************************************
 * ROTATOR
 ****************************************************************************
 * Container for rotating large banner ad type images
 ****************************************************************************
 */

div.rotator {
  width: 900px;
  height: 220px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0px 10px;
  text-align: center;
}

div.rotator img {
  width: 900px;
  height: 210px;
  text-align: center;
}

div.rotator div.rot_ctrls {
  float: right;
  margin: 4px 0px 4px 0px;
}

div.rotator div.rot_ctrls div {
  display: block;
  float: left;
  width: 32px;
  height: 32px;
  margin: 0px 4px;
  list-style-type: none;
}

div.rotator div a,
div.rotator div a:focus,
div.rotator div a:link,
div.rotator div a:visited {
  display: block;
  padding: 4px 0px;

  background: #C3DCEC url('/images/menu/menu_bg_up.png') repeat-x center center;
  color: #005B99;

  border-width: 1px;
  border-style: solid;
  border-top-color: #D3ECFC;
  border-right-color: #B3CCDC;
  border-bottom-color: #B3CCDC;
  border-left-color: #D3ECFC;

  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;

  font-size: 12pt;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}

div.rotator div a:hover,
div.rotator div a.selected {

  background:   #005B99 url('/images/menu/menu_bg_over.png') repeat-x center center;
  color: #FFFFFF;

  border-top-color: #106BA9;
  border-right-color: #004381;
  border-bottom-color: #004381;
  border-left-color: #106BA9;

  text-decoration: none;
}

div.rotator div a:active {
  background:   #005B99 url('/images/menu/menu_bg_down.png') repeat-x center center;
  color: #FFFFFF;

  border-top-color: #106BA9;
  border-right-color: #004381;
  border-bottom-color: #004381;
  border-left-color: #106BA9;

  text-decoration: none;
}


/****************************************************************************
 * MAIN PAGE
 ****************************************************************************
 * Container for the navigation bar on the right and the content area
 * on the left.
 ****************************************************************************
 */

div.main_page {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0px 10px;
}

div.mission {
  margin-top: 40px;
  color: #000000;
  font-size: 12pt;
  font-weight: bold;
  text-align: justify;
  line-height: 1.5em;
}

div.partner-logos {
  height: 89px;   /* set to highest so autospacer works correctly */
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
  vertical-align: top;
}

div.partner-logos a.space {
  padding-left: 50px;
}

div.partner-logos a img {
  vertical-align: middle;
}

/****************************************************************************
 * NAVIGATION BAR
 ****************************************************************************
 * Style info for the navigation bar to the right of the content
 ****************************************************************************
 */

div.nav_bar {
  float: right;
  margin-left: 20px;
  width: 220px;
  color: #005B99;
  font-size: 8pt;
}

div.nav_bar>ul:before {
  content: " ";
  display: block;
  width: 220px;
  height: 8px;
  background: transparent url('/images/nav_cap_top.png') no-repeat center center;
}

div.nav_bar>ul:after {
  content: " ";
  display: block;
  width: 220px;
  height: 8px;
  background: transparent url('/images/nav_cap_bottom.png') no-repeat center center;

  margin-bottom: 20px;
}

div.nav_bar ul li {
  list-style-type: none;
}

div.nav_bar ul li a {
  padding: 4px 8px;

  color: #005B99;
  display: block;
  background-color: #E4F1FB;

  border-top: 1px solid #F0F9FF;
  border-right: 1px solid #C3DCEC;
  border-bottom: 1px solid #C3DCEC;
  border-left: 1px solid #F0F9FF;

  text-decoration: none;
  font-weight: 400;
}

div.nav_bar ul li ul li a {
  padding-left: 20px;
}

div.nav_bar>ul>li>a {
  font-weight: bold;
}

div.nav_bar ul li a:hover, div.nav_bar ul li a.selected {
  background-color: #C3DCEC;

  border-top: 1px solid #E4F1FB;
  border-right: 1px solid #B3CCDC;
  border-bottom: 1px solid #B3CCDC;
  border-left: 1px solid #E4F1FB;
}

/* nav boxes */
div.nav_bar div.nav_box b {
  display: block;
  padding: 2px;

  border-width: 1px;
  border-style: solid;
  border-top-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;

  font-size: 11pt;
  font-weight: bold;
  text-align: center;
}

div.nav_bar div.nav_box span {
  display: block;
  margin-bottom: 20px;
  padding: 8px;

  border-width: 1px;
  border-style: solid;
  border-bottom-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;

  line-height: 1.5em;
  font-size: 9pt;
  font-weight: bold;
  text-align: center;
}

div.nav_bar a {
  text-decoration: none;
}

/* default - bule */
div.nav_bar div b {
  background-color: #C3DCEC;
  color: #005B99;
  border-top-color: #E4F1FB;
  border-right-color: #B3CCDC;
  border-bottom-color: #B3CCDC;
  border-left-color: #E4F1FB;
}
div.nav_bar div span {
  background-color: #E4F1FB;
  color: #005B99;
  border-top-color: #F0F9FF;
  border-right-color: #C3DCEC;
  border-bottom-color: #C3DCEC;
  border-left-color: #F0F9FF;
}
/* orange */
div.nav_bar div.orange b {
  background-color: #F5DCBA;
  color: #B95B00;
  border-top-color: #FFF1DE;
  border-right-color: #E4CCAB;
  border-bottom-color: #E4CCAB;
  border-left-color: #FFF1DE;
}
div.nav_bar div.orange span {
  background-color: #FFF1E0;
  color: #B95B00;
  border-top-color: #FFF9F0;
  border-right-color: #ECDCC3;
  border-bottom-color: #ECDCC3;
  border-left-color: #FFF9F0;
}
/* green */
div.nav_bar div.green b {
  background-color: #C3ECDC;
  color: #00995B;
  border-top-color: #E4FBF1;
  border-right-color: #B3DCCC;
  border-bottom-color: #B3DCCC;
  border-left-color: #E4FBF1;
}
div.nav_bar div.green span {
  background-color: #E4FBF1;
  color: #00995B;
  border-top-color: #F0FFF9;
  border-right-color: #C3ECDC;
  border-bottom-color: #C3ECDC;
  border-left-color: #F0FFF9;
}
/* red */
div.nav_bar div.red b {
  background-color: #EFC9BE;
  color: #990000;
  border-top: 1px solid #EFD9CE;
  border-right: 1px solid #EFB9AE;
  border-bottom: 1px solid #EFB9AE;
  border-left: 1px solid #EFD9CE;
}
div.nav_bar div.red span {
  background-color: #FFD9CE;
  color: #990000;
  border-top: 1px solid #FFE9DE;
  border-right: 1px solid #FFC9BE;
  border-bottom: 1px solid #FFC9BE;
  border-left: 1px solid #FFE9DE;
}
/* grey */
div.nav_bar div.grey b {
  background-color: #D0D0D0;
  color: #303030;
  border-top: 1px solid #E0E0E0;
  border-right: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
  border-left: 1px solid #E0E0E0;
}
div.nav_bar div.grey span {
  background-color: #E0E0E0;
  color: #303030;
  border-top: 1px solid #F0F0F0;
  border-right: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
  border-left: 1px solid #F0F0F0;
}

div.nav_bar a.ndg_navbar_video {
  display: block;
  position: relative;
  background: #4f81bd url('/images/player_play_22.png') no-repeat center 54px;
  width: 220px;
  height: 96px;
  float: left;
  font-size: 9pt;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  border: 0px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

div.nav_bar a.ndg_navbar_video:hover {
  background-color: #6FA2DF;
}

div.nav_bar a.ndg_navbar_video div.title {
  position: absolute;
  float: none;
  top: 16px;
  left: 0px;
  width: 220px;
  height: 48px;
  font-weight: bold;
}

div.nav_bar a.ndg_navbar_video div.time {
  position: absolute;
  bottom: 4px;
  left: 0px;
  width: 220px;
  font-size: 8pt;
}  



/****************************************************************************
 * CONTENT
 ****************************************************************************
 */

/* Content Root Container */
div.content {
  width: 660px;
}

div.content .wide {
  width: 900px;
  clear: both;
}

div.content a,
div.content a:active,
div.content a:focus,
div.content a:link,
div.content a:visited {
  color: #0075B0;
  text-decoration: none;
}

div.content a:hover {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #005B99;
}


/* Headers */

div.content h1 {
  margin-bottom: 16px;

  background: transparent url('/images/h1.png') no-repeat bottom center;
  color: #005B99;
  text-align: center;
  font-size: 12pt;
  font-weight: bold;
}

div.content h2 {
  margin-top: 2em;
  margin-bottom: 8px;
  color: #005B99;
  font-size: 11pt;
  font-weight: bold;
}

div.content h2 a {
  border-bottom: 1px dotted #005b99;
}

div.content h3 {
  margin-bottom: 4px;
  font-size: 10pt;
  font-weight: bold;
}

a.bubble_link div {
  background-color: #dff3ff;
  border: 2px solid #C2DEEF;
  padding: 8px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

a.bubble_link:hover div {
  background-color: #c2deef;
}

a.bubble_link .big_text {
  font-size: 11pt;
  font-weight: bold;
}

/* Lists */

div.content ul {
  margin-top: 1em;
  margin-left: 16px;
  color: #005B99;
  list-style: disc outside none;
/*  list-style: disc outside url('/images/list_arrow_1.png'); */
}

div.content ul li {
  padding-left: 8px;
  margin-bottom: 1em;
  line-height: 1.5em;
  text-align: justify;
}
div.content ul ul {
  list-style: circle outside none;
}
div.content ul ul ul {
  list-style: square outside none;
}

div.content ul.tight {
  margin-top: 0em;
}

div.content ul.tight li {
  margin-bottom: 0em;
}

div.content ul.tight ul {
  margin-top: 0em;
}

div.content ul.pdf {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

div.content ul.pdf li {
  background: url(/images/pdf.png) left center no-repeat;
  padding-left: 25px;
  margin-bottom: 0.4em;
}

div.content ol {
  padding-left: 18px;
  color: #000;
  list-style: decimal outside none;
}
div.content ol li {
  padding-left: 6px;
  margin-top: 1em;
  line-height: 1.5em;
  text-align: justify;
}
div.content ol ol {
  margin-top: 8px;
  list-style: decimal outside none;
}

div.content table.gear_description tbody tr { 
  height: 5em;
}

div.content div.ndg_video_selector {
  position: relative;
  width: 880px;
  height: 400px;
  background-color: #4F81BD;
  color: #fff;
  margin-top: 50px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

div.ndg_video_selector div.title {
  position: absolute;
  top: 100px;
  left: 0px;
  width: 880px;
  font-size: 18pt;
  font-weight: bold;
  text-align: center;
}


div.ndg_video_selector div.description {
  position: absolute;
  top: 200px;
  left: 0px;
  width: 880px;
  font-size: 11pt;
  font-weight: bold;
  text-align: center;
}

div.ndg_video_selector div.play_controls {
  position: absolute;
  top: 280px;
  left: 300px;
  font-size: 12pt;
  font-weight: bold;
}

div.ndg_video_selector div.time {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 12pt;
  font-weight: normal;
  text-align: right;
}

div.play_video {
  display: table-cell;
  height: 32px;
  background: transparent url('/images/player_play.png') no-repeat left center;
  padding-left: 40px;
  vertical-align: middle;
  text-align: left;
  color: #fff;
  text-decoration: underline;
}

div.play_controls a {
  border: 0px;
}

div.play_video:hover {
  background-color: #6FA2DF;
}

div.content a.ndg_video_thumbnail {
  display: block;
  position: relative;
  background: #4f81bd url('/images/player_play_22.png') no-repeat center 54px;
  width: 160px;
  height: 96px;
  float: left;
  font-size: 8pt;
  color: #fff;
  text-align: center;
  margin-right: 10px;
  border: 0px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

div.content a.ndg_video_thumbnail:hover {
  background-color: #6FA2DF;
}

div.content a.ndg_video_thumbnail div.title {
  position: absolute;
  float: none;
  top: 16px;
  left: 0px;
  width: 160px;
  height: 48px;
  font-weight: bold;
}

div.content a.ndg_video_thumbnail div.time {
  position: absolute;
  bottom: 4px;
  left: 0px;
  width: 160px;
}  

span.list-text-color {
  color: #000;
}


/* Tables */

div.content table .ta_highlight {
    background-color: #C3D6DF;
}

div.content table .ta_header {
    background-color: #4F81BD;
    color: #fff;
}

div.content table .ta_transparent {
    background-color: transparent;
}

div.content table {
  border-collapse: collapse;
  width: 100%;
  font-size: 9pt;
  border-spacing: 1px;
  color: #000;
  background-color: #fff;
  border-style: hidden;
}

div.content table th {
  background-color: #4088B8; /*  background-color: #4F81BD; */
  padding: 5px;
  height: 3em;
  vertical-align: middle;
  color: #fff;
  border: 1px solid #fff;
}

div.content table th .txt_red {
  color: #ffbfbf;
}

div.content table tbody tr {
  height: 3em;
}

div.content table td {
  /* background-color: #E0E7EF; */
  background-color: #E0EAEF;
  border: 1px solid #fff;
  padding: 5px;
}

/* BEGIN Round the corners */
div.content table th:first-child {
  border-top-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
}
div.content table th:last-child {
  border-top-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
}
div.content table tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
}
div.content table tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
}

/* END Round the corners */



/* Paragraphs */

div.content p {
  margin-bottom: 12px;
  display: block;
  line-height: 1.5em;
  text-align: justify;
}

div.important {
  margin-bottom: 12px;

  /*background-color: #FFE4E1; */
  background-color: #ffedcf;
  border: 1px solid #ffe8bf;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

div.content div.important p {
  margin: 8px;
  color: #000;

  font-size: 10pt;
  line-height: 1.5em;
  text-align: justify;

}
/* for the alert image */
div.content div.important span {
  float: left;
  margin-top: 2px;
  margin-right: 12px;
  width: 16px;
  height: 16px;
  background-image: url('/css/custom-theme/images/ui-icons_cd0a0a_256x240.png');
  background-position: 0 -144px;
}

div.content div.sample {
  margin-bottom: 12px;

  background-color: #E0E0E0;

  border-top: 1px solid #F0F0F0;
  border-right: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
  border-left: 1px solid #F0F0F0;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

div.content div.sample p {
  margin: 8px;
  color: #303030;

  font-family: Courier New, Courier, monospace;
  font-size: 10pt;
  white-space: pre;
}

div.content div.iconified_paragraph {
}

div.content div.iconified_paragraph h2 {
  margin-top: 0;
}

div.content div.iconified_paragraph img {
  float: left;
  margin-right: 18px;
}

div.content div.iconified_paragraph div {
  float: left;
  width: 565px;
}

div.content img.screenshot {
  display: block;
  padding: 8px;

  background-color: #C3DCEC;
  color: #005B99;

  border-top-color: #E4F1FB;
  border-right-color: #B3CCDC;
  border-bottom-color: #B3CCDC;
  border-left-color: #E4F1FB;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

sup.footnote_ref {
  font-weight: bold;
  font-size: 8pt;
  color: #900;
}

a.img_hotspot {
  display: block;
  position: absolute;
  background-color: #fff;
  opacity: 0.01;
  filter:alpha(opacity=1);
  border: 0;
  outline: 0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

a.img_hotspot:hover {
  background-color: #0094FF;
  opacity: 0.2;
  filter:alpha(opacity=20);
  cursor: pointer;
}

/****************************************************************************
 * FANCY ZOOM
 ****************************************************************************
 * Classes to prepare fancyZoom images
 ****************************************************************************
 */

div.content div.photo, div.content div.video {
  float: right;
  width: 150px;
  margin: 0px 16px 12px 12px;
}

div.content div.photo img, div.content div.video img {
  display: block;
  padding: 8px;

  background-color: #E0E0E0;
  color: #303030;

  border-top: 1px solid #F0F0F0;
  border-right: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
  border-left: 1px solid #F0F0F0;
  border-top-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
}

div.content div.photo span, div.content div.video span {
  width: 100%;
  display: block;
  padding: 2px 8px;

  background-color: #D0D0D0;
  color: #303030;

  border-top: 1px solid #E0E0E0;
  border-right: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
  border-left: 1px solid #E0E0E0;
  border-bottom-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;

  font-size: 8pt;
  font-weight: bold;
  text-align: center;
}

div.important {
  margin-bottom: 12px;

  /*background-color: #FFE4E1; */
  background-color: #ffedcf;
  border: 1px solid #ffe8bf;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}


/****************************************************************************
 * BOXES FOR BOTTOM OF HOME PAGE
 ****************************************************************************
 */

.home-foot {
  height: 200px;
  background-color: #005b99;
  border-top: 8px solid #C3DCEC;
  height: 160px;
}
 
.home-foot div {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding: 20px 10px 10px 10px;
}

div.home-foot-column {
  padding: 0px;
  float: left;
  width: 120px;
}

div.home-foot-column h1 {
  font-size: 9pt;
  margin-top: 0px;
  color: #C3DCEC;
}

div.home-foot-column p {
  font-size: 8pt;
  margin-top: 5px;
}

div.home-foot-column p a {
  text-decoration: none;
  color: #ffffff;
}

div.home-foot-column p a:hover {
  text-decoration: underline;
}

div.home-foot-right-column {
  float: right;
  width: 250px;
  font-size: 8pt;
  color: #C3DCEC;
  text-align: right;
}

div.home-foot-right-column {
  float: right;
  width: 250px;
  padding: 0px;
  font-size: 8pt;
  color: #C3DCEC;
  text-align: right;
}

div.home-foot-right-column img {
  width: 32px;
  height: 32px;
  border: 0px;
}

div.home-foot-right-column a {
  color: #ffffff;
  text-decoration: none;
}

div.home-foot-right-column a:hover {
  text-decoration: underline;
}

div.home_boxes {
  text-align: left;
  font-size: 8pt;
}

div.home_box {
  display: block;
  width: 188px;
  height: 125px;
  padding: 8px;
  float: left;
  overflow: hidden;

  background: #C3DCEC url('/images/home_box.png') repeat-x;

  border-top-color: #F0F0F0;
  border-right-color: #C0C0C0;
  border-bottom-color: #909090;
  border-left-color: #C0C0C0;

  border-width: 1px;
  border-style: solid;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

div.home_boxes div.news {
  /* would be 410px, but border pixels have to come off somewhere */
  width: 388px;
  margin: 0px 20px;
}

div.news a,
div.news a:active,
div.news a:focus,
div.news a:link,
div.news a:visited {
  border-bottom-style: none;
  text-decoration: none;
}
div.news a:hover {
  border-bottom-style: none;
}

/* title bar */

div.home_box div.title_bar {
  display: block;
  color: #005B99;
  font-size: 12pt;
  font-weight: bold;
}

div.news div.title_bar {
  width: 388px;
}

div.title_bar a {
  display: inline;
  float: right;

  margin-left: 8px;
}

div.title_bar b {
  display: inline;
  float: left;
}

/* title bar news controls */

div.news_ctrls {
  display: inline;
  width: 150px;
  float: right;
  margin-left: 6px;
}

div.news_ctrls a,
div.news_ctrls a:focus,
div.news_ctrls a:link,
div.news_ctrls a:visited {
  display: inline;
  height: 18px;
  float: right;

  margin-left: 2px;

  background: #005B99 url('/images/menu/menu_bg_over.png') repeat-x center center;
  color: #FFFFFF;

  border-width: 1px;
  border-style: solid;
  border-top-color: #106BA9;
  border-right-color: #004381;
  border-bottom-color: #004381;
  border-left-color: #106BA9;

  font-size: 8pt;
  font-weight: bold;

  text-align: center;
}

div.news_ctrls a:hover,
div.news_ctrls a:active {
  background: #005B99 url('/images/menu/menu_bg_down.png') repeat-x center center;
}

div.news_ctrls a div {
  height: 18px;
}

div.news_ctrls a.prev {
  border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
}
div.news_ctrls a.prev div {
  width: 18px;
  background-image: url('/css/custom-theme/images/ui-icons_ffffff_256x240.png');
  background-position: -96px -15px;
}

div.news_ctrls a.all_news div {
  width: 90px;
  margin: 2px 4px 0px 4px;
}

div.news_ctrls a.next {
  border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
}
div.news_ctrls a.next div {
  width: 18px;
  background-image: url('/css/custom-theme/images/ui-icons_ffffff_256x240.png');
  background-position: -32px -16px;
}


/* home box contents */

div.home_box div.contents {
  height: 96px;

  clear: both;
  margin-top: 10px;
  line-height: 1.5em;
  overflow: hidden;
}

div.news a.news_date {
  float: left;

}

div.news div.date {
  width: 36px;
  height: 52px;

  background: #005B99 url('/images/menu/menu_bg_over.png') repeat-x bottom center;
  color: #FFFFFF;

  border-width: 1px;
  border-style: solid;
  border-top-color: #106BA9;
  border-right-color: #004381;
  border-bottom-color: #004381;
  border-left-color: #106BA9;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  text-align: center;
  text-decoration: none;

}

div.news div.date:hover,
div.news div.date:active {
  background: #005B99 url('/images/menu/menu_bg_down.png') repeat-x bottom center;
}

div.date div.month {
  text-align: center;
  font-size: 10pt;
  font-weight: bold;
}

div.date div.day {
  height: 28px;
  margin: 0px;
  padding-top: 6px;
  font-size: 20pt;
  font-weight: bold;
}

div.date div.year {
  margin: -12px 0px 0px 0px;
  text-align: center;
  font-size: 8pt;
}

div.news_item {
  width: 338px;
  float: left;
  margin-left: 8px;
  overflow: hidden;
}


div.news_item a,
div.news_item a:active,
div.news_item a:focus,
div.news_item a:link,
div.news_item a:visited {
  border-bottom-style: dotted;
  white-space: nowrap;
}
div.news_item a:hover {
  border-bottom-style: solid;
}

div.news_item p {

}


/****************************************************************************
 * FOOTER
 ****************************************************************************
 */
div.footer {
  width: 900px;
  margin: 50px auto 10px auto;
  padding: 0px 10px 10px 10px;
  font-size: 8pt;
  color: #aaaaaa;
}

div.footer-left {
  float: left;
  width: 600px;
  border-top: 1px solid #dddddd;
  padding-top: 0.5em;
}

div.footer-left a,
div.footer-left a:active,
div.footer-left a:focus,
div.footer-left a:link,
div.footer-left a:visited {
  text-decoration: none;
  margin-right: 2em;
  color: #aaaaaa;
}

div.footer-left a:hover {
  color: #005B99;
}

div.footer-right {
  float: right;
  width: 300px;
  color: #aaaaaa;
  text-align: right;
  border-top: 1px solid #dddddd;
  padding-top: 0.5em;
}

/****************************************************************************
 * RELEASE NOTES
 ****************************************************************************
 */

div.navbar-current-version {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  width: 220px;
  background-color: #eee;
  border: 1px solid #ddd;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  float: left;
  color: #000;
  font-size: 8pt;
}

div.navbar-current-version.production {
  background-color: #cfffec;
  border-color: #b3efd7;
}

div.navbar-current-version.beta {
  background-color: #ffe8bf;
  border-color: #efd4a4;
}

div.navbar-current-version .release-type {
  background-color: transparent;
  color: #000;
}


div.navbar-current-version a {
  font-size: 14pt;
  color: #0075B0;
  font-weight: bold;
  text-decoration: underline;
}

/****************************************************************************
 * REQUEST FORM
 ****************************************************************************
 */

input[type=text], textarea, .input {
  background-color: #feffef;
  border: 1px solid #4192af;
  padding: 2px;
}

/****************************************************************************
 * DEBUG - remove for production
 ****************************************************************************
 */
div.test {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 600px;
  height: 300px;
  background-color: #EEF9FF;
  border: 1px solid #005B99;
  color: #005B99;
  padding: 10px;
  overflow: scroll;
}

