﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    background-color: #fff;
    font-size: 12px;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color:#000;
    /*color: #5c87b2;*/
    /*
    background-image:url(Images/os_header_bg.jpg);
    background-repeat:repeat-x;
    background-position:left top;
*/
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
	font-family: Lithos Pro Regular, Segoe UI, Sans-Serif;
    font-size: 2em;
    padding:0px;
    margin:0px;
    color:#0F1923;
    font-weight:normal;
}
h2
{
    padding: 0 0 10px 0;
    color:#0096FF;
    font-family: Lithos Pro Regular, Segoe UI, Sans-Serif;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: .9em;
    font-family: Lithos Pro Regular, Segoe UI, Sans-Serif;
    color:#0096FF;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

#header
{
	width:100%;
	height:100px;
	background-color:#0F1923;
	/*
    margin:0 auto 0 auto;
    padding: 0;
    background-image:url(Images/os_logo.jpg);
    background-repeat:no-repeat;
*/
}

#top_band
{
	width:100%;
	height:5px;
	background-color:#0096FF;
	margin:0;
	padding:0;
}


#content
{
	width:980px;
	min-height:500px;
	width:980px;
	background-color:#fff;
	margin:0;
	z-index:2;
	vertical-align:top;
}

table#container
{
	margin:0px auto 0px auto;
	/*
	min-height:500px;
	width:1000px;
	margin:0px auto 0px auto;
	background-color:#0F1923;
	padding:20px 20px 20px 20px;
	z-index:2;
*/
}

#blend
{
	width:100%; 
	height:50px; 
	position:absolute; 
	top:155px; 
	left:0px; 
	z-index:-1; 
	background-image:url(Images/os_blend_bg.jpg);
	background-repeat:repeat-x;
}

#sub_header
{
	background-image:url(Images/sub_title.png);
	background-repeat:repeat-x;
	height:200px;
	width:1000px;
	margin:0px -10px 0px -10px;
	border-bottom:solid 20px #0F1923;
}

#main_content
{
	width:700px;
	height:auto;
	float:left;
	background-color:Yellow;
}

table#home_content
{
	float:left;
	width:785px;
	margin:10px 0px 10px 10px;
}

/* TAB MENU   
----------------------------------------------------------*/

#header_content
{
	width:1000px;
	height:100px;
	margin:0px auto 0px auto;
	background-image:url(Images/os_logo.jpg);
    background-repeat:no-repeat;
    background-position:left top;
}



ul, li
{
	border:0; 
	margin:0; 
	padding:0; 
	list-style:none;
}

ul
{
	height:29px;
}

li
{
	float:left; 
	margin-right:2px;
}

#tab
{
	width:auto; 
	height:30px;
    margin:0px 0px 0px 350px;
    padding-top:70px;
}

#tab a:link, #tab a:visited
{
	background:url(Images/tab.png) right -60px no-repeat;
	color:#fff;
	float:left;
	font-weight:bold;
	height:30px;
	line-height:30px;
	text-decoration:none;
}

#tab a span
{
	background:url(Images/tab.png) left -60px no-repeat;
	float:left;
	height:30px;
	margin-right:14px;
	padding-left:14px;
}

#tab a:hover
{
	background:url(Images/tab.png) right -30px;
	display:block;
}

#tab a:hover span
{
	background:url(Images/tab.png) left -30px;
	display:block;
}

/* -------------------------------- */
/* ACTIVE ELEMENTS */
#tab a.selected, #tab a.selected:hover{
	background:url(Images/tab.png) right top;
}
#tab a.selected span, #tab a.selected:hover span{
	background:url(Images/tab.png) left top;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}


/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.calendar
{
	background-image:url(Images/apr.gif);
	background-repeat:no-repeat;
	height:50px;
	width:50px;
}

#side_bar
{
	padding:0;
	margin:0;
	border-collapse:collapse;
	width:180px;
	background-color:White;
	margin-top:10px;
	float:left;
}

/*  SIDE BAR 
----------------------------------------------------------- */

#side_bar td#header
{
	background-image:url(Images/side_bar_latest.jpg);
	background-repeat:no-repeat;
	height:40px;
	background-color:White;
}

#side_bar td#sub
{
	background-image:url(Images/side_bar_teams.jpg);
	background-repeat:no-repeat;
	height:40px;
	background-color:White;
}

#side_bar td.middle
{
	background-image:url(Images/side_bar_bg.jpg);
	background-repeat:repeat-y;
	padding-bottom:10px;
}

#side_bar td#footer
{
	background-image:url(Images/side_bar_bottom.jpg);
	background-repeat:no-repeat;
	height:20px;
}

table.news
{
	margin:10px 0px 15px 10px;
	padding:0px;
	width:150px;
}

table .calendar{ width:40px; height:25px; color:#fff; text-align:center; padding-top:15px; font-weight:bold;}

table.news td
{
	padding:0px;
	margin:0px;
	color:#000;
}

table.news td a
{
	padding:0px;
	margin:0px;
}

table.news td h5
{
	padding:5px 0px 0px 0px;
	margin:0px;
}

#side_bar td.middle div.teams
{
	width:160px;
	padding:10px 0px 10px 10px;
	height:40px;
	color:#000;
}

#side_bar td.middle div.teams img
{
	float:left;
}

#side_bar td.middle div.teams a,#side_bar td.middle div.teams label
{
	float:left;
	margin:3px 0px 0px 10px;
}

div.lessons
{
	width:775px;
	height:150px;
}

div.lessons img, div.lessons a
{
	float:left;
}

div.lessons a
{
	margin:20px 0px 0px 10px;
	padding:0px;
	color:#0096FF;
	font-size:1.2em;
}

div.lessons p
{
	float:left;
	width:550px;
	margin:10px 0px 0px 10px;
}

/* TABLE
----------------------------------------------------------*/

table.display 
{
  border: solid 1px #0F1923; 
  border-collapse: collapse;
}

table.display  td 
{
  padding: 5px;   
  border: solid 1px #0F1923; 
}

table.display  th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #0F1923; 
  border: solid 1px #0F1923;   
  color:#fff;
}

.trainerContainer 
{
	width:940px;
	height:200px;
	margin:0px 0px 25px 0px;
	float:left;
}

.trainerContainer img
{
	float:left;
	margin-right:10px;
}

.trainerContainer h3
{
	margin-top:30px;
}
