.tooltip {
  color: black; 
  background-color: white; 
  white-space: nowrap; 
  margin: 0; 
  padding: 2px 4px; 
  border: 1px solid #888;
}

.stat_font { font-size:9px; }

/* data header definitions */
.bold-12 {
    font-size: 12pt;
    font-weight: bold;
    padding: .2em .8em;
}
.orange-bold-12 {
    font-size: 12pt;
    font-weight: bold;
    padding: .2em .8em;
    color: #d96b11;
}

.blue-bold { 
    color: #137; 
    font-weight: bold;
    font-size: 14px;
}

#navcontainer ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#navcontainer li { margin: 0 0 .2em 0; }

#navcontainer a
{
    display: block;
    color: blue;
    background-color: #FFF;
    width: 13em;
    padding: .2em .8em;
    text-decoration: underline;
}

#navcontainer a:hover
{
    background-color: #FC9F47;
    text-decoration: none;
    color: #000;
}
#partcontainer ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#partcontainer li { margin: 0 0 .2em 0; }

#partcontainer a
{
    display: block;
    color: blue;
    background-color: #FFF;
    width: 13em;
    padding: .2em .8em;
    text-decoration: underline;
}

#partcontainer a:hover
{
    background-color: #FC9F47;
    text-decoration: none;
    color: #000;
}

/* END data header definitions */

body {
    color: #111;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0px;
    padding: 0px;
    background: #FFFFFF;
    /* background: #F6F6F6 url('http://www.sirruf.com/images/back.jpg') center top repeat-x;*/
    /*background: #FFFFFF url('http://www.google.com/images/firefox/grgrad.gif') center top repeat-x;*/
    font-size: 12px;
}

body, td, th, h3, textarea, input, select { /* redundant rules for bad browsers  */
  font-family: Arial,Verdana, Helvetica,Sans-Serif;
    font-size: 12px;
} .clear-hack { display: none; }

.logo {
    font-size: 40px;
    text-indent: 2px;
    letter-spacing: -0.04em;
    font-weight: bold;
    text-decoration: none;
    color: #6a3;
    padding: 0px;
    margin: 0px;
    margin-left: 10px;
}
.logo:hover {
    color: #6a3;
}

.front_head {
    font-size: 22px;
    color: #222;
    text-indent: 2px;
    letter-spacing: -0.01em;
    font-weight: bold;
    padding: 0px;
}

.slogan_text {
    font-size: 28px;
    text-indent: 2px;
    font-weight: bold;
    letter-spacing: -0.03em;
    color: #666;
    padding: 0px;
    margin: 10px;
    margin-top: 26px;
}
.slogan_text_16 {
    font-size: 16px;
    text-indent: 2px;
    font-weight: bold;
    letter-spacing: -0.03em;
    color: #333;
    padding: 0px;
    margin: 10px;
    margin-top: 16px;
}

.nav_text {
    font-size: 18px;
    text-indent: 2px;
    letter-spacing: -0.05em;
    padding: 0px;
    margin: 5px;
    margin-bottom: 8px;
    text-align: right;
}

.nav_links {
    color: #0056C0;
    text-decoration: none;
    font-weight: bold;
}

.nav_links:hover {
    color: #0085FF;
    border-bottom: 2px dashed #0085FF;
}

.con_text {
    font-size: 24px;
    text-indent: 2px;
    letter-spacing: -0.03em;
    padding: 0px;
    margin: 5px;
    margin-bottom: 8px;
}

.con_links {
    color: #FD8000;
    text-decoration: none;
    font-weight: bold;
}

.con_links:hover {
    color: #FA9E0D;
    border-bottom: 2px dashed #FA9E0D;
}

a { color: #00467F; text-decoration: underline; }
a:hover, a:focus { color: #003; text-decoration: none; }
a:active { color: #900; }
#container { /* no relative positioning due to IE6 */
    text-align:left; /* Counteract to IE5/Win Hack */
    padding-top: 0px;
    width: 100%;
}

td.search_results_td {
    text-align: left;
    font-size: 12px;
    padding: 0.4em;
}
td.form_td {
    font-size: 12px;
    padding: 0.4em;
}
/*********** Search Form **************/
.search_select {
  border: solid 1px #999;
  font-size: 12px;
  height: 17px;
  margin-top: 0px;
  margin-bottom: 5px;
}
.search_text {
  border: solid 1px #999;
  font-size: 12px;
  padding-left: 1px;
  margin-bottom: 5px;
  padding-bottom: 0px;
  height: 19px;
}
.search_text_narrow {
  border: solid 1px #999;
  font-size: 12px;
  padding-left: 1px;
  margin-bottom: 5px;
  padding-bottom: 0px;
  height: 19px;
  width: 80px;
}
.search_text_wide {
  border: solid 1px #999;
  font-size: 12px;
  padding-left: 1px;
  margin-bottom: 5px;
  padding-bottom: 0px;
  height: 19px;
  width: 180px;
}

/************* holdover from SP ***************/
/* Editor menu color and link style */
.editor_menu {
  margin-top: 4px;
  margin-bottom: 3px;
  background: #FFCC66;
  text-align: center;
}
a.obj_menu_lnk {
  color: #700;
  font-size: 13px;
  text-decoration: none;
  }
a.obj_menu_lnk:hover {
  color: #000;
  text-decoration: underline;
  }
a.obj_menu_lnk:visited {
  color: #700;
  }
/* No User Image Table */
td.no_user_img_td {
  width: 50px;
  height: 50px;
  border: 1px solid #ddd;
  background-color: #F0F0F0;
}
.page_hdr {
  font-size: 20px;
  text-align: center;
  padding-bottom: 10px;
}
.regasterisk {
  font-family: verdana, Helvetica, sans-serif;
  font-size: 12px;
  color: #F68622;
  font-weight: 900;
  vertical-align: -2px;
}
.regfont {
  font-family: arial;
  color: #808080;
  font-size: 10px;
  font-weight: normal;
}
.helpdiv {
 text-align: left;
 text-transform: none;
 position: absolute;
 z-index: 3;
 border: 1px outset #322;
 background-color: #FFE;
 padding: 6px;
 width: 350px;
 font-weight: normal;
 font-size: 10px;
 color: #000000;
}
table.admin {
  margin-bottom: .5em;
  border: 1px solid #ddd;
  border-collapse: collapse;
  width: 100%;
}
table.admin td  {
  border: 1px solid #ddd;
  border-collapse: collapse;
  padding: 3px !important;
  background-color: #fcfcfc;
  font-size: 12px;
  text-align: center;
  overflow: hidden;
  line-height: 20px;
}
table.admin th  {
  border: 1px solid #ddd;
  padding: 3px !important;
  background-color: #fcfcfc;
  text-align: center;
  overflow: hidden;
  line-height: 20px;
}
table.admin td th a img {
  border: 1px solid #ddd;
}
.finddiv {
 position: absolute;
 z-index: 3;
 border: 2px outset #113;
 background-color: #F0F0F4;
 padding: 3px;
 width: 500px;
}
.footer {
  width: 99%;
  border-top: dashed 1px #ddd;
  padding: 10px 0px 6px;
  font-size: 12px;
  margin-top: 2px;
  text-align: center;
}
.footer a {
  font-size: 9pt;
}
.pagertext {
  color: #222222;
  font-size: 12px;
  }
.pagertextgray {
  color: #949494;
  font-size: 12px;
  padding: 1px;
  }
/*
.pagertext {
  font-size: 13px;
  }
.pagertextgray {
  font-size: 13px;
  padding: 1px;
  }
*/
div.maptrack_login_header_div {
  margin-bottom:10px;
  text-align:left;
}
div.maptrack_login_header_text {
  padding:1px 15px 6px 15px;
  font-weight: bold;
  text-align:center;
}
.status_msg {
  background: #FFCC66;
  width: 35%;
  text-align: center;
  font-weight: bold;
}
.free_link {
  color: #336699;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
}
/** PHOTO PAGES **/
.photo_column1 {
width: 506px;
max-width: 506px;
padding-left: 0px;
overflow: hidden;
}
.main_img {
text-align: center;
border: solid 12px #e8e8e8;
padding: 0px;
margin: 0px;
}
.photo_summary {
margin: 6px 0px 0px;
font-size: 10px;
text-align: center;
}
.photo_column2 {
padding: 4px 0px 0px 4px;
}
.data_mid2 {
margin-top: 1px;
margin-bottom: 6px;
margin-left: 2px;
margin-right: 2px;
padding-bottom: 2px;
min-height: 10px;
width: 254px;
text-align: left;
font-size: 10px;
  border: solid 1px #ddd;
}
.data_box2_content {
margin: 2px;
padding: 3px;
}
.data_box2_content strong {
  font-weight: bold;
  color: #444444;
}
.data_box2_heading {
  width: 242px;
  background-color: #4176AC;
  margin: 0px;
  padding: 2px;
  font-weight: bold;
  color: #FFFFFF;
}
.data_box2_bullet {
margin-left: 2px;
margin-bottom: 0px;
}
div.photo_feedback {
margin: 3px 0px 2px;
}
.photo_feedback div {
color: #455c7d;
font-size: 9px;
}
.photo_feedback a {
font-weight: bold;
text-decoration: none;
}
.ad_row1, .ad_row2 {
text-align: center;
padding: 10px 0px 12px;
}
.img_thumbs {
  margin: 0px;
  text-align: center;
  background: #e8e8e8;
  border: solid 1px #aaa;
  padding-top: 8px;
  padding-bottom: 1px;
}
a.img_nav {
  font-weight: bold;
  text-transform: lowercase;
  padding: 1px;
}
.thumb_img {
  border: solid 1px #aaa;
  width: 75px;
  height: 75px;
  padding: 0px;
  margin-left: 1px;
  margin-right: 1px;
}
.img_count {
  font-size: 9px;
  line-height: 14px;
  width: 50px;
  color: #888;
  font-weight: bold;
  padding: 3px;
}
div.empty_img {
background-color: #f7f7f7;
width: 75px;
height: 75px;
padding: 1px;
font-weight: normal;
font-size: 12px;
margin-top: 1px;
margin-left: 1px;
margin-right: 1px;
text-align: center;
vertical-align: middle;
color: #777;
}

.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #DD6900; text-decoration: underline; }

/**** User search stuff ****/
/* Search Results Table */
table.srch_results {
  width: 775px;
  border-collapse: collapse;
  margin-bottom: 4px;
}
td.srch_results_rht {
  border-right: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  border-top: solid 1px #ddd;
}
td.srch_results_lft {
  border: solid 1px #ddd;
}
td.srch_header {
  border: 0px;
  margin: 0px;
  font-weight: bold;
  color: white;
  padding-top: 0px;
  background-color: #4176AC;
}
.srch_header a {
  color: white;
}
.srch_header a:visited {
  color: white;
}

/**** USER PAGE STUFF ****/
.user_data_box {
  background-color: #D4DEDE;
  margin: 0px;
  width: 100%;
  font-size: 10px;
  }
.user_data_box p {
  padding: 2px;
  margin: 2px;
  font-size: 10px;
  }
.user_data_box a {
  color: #486CA0;
  }
div.thumb_user {
  margin-bottom: .5em;
  border-style: solid;
  border-color: #D4DEDE;
  width: auto;
}
div.thumb_user div {
  border: 1px solid #ddd;
  padding: 3px !important;
  background-color: #f9f9f9;
  font-size: 94%;
  text-align: center;
}
div.thumb_user div a img {
  border: 1px solid #ddd;
}
div.thumb_user div div.thumbcaption {
  width: auto;
  border: none;
  text-align: left;
  line-height: 1.4em;
  padding: .3em 0 .1em 0;
}
.thumb_user {
  font-size: 10px;
}
div.tright {
  clear: right;
  float: right;
  border-width: .5em 0 .8em 1.4em;
}
div.magnify {
    float: right;
    border: none !important;
    background: none !important;
}
div.magnify a, div.magnify img {
    display: block;
    border: none !important;
    background: none !important;
}
div.user_header_text {
  padding:1px 15px 6px 15px;
  font-weight: bold;
  text-align:center;
  color: #000;
}
.user_posts {
  vertical-align: top;
  padding-right: 10px;
  font-size: 9pt;
}
a.img_nav {
  font-weight: bold;
  text-transform: lowercase;
  padding: 1px;
}
.basics{
  font-size: 14px;
  font-weight: bold;
  }

/***** Common Content Formatting *****/

a { color: #00467F; }
a:hover, a:focus { color: #003; text-decoration: none; }
a:active { color: #900; }

img { border: none; }

p { line-height: 130%; }

li { margin-bottom: 1em; }

form { margin: 0; }

h3 {
    margin-top: 0;
    margin-bottom: 0.2em;
    font-size: 18px;
    font-weight: normal;
    clear: left;
}

.logo {
  border: 0;
  margin-bottom: 0px;
  margin-top: 3px;
  margin-left: 4px;
  height:36px;
}
/***** fieldsets *****/

fieldset {
    border: 1px solid #369;
    padding: 1em 1.5em;
    margin: 1em 0;
}
 /* only for IE */ * html fieldset {
    border: 1px solid #369;
    background: none;
}

legend {
    font-weight: bold;
    padding: 0 0.5em;
    color: #369;
}
/**** email form ****/
.email_footer {
  width: 455;
  border-top: solid 1px #ddd;
  padding: 6px 0px 6px;
  font-size: 12px;
  margin: 6px 6px 6px 6px;
  font-size: 10px;
}
.disclaimer {
  color: #999;
  font-size: 7pt;
  font-weight: normal;
  font-style: normal;
}

label.inside {
    color: #145693;
    position:absolute;
    visibility:hidden;
}

.instruction {
    background: #EAF2FA;
    margin-bottom: 1em;
    color: #2C3D4E;
    text-align: left;
    border: 1px solid black;
}
.instruction div { padding: 1em; }
.instruction h3 { background: none; }


/* Rounded Corners */
.rtop,.artop{display:block}
.rtop *,.artop *{display:block;height:1px;overflow:hidden;font-size:1px}
.artop *{border-style: solid;border-width:0 1px}
.r1,.rl1,.re1,.rel1{margin-left:5px}
.r1,.rr1,.re1,.rer1{margin-right:5px}
.r2,.rl2,.re2,.rel2,.ra1,.ral1{margin-left:3px}
.r2,.rr2,.re2,.rer2,.ra1,.rar1{margin-right:3px}
.r3,.rl3,.re3,.rel3,.ra2,.ral2,.rs1,.rsl1,.res1,.resl1{margin-left:2px}
.r3,.rr3,.re3,.rer3,.ra2,.rar2,.rs1,.rsr1,.res1,.resr1{margin-right:2px}
.r4,.rl4,.rs2,.rsl2,.re4,.rel4,.ra3,.ral3,.ras1,.rasl1,.res2,.resl2{margin-left:1px}
.r4,.rr4,.rs2,.rsr2,.re4,.rer4,.ra3,.rar3,.ras1,.rasr1,.res2,.resr2{margin-right:1px}
.rx1,.rxl1{border-left-width:5px}
.rx1,.rxr1{border-right-width:5px}
.rx2,.rxl2{border-left-width:3px}
.rx2,.rxr2{border-right-width:3px}
.re2,.rel2,.ra1,.ral1,.rx3,.rxl3,.rxs1,.rxsl1{border-left-width:2px}
.re2,.rer2,.ra1,.rar1,.rx3,.rxr3,.rxs1,.rxsr1{border-right-width:2px}
.rxl1,.rxl2,.rxl3,.rxl4,.rxsl1,.rxsl2,.ral1,.ral2,.ral3,.ral4,.rasl1,.rasl2{border-right-width:0}
.rxr1,.rxr2,.rxr3,.rxr4,.rxsr1,.rxsr2,.rar1,.rar2,.rar3,.rar4,.rasr1,.rasr2{border-left-width:0}
.r4,.rl4,.rr4,.re4,.rel4,.rer4,.ra4,.rar4,.ral4,.rx4,.rxl4,.rxr4{height:2px}
.rer1,.rel1,.re1,.res1,.resl1,.resr1{border-width:1px 0 0;height:0px !important;height /**/:1px}

