/* General community colors:
   - headers: #8c904f */

body, select, input, button, textarea {
  font-family:
    /* Windows Fonts */
    Trebuchet MS,
    /* Linux Fonts */
    Loma, Mukti Narrow, Garuda,
    /* Final Font Family Option */
    arial,helvetica,clean,sans-serif;
}
/* Get the page to extend the full height */
html, body {
  background:url(/images/general/background-tile.jpg) repeat scroll 0 0;
  height:100%;
}

#footer {
  height:90px;
}
#footer .copyright {
  position: absolute;
  right: 0;
  margin-right: 20px;
  padding-top:20px;
}
#footer .seals {
  width: 255px;
  margin: auto;
}

abbr{
  cursor: default;
}

#main-body {
  margin: auto;
}

#body-top-image{
  width: 1030px;
  height:29px;
}

#body-center{
  width: 1030px;
  margin:auto; 
  padding-top:10px
}

#body-bottom-image{
  width: 1030px;
  height:29px;
}

html, p, div {
  color: #363636;
}
h1, h2, h3 {
  color:black;
}
b {
  color:black;
}

/* Copy H1, but allow us to change margin to padding */
.page-title {
  text-align:center;
  color:black;
  font-weight:bold;
  padding: 1em 0;
  font-size: 138.5%;
}

/* Leveraged from community engine's definition */
hr {
  color: #d5cbbf;
  border-color: -moz-use-text-color -moz-use-text-color #d5cbbf;
  border-style: none none solid;
  border-width: 0 0 1px;
  height: 0;
  margin: 6px 0;
}

div {
}

a {
  outline: none;
}

a, a:link, a:hover, a:active, a:visited, a:focus {
  color: #363636;
}

a, a:link, a:hover, a:active, a:visited, a:focus, object
{
  outline-style: none;
  outline-width: 0;
}

a:hover {
  text-decoration: none;
}

.ui-tabs .ui-tabs-hide{
  display:none;
}
.ui-tabs ul li {
  list-style-type:none;
}


input.read-only {
  background-color:gray;
}

.disclaimer {
  font-size:8pt;
  font-style:italic;
}


#top-bar{
  margin: auto;
  width: 1000px;
  position:relative; /* So we can absolutely position children */
}

#top-bar-content{
  height: 110px;
  width: 960px;
  margin: auto;
  position: relative;
  left: 15px;
}
#team {
  float:right;
}

#logo-div{
  position:absolute;
  top:5px;
  left:15px;
  width: 300px;
}

#top-links {
  position: absolute;
  right:15px;
  top:5px;
  text-align:right;
  font-weight: bold;
  z-index: 2;
}
#top-links #social-links a {
  float: right;
  margin-left: 5px;
}
#top-links #welcome-message, #top-links #user-links {
  position:relative;
  line-height:18px;
  margin-top:3px;
  text-align:right;
  overflow: hidden;
  white-space: nowrap;
}

#top-links #user-links img {
  position:relative;
  top: 3px;
  padding: 0 3px;
}
#top-links #user-links a {
  margin: 0 4px 0;
}
#micro-site-login-form {
  display: inline;
  vertical-align: middle;
}
#micro-site-login-form button {
  padding: 0;
}

#top-bar-navigation {
  position:absolute;
  top:54px;
  left:0px;
  width:1000px;
  z-index: 1;
  height: 80px;
}
#top-bar-navigation-container {
  width: 960px;
  margin: auto;
  font-size: 14px;
  font-weight: bold;
  position:relative;
}
#training-confidential-stamp {
  position:absolute;
  top:-35px;
  left:4px;
}

ul.navigation {
  margin:0px;
}

ul.navigation li {
  float:left;
  list-style-type:none;
  position:relative; /* So anything absolute within will get positioned, happily */
}
ul.navigation li a span {
  display:block;
  height:auto;
  width:auto;
}
.primary-navigation {
  position:absolute;
  left:293px;
}
.secondary-navigation {
  position:absolute;
  top:26px;
  left:-20px;
  width:1000px;
}

#top-bar-notifications {
  width:1000px;
  position:relative;
  /*min-height:25px;*/
}
#top-bar-notifications-top-spacer {
  height:110px;
}
#top-bar-notification-side-spacer {
  float:left;
  height:25px;
  width:34px;
}
#top-bar-notification-area {
  /*padding-bottom:10px;*/
}
#notification-area {
  float:          left;
  position:       relative;
  overflow:       hidden;
  top:            0px;
  left:           0px;
  width: 					931px;
  height:         0px;
  margin:         0px;
  padding: 				0;
  margin-bottom:  10px;
}
.notification {
  /*opacity: 				.85;
	filter: 				alpha(opacity = 85);*/
  position:       absolute;
  bottom:         0px;
  left:           0px;
  width: 					931px;
  height:         85px;
  overflow:       hidden;
  background:     #555555;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-bottomright: 8px;

  font-size: 			12px;
}
.notification-image{
  float:left;
  position:relative;
  padding-left: 30px;
}
.notification-text{
  float:left;
  position:relative;
  bottom:-18px;
  padding-left: 20px;
  color: white;
  width: 750px;
  text-align:left;
  margin-bottom: 12px;
}
.notification .error {
  background:     #cc6666;
}
.notification .notification-content {
}
.notification .body {
  position:absolute;
  bottom:20px;
  left:0px;
  width:850px;
  text-align:left;
}
.notification .count {
  position:absolute;
  bottom:5px;
  left:5px;
  color: #E8AA0C;
}
.notification .dismiss {
  position:absolute;
  bottom:7px;
  right:20px;
}
.notification .dismiss a {
  color: #E8AA0C;
}

.notification a, .notification a:visited, .notification a:active, .notification a:hover {
  color: #E8AA0C;
}

#micro-notifications {
  width: 1000px;
  margin: auto;
}
#micro-notifications .ui-corner-all {
  margin: 5px 0;
  display: none
}
.micro-notification {
  padding: 10px 25px;
  margin: auto;
  text-align: left;
}
.micro-notification .ui-icon-closethick {
  cursor: pointer;
}

#site-links-area{
  width: 100%;
  /*height: 30px;*/
  margin-top: 2em;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  line-height: 30px;
  text-align: center;
}

.site-link:link {
  padding: 10px;
}

.site-link:visited {
  padding: 10px;
}

#seo-links-area{
  background: transparent;
  width: 100%;
  /*height: 30px;*/
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
}


.vetsprevail-box {
  padding: 10px;
  color: #e0ddb8;
}
.vetsprevail-box label,
.vetsprevail-box a,
.vetsprevail-box a:active, .vetsprevail-box a:hover, .vetsprevail-box a:visited {
  color: #e0ddb8;
}

.vetsprevail-form {
  background: #5E5E5E;
}

#all-content-div{
  margin: auto;
  background-image: url('/images/general/content_shadow_middle.png');
  background-repeat: repeat-y;
}
#main-content-div{
  margin:auto;
  width: 960px;
  /*min-height: 600px;*/
  background: transparent;
} 
#user-area {
  min-height: 550px;
}

#advertiser-images{
  margin: auto;
}

.banner-image{
  width: 730px;
  position: relative;
  left: 0px;
  /*height: 240px;*/
}

.content-box{
  color: #222222;
  text-align: left;
  margin-top:7px auto 14px auto;
  position: relative;
}
.content-box-text{
  position: relative;
  padding: 0px 15px;
  margin-top: 5px;
}
.content-box-top-image{
  position: absolute;
  top: -7px;
}

.content-box-bottom-image{
  position: relative;
  bottom: -5px; 
}

#learn-more {
  display: inline;
  position: absolute;
  left: 304px;
  bottom: 43px;
  font-size: 14px;
}
#learn-more a {
  color: white;
}

#get-started {
  position: absolute;
  right: 65px;
  bottom: 53px;
}

#content-tabs-area {
  background: transparent;
  margin-top: 30px;
}
#login-area-parent {
  position: relative;
  height: 210px;
  width: 205px;
  margin:auto;
}
#login-area b {
  color: #e0ddb8;
}
#login-area-form {
  text-align:left;
}
#login-area-form .submit {
  text-align:center;
}
#login-area-forgot-password {
  font-size: 11px;
}


#join-area-parent{
  position: relative;
  height: 85px;
  width: 205px;
  margin: auto;
  /*margin:-10px auto auto;*/
}

#join-area {
  margin-bottom: 15px;
  height: 53px;
  position: relative;
}
#join-area b {
  color: #e0ddb8;
}

#standard-layout-side-column {
  width: 200px; 
  float: right;
  margin-right: 5px;
}

#standard-layout-content-box {
  float: left;
  width: 730px;
}

/*** SIDE COLUMN STYLE ***/
.side-column-widget {
   position: relative;
  margin-bottom: 20px;
}
.side-column-widget .background-image {
}
.side-column-widget .box-with-background-image {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 10px;
}

/* Customization of widgets */
#branding-area .background-image,
#branding-area .box-with-background-image {
  margin-top:10px;
}
#branding-area .box-with-background-image td {
  vertical-align:middle;
  border:none;
  font-size: 12px;
  /*font-weight: bold;*/
}
#branding-area .box-with-background-image td {
  text-align:left;
}
#branding-area .box-with-background-image td.image {
  text-align:center;
}

#join-area-background-image{
  position:absolute;
  width: 205px;
  height: 85px;
  left: 0;
}

#join-area-top-text{
  text-align:center;
  color:#e0ddb8;
}


#join-area-button-link{
  height: 25px;
  width: 128px;
  display: block;
  margin: auto;
  padding-top: 5px;
  position: absolute;
  top: 18px;
  left: 17px;
  text-decoration: none;
}

#login-area-button-div{
  margin: auto;
  position: relative;
}

#login-area-button{
  height: 21px;
  width: 66px;
  display: block;
  margin: auto;
  position: relative;
  top: 9px;
  cursor: pointer;
  position: relative;
}

#login-area-background-image{
  position:absolute;
  height: 210px;
  width: 205px;
  left: 0px;
}

#login-area{
  /* background-color: #5e5e5e;*/
  padding-top: 1px;
  position: relative;
}

#login-area-text{
  text-align: center;
  margin-top: 5px;
  color:#e0ddb8;
}

#login-area-forgot-password{
  margin-left: 5px;
  margin-bottom: 5px;
  text-align: left;
}

.login-area-field{
  margin: 5px;
}

#login-area-lock{
  position: relative;
  top: 3px;
  width: 10px;
  height: 15px;

}

.form-box{
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 478px;
  padding-left: 0;
  padding-right: 0;
}

.field_box {
  float: left;
  padding: 1em;
}

h1 {
  text-align: center;
}

input[type="text"].long_field{
  width: 422px;
}

.long_field{
  width: 422px;
}

.short_field{
  width: 195px;
}

.check_box_field{
  padding-left: 5px;

}

.border_none{
  border: none;
}
.border_none tbody tr
{
  border:none;
}
.border_none tbody tr td
{
  border:none;
}

.clear{
  clear: both;
  overflow: hidden;
  height: 0;
  line-height:0;
	font-size: 1px;
}

.community-side-content-column-box{
  margin-top: 20px;
}

#home-page-content {  
  margin:25px 45px;
  text-align:justify;
}

#home-page-bottom-images-table {
  margin:auto;
}

#home-page-bottom-images-table td {
  padding-left: 10px;
  padding-right: 10px;
  border: none;
  border-left: 1px solid #c0baaa;
  vertical-align: top;
  text-align: center;
}
#home-page-bottom-images-table td.first {
  border-left:none;
}
#home-page-bottom-images-table td.last {
  border-right:none;
}

.info-graphic-title {
  font-size:16pt;
}

#community_content_box_header{
  /*background-color: #A8AA71;*/
  margin-bottom: 25px;
}


/*** FEED STYLING ***/
.feed-list {
  text-align:left;
}
.feed-list .ui-widget-header {
  border-bottom: none;
}
.feed-list .widget-content ul,
.feed-list .ui-widget-content ul {
  margin: 0;
}
.feed-list li {
  list-style-type: none;
  border-top:1px solid gray;
}
.feed-list .news-title {
  font-size:11px;
  font-weight:bold;
  /*margin-bottom: 8px;*/
  height:45px;
  padding:10px;
}
.feed-list .news-item {
  height: 125px;
}

div.twtr-doc {
  /*border:none;*/
}
div.twtr-doc, div.twtr-timeline {
  -moz-border-radius: 0 0 8px 8px;
  -webkit-border-radius: 0 0 8px 8px;
}

.twtr-hd{
  border-bottom: 1px solid #8B914E;
  display:none;
}

.twtr-hd > h3{
  visibility:hidden;
  height: 5px;
}

.twtr-ft div{
  display:none;
}

div.twtr-tweets > div.twtr-tweet{
  border-bottom: none;
}

.tooltip-link a {
  text-decoration: underline;
}
.tooltip-link a:hover {
  text-decoration: none;
}

.tooltip {
  display:none;
  background-color: #fff;
  color: black;
  border: 3px solid #696969;
  padding: 10px;
  width: 200px;
  font-size: 11px;
  text-align:left;
}
#tooltip-holder {
  position: absolute;
  /*height:75px;*/
  overflow: hidden;
  cursor: default;
}

.help-resources {
}
.help-resource {
  display:none;
  position: absolute;
  background-color: #fff;
  color: black;
  border: 3px solid #696969;
  width: 200px;
  padding: 10px;
  font-size: 11px;
  text-align:left;
}
.help-resource-title {
  display:inline;
  color:#3f4d7e;
  font-weight:bold;
}

.counter-number-slot{
  float:left; 
  position: relative;
  height:50px;
}

.counter-number{
  position:absolute; 
  font-size: 40px;
  color: #E6E5B7; 
  left: 15px;
}

/*TODO: change the name of this
it's used outside the awards case*/
.awards-case-header{
  background-color: #8B914E;
  margin-right: 3px; 
  margin-top: 20px; 
  color: #E6E5B7; 
  text-align:center; 
  border: 1px solid #8B914E; 
  border-bottom: none;
  width: 134px;
}

.badge-awards-header{
  background-color: #8B914E; 
  color: #E6E5B7; 
  border: 1px solid #8B914E; 
  border-bottom: none; 
  padding: 1px;
}

.awards_case_slot{
  border: 1px solid #8B914E; 
  text-align: center;
  width: 18px;
  height: 31px;
}

td.awards_case_slot{
  border: 1px solid #8B914E; 
  padding: 5px;
}

#rank-text{
  color: #818845;
}

#badge-header{
  text-align:center;
  border: 1px solid #8B914E; height: 20px;
  line-height:20px;
}

#badge-middle{
  padding: 5px; 
  border: 1px solid #8B914E; 
  border-bottom: none; 
  border-top: none;
}

#badge-bottom{
  border: 1px solid #8B914E;
  border-top: none;
  padding: 5px;
  text-align: left;
}

.html-shape-progress-indicator{
  background-color: #818845;
  padding: 10px;
  color: #E6E5B7;
  font-weight: bold;
  margin-left: 1px;
  margin-right: 1px;
  width: 80px;
  float: left;
  margin-top:5px;
}
.html-shape-progress-indicator-container{
  margin-top: 20px;
  margin-bottom: 20px;
  width: 420px;
  margin:auto;
}

/*** PROGRESS INDICATOR ***/
.progress-indicator-element {
  float: left;
  margin: 0 -14px 0 0;
}

.progress-indicator-container {
  position:relative;
  margin: auto;
}

.progress-indicator-text {
  position:absolute;
  top: 0;
  left: 0;
  padding: 2px 0;
  height: 36px;
  line-height: 18px;
  width: 72px;
  margin-left: 40px;
  color: gray;
  font-weight:bold;
  font-size:13px;
  text-align: center;
}
.progress-indicator-container .current {
  color: white;
}
.progress-indicator-container .completed {
  color: black;
}

/* community engine stuff, move it later */
.column2_left
{
  padding-left:25px;
  float:left;
  width:45%;
}
.column2_right
{
  float:left;
  width:45%;
}

.selected{
  background-color: green;
}
.treeview, .treeview ul {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-type: none;
}


.treeview ul {
  margin-top: 4px;
}

.treeview .hitarea {
  background: url(../../images/general/treeview-default.gif) -64px -25px no-repeat;
  height: 16px;
  width: 16px;
  margin-left: -16px;
  float: left;
  cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
  display: inline;
  float:none;
}

.treeview li {
  margin: 0;
  padding: 3px 0pt 3px 16px;
  list-style-type: none;
  font-weight:normal;
}

.treeview a.selected {
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { cursor: pointer; text-decoration:none;}

.treeview li span { text-decoration:underline;}
/*.treeview li { background: url(/images/general/treeview-default-line.gif) 0 0 no-repeat; }*/
.treeview li { background: none 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(/images/general/treeview-default.gif); }
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.treeview .placeholder {
  background: url(/images/spinners/loading_bar.gif) 0 0 no-repeat;
  height: 16px;
  width: 16px;
  display: block;
}
.treeview .collapsable{
  font-weight:bold;
}
.treeview .expandable{
  font-weight:bold;
}

.red_text
{
  color:red;
}

.red_text:visited
{
  color:red;
}

.no_bullets_list
{

}

.no_bullets_list li
{
  list-style-type:none;
}

.flip-action {
  position:absolute;
  left:10px;
  width:185px;
}
.flip-back {
  position:absolute;
  left:10px;
  width:185px;
  display:none;
}

.recaptcha-container{
  position: absolute;
  top: 375px;
  left: 135px;
}

.youtube-custom-player {
  background-image:none;
  width:746px;
  height:413px;
}

.overlay .missing-flash div {
  padding: 25px;
  font-size: 16px;
}
.overlay-black .missing-flash div {
  color: white;
}

/* Additional classes for jquery jstree */
.jstree-default .jstree-no-icons-level > li a .jstree-icon { display:none; }
.jstree-default .jstree-no-icon > a .jstree-icon { display:none; }

#badge-points-available{
  position: relative;
}

/* Set active and visited too for IE6 */
a.ui-button,
a.ui-button:active,
a.ui-button:visited {
  color: white;
}

.white-buttons a.ui-button,
.white-buttons a.ui-button:active,
.white-buttons a.ui-button:visited {
  color: #555555;
}

a.ui-button,
span.white-buttons a.ui-button{
  font-size: 14px;
}

.ui-button-text-only span.ui-button-text,
span.white-buttons .ui-button-text-only span.ui-button-text{
  padding: 2px 15px 3px;
}

button.ui-button,
span.white-buttons button.ui-button{
  padding: 4px 15px 4px;
  font-size: 14px;
  /* Setting specific to IE7 and IE6 */
  *padding: 4px 15px 1px;
}

.button-spinner {
  display: none;
}

/*
  jquery.dataTable updates
  TODO Move this into an application.css file through SASS
*/

.dataTables_wrapper .ui-widget-header {
  padding: 5px;
}
.dataTables_wrapper .ui-helper-clearfix {
  display: block;
}
.dataTables_wrapper table {
  clear: both;
}
.dataTables_length {
  float: left;
}
