@charset "UTF-8";

/* 
	Background-Styles 
*/

body {
	margin:0px; padding:0px;
	background-color:#000233;
	font-family:Arial, Helvetica, sans-serif;
	color:#7f7d78;
	font-size:11px;
	line-height:19px;
	font-family: arial;
	
}

#main {
	padding-bottom:30px;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
    text-align: center;
}
#main .container {
	background-image:url(images/background_light.jpg);
	background-repeat:no-repeat;
	text-align:left;
}
#footer {
	background-image:url(images/background_footer.jpg);
	background-repeat:repeat-x;
	padding:30px;
	position:relative;
	top:-20px;
	min-height:130px;
}
#content {
	background-image:url(images/back_top.png);
	background-repeat: no-repeat;
	position:relative;
	padding:30px;
	display:block;
	min-height:300px;
}
#content2 {
	background-image:url(images/background_gradient1.jpg);
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	position:relative;
	padding:30px;
	display:block;
	min-height:100px;
}
.container {
	width:940px;
	margin-left: auto ;
  	margin-right: auto ;
	position:relative;
}

.border_right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

#leftbar{
	float:left;
	width: 580px;
	/*background-color:red;*/
}

#sidebar {
	float:right;
	/*background-color:red;*/
}

	
/* 
	TEXT STYLES
*/


h1 {
	margin:0px 0px 10px 0px;
	font-size:14px;
	line-height:24px;
	font-family:Helvetica, Arial, Sans-serif;
	color:#999999;
}

/* 
	Header-Styles 
*/

#header {
	height: 150px;
}
#header {
	padding-top:20px;
	height: 180px;
}
#block_featured_top {
	height: 240px;
}
#logo h1, #logo small {
	margin:0px;
	display:block;
	text-indent:-9999px;
}

#logo {
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	width:194px;
	height:83px;
}

#menu {
	position:absolute;
	width: 640px;
	right:-1px;
	top: 90px;
	padding-left:15px;
	height:50px;
	background-image:url(images/back_menu.png);
	background-repeat:no-repeat;
}
#menu img{
	margin-left:5px;
}
#menu ul{
	margin-right: 25px;
}

.userinfo {
	background-image: url(images/back_userinfo.png);
	background-repeat: no-repeat;
	height:50px;
	width:435px;
	position:absolute;
	right:-1px;
	top: 0px;
	text-align: right;
	height: 46px;
}
.userinfo input{
	margin-top: 5px;
	margin-left: 5px;
	font-size: 11px;
}

.userinfo span{
	line-height:30px;
}

.gradient_column{
	background-image: url(images/gradient-column.png) repeat: no-repeat;
}



/*  RANK TABLES  */

.table_container{
	padding: 5px;
	border: 1px solid #e1e1e1;
	background-color: #ffffff;
	margin-bottom:20px;	
}

.table{
	background-image: url(images/table_rows.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	overflow: hidden;
	spacing: 0;
	padding: 0;
	width: 100%;
	vertical-align: top;
	font-family:arial;
	font-size:11px;
}

.table input{
	width:20px; height:20px;
}

.table td{
	height: 24px;
	padding-left: 10px;
	vertical-align: center;
}
.table th{
	height: 24px;
	padding-left: 10px;
	vertical-align: center;
}
.table ul{
	float:left;
	margin:0;
	padding:0;
	width: 50px;
}
.table ul li{
	list-style:none;
	height: 24px;
	padding-left:5px
}
.table ul li.title_blue1{
	font-weight:bold;
	background:#0052c1;
	color:#fff;
}

.results{
	spacing: 0;
	padding: 0;
	vertical-align: top;
	font-family:arial;
	font-size:11px;
	border-bottom:solid width:1px red;
	margin-bottom:10px;
}
.results img{
	margin-bottom:5px;
}

.title_blue1{
	font-weight:bold;
	background:#0052c1;
	color:#fff;
}

.title_grey{
	font-weight:bold;
	background:#57c9ec;
	color:#fff;
}


/*  Block-Styles  */

.feature{
	position:relative;
	float:left;
	border:none
}

.block {
	border:1px solid #a3a09e;
	margin-bottom:20px;
	position:relative;
}

.block_inside { 
	display:block; 
	border:1px solid #ffffff;
	background: #ffffff url(images/background_block_slice.jpg) repeat-x;	
}

.image_block {
	border:1px solid #b5b5b5;
	background-color: #fff;
	padding:5px;
	float:left;
	margin-bottom:20px;
}

.image_block img {
	border:1px solid #b5b5b5;
}

.text_block {
	float:left;
	width:300px;
	margin-left:30px;
}


#block_featuredblog .text_block { padding-top:5px; width:490px;}


/* COACHES */

.coach_list{ 
	position: relative;
	width: 560px;
	margin-bottom:20px;
	float:left;
}

/*  TAB MENU  */

.tab_menu{ 
	background: url(images/tab_menu_back.png) no-repeat;	
	background-position: left bottom;
	height: 33px;
	width: 560px;
	margin-bottom:20px;
	float:left;
}


ul#menu {
	margin:0px; padding:0px;
	position:absolute;
	right:0px;
}
ul#menu li {
	display:inline;
	margin-left:12px;
}
ul#menu li a {
	text-decoration:none;
	color:#716d6a;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
}
ul#menu li a.active, ul#menu li a:hover {
	color:#211e1e;
}





/*  Portfolio-Home-Styles  */

#block_portfolio {
	margin-bottom:20px;
}

#portfolio_items {
	width:650px;
	margin-right:25px;
	float:left;
	padding-top:3px;
}

#text_block {
	float:left;
	width:300px;
	margin-left:30px;
	padding-top:30px;
}

#text_column {
	float:right;
	width:260px;
	margin-right:25px;
	margin-top:30px;
}

#text_column h2#text_title { 
	text-indent:-9999px;
	background-image:url(images/creatif.jpg);
	background-repeat:no-repeat;
	width:310px;
	height:129px;
}

.mini_portfolio_item {
	margin-bottom:10px;
	float:left;
	width:650px;
}

.mini_portfolio_item .block_inside { 
	padding:25px 30px 15px 30px; 
}

.mini_portfolio_item .thumbnail { float:left; margin-right:20px; border:1px solid #979390; }

/*
	Block-Content-Styles
*/

#content_area {
	width:665px;
	float:left;
}

#content_area .block_inside {
	min-height:400px;
}


#sidebar ul li a { color:#7f7d78; }

#sidebar ul li a:hover { color:#0172dd; text-decoration:none; }





#content_area h2 { font-size:32px; line-height:31px; }



#content_area .separator {
	border-top:1px solid #e3e3e3;
	margin-top:40px;
	padding-top:40px;
}


/* 

	Text-Styles   

*/


.title_1 {
	margin:0px 0px 10px 0px;
	font-size:16px;
	font-family:Arial, Sans-serif;
	color:#002a7e;
	line-height:40px;
	font-weight:normal;
}



h2 {
	margin:0px 0px 15px 0px;
	font-size:20px;
	font-family:Arial, Sans-serif;
	color:#002a7e;
	/*line-height:40px;*/
	font-weight:normal;
}

h3 {
	margin:10px 0px 5px 0px;
	font-size:14px;
	line-height:21px;
	font-family:Helvetica, Arial, Sans-serif;
	color:#000000;
}

h4 {
	color:#007de2;
	margin:0px 0px 0px 0px;
}

small {
	color:#595856;
	font-weight:bold;
	font-size:11px;
	display:block;
	margin-bottom:15px;
}

a {
	color:#26689f;
	text-decoration:none;
}

small a {
	color:#007de2;
}

a:hover { text-decoration:underline; }

p { margin: 0px 0px 15px 0px; }


a.button {
	background:#32312f url(images/button_bg.jpg) repeat-x;
	padding:5px 10px 5px 10px;
	color: #ffffff;
	text-decoration: none;
	border:1px solid #32312f;
	text-transform:uppercase;
	font-size:9px;
	line-height:25px;	

}

a.button:hover {
	background:#007de2 url(images/button_bg_o.jpg) repeat-x;
	border-color:#007de2;
}



/*
	Footer-Styles
*/


#footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.footer_column {
	float:left;
	width:120px;
	margin-right:30px;
}

#footer .long {
	width:610px;
}

#footer h3 {
	color:#e2dddc;
	text-transform:uppercase;
	font-size:10px;
}

.footer_column ul li, .footer_column ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

/* 
	Miscellaneous-Styles   
*/


/* Fix up IE6 PNG Support */

img, #logo { behavior: url(scripts/iepngfix.htc); }











/*

	Alternate Styles

*/



body#dark {

	background-color:#1e1d1b;

}

body#dark #main {

	background:#292826 url(images/background_dark_slice.jpg) repeat-x;

}

body#dark #main .container {

	background-image:url(images/background_dark.jpg);

}

body#dark #footer {

	background-image:url(images/background_dark_footer.jpg);

}

body#dark ul#menu li a.active, ul#menu li a:hover {

	color:#ffffff;

}

body#dark .block, body#dark { 

	border-color:#1b1a19; 

}

body#dark #text_column h2#text_title { 

	background-image:url(images/creatif_dark.jpg);

}



.clearfix{
    clear:both;
    float:none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}



#form{
    margin:0px;
    padding:0px;
    margin-left: auto;
    margin-right: auto;
    width: 580px;
    text-align: left;
}

.divinput{
    width: 290px; 
    margin: 0px;
    padding: 0px;
    border-top: 1px solid #efefef;
    padding-top: 5px;
    margin-bottom: 5px;
    height: 25px;
}

.height40{
    height: 40px;
}

.floatleft{
    float:left;
}

.floatright{
    float:right;
}

label{
    width: 100px; 
    margin: 0px;
    padding: 0px;
}
#navigator
{
    border:#D4D4D4 1px solid;
    width:270px;
    margin-left:auto;
    margin-right: auto;
    background-color: #EFEFEF;
    text-align: center;
    clear:both;
}
#leftarrow
{
    border:#D4D4D4 1px solid;
    width: 20px;
    padding-top: 2px;
    padding-bottom:2px;
    color:#918ABD;
    font-size:10px;
    float:left;
}
#rightarrow
{
    border:#D4D4D4 1px solid;
    width: 20px;
    padding-top: 2px;
    padding-bottom:2px;
    color:#918ABD;
    font-size:10px;
    float:right;
}
#year
{
display:table;
float:left;
font-size:12px;
font-weight:bold;
margin-left:auto;
margin-right:auto;
padding:2px;
width: 222px;
text-align: center;    
}
.calendartable .withday{
    background-color:#F3F3F3;
    
}
.calendartable .withoutday{
    background-color:#E6E6E6;
}                           
.calendartable .withevent{
    background-color:#f1d90a;
    background-repeat: no-repeat;
}
.calendartable .withavailabledate{
    background-color:#36b8fe;
    background-repeat: no-repeat;
}
.calendartable td{
    width:35px;
    height:35px;
    padding:3px;
    text-align:right;
    font-family:tahoma;
    font-size:11px;
    font-weight:normal;
    color:#666666;
}
.calendar_reference{
	height:15px; width:15px; background-color:red; margin-right:10px; float:left;
}

.gralitemtitle{
    font-family:Tahoma;
    font-size:14px;
    color:#666666;
    text-decoration:none;
    font-weight:bold;
}

