body {
    color: rgb( 0, 51, 153 );
    background-color: rgb( 240, 240, 240 );
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 71%; /* Enables font size scaling in MSIE */
    margin: 0;
    padding: 0;
}
.containingbox{
    margin: 0;
    padding: 0;
    text-align: left;
}

.floatright{
	float: right;
    background-color: rgb( 221, 218, 234 );
	margin: 10px;
	box-shadow: 10px 10px 5px #888;
	width: 320px;
}

.floatleft{
	float: left;
    background-color: rgb( 221, 218, 234 );
	margin: 10px;
	box-shadow: 10px 10px 5px #888;
	width: 320px;
}

button { 
	position: relative;
	border: 0; 
	padding: 0;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
}

button::-moz-focus-inner {
	border: none;  /* overrides extra padding in Firefox */
}

button span { 
	position: relative;
	display: block; 
	white-space: nowrap;	
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	button span {
		margin-top: -1px;
	}
}

textarea { width: 100%; margin: 0; padding: 0; }

html > body {
    font-size: 10pt;
}
#one-column-emphasis
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	text-align: left;
	border-collapse: collapse;
}
#one-column-emphasis th
{
	font-size: 12px;
	font-weight: normal;
	padding: 6px 6px;
	color: #039;
}
#one-column-emphasis th.odd
{
	background: rgb( 227,235,253 );
	border-right: 1px solid #9baff1;
}
#one-column-emphasis th.even
{
	background: #d0dafd;
	border-right: 1px solid #9baff1;
}

#one-column-emphasis th.alt
{
	text-align: center;
	color: #039;
	border-right: 1px solid #9baff1;
	border-left: 1px solid #9baff1;
}
#one-column-emphasis td
{
	padding: 6px 6px;
	color: #669;
	border-top: 1px solid #e8edff;
}
.oce-first
{
	background: rgb( 196, 196, 255 );
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	background: #d0dafd;
}
#one-column-emphasis tr:hover td
{
	color: #339;
	background: #eff2ff;
}
.del
{
	text-decoration: line-through;
}

acronym, .titleTip {
    border-bottom: 1px dotted rgb( 153, 153, 153 );
    cursor: help;
    margin: 0;
    padding: 0 0 0.4px 0;
}

.doNotDisplay {
    display: none;
}

.smallCaps {
    font-size: 110%;
    font-variant: small-caps;
}

/* ##### Header ##### */

.midHeader {
    padding: 0 1ex 0ex 0.5ex;
	margin-right: 10px;
    float: left;
	font-size: 0;
}

.headerTitle {
    font-size: 337%;
    font-weight: normal;
    margin: 0 0 0 4mm;
    padding: 0.25ex 0;
}

.subHeader {
    color: white;
    background-color: rgb( 0, 51, 153 );
    margin: 0;
    padding-top: 1ex;
    height: 120px;
}

.subHeader a {
    color: white;
    background-color: transparent;
    text-decoration: none;
    font-weight: bold;
    margin: 0;
    padding: 0 0.75ex 0 0.5ex;
}

.subHeader a:hover {
    text-decoration: underline;
}

/* ##### Side Bar ##### */

#side-bar {
}

.sideBarTitle {
    font-weight: bold;
	padding-left: 12px;
}
#side-bar ul {

    margin: 0;
	padding-top: 12px;
	padding-right: 24px;
	padding-left: 12px;
	padding-bottom: 24px;
}

#side-bar li {
    padding: 0 0; /* Circumvents a rendering bug (?) in MSIE 6.0 */
	font-size: small;
}

#side-bar a, .thisPage {
    background-color: transparent;
    text-decoration: none;
    margin: 0;
    padding: 0 1ex 0.50em 5mm;
    display: block;
}

.thisPage {
    color: black;
    background-color: white;
    padding-left: 4mm;
}

#side-bar a:hover {
    color: white;
    background-color: rgb( 100, 135, 220 );
    text-decoration: none;
}

.sideBarText {
    display: block;
}

#side-bar .sideBarText a {
    text-decoration: underline;
    margin: 0;
    padding: 0;
    display: inline;
}

#side-bar .sideBarText a:hover {
    color: rgb( 0, 102, 204 );
    background-color: transparent;
    text-decoration: none;
}

.lighterBackground {
    color: inherit;
    background-color: white;
}

/* ##### Main Copy ##### */

#main-copy {
    color: rgb( 0, 51, 153 );
    background-color: white;
    text-align: justify;
    line-height: 1.5em;
    margin: 0 0 0 0;
    padding: 0.5mm 5mm 5mm 5mm;
}

#main-copy p {
    margin: 1em 1ex 2em 1ex;
    padding: 0;
}

/*
#main-copy a {
	color: rgb( 0, 51, 153 );
}
*/

#main-copy a:hover {
    text-decoration: none;
	/*color: rgb( 0, 102, 204 );*/
	cursor: pointer;
}

#main-copy h1 {
    color: white;
    background-color: rgb( 100, 135, 220 );
    font-size: 100%;
    font-weight: bold;
    margin: 3em 0 0 0;
    padding: 0.5ex 0 0.5ex 1ex;
}

#header h2, h4 {
    margin: 0 1ex 0 0;
    text-align:justify;
}

#main-copy .topOfPage {
    color: white;
    background-color: transparent;
    font-size: 91%;
    font-weight: bold;
    text-decoration: none;
    margin: 2.5ex 1ex 0 0; /* For MSIE */
    padding: 0;
    float: right;
}

#main-copy > .topOfPage {
    margin: 2.75ex 1ex 0 0; /* For fully standards-compliant user agents */
}

dl {
    margin: 1em 1ex 2em 1ex;
    padding: 0;
}

dt {
    font-weight: bold;
    margin: 0 0 0 0;
    padding: 0;
}

dd {
    margin: 0 0 2em 2em;
    padding: 0;
}

/* ##### Body ##### */
div.body {
}

.title {
	text-align:center;
	padding-top:60px;
}
/* ##### Footer ##### */

#footer {
    color: white;
    background-color: rgb( 100, 135, 220 );
    font-size: 91%;
    margin: 0;
    padding: 1em 2.5mm 2.5ex 2.5mm;
    clear: both;
}

#footer .left {
    line-height: 1.45em;
    float: left;
    clear: left;
}

#footer .right {
    text-align: right;
    line-height: 1.45em;
}

#footer a {
    color: white;
    background-color: transparent;
    text-decoration: underline;
}

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

.map {
		height: 400px;
                width: 100%;
		position: relative; 
		top:0; 
		overflow: hidden;
}

.toolbar {
	text-align:center; 
	margin-top: 40px;
}

.menu{
	margin: 10px;
	float: right;
	font-size: 11pt;
}

/*Bootsrap overridding*/

.dropdown-menu {
	width:100% !important;
}
.badge {
	min-width:40px;
}

.list-group-item:hover {
	background-color: #DDD;
}

h5 {
	line-height: 1.4;
}

/*Select editable*/

 .select-editable {
     position:relative;
     background-color:white;
     border:solid grey 1px;
     height:18px;
     width:180px;
}
 .select-editable select {
     position:absolute;
     top:0px;
     left:0px;
     border:none;
     height:18px;
     width:180px;
     margin:0;
 }
 .select-editable input {
     position:absolute;
     top:0px;
     left:0px;
     height:18px;
     width:160px;
     padding:1px;
     border:none;
 }
 .select-editable select:focus, .select-editable input:focus {
     outline:none;
 }

 .loader
{
    height:100%;
    width:100%;
    position:fixed;
    left:0;
    top:0;
    z-index:1 !important;
    background: url('img/loader.gif') 50% 50% no-repeat rgb(249,249,249);
    filter: alpha(opacity=75); /* internet explorer */
    -khtml-opacity: 0.75;      /* khtml, old safari */
    -moz-opacity: 0.75;       /* mozilla, netscape */
    opacity: 0.75;           /* fx, safari, opera */
}


/*Sortable table*/

.ui-sortable tr {
	cursor:pointer;
}
		
.ui-sortable tr:hover {
	background:rgba(244,251,17,0.45);
}

/*Callout with color status */
.bs-callout {
    padding: 20px;
    //margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}


/* Timeline */
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #CCCCCC;
  left: 25px;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: calc( 100% - 55px );
  float: right;
  border: 1px solid #d4d4d4;
  border-radius: 22px;
  padding: 10px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  left: -15px;
  display: inline-block;
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  left: -14px;
  display: inline-block;
}
.timeline > li > .timeline-badge {
  color: #FFFF99;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 13px;
  
  background-color: #666666;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  right: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge.primary {
  background-color: #006699  !important;
}
.timeline-badge.up {
  background-color: #339933 !important;
}
.timeline-badge.down {
  background-color: #CC3333 !important;
}
.timeline-badge.neutral {
  background-color: #999999 !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}