/* andreas07 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use for any purpose as long as the proper credits are given for the original design work.

Version: 1.1, November 28, 2005 */

/**************** Page and tag styles ****************/
h1 {
 font-size:4px;
 color:#000001;
}

td.td_with_image
{ background: url(/static/images/favicon.ico) no-repeat left }

td.map_menu_bg
{ background: url(/static/images/map_menu_bg.png) no-repeat left }


td.video_menu_bg
{ background: url(/static/images/video_menu_bg.png) no-repeat left }

td.safety_menu_bg
{ background: url(/static/images/video_menu_bg.png) no-repeat center}



r
{color:#FFFF00; font-size:1.2em; font-weight:bold; text-decoration:none;}

body
{margin:0; padding:0; color:#D3D3D3; background:black; font:76% Verdana,Tahoma,sans-serif;}

ul
{list-style:circle; margin:15px 0 20px 0; font-size:0.9em;}

li
{margin:0 0 8px 25px;}

.important_class a:link
  { color: #A0E820; 
    font-size:1.3em;
    text-decoration:underline;
   }

.important_class a:visited
  { color: #A0E820; 
    font-size:1.3em;
    text-decoration:underline;
   }

.important_class a:hover
  {
   color:#00FF00;
   background:#222222;
  }



a:link
{color:#43A0FF; text-decoration:none;}
/*{color:#63F796; text-decoration:none;}
*/
a:hover
{text-decoration:underline;}

a:visited
{color:#2370BB; text-decoration:none;}
/*{color:#42A746; text-decoration:underline;}*/

img
{float:left; margin:0 0 0 0; padding:0px; border:0px solid #d0d0d0;}

a img
{float:left; border-color:#e0e0e0;}

a img:hover
{background:white; border-color:#0022FF;}
/*{background:white; border-color:#228B22;}*/

/**************** Sidebar area styles ****************/

#sidebar {
  position: fixed;
  float:left;
  top:10px;
  left:0;
  width:140px;
  height:100%;
  overflow:auto;
  background:black;
  text-align:left;
  }



body > #sidebar
{position:fixed;}

#sidebar h1
{margin:20px 18px 0 5px; color:#228B22; font-size:1.6em; letter-spacing:-2px; text-align:right;}

#sidebar h2, #sidebar h3
{margin:0 20px 18px 5px; color:#808080; font-size:1.1em; font-weight:bold; letter-spacing:-1px; text-align:right;}

#sidebar h3
{margin:20px 18px 4px 5px; color:#606060;}

#sidebar  p
{margin:0 20px 18px 5px; color:#606060; font-size:0.8em;}

#sidebar a
{color:#808080}


/**************** Google Map Sidebar area styles ****************/

#sidebar_gmap { 
  position: absolute;
  left: 890px;
  top:10px;
  width:250px;
  margin:0px 0px 0px 0px;
  padding:4px 4px; 
  }

#sidebar_put_in { 
  position: absolute;
  left:835px;
  top:150px;
  width:200px;
  margin:0px 0px 0px 0px;
  padding:7px 7px; 
  background-color: #222222; 
  }


#sidebar_rentals{ 
  position: absolute;
  left:925px;
  top:150px;
  width:200px;
  margin:0px 0px 0px 0px;
  padding:7px 7px; 
  background-color: #222222; 
  }



#directions_form{ 
  top:10px;
  margin:0px 0px 0px 0px;
  background:#001800;
  visibility:hidden;
  }

#google_directions
  {
  position:absolute;
  left:145px;
  width:500px;
  top:550px;
  margin:30px 30px 30px 30px;
  padding:4px 4px;
  background:#001800;
  }

#sidebar_gmap p
{margin:0 0 10px 0; line-height:1.5em;}

#sidebar_gmap h1
{margin:0; color:#505050; font-size:4em; letter-spacing:-5px; text-align:center;}

#sidebar_gmap h2
{margin:0; color:#505050; font-weight:normal; font-size:2.5em; letter-spacing:-2px; text-align:center;}

#sidebar_gmap h3
{clear:both; margin:30px 0 10px 0; color:Gainsboro; font-weight:normal; font-size: 2em; letter-spacing:-2px;}



/**************** Navigation menu styles ****************/

#adsense{
  position: fixed;
  float:left;
  top:475px;
  left:0px;
  width:135px;
  overflow:auto;
  background:black;
  text-align:left;
  padding-left: 5px; 
  }

#menu_top a {
  display:block; 
  width:125px;
  padding:5px 10px 5px 0px;
  color:silver;
  /*background:#171717;*/
  font-size:1.2em;
  font-weight:normal;
  text-decoration:none;
  letter-spacing:-1px;
  text-align:center;
  }


#menu a {
  display:block; 
  width:120px;
  padding:5px 10px 5px 0px;
  color:silver;
  /*background:#171717;*/
  font-size:1.2em;
  font-weight:normal;
  text-decoration:none;
  letter-spacing:-1px;
  text-align:center;
  }

#menu a:hover 
/*{color:#000000; background:#2277FF;}*/
/*{color:#00FF99; background:#223399;}*/
{color:#EEEEEE; background:#1047AA;}

#menu a.active
{padding:5px 18px 5px 0; background:#fafafa; border-top:2px solid #c0c0c0; border-bottom:2px solid #c0c0c0;}

#menu a.active:hover
{color:#505050; background:#fafafa;}

/**************** Content area styles ****************/
#content_right_column
  { 
  position:absolute;
  left:55%;
  width:35%;
  top:140px;
  margin:10px 10px 10px 30px;
  padding:5px 5px;
  background:black;
  }

#pcontent_right_column p 
{margin:0 0 5px 0; line-height:1.5em;}

#content_right_column h1
{margin:0; color:#505050; font-size:4em; letter-spacing:-5px; text-align:center;}

#content_right_column h2
{margin:0; color:#505050; font-weight:normal; font-size:2.5em; letter-spacing:-2px; text-align:center;}


#content_right_column h3
{margin:20px 0 10px 0; color:Gainsboro; font-weight:normal; font-size: 2em; letter-spacing:-2px;}

#content_wide
  { 
  position:absolute;
  left:140px;
  width:560px;
  top:120px;
  margin:10px 10px 10px 10px;
  padding:5px 5px;
  background:black;
  }


#content
  { 
  position:absolute;
  left:130px;
  /*
  */
  width:37%;
  top:120px;
  margin:10px 10px 10px 5px;
  padding:5px 5px;
  background:black;
  }



#put_ins
  { 
  position:absolute;
  left:125px;
  /*
  width:350px;
  */
  width:675px;
  top:140px;
  margin:10px 10px 10px 10px;
  padding:15px 15px;
  -moz-border-radius: 25px 25px 25px 25px;
  }

#videos
  { 
  position:absolute;
  left:160px;
  /*
  width:350px;
  */
  width:465px;
  height:1000px;
  top:175px;
  margin:10px 10px 10px 10px;
  background:black;
  }



#content p
{margin:0 0 5px 0; line-height:1.5em;}

#content h1
{margin:0; color:#505050; font-size:4em; letter-spacing:-5px; text-align:center;}

#content h2
{margin:0; color:#505050; font-weight:normal; font-size:2.5em; letter-spacing:-2px; text-align:center;}

#content h3
{margin:20px 0 10px 0; color:Gainsboro; font-weight:normal; font-size: 2em; letter-spacing:-2px;}



#searchcontrol
{
  left:500px;
  top:30px;
  width:200px; 
  margin: 10px 10px 10px 10px; 
  padding: 4px; 
  background:black;
}

#mapsearch {
  position:relative;
  left:700px;
  top:30px;
  width : 200px;
  margin: 10px 10px 10px 10px; 
  padding : 4px;
  border : 1px solid #f9f9f9;
}


#placelist {
  position:relative;
  left: 10px;
  top: 10px;
  width : 400px;
  margin: 10px 10px 10px 10px; 
  padding : 4px;
  border : 1px solid #f9f9f9;
}


    #search {
      position:relative;
      left:10px;
      top:60px;
      width : 150px;
      margin: 10px 10px 10px 10px; 
      padding : 4px;
      border : 1px solid #f9f9f9;
    }


    #results {
      position:relative;
      left:200px;
      top: 60px;
      width : 150px;
      margin: 10px 10px 10px 10px; 
      padding : 4px;
    }

    #selected {
      position:relative;
      left:10px;
      top: 60px;
      width : 150px;
      margin: 10px 10px 10px 10px; 
      padding : 4px;
      border : 1px solid #f9f9f9;
    }
/*
#rental_map {
  position: absolute;
  float:left;
  width: 250px;
  top: 700px;
  left: 150px;
  margin: 0px 0px 0px 0px; 
  padding:0px 0px; 
  font-size:0.7em;
  color:black;
  }

*/

#map {
  position: absolute;
  float:left;
  top: 10px;
  left: 150px;
  margin: 0px 0px 0px 0px; 
  padding:0px 0px; 
  font-size:0.7em;
  color:black;
  }


#header {
  position: absolute;
  width: 540px;
  left: 140px;
  color: #505050;
  padding:5px 5px; 
  text-align: center;	
}



#nooter_logo {
  height: 130px;
  color: #FFFFFF;
  /*background: URL('../images/header_paddle_away_logo.png') no-repeat;*/
  border-left: 0px solid #FFFFFF;
  border-right: 0px solid #FFFFFF;
  margin: 10px 10px 10px 10px; 
  padding:0px 0; 
  text-align: center;	
}


#footer {
  /*position: fixed;*/
  clear:both;
  width:540px;
  height:40px;
  /*
  #bottom: 0 !important;
  */
  padding: 100px;
  background:black;
  color:#808080;
  text-align: center;
}


#outer_container{
  float: left;
  width:100%;
  height:100%;
  }

#news_title{  
  font-family: Arial;
  letter-spacing:900;
  word-spacing:1000;
  font-weight:200; 
  text-align:left; 
  font-size:20px;
  color:#FFEE66; 
  padding:5px 8px 5px 1px;
  margin:0px 0px 0px 0px;
  /*background:#000000;*/
  -moz-border-radius: 25px 25px 0px 0px;
  }






#highlighted_block{  
  color:#629BFF;
  padding: 10px;
  font-size:115%; 
  background:#051709;	
  -moz-border-radius: 15px 15px 15px 15px;
  }



.simple_table{
  -moz-border-radius: 15px 15px 15px 15px;
  text-align: left;
  font-family: Arial;
  font-weight: normal;
  font-size: 13px;
  /*background-color: #111111;*/
  background: #111111;
  border: 1px solid #444444;
  padding: 4px 4px 4px 4px;
  vertical-align: text-top; 
  }



#border_table{
  -moz-border-radius: 15px 15px 15px 15px;
  text-align: left;
  font-family: Arial;
  font-weight: normal;
  font-size: 15px;
  color: #FF0000;
  width: 575px;
  /*background-color: #111111;*/
  background: #000000;
  border: 1px solid #444444;
  border-collapse:collapse;
  margin: 15px;
  padding: 12px 12px 12px 12px;
  vertical-align: text-top; 
  }

#border_table  TD
  {
  padding: 15px;
  background-color: #202020;
  color: #EEEEEE;
  /*border-color: #111111;*/
  border: 1px solid #444444;
  border-collapse:collapse;
  margin: 20px;
  vertical-align: text-top; 
  }


#no_border_table {
  padding: 2px 4px 2px 4px;
  border: 0px;
  vertical-align: text-top; 
  }


#bright_block{  
  color:#0066FF;
  font-size:1.2em;
  font-weight:bold; 
  font-family:arial; 
  text-decoration:none;
  padding: 5px;
  background:#EEBB00;
  -moz-border-radius: 5px 5px 0px 0px;
  }

#new_put_ins
  { 
  position:absolute;
  left:50%;
  width:40%;
  top:450px;
  margin:10px 10px 10px 10px;
  padding:5px 5px;
  background:black;
  clear:both; 
  -moz-border-radius: 25px 25px 25px 25px;
  }

#dark_background_block{  
  clear:both; 
  text-decoration:none;
  padding: 8px 13px 8px 13px;
  /*background:#004015;*/
  /*border: 1px solid #232323;*/
  background:#14141A;
  -moz-border-radius: 25px 25px 25px 25px;
  }

#blank_block{  
  text-decoration:none;
  padding: 8px 13px 8px 13px;
  /*background:#004015;*/
  /*border: 1px solid #232323;*/
  background:#000000;
  }

#blank_block_thin{  
  text-decoration:none;
  padding: 8px 13px 8px 13px;
  /*background:#004015;*/
  /*border: 1px solid #232323;*/
  background:#000000;
  width:400px;
  }



#news_content
  { 
  padding:10px;
  background:#131313;
  -moz-border-radius: 25px 25px 25px 25px;
  }

#content_edu_links
  { 
  position:absolute;
  left:675px;
  width:27%;
  top:140px;
  margin:15px;
  padding:15px;
  background:#003865;
  background-image: url('/static/images/backgrounds/circular_waves_blue.png');
  background-position: center center;
  background-repeat: repeat;
  }

/*
#add_put_in_form_div { 
  top:10px;
  margin:0px 0px 0px 0px;
  background:#001800;
  }
*/


#add_put_in_form_div
  { 
  position:absolute;
  left:850px;
  top:50px;
  margin:5px;
  border:2px solid #d0d0d0;
  padding:5px;
  background:#7E3517;
  z-index:100;
  visibility:hidden;
  /*background-color: transparent;
  filter: alpha (opacity=50);
  */
  }




#add_dam_id
  { 
  position:absolute;
  left:850px;
  top:50px;
  margin:5px;
  border:2px solid #d0d0d0;
  padding:5px;
  background:#7E3517;
  z-index:100;
  visibility:hidden;
  /*background-color: transparent;
  filter: alpha (opacity=50);
  */
  }

#close_dam_form_id
  { 
  position:absolute;
  right:0%;
  } 


#add_trip_form_div
  { 
  position:absolute;
  left:850px;
  top:240px;
  height:650px;
  width:350px;
  margin:5px;
  border:2px solid #d0d0d0;
  padding:5px;
  background:#5E2517;
  z-index:100;
  visibility:hidden;
  /*background-color: transparent;
  filter: alpha (opacity=50);
  */
  }


#view_trip_form_div
  { 
  position:absolute;
  overflow:auto;
  left:850px;
  top:260px;
  height:550px;
  width:400px;
  margin:5px;
  border:2px solid #d0d0d0;
  padding:5px;
  background:#5E2517;
  z-index:100;
  visibility:hidden;
  /*background-color: transparent;
  filter: alpha (opacity=50);
  */
  }



#float_clear
  { 
  padding:5px;
  position:absolute;
  clear:right;
  } 



#dam
  { 
  position:absolute;
  top:150px;
  left:140px;
  width:500px;
  height:675px;
  margin:10px 10px 10px 10px;
  padding:5px 5px;
  color:#FFFFFF;
  font-size:1.2em;
  background:black;
  /*background-image: url('/static/images/backgrounds/aurora_east_dam_cropped.png');*/
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  /*filter: alpha (opacity=90);*/
  
  }

#dam_right_column
  { 
  position:absolute;
  left:600px;
  /*
  width:350px;
  */
  width:500px;
  height:475px;
  margin:10px 10px 10px 10px;
  padding:5px 5px;
  background:black;
  /*background-image: url('/static/images/backgrounds/aurora_east_dam.png');*/
  background-position: center center;
  background-repeat: no-repeat;
  }

.waterlog_content
  { color: #999999; 
    font-weight:normal;
    font-size:1.2em;
    font-family:arial; 
}

.title_font
  { color: #FFA855; 
    font-weight:bold;
    font-size:1.3em;
    font-family:arial; 
}

.yellow_bold_font
  { color: #CFEF89; 
    font-weight:bold;
}


.green_font
  { color: #00FF44; 
    /*font-weight:bold;*/
    font-size:1.0em;
    font-family:arial; 
  }

.bold_green_font
  { color: #A0C820; 
    font-size:1.1em;
  }


.yellow_font
  { color: yellow; }

.silver_font
  { color: silver; }

.blue_font
  { color: #00AAFF; 
    font-size:1.1em;
  }

.small_white_font
  { color: #FFFFFF; 
    font-size:0.8em;
  }


.put_in_font
  { color: #FFFFFF; 
    font-size:1.2em;
  }




#calendar
  { 
  position:absolute;
  left:140px;
  /*
  width:600px;
  */
  width:900px;
  height:640px;
  top:150px;
  margin:10px 10px 10px 10px;
  padding:5px 5px;
  background:#000000;
  }


.table_gray_1px_rounded_border{
  -moz-border-radius: 15px 15px 15px 15px;
  text-align: left;
  font-family: Arial;
  font-weight: normal;
  font-size: 15px;
  color: #AAAAAA;
  background-color: #111111;
  border: 1px;
  border-color: #111111;
  padding: 2px 4px 30px 2px;
  border-width: 0 0 1px 1px;
  border-spacing: 0;
}

.dark_font{
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: #3366BA;
} 


.small_font{
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: #3374AA;
}

.big_font{
  font-family: Arial;
  font-weight: normal;
  font-size: 15px;
  color: #22BBFF;
}





.big_yellow_font{
  color:#FFEE66; 
  font-family: Arial;
  font-size: 25px;
  padding:5px 8px 5px 1px;
  margin:0px 0px 0px 0px;
}

.big_silver_font{
  color:silver; 
  font-family: Arial;
  font-size: 30px;
  font-weight:bold;
  padding:5px 8px 5px 1px;
  margin:0px 0px 0px 0px;
  background:#333333;
}


#cse-search-results{
  position:absolute;
  left:140px;
  /*
  */
  width:30%;
  top:120px;
  margin:10px 10px 10px 10px;
  padding:5px 5px;
  background:black;
  font-size:1.4em;
  font-weight:normal;
  text-decoration:none;
  letter-spacing:-1px;
  text-align:center;
 
  }





/*#results_018131270786813191783:u3ukwfd-yt4*/
#google_search_results
  { 
  position:absolute;
  left:140px;
  /*
  */
  width:30%;
  top:120px;
  margin:10px 10px 10px 10px;
  padding:5px 5px;
  background:black;
  font-size:1.4em;
  font-weight:normal;
  text-decoration:none;
  letter-spacing:-1px;
  text-align:center;
 
  }




table#sample {
    background-color:#181818;
    border: solid #000 3px;
    width: 400px;

}

table#sample td {
    padding: 5px;
    border: solid #000 1px;
}

.data {
    color: #FFFFFF;
    text-align: left;
    vertical-align: top;
}

.toprow {
    font-style: italic;
    text-align: left;
    background-color: #FFFFCC;

}

.leftcol {
    font-weight: bold;
    text-align: left;
    width: 150px;
    color: #33A4FA;
    vertical-align: text-top; 
}

.img_bottom_align{
    text-align: center; 
    display: block; 
}

.calendar_form{
    background:transparent url(/static/images/icons/icon_calendar.png) no-repeat scroll left bottom;
    border:medium none;
   /*background-image:url(/static/images/icons/icon_calendar.png);*/
    width: 140px;
    height: 24px;
    vertical-align: text-bottom; 
    color: white;
}


/*This if for infowindow text in google map*/
.iwstyle {
    font-size:1.3em;
    color:#444444;
} 

/*This if for infowindow text in google map*/
.rental_iwstyle {
    font-size:1.0em;
    color:#444444;
} 



.error{
    text-align: left;
    background-color: black;
    color: red;
    font-size:1.4em;
}


.success{
    text-align: left;
    color: green;
    font-size:1.4em;
}

.quote_font
  { 
    font-style: italic;
    font-size:1.2em;
    color:gray;
}




#border_table_1000px  TD
  {
  padding: 10px;
  /*background-color: #202020; */
  color: #FFFFFF;
  /*border-color: #111111;*/
  border: 1px solid #444444;
  border-collapse:collapse;
  margin: 20px;
  vertical-align: text-top; 
  }




.border_table_1000px{
  -moz-border-radius: 15px 15px 15px 15px;
  text-align: left;
  font-family: Arial;
  font-weight: normal;
  font-size: 15px;
  width: 650px;
  /*background-color: #111111;*/
  background: #000000;
  border: 1px solid #444444;
  border-collapse:collapse;
  margin: 15px;
  padding: 12px 12px 12px 12px;
  vertical-align: text-top; 
  /*
  border_table_1000px:  tr:nth-child(even) {background: #000000};
  border_table_1000px:  tr:nth-child(odd) {background: #222222};
  */
  }

#border_table_1000px{
  -moz-border-radius: 15px 15px 15px 15px;
  text-align: left;
  font-family: Arial;
  font-weight: normal;
  font-size: 15px;
  width: 650px;
  /*background-color: #111111;*/
  background: #000000;
  border: 1px solid #444444;
  border-collapse:collapse;
  margin: 15px;
  padding: 12px 12px 12px 12px;
  vertical-align: text-top; 
  /*
  border_table_1000px:  tr:nth-child(even) {background: #000000};
  border_table_1000px:  tr:nth-child(odd) {background: #222222};
  */
  }


#border_table_1000px status_closed {
    text-decoration: line-through;
    background-image: url('static/images/paddleaway1.jpg');
    background-color: transparent;
}

#content_full_width
  { 
  position:absolute;
  left:140px;
  /*
  */
  width:75%;
  top:120px;
  margin:10px 10px 10px 10px;
  padding:5px 5px;
  background:black;
  }

.header
{ font-family: Arial;
  font-weight: bold;
  font-size: 15px;
  background-color: #272E2C; 
  border: 2px solid #333333;
}


.row_even
  { color: #BFB003; 
    background-color: #000000;
}

.row_odd
  { color: #BFB003; 
    background-color: #181818;
}

.news_title{  
  font-size:1.2em;
  color:#FFEE66; 
  padding:5px 8px 5px 1px;
  margin:0px 0px 0px 0px;
  /*background:#000000;*/
  -moz-border-radius: 25px 25px 0px 0px;
  }

.big_yellow_ipc_font{
  color:#DDAA44; 
  font-weight: bold;
  font-family: Arial;
  font-size: 25px;
  padding:5px 8px 5px 1px;
  margin:0px 0px 0px 0px;
}

.bold_ipc_font
  { color: #409040;
    font-size:1.0em;
  }


body#ipc
 { z-index:2000001; margin:0; padding:0; color:#777777; background:#FFFFFF; font:76% Verdana,Tahoma,sans-serif;}

#content_ipc
  { 
  position:absolute;
  left:0px;
  /*
  */
  width:98%;
  top:0px;
  margin:0px 0px 0px 0px;
  padding:0px 0px;
  /*background:#36689b;*/
  background:#FFFFFF;
  z-index:2000001;
  }



#waterlog_ipc_top_block{  
  font-size:1.0em;
  color:#555555; 
  text-decoration:none;
  padding: 3px 13px 3px 13px;
  /*background:#004015;*/
  /*border: 1px solid #232323;*/
  background:#E0E0E0;
  -moz-border-radius: 15px 15px 0px 0px;
  }

#waterlog_ipc_bot_block{  
  font-size:1.0em;
  color:#555555; 
  text-decoration:none;
  padding: 8px 13px 8px 13px;
  /*background:#004015;*/
  /*border: 1px solid #232323;*/
  background:#CFCFCF;
  -moz-border-radius: 0px 0px 15px 15px;
  }



 
#dark_gray_background_top_block{  
  text-decoration:none;
  padding: 8px 13px 8px 13px;
  /*background:#004015;*/
  /*border: 1px solid #232323;*/
  background:#1C1C23;
  -moz-border-radius: 25px 25px 0px 0px;
  }

#dark_background_bot_block{  
  text-decoration:none;
  padding: 8px 13px 8px 13px;
  /*background:#004015;*/
  /*border: 1px solid #232323;*/
  background:#14141A;
  -moz-border-radius: 0px 0px 25px 25px;
  }



.dark_background_block{  
  text-decoration:none;
  padding: 8px 13px 8px 13px;
  /*background:#004015;*/
  /*border: 1px solid #232323;*/
  background:#14141A;
  -moz-border-radius: 25px 25px 25px 25px;
  }

#put_in_list_blue {
    line-height: 10px;
    /*list-style-image: url(/static/images/icons/icon_16_button_blue.png);
    */
    }
#put_in_list_red {
    line-height: 20px;
    list-style-image: url(/static/images/icons/icon_16_button_red.png);
    }

#put_in_river_list{
    line-height: 10px;
    list-style-image: url(/static/images/icons/icon_ruler_5x13.png);
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
    }



.status_closed
  {  
   text-decoration: line-through;
   background-image: url('static/images/paddleaway1.jpg');
   background-color: transparent;
}

.green_bullet{
    background: url(/static/images/icons/icon_bullet_green_star.png) no-repeat left;
    margin:9px 9px 9px 9px;
    padding:4px 4px; 
    }

#light_background_block{  
  text-decoration:none;
  padding: 8px 13px 8px 13px;
  /*background:#004015;*/
  /*border: 1px solid #232323;*/
  background:#555555;
  -moz-border-radius: 25px 25px 25px 25px;
  }

.light_background_block{  
  text-decoration:none;
  padding: 4px 4px 4px 4px;
  /*background:#004015;*/
  /*border: 1px solid #232323;*/
  background:#333333;
  -moz-border-radius: 25px 25px 25px 25px;
  }

.centered_text{  
  position:relative;
  text-align:right;
  padding: 10px 10px 10px 10px;
  } 

#warning_block{  
  width: 400px;
  color:#C7D7D7;
  border:2px solid #555555;
  font-size:14px;
  font-family:arial; 
  text-decoration:none;
  padding: 0px 5px 0px 25px;
  background:#003071;
  -moz-border-radius: 25px 25px 25px 25px;
  }


#clear_block
  {
  text-align:left;
  clear:both; 
  margin:10px 0 10px 0; 
  color:Gainsboro; 
  font-weight:normal; 
  font-size: 1.1em; 
  }




.img_clear{
  /*position: fixed;*/
  clear:both;
  width:100%;
  padding: 0px;
}

.img_clear_both{
  clear: both;
  padding: 10%;

}

#photo_block
  {
  position:relative;
  clear:both; 
  text-align:left;
  width:100%;
  margin:10px 0 10px 0; 
  color:Gainsboro; 
  font-weight:normal; 
  font-size: 1.1em; 
  }





