/*

  Junior coach form

*/  

div#juniorcoach_form
{
  margin: 0 0 20px 0;
  padding: 0;
  -moz-border-radius: 5px;
  clear: both;
  color: white;
}

div#juniorcoach_form_border
{
  margin: 0;
  padding: 1px;
  border: 1px solid #EFF1F0;
  background-color: white;
  -moz-border-radius: 5px;
}

div#juniorcoach_form form
{
  margin: 0;
  padding: 10px 15px;
  height: 190px;
  background: #5BC3F8 url('/work/nuorisuomi/juniorcoach_form_background.png') left bottom repeat-x;
  -moz-border-radius: 5px;
}

div#juniorcoach_form h1
{
  color: white;
  font-size: 14px;
  margin: 0 0 10px 0;
  padding: 0;
}

div#juniorcoach_form b,
div#juniorcoach_form input,
div#juniorcoach_form select
{
  display: block;
}

div#juniorcoach_form b
{
  margin: 0 0 3px 0;
}

div#juniorcoach_form input,
div#juniorcoach_form select
{
  margin: 0 0 5px 0;
}

div#juniorcoach_form .column 
{
  float: left;
}

div#juniorcoach_form .column a:link,
div#juniorcoach_form .column a:visited
{
  color: white;
}

div#juniorcoach_form .column a:focus,
div#juniorcoach_form .column a:hover,
div#juniorcoach_form .column a:active
{
  color: white;
  text-decoration: underline;
}

div#juniorcoach_form .column_1
{
  width: 50%;
}

div#juniorcoach_form .column_2
{
  width: 50%;
}

#lastname,
#sport,
#organization,
#club,
#city
{
  width: 215px;
}

#year
{
}

#search
{
  display: inline;
  color: white;
  background-color: #4FB7EC;
  border: 1px solid white;
  font-weight: bold;
  -moz-border-radius: 3px;
  float: right;
}


/*

  Junior coach list

*/

table#juniorcoach_list
{
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  clear: both;
  border: 2px solid #E6F1F8;
}

table#juniorcoach_list th,
table#juniorcoach_list td
{
  vertical-align: top;
  padding: 5px 10px;
}

table#juniorcoach_list th
{
  color: #0072bd;
  background-color: #BAE1FB;
  text-align: left;
  font-weight: bold;
}

table#juniorcoach_list td
{
  vertical-align: middle;  
  border: 1px solid #E6F1F8;
}

table#juniorcoach_list td.photo
{
  text-align: center;
}

table#juniorcoach_list td.photo img
{
  border: 0;
}

table#juniorcoach_list td.name
{
  /* white-space: nowrap; */
}

table#juniorcoach_list .odd 
{
}

table#juniorcoach_list .even
{
/*   background-color: #E6F1F8; */
}


/* 

  Junior coach

*/


div#juniorcoach 
{
  width: 500px;
  float: left;
  clear: left;
  margin: 0;
  padding: 0;
}
 
div#juniorcoach table
{
  margin: 10px 0 0 0;
  width: 100%;
}

div#juniorcoach table td
{
}

div#juniorcoach table td.photo
{
  padding: 0 10px 0 0;
  text-align: center;
}

div#juniorcoach h1
{
  margin: 0 0 15px 0;
}

div#juniorcoach h2 
{
  font-size: 14px;
  margin: 5px 0 15px 0;
}

div#juniorcoach div.questions 
{
  margin: 10px 0 20px 0;
}

div#juniorcoach p 
{
  padding: 0 0 5px 10px;
}

div#juniorcoach b
{
  display: block;
  border-bottom: 1px solid #BAE1FB;
  color: #0072BD;
}

div#juniorcoach_logos 
{
  float: right;
  clear: right;
  width: 150px;
  text-align: center;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

div#juniorcoach_logos img 
{
  margin: 0 0 15px 0;
}

div#juniorcoach_snippet_form
{
  clear: both;
  margin: 0;
  padding: 20px 0 0 0;
  border-top: 2px solid #BAE1FB;
}

.snippet_form textarea 
{
  padding: 5px;
  width: 335px;
  height: 65px;
  font-size: 10px;
}



/*

  Junior coach snippet

*/

body#juniorcoach_snippet
{
  margin: 0;
  padding: 5px;
  color: black;
  background-color: white;
  font-family: arial;
  background-color: #E6F1F8;
}

#juniorcoach_snippet h1 
{
  color: #4C9CD1;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

#juniorcoach_snippet table
{
  border-collapse: collapse;
  margin: 0;
}

#juniorcoach_snippet .photo 
{
  width: 75px;
  text-align: center;
  padding: 10px 0 0 0;
  vertical-align: top;
}

#juniorcoach_snippet .photo img
{
  border: 0;
}

#juniorcoach_snippet .info
{
  height: 85px;
  font-size: 12px;
  padding: 10px 5px;
  vertical-align: top;
}

#juniorcoach_snippet .info a
{
  display: block;
  font-weight: bold;
}

#juniorcoach_snippet .info a:link,
#juniorcoach_snippet .info a:visited 
{
  color: #0072bd;
}
#juniorcoach_snippet .info a:focus,
#juniorcoach_snippet .info a:hover,
#juniorcoach_snippet .info a:active
{
  color: #244359;
}

#juniorcoach_snippet .info b
{
  width: 80px;
}

#juniorcoach_snippet span
{
  font-size: 13px;
}

