body {
  background-color: gray;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin:0;
  padding:0;
}

/***********************************************************/
/* Errors																                 */
/***********************************************************/

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}


/***********************************************************/
/* Title bars																                 */
/***********************************************************/


#bannerWrap {
  background: #405e9d;
  text-align: center;
}

#bannerTable {
  font: small-caps 40px/40px Verdana, Arial, Helvetica, sans-serif;
  color: white;
  padding: 0px; 
  margin: 0 auto;
}

#bannerTable img {
  margin: 0px;
  padding: 0px;
  border: 1px solid blue;
  display: block;
}



/***********************************************************/
/* Menu bars																                 */
/***********************************************************/

#navWrap {
  background: #5193d3 url(/images/nav/nav-div-bg-1x50.gif) top left repeat-x;
  margin: 0 auto;
  border-top:1px solid #638dea;
  border-bottom:1px solid #638dea;
  text-align:center;
  width:100%;
  padding:0;
  overflow:hidden;
}

#navTable {
  margin: 0 auto;
}
#navList {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size:1em;
  font-weight:bold;
  background: url(/images/nav/nav-li-bg-blu.gif) no-repeat top left;
}

#navList li {
  float: left;
  margin: 0;
  padding: 0 0.1em 0 0;
  list-style: none;
  background: url(/images/nav/nav-li-bg-blu.gif) no-repeat top right;
}

#navList a {
	float: left;
	padding: 0.5em 1.2em;
	margin:0;
	text-decoration: none;
	border-bottom: none;
	color: #fff;
}

#navList a:hover, #nav a.current { background: #3874bb; color:#efaa22; }
#navList a.active { font-weight: bold; }

/*
#navDiv a {
  color: #fff;
  font: smaller sans-serif;
}

#navDiv a:hover {
  color: #efaa22;  
}
*/

/* Top navigation */

/*
#nav {
	float: left;
	width: 64em;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size:1em;
	font-weight:bold;
}

#nav li {
	float: left;
	margin: 0;
	padding: 0 0.1em 0 0;
	list-style: none;
	background: url(/images/nav/nav-li-bg-blu.gif) no-repeat top right;
}

#nav a {
	float: left;
	padding: 0.5em 1.2em;
	margin:0;
	text-decoration: none;
	border-bottom: none;
	color: #fff;
}

#nav a:hover, #nav a.current { background: #3874bb; color:#efaa22; }
#nav a.active { font-weight: bold; }
li#tn-home a { background: url(/images/nav/nav-li-bg-blu.gif) no-repeat top left; }
/*


/* Second navigation */

ul#secondNav {
  margin:0;
  padding:0;
  list-style-type:none;
  clear:both;
  font-size:0.9em;
  letter-spacing: 0.1em;
}

ul#secondNav li a {
  background: transparent url(/images/nav/nav2-off-173x24.gif) top left no-repeat;
  display:block;
  
  /*width:16em;*/
  
  width:173px;
  height:24px;
  
  
  margin:1px 0;
  padding:3px 0 0 0;
  text-align:left;
  color:#333;
  text-indent:10px;
  text-decoration:none;
  font-weight:normal;
}
ul#secondNav li.first a { margin-top:0; }
ul#secondNav li a:hover, ul#secondNav li.selected a { background: transparent url(/images/nav/nav2-hov-173x24.gif) top left no-repeat; color:#fff; }



/***********************************************************/
/* Main content */
/***********************************************************/

label {
  font-weight: bold;
  line-height: 150%;
}

hr {
  margin: 0;
}

a {
  text-decoration: none;
}
a:hover {
	color: #efaa22;  
	text-decoration: underline;
}
.actionLink {
  font-size: smaller;
}
.counter {
  text-align: center;
}

.setMinWidth{
  padding:0;
  margin:0;
  width: 750px;
}

#noticeWrap {
  padding: 12px 0px 12px 0px;
}
#notice {
  margin: 0 auto;
  display:inline-block;
  border:1px solid orange;
  font-weight: bold;
  font-size: 120%;
  padding: 5px 10px;
  background: #ffa;
}

#columns {
  width:100%;
  clear:both;
}

#main {
  display:table;
  margin: 0 auto;
  border:5px solid #405e9d;
  padding: 0px;
  /*padding:20px 5px 20px 5px;*/
  background: white;
}

.table_title {
  font-weight: bold;
  font-size: 100%;
	background: #5193d3 url(/images/nav/nav-div-bg-1x50.gif) top left repeat-x;
  background: #fff url(/images/nav/fade-bg-1x35.gif)top left repeat-x;
}
.listLine0 {
  background: #d5d5d5;
}
.listLine1 {
  background: #e5e5e5;
}
#map_left {
  display:block;
  border: 5px solid #405e9d;
  padding:2px;
}

#map_div {
  width:550px;
  height:550px; 
}

#datatable
{
  font-size: 70%;
}

#breadcrumb
{
  font-size: 50%;
}

.centeredBlock {
  margin: 0 auto;
  padding: 0;
}
form {
  margin: 0 auto;
  display: table;
  text-align: left;
  
  padding: 0px 10px;
}

.clear{
 clear:both
}
.note{
  font-style:italic;
  text-align: center;
}

h1 {
  text-align:center;
  border: 1px solid #0000FF;
  background-color: #6487dc;
  color: white;
}

.hint {
  font-size: 75%;
  font-style: italic;
}

 .feed {
  margin-left: 3px;
  padding: 0 0 0 19px;
  background: url("/images/feed-icon-14x14.png") no-repeat 0 50%;
}

form.std_form {
  background: #ffa;
  border: 2px  solid yellow;    
}

#blogUser form#subscribe {
  border: 2px  solid blue;
  padding: 2px;
  font-size:80%;
}
#blogUser #subscribe p {
  margin:0px;
  display:inline;
}
#blogUser #subscribe p.description {
  font-style: italic;
  display:block;
  margin-bottom: 2px;
}

#blogContent ul, 
#blogContent ol, 
#blogContent pre, 
#blogContent dl, 
#blogContent p { 
  margin-top:0px; 
  margin-bottom:0px; 
}

#main {
  width:99%;
}

#blogView {
  width: 100%;
}

#blogUser {
}

#blogUser .createNew {
  display: block;
  width:400px;
  text-align: right;
  margin-bottom: 10px;
}

.new_fleet_notice {
color: yellow
}
.new_fleet_notice a {
color: yellow;
text-decoration: underline;
font-style: italic
}

#blogUserList table {
  margin: 0 auto;
  text-align: left;
  font-size: 80%;
}
#blogUserList td{
  vertical-align: top;
}

#blogUserList h1, h2 {
  text-align: center;
}
#blogUserList h2 {
  border: 1px solid #0000FF;
  background-color: #6487dc;
  color: white;
  font-size: Large;
  display:inline-table;
  width: 75%;
  margin: 0 auto;
}

#blogItems{
  margin: 0 auto;
  text-align: left;
}

#blogView {
  text-align: left;
}
#blogContent{
  width:80%;
  vertical-align: top;
}
#blogHeader{
  border: 1px solid #0000FF;
  background-color: #6487dc;
  color: white;
  font-size: 110%;
  height: 3em;
  text-align: center;
}
#dateField {
  font-size: 80%;
}
#dateFieldCaption {
  font-weight: bold;
  display: none;
}
#subjectFieldCaption{
  font-weight: bold;
  display: none;
}
#subjectField {
  font-size: 150%;
  font-family: georgia, times, serif;
  font-style: italic;
}
.blogNavLinks{
  float: right;
  margin: 5px 0px 5px 0px;
  font-size: 70%;
  font-style: italic;
  text-align: center;
}

#blogBody {
}
#blogBody img {
  background-color:#fff;
  border: 4px solid #00f;
  padding:5px;
}

#positions {
  margin: 0 auto;
}
#map_div {
  width:780px;
  height:550px; 
}
#mapWrap{
  display:block;
  border: 5px solid #405e9d;
  padding:2px;
  
}
#userProfile {
  vertical-align:top;
  text-align: left;
}
#userProfile h2{
  padding:0;
  margin:0;
  border: 1px solid #0000FF;
  background-color: #6487dc;
  color: white;
}
#googleEarth {
  border:1px solid orange;
  font-weight: bold;
  font-size: 70%;
  padding: 5px 10px;
  background: #ffa;
}

#blogIndex{
  border: 1px solid #ccc;
  background: #eee;
  width: 20%;
  vertical-align: top;
}
#blogIndex h1 {
  border: 0;
  border-bottom: 1px solid #ccc;
  color: black;
  background-color: #ddd;
  font-size: 110%;
  height: 2em;
  margin: 0;
  padding-top:1em
}
#blogIndex ul {
  padding-left: 0px;
  margin-left: 0px;
}
#blogIndex li {
  list-style-type: none;
  font-size: 100%;
  background: #eee
}
#blogIndex li li {
  margin-left: 15px;
  font-size: 90%;
}
#blogIndex li li li {
  list-style-type: square;
  margin-left: 15px;
}
#blogIndex li li li li {
  list-style-type: none;
  margin-left: 0px;
  font-size: 80%;
}

#blogIndex .highlight {
  background: #ee5;
  font-weight: bold;
}
.setMinWidth{
  width: 980px;
}

.monthBreak, .yearBreak{
  background: #ffa;
  font-weight: bold;
}


.autoPosRep{
  font-size:70%;
  font-style:italic
}

#infoWindow
{
  font-size: 80%;
}

#blogSubscriptionNew {
  width:500px;
  text-align:center;
}
#blogSubscriptionNew #caption {
    font-weight: bold;
}

#fleet_categories th {
  background: #ffc;
  font-size: 110%
}
#fleet_categories {
  width: 80%;
  max-width: 900px;
}
#fleet_categories .category {
  font-weight: bold;
  font-size: 110%
}
#fleet_categories .fleet {
  font-size: 80%
}
#fleet_categories .description {
  font-style: italic;
  font-size: 70%
}

#fleet_positions {
  height: 550px;
  overflow:scroll;
}



#disclaimer{
  font-size: 70%;
  font-style: italic;
  text-align:center;
}

@media print {
  #blogIndex, #navWrap, .blogNavLinks, #footer{
    display: none;
  }
  #main {
    border: none;
    width: 100%;
  }
}