/*=====================================================================
 *
 * Filename: Style.css
 * Website: Boland Cricket
 * Author: G2 New Media
 * Date Started: 6 March 09

 *=====================================================================*/

 body {
     font-family:arial;
     font-size:11px;
     background-color:#fff ;
     width:100%;
 }

 #page {
     width:960px;
     margin:0 auto;
     position:relative;
 }
 #page_shadow_l {
     position:absolute;
     top:0px;
     left:-17px;
 }

 #page_shadow_r {
     position:absolute;
     top:0px;
     right:-15px;
 }

 #c1 {
    width:175px;
    background: url('../images/c1_top.jpg') no-repeat 0 0;
 }

 #c2 {
    width:614px;
 }

 #c3 {
    width:171px;
 }

 /* Column 1 */
 #c1_logo {
     padding:29px 0 0 43px;
 }

 #c1_menu_box {
     margin:0 0 0 8px;
 }
 #c1_menu_top {
     width:159px;
     height:24px;
     background:#272322 url('../images/c1_menu_top.jpg') no-repeat 0 0;
     color:#fff;
     border-bottom:1px solid black;
     font-size:12px;
 }
 #c1_menu_top div {
     padding:8px 0 0 20px;
 }
 #c1_menu_body {
     width:159px;
     background:#272322 url('../images/c1_menu_back.jpg') no-repeat 0 0;
 }
 #c1_menu {
     padding:8px 0 0 0px;
     list-style-image: url(../images/c1_menu_arrow.gif);
     list-style-position:inside;
     vertical-align:bottom;
 }
 #c1_menu li {
     color:#b2b1b1;
     font-size:12px;
     padding:6px 5px 7px 10px;
     background: url('../images/c1_menu_spacer.gif') no-repeat 10px 100% ;
 }
 #c1_menu span {
     padding-left:5px;
 }

 #c1_menu_bot {
     width:159px;
     height:20px;
     background:#272322 url('../images/c1_menu_bottom.jpg') no-repeat 0 0;
 }

 #c1_add {
    padding:10px 20px;
 }

 #weather_table {
    width:157px;
 }
 #weather_table td{
    padding-left:7px;
    padding-top:3px;
    padding-bottom:4px;
    vertical-align:middle;
    font-size:12px;
 }

 #weather_foot {
    color:white;
    text-align:right;
    background:url('../images/weather_bottom.gif') no-repeat 0 100%;
    height:29px;
    width:157px;
    margin-top:5px;
 }
 #weather_foot p {
    padding:7px 0 0 0;
 }
 #weather_button {
    float:right;
    padding:4px 10px 0 5px;
 }


 /* Column 2 */
 #c2_top {
    font-family: verdana;
    font-size:9px;
    width: 614px;
    height: 23px;
    background-color:#000;
    color:#bfbdbd;
    line-height:23px;
 }
 #c2_top span{
    padding-left:17px;
 }

 #c2_banner {
    height:96px;
    width:100%;
    background: url('../images/c2_shadow_tl.jpg') no-repeat 0 0 ;
 }
 #c2_banner_img {
    padding:10px 0 0 15px;
 }
 #c2_shadow_tr {
    float:right; padding:0;
 }

 #c2_news {
    width:100%;
    height:204px;
    background:#333232 url('../images/c2_news_bb.gif') no-repeat 0 100%;
    margin-top:-1px; position:relative;
 }

 #c2_news img {
    padding:1px 0 0 15px;
 }

 #c2_news_content {
    width:290px;
    padding-right:10px;
    color:#bab9b9;
    font-size:11px;
 }
 #c2_news_content h1{
    color:#fff;
    font-size:16px;
    padding-top:18px;
    font-weight:bold;
 }
 #c2_news_content p{
    padding-top:23px;
 }

 /* Column 3 */
 #c3_top {
    font-family: verdana;
    font-size:9px;
    width:100%;
    height:23px;
    background-color:#333232;
    color:#bfbdbd;
 }
 #c3_top p {
    padding:6px 0 0 0px;
 }
 #c3_top a {
    color:#bfbdbd;
 }
 #c3_top span {
    padding:0 0 0 16px;
 }

 #c3_performax_logo {
    padding:22px 0 0 14px;
 }

 #c3_results {
    width:157px;
    height:100px;
    background:#2b2728 url('../images/c3_results.jpg') no-repeat 0 0;
    margin:6px 0 0 7px;
 }
 #c3_results div{
    color:white;
    font-size:12px;
    padding:8px 0 0 18px;
 }
 #c3_results p{
    color:#eaac03;
    font-size:11px;
    padding:64px 0 0 25px;
 }
 #c3_results a{
    color:#eaac03;
 }

 #c3_fixtures {
    width:157px;
    height:100px;
    background:#2b2728 url('../images/c3_fixtures.jpg') no-repeat 0 0;
    margin:5px 0 0 7px;
 }
 #c3_fixtures div{
    color:white;
    font-size:12px;
    padding:8px 0 0 18px;
 }
 #c3_fixtures p{
    color:#eaac03;
    font-size:11px;
    padding:64px 0 0 25px;
 }
 #c3_fixtures a{
    color:#eaac03;
 }

 #c3_performax {
    width:157px;
    height:100px;
    background:#2b2728 url('../images/c3_performax.jpg') no-repeat 0 0;
    margin:5px 0 0 7px;
 }
 #c3_performax div{
    color:white;
    font-size:12px;
    padding:8px 0 0 18px;
 }
 #c3_performax p{
    color:#cdcdce;
    font-size:11px;
    padding:64px 0 0 25px;
 }
 #c3_performax a{
    color:#cdcdce;
 }

 #c3_add {
    padding:30px 20px;
 }

 /* FOOTER */
 #footer {
    width:100%;
    background:#fff url('../images/footer_border.jpg') no-repeat 50% 100%;
    height:124px;
    margin-bottom:20px;
 }
 #f_menu {
    margin:40px 0 0 0;
    font-size:10px;
 }
 #f_menu li {
    display:inline;
    padding:7px;
 }
 #copy {
    width:667px;
    font-size:10px;
    color:#a6a6a6;
    padding:10px 0 0 7px;
    margin-top:15px;
    background:url('../images/footer_hspacer.gif') no-repeat 0 0;
 }
 #copy span {
    padding:0 10px 0 0;
 }
 #f_l1 {
    padding:30px 45px 0 45px;
 }
 #f_l2 {
    padding:45px 0px 0 10px;
 }
 .foot_space {
    color:#a5a5a5;
 }

 /* STYLE */
 .clr {
     clear:both;
 }
 .fll {
     float:left;
 }
 .flr {
     float:right;
 }

 .block {
    display:block;
 }

 .bold {
    font-weight:bold;
 }

 .link {
    color:#eaac03;
 }


 /* CONTENT */
 #content {
    position:relative;
    background: url('../images/c2_bb.gif') no-repeat 50% 100%;
    line-height:15px;
 }
 #c2_shadow_l {
    position:absolute;
    top:0px;
    left:0;
 }
 #c2_shadow_r {
    position:absolute;
    top:0;
    right:0;
 }

 .bb {
    background: url('../images/c2_bb.gif') no-repeat 50% 100%;
 }

 /* Find a club */
 #search {
    width:212px;
   /*  background: url('../images/c2_find.gif') no-repeat 0 0; */
    margin:10px 13px 0 0;
 }
 #in {
    border:none; border:1px solid white;
    height:13px;
    margin:-15px 0 0 11px;
    vertical-align:middle;
 }
 #go {
    padding:5px 0 0 15px;
 }

 #map_info {
    padding:165px 0 0 0;
    line-height:16px;
 }

 #places {
    padding:10px 0 0 0;
    color:#eaac03;
 }

 h2 {
    padding:20px 0 0 16px;
    font-weight:bold;
    font-size:15px;
 }
 #breadcrumb {
    padding:10px 0 0 16px;
 }
 #breadcrumb a{
    color:#eaac03;
 }
 #c2_map {
    padding:20px 0 10px 20px;
 }

 /* Coaches */

 h3 {
    padding:20px 0 0 18px;
    font-weight:bold;
    font-size:14px;
 }
 #coaches {
    padding:10px 20px 0 18px;
 }
 .c2_table {
    margin:5px 0 0 20px;
    width:70%;
 }
 .table_link {
    color:#eaac03;
    width:300px;
 }

 #col_coaches {
    background-color:#fdf9ec;
    width:290px;
    margin:30px 5px 0 16px;
 }

 #col_coach_title {
    padding:7px 0 0 8px;
    font-weight:bold;
    font-size:14px;
 }

 #table1 {
    margin-top:5px;
    margin-bottom:10px;

 }
 .td1 {
    width:100px;
    padding:5px 0 0 10px;
    font-weight:bold;
 }
 .td2 {
    background: url('../images/bg_input.gif') no-repeat 0 0;
    width:167px;
    height:21px;
    padding-left:2px;
 }
 .td2 select {
    border:none; border:1px solid white;
    margin-bottom:5px;
    width:160px;
 }

 .img_b {
    border:1px solid #979797;
    margin:4px 8px 4px 8px;
 }
 h4 {
    padding:8px 8px 0 0;
    font-weight:bold;
 }

 #col_coach_month {
    background-color:#fcf3d9;
    width:280px;
    margin:30px 0px 0 0px;
 }
 #coachm_title {
    padding:7px 0 10px 8px;
    font-weight:bold;
    font-size:14px;
 }
 .img_cotm {
    border:1px solid #979797;
    margin:4px 8px 0px 8px;
 }
 #coach_month_p {
    padding:0 5px 5px 8px;
 }

 #tip_week {
    width:280px;
 }
 #tip {
    padding:7px 0 10px 0px;
    font-weight:bold;
    font-size:14px;
 }
 #tip_week p{
    padding:10px 0 0px 8px;
 }
 #by {
    font-style:italic;
 }
 #by span {
    padding-left:140px;
 }

 #pad{
    padding:10px 0 10px 20px;
 }
 #vid1 {
    width:191px;
    padding-left:20px;
 }
 #vid2 {
    width:198px;
    padding-left:5px;
 }
 #vid3 {
    width:173px;
    padding-left:5px;
 }


 #coaching_tips {
    padding:20px 0 10px 25px;
    font-weight:bold;
    font-size:14px;
 }
 .items {
    width:285px;
    margin:0 5px 0 0px;
    background: url('../images/fade1.jpg') repeat-x 0 100%;
 }
 .item_pad {
   margin-left:14px;
 }
 .items p {
    font-weight:bold;
    padding:10px;
 }
 .ul {
    padding:10px;
    list-style-image:url('../images/disc.gif');
    margin:0 0 0 20px;
    color:#eaac03;
 }

 /* CLUBS */
 .inner_content {
  padding:20px 13px 0 26px;
 }
 .inner_content p {
    padding: 5px 10px 10px 0;
 }
 #club_title {
    padding:20px 0 0 70px;
    font-size:18px;
 }

 #team_pics {
    width:250px;
    margin-right:4px;
 }
 #team_pics img{
    border:1px solid #979779;
 }
 #team_pics p {
    padding-bottom:10px;
 }

 #table_players {
    width: 270px;
 }

 #table_players th {
    font-weight:bold;
 }
 #table_players td {
    width:100px;
 }
 .color {
    color:#eaac03;
 }

 h5 {
    padding:10px 0 0 0;
    font-weight:bold;
    font-size:12px;
 }
 #content_news p{
    padding:10px 0 10px 0;
 }
 #table_news {
    margin:10px 0 10px 0;
    width:450px;
 }
 .news_td {
    width: 400px;
 }

 #table_contact {
    margin:10px 0 10px 0;
 }
 #table_contact td {
    width: 150px;
 }


 /* Home/Index */
 h6{
    font-size: 14px;
    color: #000;
    font-weight:bold;
    padding:3px 0 ;
 }
 .home_ul{
    margin: 0;
    /* padding: 0 0 10px 15px; */
    /* list-style-image: url(../images/bullet.gif); */
}
 .home_ul li{
    /* padding:3px 0; */
 }

 #content2{
    width: 614px;
    background-image: url(../images/content_back.gif);
    background-repeat: no-repeat;
    padding: 20px;
}
.home_blokkie{
    width: 290px;
    float: left;
    color: #eaac03;
}
.logs{
    padding: 30px 0 0 0;
    clear: both;
    width: 100%;
    text-align: center;
}
.panel{

    width: 589px;
    height: 35px;
    background-image: url(../images/panel.gif);
    background-repeat: no-repeat;
}
.log_title{
    padding: 10px 16px 0 16px;
    float: left;
    color: #fff;
    font-size: 120%;
    font-weight: bold;
}
.dropper{
    background-image: url(../images/drop_box_right.gif);
    background-position: right;
    background-repeat: no-repeat;
    height: 21px;
    float: right;
    margin-top: 7px;
    margin-right: 5px;
}
.white{
    background-color: #fff;
    float: left;
    height: 100%;
    margin-right: 5px;

}
.white select{
    border: 0;
    height: 100%;
}
.table_logs{
    width: 589px;
    margin: 20px 0;
    border-collapse: collapse;
    text-align: center;
}
.table_logs td{
    padding:3px 0 3px 10px;
}
.table_logs th{
    padding:3px 0 3px 10px;
    font-size: 110%;
    font-weight:bold;
}
.row_stand{
    background-color: #fcf3d9;
}
.td_left{
    text-align: left;

}
.funky{
    text-align: left;
    color: #eaac03;
    font-weight: 600;
    padding-left:10px;
}
.sep{
    margin: 5px 0;
}
.tab_on{
    background-image: url(../images/tab_on.gif);
    background-position: right;
    background-repeat: no-repeat;
    height: 28px;
    width: 69px;
    float: right;
    margin-top: 7px;
}
.tab_info_on{
    text-align: left;
    color: #eaac03;
    font-weight: 600;
    padding: 7px 0 0 7px;
}
.tab_info_off{
    text-align: left;
    color: #fff;
    font-weight: 600;
    padding: 7px 0 0 7px;
}
.tab_info_off a{
    color: #fff;
}
.tab_off{
    background-image: url(../images/tab_off.gif);
    background-position: right;
    background-repeat: no-repeat;
    height: 28px;
    width: 69px;
    float: right;
    margin: 7px 0px 0 0px;
}

