/*============================================================
/*This CSS was design by: 
Nate Atkinson & Brad Runnion
============================================================*/

form{display:inline;}

body,td,th {
	font-family: Calibri;
}
a:link {
	color: #0066CC;
	text-decoration: underline;
}
a:visited {
	color: #0066CC;
}
a:hover {
	color: #0099FF;
}
a:active {
	color: #00FF99;
}



h1, h2, h4, h5, h6 {
	margin: 0;
	color: #0066CC;
	padding: 0px;
	}
h3 {
	padding: 0px;
	margin: 0px;
}
	
p {
	padding: 0px;
	margin: 0px;
}

ul {
	margin-top: 0px;
}

.left {text-align: left;}


body {
	font-family: Calibri;
	margin: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	background-color: #0066cc;
	padding: 0px;
}
#container {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	background-color: white;
}

#header {
	margin: 0px;
	padding: 0px;
}	

#mainContent {
	color: #666666;
	background-color: white;
}


/*mainContent Variations for training log, frontend and admin panel */
.width135 {
margin-left: 135px;
}
.width195 {
margin-left: 195px;
min-height: 800px;
}
.width0{
margin-left: 0px;
}
.height300 {
min-height: 300px;
padding: 0 10px 0 10px; 
}



/*********************************************************/
/*Frontend Style*/

.frontpage {
min-height: 200px;

}

.frontpage h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: left;
	letter-spacing: 4px;
	color: #FFFFFF;
	background-color: #0066CC;
}

.frontpage h2 a{
text-decoration: none;
color: white;
}
.frontpage h2 a: hover{
color: white;
}	


/******************
FRONT PAGE COLUMNS
/*****************/

#front_col1{
	float: left;
	text-align: left;
	width: 510px;
	background-repeat: no-repeat;
	/*border: thin solid #999999;*/
	margin: 4px 1px 2px 1px;
	padding: 4px 0 0 5px;
}

#front_col2{
	float: left;
	text-align: left;
	margin: 4px 0px 0px 0px;
	padding: 4px 0 0 0px;
	width: 375px;
	background-repeat: no-repeat;
}


/******************
FRONT PAGE FEEDS
/*****************/

#feed_holder{
	float: left;
	text-align: left;
	width: 98%;
}

#updates_feed_holder{
	float: left;
	color: #CC3300;
	text-align: left;
	width: 98%;
}

#updates_feed_holder h2{
	color: #FFFFFF;
	background-color: #CC3300;
	padding: 0px 0 0 3px;
	margin-bottom: 5px;
}

#upcoming_feed_holder{
	float: left;
	text-align: left;
	width: 100%;
	padding: 0px 0 0 0px;

}

#docs_feed_holder{
	float: left;
	text-align: left;
	width: 100%;
	padding: 0px 0 0 0px;
}


#news_feed_holder{
	float: left;
	text-align: left;
	width: 98%;
}


/******************
FEED
/*****************/
.feed ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.feed li{
	border-bottom: solid thin red;
	text-align: right;
}

.feed li a{
	text-decoration: none;
}


.feed li .left{
	float: left;
	text-align: left;
}


.feed li .title{
	font-weight: bold;
	font-size: 110%;
	
}

.feed li .desc{
	font-style: italic;
	color: gray;
	font-size: 80%;
}

.feed img{
	padding: 2px 4px 2px 0;
	width: 150px;
}
.feed li .info {
	width: 220px;
	word-wrap: break-word;
	margin-top: 2px;
}

/******************
TABLE
/*****************/
thead tr {
	color: #ffffff;
	background-color: #3e3e3e;
	padding: 8px 4px;
}

th {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	margin: 0px; 
	padding: 0px;
	background-color: #0066CC;
}
th a{
	color: #FFFFFF;
}

.table-data-solid		{
	color: black;
	border-bottom: gray dashed thin;
	text-align: left;
	}
	
.border_bottom		{
	color: black;
	border-bottom: gray dashed thin;
	text-align: left;
	}
	
.border_top		{
	color: black;
	border-top: gray dashed thin;
	text-align: left;
	}

	
.underline td	{
	border-bottom: gray dashed thin;
	}

.underline tr:hover	{
	background-color: #DBD7D1;
	}

.magnify , .magnify a{
	color: white;
	background-color: #DBD7D1;
}	

/*======SubContent=======*/
#front_bottom{
	float: left;
	margin: 0px;
	width: 898px;
	padding: 0px 0px 0px 2px;
	background-repeat: no-repeat;
	border-top-color: gray;
	border-top-style: none;
	border-bottom-color: gray;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #E9E9E9;
}

#front-bottom-standard{
	float: left;
	width: 287px;
	margin: 5px 3px 3px 4px;
	text-align: center;
	border: thin solid gray;
}

#front-bottom-weather{
	float: left;
	width: 287px;
	height: 257px;
	border: thin solid #999999;
	margin: 5px 3px 3px 3px;
	overflow:hidden;
}
#front-bottom-dbstats{
	float: left;
	width: 287px;
	border: thin solid #999999;
	margin-left: 3px;
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 5px;
	overflow:hidden;
}
#front-bottom-image{
	float: left;
	width: 287px;
	border: thin solid #999999;
	margin: 5px 3px 3px 3px;
	overflow:hidden;
}
.front-image-pic{
	padding: 5px;
}
/*=======Quote Generator========*/
#front-bottom-quote{
	float: left;
	width: 287px;
	border: thin solid #999999;
	margin: 5px;
	background-color:#FFFFFF;
}

#front-bottom-quote p{
margin: 0px;
padding: 5px;
}
.quote_line {
	color: #666666;
	font-family: "Lucida Calligraphy", "Adobe Garamond Pro", serif;
	font-size: small;	
}
.quote_person {
	color: #666666;
	font-family: "Lucida Calligraphy", "Adobe Garamond Pro", serif;
	font-size: small;	
}
.front-bottom-quote h2{
margin: 0px;
padding: 0px;
}


/*======Calendar======*/
#front-calendar{
	float: left;
	width: 288px;
	border: thin solid #999999;
	margin: 5px;
}

#front-calendar p{
margin: 0px;
padding: 0px;
}
.front-calendar h2{margin: 0px;padding: 0px;
}
.front-calendar h3{margin: 0px; padding: 0px;}

.calendar_item {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	background-image: url(../images/grey_fade.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}
.calendar_item_title{
	font-size: 16px;
	font-family: Calibri;
	font-weight: bold;
	margin: 0em;
	padding: 0px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000099;
}
.calendar_item_date {
	text-align: left;
	font-size: 12px;
	font-family: Calibri;
	font-weight: bold;
}
.calendar_item_tagline {
	font-size: 14px;
	font-family: Calibri;
	font-style:italic;
}


/*====Alumni Section===*/
#alumni_results{
	float: left;
	padding: 2px;
	margin-left: 15px;
	width: 250px;
	background-repeat: no-repeat;
}

#alumni_news{
	float: left;
	padding: 2px;
	width: 350px;
	background-repeat: no-repeat;
	font-size: 10pt;
}

#alumni_status{
	float: left;
	padding: 2px;
	width: 250px;
	background-repeat: no-repeat;
}

#alumni_profile_left{
	float: left;
	padding: 2px;
	width: 600px;
	background-repeat: no-repeat;
	border: solid thin blue;
}

#alumni_contact{
	float: left;
	padding: 2px;
	margin-left: 10px;
	width: 250px;
	background-repeat: no-repeat;
	border: dashed medium black;
}

/*====Site Search DIVs=====*/
#search_meet{
	float: left;
	padding: 2px;
	margin-left: 10px;
	width: 320px;
	background-repeat: no-repeat;
}
#search_athlete{
	float: left;
	padding: 2px;
	width: 300px;
	background-repeat: no-repeat;
}
#search_news{
	float: left;
	padding: 2px;
	width: 300px;
	background-repeat: no-repeat;
}
#search_doc{
	float: left;
	padding: 2px;
	width: 250px;
	background-repeat: no-repeat;
}



/*ATHLETE PAGE */
#athlete_left{
	float: left;
	text-align: left;
	padding: 2px;
	margin-left: 15px;
	width: 500px;
}
#athlete_right{
	float: right;
	margin-top: 25px;
	margin-right: 25px;
	text-align: right;
	padding: 2px;
	width: 300px;
}
#athlete_results{
	float: none;
	text-align: left;
	padding: 2px;
	width: 900px;
}




#events_list{
	float: left;
	text-align: left;
	background-repeat: no-repeat;
	font-size: 10pt;
}
#events_list p a {color: #434343;}

#events_list h2 {
	color: #666666;
	border: 1px solid #003399;
	width: 50%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 144%;
	background-position: left top;
}

#events_list h3, #events_listh3 a{
	color: #990033;
    	font-size: 117%;
    	font-weight: bold;
}

#events_list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#events_list ul ul{font-size: 100%;}

#events_list li {padding: 0;}


#events_list li a {
	color: #000;
	padding: 5px 5px 5px 5px;
	width: 100%;
	text-decoration: none;
	display: block;
}

#events_list li a:hover {
	color: #039;
    	padding: 5px 5px 5px 10px;
	display: block;
}
#events_list img a:hover {
	background: transparent;
}
#events_list a.notnav{ padding: 0; margin: 0; font-size: 100%; text-decoration: none; background: none; display: inline;}

#events_list a.notnav:hover{ text-decoration: underline; background: none; display: inline;}

#events_list ul {font-size: 100%;}

#events_list .subnavtitle{
	color: #990033;
    font-size: 100%;
    font-weight: bold;
}

#left_menu{
	float: left;
	text-align: left;
	background-repeat: no-repeat;
	font-size: 8pt;
}

#left_menu p a {color: #434343;}

#left_menu h2 {
	color: #666666;
	border: 1px solid #003399;
	width: 50%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 144%;
	background-position: left top;
}

#left_menu h3, #left_menuh3 a{
    font-size: 117%;
    font-weight: bold;
    padding: 5px 0 5px 0;
    margin: 0;
}

#left_menu ul {
	margin: 0;
	padding: 0 0 0 5px;
	list-style: none;
}

#left_menu ul ul{font-size: 100%;}

#left_menu li {padding: 0;}

#left_menu li hover {
	color: #039;
    padding-left: 8px;
	display: block;
}
#left_menu img a:hover {
	background: transparent;
}
#left_menu a.notnav{ padding: 0; margin: 0; font-size: 100%; text-decoration: none; background: none; display: inline;}

#left_menu a.notnav:hover{ text-decoration: underline; background: none; display: inline;}

#left_menu ul {font-size: 100%; line-height: 150%}

#left_menu .subnavtitle{
	color: #990033;
    font-size: 100%;
    font-weight: bold;
}


/*ROSTER */
#roster_list{
	float: left;
	text-align: left;
	background-repeat: no-repeat;
	font-size: 10pt;
}

#roster_list p a {
	color: #434343;
}

#roster_list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#roster_list ul ul{font-size: 100%;}

#roster_list li {
	padding: 5px 5px 5px 5px;
	border-bottom: dashed thin black;
}

#roster_list li a {
	color: #000;
	width: 100%;
	text-decoration: none;
	display: block;
	font-size: 12pt;
}

#roster_list li a:hover {
	color: white;
	display: block;
	background-color: gray;
}



#video_wrapper{
	float:right;
	width: 550px;
	padding-left: 10px;
	padding-right: 5px;
	margin-right: 30px;
}

/*COMMENTS */
#comments {
	border: blue solid thin;
	background-color:#CCC;
	width: 520px;
	text-align: left;
}

.comment_header{
	border-bottom: blue solid thin;
	background-color: #CCC;
	color: blue;
}

#comments .comments_username{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: black;
	font-weight: bold;
	text-align: left;
	font-size: 18px;
	letter-spacing: 3px;
}
	
#comments .comments_timestamp{
	color: blue;
	font-weight: bold;
	text-align: right;
	font-size: 10px;
}
	
#comments .comment {
	padding-left: 10px;
	background-color:#FFF;
	color: black;
	padding-top: 3px;
	padding-bottom: 3px;
}


/*====Calendar DIVs=====*/

.calendar_event{
padding: 2px 0 0 15px;
border-top: thin black dashed;
border-bottom: thin black dashed;
}

.calendar_event h4, h5, h6{
display: inline;
}

.calendar_subinfo{
display: none;
}


#footer {
   	background-color: #FFFFFF;
   	margin: 0px;
    	padding: 0px 0px 10px 0px;
	border-top: thin dashed grey;
}

#footer p {
	margin: 0; 
    	padding: 0px 0px 10px 0px;
}




.form-left		{
	color: black;
	font-weight: bold;
	font-size: 10pt;
	text-align: left;
	margin: 0px; 
	padding: 0em;
	background-color: white;
	border-right: thin black solid;
	}
.form-title		{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	margin: 0px;
	padding: 8px;
	background-color: black;
	margin: 2px;
	}
.form-footer		{
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	margin: 0px; 
	padding: 0px;
	border: thin black solid;
	margin: 2px;
	color: white;
	}
	
.delete		{
	font-weight: bold;
	font-size: 16px;
	margin: 5px; 
	padding: 5px;
	color: red;
	border: thin red solid;
	margin: 2px;
}
	
	
	
/*********************************************************/
/*Training Log Style*/


/*leftnav*/
#log_leftnav
{
	color: black;
	float: left;
	width: 130px;
	font-size: 8pt;
	margin: 0;
	padding: 0px;
	line-height: 120%;
	background-color: #CFCFCF;
	height: 100%;
}


.log_side_board {
	color: black;
	font-size:7pt;
	line-height:100%;
}
.log_month_title {
	color: white;
	font-size:20pt;
	line-height: 100%;
	text-align: center;
	background-color: black;
}

/*styledate*/
.log_caldate{
	font-size:11px;
 	font-style: italic;
 	color: black;
 }
 
/*styletotal*/
.log_caltotal{
	font-size:12px;
 	font-weight: bold;
 	color: black;
}
 
/*styledaily*/
.log_caldaily{font-size:8pt;}
 
 /*current day*/
.log_current_day{
	font-size:8pt;
 	color: black;
 	/*background-color: #C7B4FE;*/
 	border: medium black dashed;
 }
 
  /*days from other months*/
.log_other_month{
	font-size:8pt;
 	color: black;
 	background-color: #CCCCCC;
 }
 
.log_activity_title {
	color: #FFFFFF;
	font-weight: bold;
	font-size:14pt;
	line-height: 120%;
	background-color:blue;
}

	
.daily_note{
	text-align: center;
	font-size: 10px;
	color: white;
	background-color: green;
}




/*********************************************************/
/*Other Styles*/


.action_message{
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	margin: 2px;
	padding: 5px;
	color: white;
	background-color: green;
	border: thin dashed black;
	}
	
.message_updates{
	font-weight: bold;
	text-align: left;
	font-size: 14px;
	margin: 2px;
	padding: 5px;
	color: white;
	background-color: green;
	border-width: medium;
	border-style: dashed;
	border-color: black;
	}

.footnote {
	font-size:9pt;
	color: red;
	}

#convert_body {
	font-family: Calibri;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	background-color: #FFFFFF;
}

.converter 	{color: #FFFFFF; font-size:8px; }
.clear {clear: both;}
.white {color: #666666;}
.login 	{color: #666666; font-size:10px; }

.small1		{font-size:6pt;}
.small2 	{font-size:8pt;}
.small3 	{font-size:10pt;}

.center	{text-align: center;}

td{
	text-align: left;
}


/*CONTACT FORM */
/* form 5 */

	#form5{
		margin:1em 0;
		padding-top:0px;
		}
	#form5 fieldset{
		margin:0;
		padding-top:.5em;
		border:none;	
		border-top:1px solid #f1f1f1;
		}		
	#form5 legend{
		background:#fff;
		padding:0 5px;
		font-style:italic;
		}	
	#form5 p{
		clear:both;
		margin:.5em 0;
		overflow:hidden;
		}	
	#form5 label{
		float:left;
		width:60px;
		display:block;
		text-align:right;
		margin-right:10px;
		}	
	#form5 input, #form5 textarea{	
		margin:0;	
		width:250px;
		border:1px solid #ddd;		
		padding:3px 5px 3px 25px;
		}		
	
	
	#form5 input#name{background:#fff url(/images/form5/form_name.gif) no-repeat 5px 50%;}
	#form5 input#email{background:#fff url(/images/form5/form_email.gif) no-repeat 5px 50%;}
	#form5 input#phone{background:#fff url(/images/form5/phone.png) no-repeat 5px 50%;}
	#form5 textarea#message{background:#fff url(/images/form5/form_note.gif) no-repeat 5px 6px;}
	#form5 input#vercode{background:#fff url(/login/captcha.php) no-repeat 5px 20%; padding-left: 70px; width: 70px;}
	
	
	#form5 textarea{
		height:145px;
		overflow:auto;
		width: 400px;
		}					
	#form5 p.submit{
		clear:both;
		margin:1em 0;
		padding:.5em 70px;
		border-top:1px solid #f1f1f1;		
		
		}	
	#form5 button{
		height:28px;
		line-height:28px;		
		border-top:1px solid #999;
		border-left:1px solid #999;
		border-right:1px solid #333;
		border-bottom:1px solid #333;
		background:url(/images/form5/form_button.gif) no-repeat;
		padding:0 10px 0 25px;
		color:#333;
		cursor:pointer;
		text-align:left;
		font-size:11px;
		font-weight:bold;
		}

/*REGISTER POP UP */

.modal { 
    background-color:#fff; 
    display:none; 
    width:450px; 
    padding:15px; 
    text-align:left; 
    border:2px solid #333; 
 
    opacity:0.8; 
    -moz-border-radius:6px; 
    -webkit-border-radius:6px; 
    -moz-box-shadow: 0 0 50px #ccc; 
    -webkit-box-shadow: 0 0 50px #ccc; 
} 
 
.modal h2 { 
    margin:0px; 
    padding:10px 0 10px 45px; 
    border-bottom:1px solid #333; 
    font-size:20px; 
}


/*STYLES FOR VIDEOS.PHP PAGES */


.pipe  {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

.pipe_item {
	margin: 5px;
	list-style: none;
	display: inline;
	float: left;
	font-size: 12px;
	width: 100px;
	height: 100px;
	}

.pipe_item a {
	text-decoration: none;
	border: none;
	}
	
.pipe_item img {
	text-decoration: none;
	border: none;
	}
		

fieldset{
display:block;
float:left;
width: 90%;
font-size:12px;
margin-top:20px;
margin-left:20px;
border: none;
border-top:1px solid #CCCCCC;
}

legend{
padding:2px 5px;
border:1px solid #CCCCCC;
color: #0066CC;
font-size: 22px;
}

#output{
display:block;
float:left;
} 

.nicedit_textarea {
width: 100%;
}