/* 
natural world order colors: 

#874b46; rust
#336666; teal
#eef7d4; light green

#f4faf8; v light blue
#e3f2ec; light blue
#ffffe2; light yellow-gold
#bdd6ca; medium blue
#c0e2d4; light teal

Forrest fire

#990022; brick
#995500; burnt orange
#3f4d23; dk green
#542d1c; dk purple
#094e90; dk blue
#7bbaf7; lt blue
#bed3e4; faded blue
#f8f0ed; beige


Grandma's wallpaper <-- in use now
#fef6e8; lt yellow
#b5cfd5; faded blue
#cfd7a9; pastel green
#d8 b5a5; faded red

Mine
#3f6487; medium dark blue
#5584af; medium blue
#7fa2c3; light blue
#624087; purple
#c3a07f; taupe
#874041; brick

*/
body
{
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	color: #262626;
	line-height: 18px;
	/*background-color: #D9D9D9;*/
	/*background-image: url(../images/bg.png);*/
}

H1, H2, H3, H4, H5, H6
{
  /* color: #d9d9d9; */ /* gray */
  /*color: #455d8c;*/ /* blue */
  color: #874041;
  font-family: Veranda, Arial, sans-serif;
}

table.compact
{
  text-align: center;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
  font-weight: normal;
  font-size: 9px;  
  color: #000000;
  background-color: #fef6e8;
  /*color: #262626; */
  /*background-color: #d9d9d9; */
  border: 1px #262626 solid;
  padding: 1px;
  border-collapse: collapse;
  border-spacing: 0px;
}

table.compact td
{
  color: #000000;
  background-color: #fef6e8;
  text-align: left;
  /*padding: 0px;
  border: 0px #262626 solid;*/
}

table.compact th
{
  color: #fef6e8;
  background-color: #5584af;  
  text-align: center;
  /*border-bottom: 1px #262626 solid;*/
  border: 1px #262626 solid;
  font-size: 9px;
  font-weight: bold;
}


table.compact2
{
  text-align: center;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
  font-weight: normal;
  font-size: 9px;
  color: #000000;
  background-color: #fef6e8;  
  border: 1px #262626 solid;
  padding: 0px;
  border-collapse: collapse;
  border-spacing: 0px;
}

table.compact2 td
{
  color: #000000;
  background-color: #fef6e8;  
  text-align: left;
  padding: 0px;
  border: none;
}

table.compact2 th
{
  color: #fef6e8;
  background-color: #5584af;
  text-align: center;
  /*border-bottom: 1px #262626 solid;*/
  border: 1px #262626 solid;
  font-size: 9px;
  font-weight: bold;
}


.all
{
  border: 1px #262626 solid;
}

.top
{
  border-top: 1px #262626 solid;
}

.top_left
{
  border-top: 1px #262626 solid;
  border-left: 1px #262626 solid;
}

.left
{
  border-left: 1px #262626 solid;
}

.bottom_left
{
  border-bottom: 1px #262626 solid;
  border-left: 1px #262626 solid;
}

.bottom
{
  border-bottom: 1px #262626 solid;
}

/*table.compact td.bottom_right*/
.bottom_right
{
  border-bottom: 1px #262626 solid;
  border-right: 1px #262626 solid;
}

.right
{
  border-right: 1px #262626 solid;
}

.top_right
{
  border-top: 1px #262626 solid;
  border-right: 1px #262626 solid;
}

table.compact td.spacer
{
  background-color: #FFFFFF;
  color: #262626;
  padding: 0px;
  text-align: left;
  border: 0px #FFFFFFF solid;
  border-right: 0px;
  border-left: 0px;
}

/* semi compact tables */
/*
table.semicompact
{
  text-align: center;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
  font-weight: normal;
  font-size: 10px;
  color: #262626;
  background-color: #d9d9d9;
  border: 1px #262626 solid;
  border-collapse: collapse;
  border-spacing: 0px;
}

table.semicompact td
{
  background-color: #d9d9d9;
  color: #262626;
  padding: 3px;
  text-align: left;
  b/order: 0px #262626 solid;
}

table.semicompact th
{
  background-color: #455d8c;
  color: #d9d9d9;
  padding: 3px;
  text-align: center;
  border: 1px #262626 solid;
  font-size: 10px;
  font-weight: bold;
}
*/

/* STATS tables */


table.stats
{
  text-align: center;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
  font-weight: normal;
  font-size: 11px;
  /*color: #262626;
  background-color: #d9d9d9;*/
  color: #874b46;
  background-color: #cf8918;
  border: 1px;
  border-collapse: collapse;
  border-spacing: 0px;
}

table.statsheader
{
  text-align: center;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
  /*font-weight: normal;
  font-size: 11px;*/
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  background-color: #3f6487;
  background-image:url(/images/faded_globe.gif);
  background-position:100% 5px;
  background-repeat:no-repeat;  
  border: 1px;
  border-collapse: collapse;
  border-spacing: 0px;
}

table.stats td
{
  color: #000000;
  background-color: #fef6e8;
  padding: 4px;
  text-align: left;
  border: 1px #262626 solid;
}

table.stats td.no_border_right
{
  border-bottom: 1px #262626 solid;
  border-top: 1px #262626 solid;
  border-left: 1px #262626 solid;
  border-right: 0px #000 solid;
}

table.stats td.no_border_left
{
  border-bottom: 1px #262626 solid;
  border-top: 1px #262626 solid;
  border-left: 0px #000 solid;
  border-right: 1px #262626 solid;
}

table.stats td.no_border_left_right
{
  border-bottom: 1px #262626 solid;
  border-top: 1px #262626 solid;
  border-left: 0px #000 solid;
  border-right: 0px #262626 solid;
}

table.stats td.no_border_top
{
  border-bottom: 1px #262626 solid;
  border-top: 0px #262626 solid;
  border-left: 1px #262626 solid;
  border-right: 1px #262626 solid;
}

table.stats td.no_border_bottom
{
  border-bottom: 0px #262626 solid;
  border-top: 1px #262626 solid;
  border-left: 1px #262626 solid;
  border-right: 1px #262626 solid;
}

table.stats td.border_right
{
  border-bottom: 0px #262626 solid;
  border-top: 0px #262626 solid;
  border-left: 0px #262626 solid;
  border-right: 1px #262626 solid;
}

table.stats td.border_left
{
  border-bottom: 0px #262626 solid;
  border-top: 0px #262626 solid;
  border-left: 1px #262626 solid;
  border-right: 0px #262626 solid;
}

table.stats td.border_top
{
  border-bottom: 0px #262626 solid;
  border-top: 1px #262626 solid;
  border-left: 0px #262626 solid;
  border-right: 0px #262626 solid;
}

table.stats td.border_bottom
{
  border-bottom: 1px #262626 solid;
  border-top: 0px #262626 solid;
  border-left: 0px #262626 solid;
  border-right: 0px #262626 solid;
}

table.stats td.no_border
{
  /*background-color: #d9d9d9;
  color: #262626;
  padding: 4px;
  text-align: left;
  */
  border: 0px #262626 solid;
}

table.stats td.big_pad
{
  background-color: #3f6487;
  color: #262626;
  padding: 10px;
  text-align: left;
  border: 1px #262626 solid;
}

table.stats td.sep
{
  background-color: #3f6487;
  color: #3f6487;
  padding: 4px;
  text-align: center;
  border: 1px #262626 solid;
  /*font-size: 12px;
  font-weight: bold;*/
} 

table.stats th
{
  color: #fef6e8;
  background-color: #5584af;
  b/ackground-color: #3f6487;
  padding: 4px;
  text-align: center;
  border: 1px #262626 solid;
  font-size: 12px;
  font-weight: bold;
}

table.stats th.subheading
{
  color:#96acd9;
}

table.stats th.border
{
  padding: 4px;
  text-align: center;
  border: 1px #262626 solid;
  font-size: 12px;
  font-weight: bold;
}


th.blackborder
{
  padding: 4px;
  text-align: center;
  border: 1px #262626 solid;
  font-size: 12px;
  font-weight: bold;
}

table.stats .thick_pad
{
  padding: 12px;
  text-align: justify;
}

table.stats th.no_border
{
  padding: 4px;
  text-align: left;
  border: 0px #262626 solid;
  font-size: 12px;
  font-weight: bold;
}

table.stats th.title
{
  font-size: 16px;
  font-weight: bold;
} 

table.stats th.subtitle
{
  font-size: 16px;
} 

table.stats td.total
{
  color: #0d378c;
  font-weight: bold;
}

table.stats td.large
{
  font-size: 20px;
  font-weight: bold;
} 

table.stats td.medium
{
  font-size: 16px;
} 

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

input, select
{
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	margin: 0px;
}

p
{
	margin: 0px;
}

fieldset
{
    margin: 0px;
    padding: 0px 10px 10px 10px;
    border: 1px solid #d9d9d9;
}

a img, img 
{
	border: 0px;
}

/* classes */
input.focused
{
	background-color: #d9d9d9;
}

input.blurred
{
	background-color: white;
	color:#96acd9;
}

div.spacer
{
	clear: both;
}
div.whitebox 
{
	border: 1px #96acd9 solid;
	padding: 7px;
	background-color:#FFFFFF;
}

div.whitebox_outer
{
    border: 1px #96acd9 solid;
    background-color: white;
}

div.whitebox_inner
{
    margin: 1px;
    border-top: 0px solid #d9d9d9;
    border-left: 0px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding: 7px;
}



div.box
{
    /*background-color: #d9d9d9;*/
	border: 1px solid #455d8c;
	padding: 6px;
}

div.label
{
  background-color: #455d8c;
  border: 0px solid #455d8c;
  padding: 0px;
  /*margin-left: 20px;*/
  color: #d9d9d9;
  text-align: center;
  font-size: 9px;
  font-weight: bold;
  width: 150px;
}

div.box1
{
    background-color: #d9d9d9;
    padding: 3px;
}

div.box2
{
     background-color:#d9d9d9;
     color: #262626;
     padding: 5px;
}

span.header1
{
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 3px 0px;
	color: #616f8c;
	display:block;
	background-image:url(../images/dots.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

span.text
{
    display: block;
    padding: 5px;
    background-color: #d9d9d9;
	color: #666;
}

span.text_medium
{
    display: block;
    padding: 5px;
	font-size: 15px;
	color: #666;
    /*background-color: #FAFAFA;*/
}

span.text_small
{
    font-size: 10px;
	color: #666;
}

/* menu */

table.menu
{
  text-align: center;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
  font-weight: normal;
  font-size: 9px;  
  color: #000000;
  background-color: #fef6e8;
  border: 0px #262626 solid;
  padding: 1px;
  border-collapse: collapse;
  border-spacing: 0px;
}

table.menu th
{
  color: #874b46;
  background-color: #c3a07f;/* #bdd6ca; light sea green*/
  padding: 1px;
  text-align: center;
  border: 1px #262626 solid;
  font-size: 9px;
  font-weight: bold;
}

table.menu th.selected
{
  color: #874b46;
  background-color: #ffffff;    
  border-bottom: 0px #262626 solid;
  font-size: 12px;
  font-weight: bold;
}

/* links */


a:link, a:visited
{ 
  color: #1456d8; 
}

a:link.menu_link, a:visited.menu_link
{ 
  color: #3f6487;
  text-decoration: none;
}
 
a:hover.menu_link
{ 
  /*color: #cf8918; */
  color: #fef6e8; 
  font-weight: bold;
  font-size: 10px;
  text-decoration: none;
}

a:link.stats_header, a:visited.stats_header
{
  color: #fef6e8;
  font-size: 12px;
  font-weight: bold;
}


.big_link
{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
  font-size: 18px;
  text-decoration: none;
}

table.postit
{
text-align: center;
font-family: Verdana;
font-weight: normal;
font-size: 11px;
color: #404040;
width: 260px;
background-color: #fafafa;
border: 1px #d79900 solid;
border-collapse: collapse;
border-spacing: 0px;
}

table.postit th
{
border-bottom: 2px solid #d79900;
background-color: #fff2ba;
text-align: center;
font-family: Verdana;
font-weight: bold;
font-size: 11px;
color: #404040;
}

table.alert td
{
text-align: left;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: 11px;
line-height: 12px;
color: #404040;
background-color: #fafafa;
text-indent: -8px;
margin-left: 10px;
margin-right: 10px;
margin-top: 5px;
margin-bottom: 5px;
} 