/*****************
 * Common Styles *
 *****************/

body, table {
  font-family: Verdana, sans-serif;
  font-size: 11px;
}
.clearFloat { clear: both; }
body {
  background: #f0edd6 url(images/backdrop.png) repeat-x top center;
  margin: 0 0;
}
body.mceContentBody {
  background-image: none;
  background: white;
  margin: 0.5em;
}

h2, h4, h5 {
  color: #61737b;
  font-weight: bold;
  margin: 1em 0 0.5em 0;
}
h2 {
  font-size: 14pt;
  text-align: center;
}
h4 {
  font-size: 11pt;
}
h5 {
  font-size: 10pt;
}



p {
  margin: 0.5em 0;
}
ul {
  list-style-type: square;
}


/********
 * Page *
 ********/

#page {
  width: 940px;
  padding-bottom: 2em;
  margin: 0 auto;
}


/*******************
 * Contact Details *
 *******************/

#contact-details {
  height: 29px;
  margin-right: 25px;
}
#contact-details span {
  display: none;
}
#contact-email, #contact-phone {
  float: right;
  height: 29px;
  display: block;
  background-repeat: no-repeat;
  background-position: left bottom;
}
#contact-email {
  width: 144px;
  background-image: url(images/contact_email.png);
}
#contact-email span { display: none; }
#contact-phone {
  width: 92px;
  background-image: url(images/contact_phone.png);
}


/*******************
 * Header Elements *
 *******************/

#accessible-header {
  display: none;
}
#header {
  background: #3E3E3E url(images/header.png) no-repeat center top;
  height: 37px;
  padding-top: 132px;
}

#header-demo-link-container {
  position: relative;
}

#header-demo-link {
  background: #3E3E3E url(images/demo_button.png) no-repeat center top;
  position: absolute;
  top: -137px;
  right: -19px;
  width: 99px;
  height: 102px;
}

#header-demo-link a {
  display: block;
  width: 90px;
  height: 90px;
}

#header-demo-link a span {
  display: none;
}

#menu {
  padding: 0 20px;
}

/* Header Menu */
#menu ul {
  float: left;
  list-style-type: none;
  padding: 0;
  margin: 5px 0 0 0;
}

#menu ul li {
  float: left;
  padding: 2px;
}

#menu ul li a {
  display: block;
  width: 60px;
  text-align: center;
  font-weight: bold;
  padding: 0 1em;
  font-size: 8pt;
  border-right: 1px solid #666666;
}

#menu ul li.active a, #menu ul li.active a:link, #menu ul li.active a:visited,
#menu ul li a:hover {
/*  color: #8CBEF6; */
  color: #95acb7;
}

#menu ul li a, #menu ul li a:link, #menu ul li a:visited {
  color: #efefef;
  text-decoration: none;
}

#menu ul li a:hover {
  text-decoration: underline;
}

/***********
 * Content *
 ***********/
#content-container {
  background: white url(images/content_bg.png) repeat-y top;
  padding: 0 10px;
  margin: 0;
  line-height: 18px;
}
#content {
  margin: 0 25px;
  padding-bottom: 5em;
}
#page-title {
  background-color: #6a7a82;
  padding: 5px 20px;
  font-size:0;

  /* Hack to fix gap in IE7 */
  border: 1px solid #6a7a82;
}
#page-title h2 {
  text-align: left;
  color: white;
  font-weight: bold;
  margin: 3px 0;
  font-size: 11pt;
}
#page-title h3 {
  color: white;
  font-weight: normal;
  font-style: italic;
  margin: 3px 0;
  font-size: 10pt;
}

.center {
  text-align: center;
}

/* Information Div */
.information {
  margin: 1em;
/*  border: 1px dashed #6A7A82;
  background-color: #CFEFFF; */
  background-color: #F0F0FF;
  border: 1px solid #D6D6DF;
  padding: 0.8em 1.5em;
}

/* Sidebar */
#sidebar {
  width: 260px;
  padding-top: 1.5em;
  padding: 1.5em 10px;
  border: 0px dotted red;
}
/*.sidebar-hidden #sidebar { display: none; }*/
.sidebar-left #sidebar { float: left; }
.sidebar-left #content { margin-left: 280px; }
.sidebar-right #sidebar { float: right; }
.sidebar-right #content { margin-right: 280px; }
#content-home { margin-right: 265px; }
#sidebar-home #sidebar {
  padding: 0;
  width: auto;
}
.sidebar {
  width: 250px;
  background-color: #f0edd6;
  font-size: 8pt;
  margin-bottom: 2em;
}
.sidebar-header {
  background: #2a2a2a url(images/sidebar_header.png) no-repeat center top;
  color: white;
  font-size: 9pt;
  font-weight: bold;
  text-align: center;
  padding: 4px 4px 5px 4px;
}
.sidebar-content {
  padding: 1em;
}
.sidebar a, .sidebar a:link, a:visited {
  color: black;
}
.sidebar a:active {
  color: #95ACB7;
}

/* Sidebar Menu */
.sidebar-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* Common styles */
.sidebar-menu a {
  display: block;
  text-decoration: none;
}
/* Container items */
.sidebar-menu .menu-parent a {
  border-color: #9F9D8B;
  border-style: solid;
  border-width: 0 1px 2px 0;

  background-color: #BFBCA7;
  padding: 4px 5px 5px 8px;

  font-size: 10pt;
}
/* Second level menu items (will inherit first level styles */
.sidebar-menu a, .sidebar-menu .menu-parent ul a {
  border-color: #DFDCC3;
  border-style: dotted;
  border-width: 0 1px 1px 0;

  background-color: #F0EDD6;
  font-size: 8pt;

  padding: 2px 5px 3px 20px;
}
.sidebar-menu a:hover {
  text-decoration: underline;
  background-color: #95ACB7 !important;
  color: white;
}
.sidebar-menu .active-doc {
  font-weight: bold;
}
.sidebar-menu .active-doc ul {
  font-weight: normal;
}

.anchor-box {
  padding: 0.5em;
  margin: 2em 5em 1em 5em;
  border: 2px solid #57737f;
  text-align: center;
}

/* Links */
#content a, #content a:link {
  color: #57737f;
}
#content a:active, #content a:visited {
  color: #666666;
}
#content a:hover {
  text-decoration: none;
}

#content a img {
  border: none;
}

/* Module Menu */
#module_menu {
  width: 870px;
  height: 100px;
  background: url('images/sentral_modules_off.png');
  margin: 10px auto;
  padding: 0;
  position: relative;
}

#module_menu li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 0;
}

#module_menu li, #module_menu a {
  height: 100px;
  display: block;
}

#module_menu li a span {
  display: none;
}

#module_menu #module_menu_panel_1 { left: 1; width: 142px; }
#module_menu #module_menu_panel_2 { left: 148px; width: 142px; }
#module_menu #module_menu_panel_3 { left: 291px; width: 142px; }
#module_menu #module_menu_panel_4 { left: 437px; width: 155px; }
#module_menu #module_menu_panel_5 { left: 581px; width: 142px; }
#module_menu #module_menu_panel_6 { left: 727px; width: 142px; }

#module_menu #module_menu_panel_1 a:hover { background: transparent url('images/sentral_modules_on.png') no-repeat; }
#module_menu #module_menu_panel_2 a:hover { background: transparent url('images/sentral_modules_on.png') -148px no-repeat; }
#module_menu #module_menu_panel_3 a:hover { background: transparent url('images/sentral_modules_on.png') -291px no-repeat; }
#module_menu #module_menu_panel_4 a:hover { background: transparent url('images/sentral_modules_on.png') -437px no-repeat; }
#module_menu #module_menu_panel_5 a:hover { background: transparent url('images/sentral_modules_on.png') -581px no-repeat; }
#module_menu #module_menu_panel_6 a:hover { background: transparent url('images/sentral_modules_on.png') -727px no-repeat; }

/* Module Menu Circle */
#module_menu_circle {
  width: 455px;
  height: 307px;
  background: url('images/sentral_modules_circle_off.png');
  margin: 10px auto;
  padding: 0;
  position: relative;
}

#module_menu_circle li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 0;
}

#module_menu_circle li, #module_menu_circle a {
  height: 100px;
  display: block;
}

#module_menu_circle li a span {
  display: none;
}

#module_menu_circle #module_menu_panel_1 { left: 156px;             width: 142px; }
#module_menu_circle #module_menu_panel_2 { left: 302px; top: 50px;  width: 142px; }
#module_menu_circle #module_menu_panel_3 { left: 302px; top: 154px; width: 142px; }
#module_menu_circle #module_menu_panel_4 { left: 156px; top: 195px; width: 142px;}
#module_menu_circle #module_menu_panel_5 { left: 10px;  top: 154px; width: 142px; }
#module_menu_circle #module_menu_panel_6 { left: 10px;  top: 50px;  width: 142px; }

#module_menu_circle #module_menu_panel_1 a:hover { background: transparent url('images/sentral_modules_circle_on.png') -156px 0px    no-repeat; }
#module_menu_circle #module_menu_panel_2 a:hover { background: transparent url('images/sentral_modules_circle_on.png') -302px -50px  no-repeat; }
#module_menu_circle #module_menu_panel_3 a:hover { background: transparent url('images/sentral_modules_circle_on.png') -302px -154px no-repeat; }
#module_menu_circle #module_menu_panel_4 a:hover { background: transparent url('images/sentral_modules_circle_on.png') -156px -195px no-repeat; }
#module_menu_circle #module_menu_panel_5 a:hover { background: transparent url('images/sentral_modules_circle_on.png') -10px  -154px no-repeat; }
#module_menu_circle #module_menu_panel_6 a:hover { background: transparent url('images/sentral_modules_circle_on.png') -10px  -50px  no-repeat; }

/* Thumbnail gallery */
.thumbnails {
  background-color: #efefef;
  padding: 0 0 15px 20px;
  border-width: 1px 0;
  border-style: dashed;
  border-color: #c0c0c0;
}
.thumbnails img {
  border: 1px solid #c0c0c0;
  margin-right: 20px;
  margin-top: 15px;
}

/* Highlight */
.highlight {
  color: #57737f;
}

/* Images */
#content img {
  vertical-align: middle;
}
.bordered-image {
  padding: 2px;
  border: 1px solid #c0c0c0 !important;
}
.image-left {
  float: left;
  padding: 0 1em;
}
.image-right {
  float: right;
  padding: 0 1em;
}
.image-left img, .image-right img {
  border: 1px solid #e9e9e9;
  padding: 3px;
}

/* Lists */
#content li {
  padding-bottom: 1em;
}
.unpadded-list { }
#content ul.unpadded-list li {
  padding-bottom: 0;
}

/* Application Information */
#content p.application_information {
 font-size: 10pt;
 border: 1px solid #8A9AA2;
 padding: 1em;
 margin-bottom: 2em;
 margin-top: 0;
 background-color: #F0EDD6;
}

#content h4.application_information {
  color: white;
  padding: 2px 0.5em;
  background-color: #8A9AA2;
  height: 40px;
  margin-bottom: 0;
}

#content h4.application_information a {
  padding-top: 0.5em;
  float: right;
}

#content h4.application_information img {
  padding: 0 1em;
}

/* Tables */
#content table {
  padding-left: 2em;
  padding-top: 1em;
}
#content th {
  background-color: #6a7a82;
  color: white;
  font-weight: bold;
  padding: 2px 4px 3px 4px;
}
#content td {
  padding: 2px 4px 3px 4px;
}
.dotted-cell, table.dotted td {
  border-bottom: 1px dotted #c0c0c0;
}
.divider-cell {
  border-bottom: 2px solid #6a7a82 !important;
}
.divider-cell-top {
  border-top: 2px solid #6a7a82 !important;
}

/* Image Mouse-Over */
#rollover-img {
  float: left;
  width: 400px;
  height: 300px;
}
#rollover-thumbs {
  margin-left: 420px;
}
#rollover-thumbs a {
  display: block;
  padding-bottom: 8px;
}

/**********
 * Footer *
 **********/
#footer {
  background: url(images/footer.png) no-repeat bottom;
  height: 34px;
  color: #eeecec;
  text-align: center;
  font-size: 8pt;
  padding-top: 6px;
}
#footer hr {
  display: none;
}
#footer-links {
  text-align: center;
  margin-top: 1em;
  color: #999999;
}
#footer-links a, #footer-links a:link, #footer-links a:visited {
  color: #666666;
  text-decoration: underline;
}
#footer-links a:hover {
  text-decoration: none;
}

