/* 
    Document   : tsl
    Created on : Aug 13, 2009, 10:46:58 PM
    Author     : brad
    Description:
        Purpose of the stylesheet follows.
*/

/*
   Red - #de0035
   Blue - #0000eb
   Yellow - #fff535
*/

body {
    background-color: #333333;
    margin: 0;
    padding: 0;

    font-family: Verdana, Arial, Tahoma;
}

#photo ul {
    margin: 5px 0;
    padding: 0;
}

#photo ul li {
    list-style-type: none;
}

#left_half {
   background-image: url('/images/left_hand_gradient.gif');
   width: 50%;
   background-repeat: repeat-y;
   position: absolute;
   left: 0px;
   z-index: -3;
}
#right_half {
   background-image: url('/images/right_hand_gradient.gif');
   width: 50%;
   background-repeat: repeat-y;
   position: absolute;
   right: 0px;
   background-position: top right;
   z-index: -3;
}

#head {
    text-align: center;
    background-color: white;
    
    border-left: 2pt solid gray;
    border-right: 2pt solid gray;
    border-bottom: 2pt solid gray;

    color: black;

    margin: 0 15%;
    padding: 5px 10px;
}

#pure_top_line {
    position: absolute;
    top: 90px;
    
    height: 3pt;
    width: 100%;

    border-top: 3pt solid #de0035;
    border-bottom: 3pt solid #fff535;
    background-color: #0000eb;
    
    padding: 0;
    margin: 0;

    z-index: -2;
}

#albums {

}

#albums h1 {
    font-size: 120%;
    margin: 5px;
}

#photos {

}

#photos h1 {
    font-size: 120%;
    margin: 5px;
}

#admin_options h1 {
    margin: 5px;
    padding: 0;
    font-size: 110%;
}

#admin_options ul {
    padding: 5px;
    margin: 5px;
}

#admin_options ul li {
    list-style-type: none;
    display: inline;
}

#view_user_options h1 {
    margin: 5px;
    padding: 0;
    font-size: 110%;
}

#view_user_options ul {
    padding: 5px;
    margin: 5px 20px;
}

#view_user_options ul li {
    list-style-type: square;
}

#admin_container {
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
    width: 100%;
}

#league_list ul, #link_list ul, #contacts_list ul, #user_list ul, #minutes_list ul, #news_list ul, #events_list ul {
    margin: 0;
    padding: 15px;
    margin-left: 10px;
}

#league_list ul li, #user_list ul li, #link_list ul li, #contacts_list ul li, #minutes_list ul li, #news_list ul li, #events_list ul li {
    list-style-type: square;
}

#league_list h1, #user_list h1, #minutes_list h1, #news_list h1, #link_list h1, #contacts_list h1 {
    margin: 0;
    padding: 5px;
    font-size: 120%;
}

#league_view h1 {
    font-size: 120%;
    font-weight: bold;
    margin-left: 10px;
}

#events_list h1 {
    margin: 0;
    padding: 5px;
    font-size: 130%;
}

#league_list .league_sessions ul {
    margin: 0;
    margin-left: 15px;
    padding: 2px;
}

#league_list .league_sessions ul li {
    font-size: 100%;
    font-weight: normal;
    list-style-type: circle;
    margin-bottom: 2px;
}

#league_list .league_sessions ul .standings ul li {
    list-style-type: disc;
    margin-bottom: 2px;
    font-size: 100%;
    font-weight: normal;
}


.events_list_odd {
    background-color: #d0d0d0;
    border-top: 1pt solid black;
    border-bottom: 1pt solid black;
}

.events_list_even {
}

#events_list h2 {
    font-size: 110%;
    padding: 5px;
    margin: 0;
}

#scholarship_content
{
    padding: 10px;
}

#admin_links {
    background-color: gray;
    color: white;
    padding: 5px 0;
    margin: 0;
}

#admin_links li {
    display: inline;
    margin: 0 5px;
}

#admin_links li a {
    font-weight: bold;
    color: black;
    text-decoration: underline;
}

#menu {
    /*position: absolute;
    top: 110px;
    left: 10%;
    right: 10%;
    */
    text-align: center;
    background-color: gray;
    background-image: url('/images/menu_background.png');
    border-top: 3pt solid gray;
    margin-top: 10px;
    margin-bottom: -10px;
    color: white;

    padding: 5px 10px;
}

#photo {
    padding: 10px;
}

#photo h1 {
    margin: 0;
    padding: 0;
    font-size: 120%;
    
    margin-bottom: 10px;
}

#photo p {
    margin: 10px;
}

#menu ul {
    margin: 0;
    padding: 0;

    padding: 2px 5px;
}

#menu ul li {
    display: inline;

    margin-right: 8px;
}

#facebook_link {
    border: 1px solid black;
    padding: 5px;
}

#about_statement h1 {
    margin: 0;
    padding: 0;

    margin: 10px;
    font-size: 120%;
}

.extra_top_margin_non_admin
{
    margin-top: 20px;
}

.extra_top_margin_admin
{
    margin-top: 10px;
}

.extra_top_margin_footer_non_admin
{
    margin-top: 5px;
}

.extra_top_margin_footer_admin
{
    margin-top: 5px;
}

.information {
    padding: 5px;
    margin-left: 5px;
}

.album_box {
    background-color: #505050;
    color: white;
    text-align: center;
    float: left;
    margin: 4px;
    padding: 5px 10px;
    border: 1pt solid black;
}

.photo_box {
    color: black;
    font-size: 80%;
    text-align: center;
    float: left;
    margin: 4px;
    padding: 3px;
}

.photo_box img {
    border: 1pt solid black;
}

.aligned_item
{
    float: left;
    margin-right: 12px;
}

.aligned_item h1
{
    border-bottom: 1px solid black;
}

.description {
    padding: 20px;
    margin: 20px;
    border: 1px solid gray;
}

.basic_box
{
    border: 1pt solid black;
}

.site_based_group
{
    background-color: lightgray;
    border: 1px solid gray;
}

.news_item
{
    padding: 10px; margin: 10px; margin-right: 35px; color: black; width: auto;
}

.news_item_title
{
    font-weight: bold;
    border-bottom: 1px solid gray;

    width: 60%;

    margin: 0;
    padding: 0;

    margin-left: 10px;
    margin-right: 10px;

    background-image: url('/images/news_title_background.png');

    color: white;

    padding: 5px;
}

.news_item_body
{
    margin: 0;
    padding: 10px;

    border: 1px solid gray;
    margin: 0 35px 10px 5px;
}

.form_errors
{
    margin: 0 30px;
    padding: 0 5px;
}

.form_errors ul
{
    padding: 15px 30px;
    margin: 15px 30px;
    border: 1pt solid red;
}

.form_errors ul li
{
    list-style-type: square;
}

.selection_list li {
    list-style-type: none;
}
.curvedBordersBottomLeftRight {
  border-radius-bottomleft: 4px;
  border-radius-bottomright: 4px;

  -webkit-border-radius-bottomleft: 4px;
  -webkit-border-radius-bottomright: 4px;
  
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
}

.curvedBordersAll {
  border-radius-bottomleft: 4px;
  border-radius-bottomright: 4px;
  border-radius-topleft: 4px;
  border-radius-topright: 4px;

  -webkit-border-radius-bottomleft: 4px;
  -webkit-border-radius-bottomright: 4px;
  -webkit-border-radius-topleft: 4px;
  -webkit-border-radius-topright: 4px;

  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
}

.register_panel {
    float: right;

    font-weight: bold;
    color: black;

    padding: 10px;

    width: 200px;

    text-align: left;

    font-size: 85%;
}

.login_panel {
    float: right;

    font-weight: bold;
    color: black;

    padding: 10px;

    width: 250px;

    text-align: right;
}

.login_panel input {
    background-color: white;
    color: black;
    font-weight: bold;

    border: 1pt solid red;
}

.label_login_panel {
    padding-right: 5px;
    text-align: right;
}

#notice {
    font-weight: bold;
    border: 1pt solid red;
    margin: 10px;
    padding: 5px;
}

#body {
    background-color: white;

    padding: 10px 5px;

    margin-left: 5%;
    margin-right: 5%;

    border: 5pt solid black;


    position: relative;
}


    .gain_layout { _height: 0; }
    .gain_layout { min-height: 0;}

#footer
{
    text-align: center;
    font-weight: bold;
    color: white;
    font-size: 90%;
}

.page_header
{
    margin: 0;
    padding: 0;

    margin-bottom: 10px;
    margin-top: 20px;
    
    font-weight: bold;
    font-size: 125%;

    border-bottom: 2pt solid black;
}

.list
{
    padding: 10px;
}

.label
{
    width: 125px;
    padding: 0 4px;
    text-align: right;
    float: left;
    margin-right: 5px;
    font-weight: bold;
}

.event_label
{
    padding: 0 4px;
    float: left;
    margin-right: 5px;
    font-weight: bold;
}

.text_field
{
    font-weight: bold;
    border-left: 4pt solid black;
    padding: 0 2px;
}

.form_field_tip
{
    font-size: 80%;
    font-style: italic;
}

.form_submit
{
    margin-left: 140px;
}

.fieldWithErrors
{
    display: inline;
}

#menu a:link {
    color: white;
    font-weight: bold;
    text-decoration: underline;
}
#menu a:visited {
    color: white;
    font-weight: bold;
    text-decoration: underline;
}
#menu a:hover {

    color: white;
    text-decoration: none;
}
#menu a:active {

}

#footer a:link {
    color: white;
    font-weight: bold;
    text-decoration: underline;
}
#footer a:visited {
    color: white;
    font-weight: bold;
    text-decoration: underline;
}
#footer a:hover {

    color: white;
    text-decoration: none;
}
#footer a:active {

}


a:link {
    color: blue;
    font-weight: bold;
    text-decoration: underline;
}
a:visited {
    color: blue;
    font-weight: bold;
    text-decoration: underline;
}
a:hover {

    color: blue;
    text-decoration: none;
}
a:active {

}