﻿/**************************************************************************************************************
 * Reset
 **************************************************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border-style: none;
    border-color: inherit;
    border-width: 0;
    margin: 0;
    padding: 0;
    outline: 0;
    text-align: center;
}

/**************************************************************************************************************
 * Globals
 **************************************************************************************************************/
body { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; background: url(images/bg.jpg); min-width: 960px }
h1, h2, h3, p, table, ul { margin: 10px; }
h1 { font-size: 24pt; font-weight: bold;  color: #345973;  }
h2 { font-size: 12pt; font-weight: bold; }
h3 { font-size: 10pt; font-weight: bold; }
li { margin: 10px 10px 10px 40px; }
th { white-space: nowrap; font-weight: bold; }
td { text-align: left; vertical-align: top; }
a { color: #333; text-decoration: none; }
a:hover { text-decoration: underline; }
input.text, textarea { border: solid #51565C 1px; padding: 2px; }
strong { font-weight: bold; }
em { font-style: italic; }
blockquote { margin: 10px 50px; }

.clear { clear: both; }
.right { text-align: right; }

/* dont show transparent pngs in IE until the js fixes them */
.ie5 .iefix, .ie6 .iefix { display:none; } 

.rightimg {
	float: right;
}

/**************************************************************************************************************
 * Layout
 **************************************************************************************************************/
#page { margin: 0 auto; width: 980px; background-color: #fff;  margin-top: 20px; padding:10px;  }
#page a { font-size: 10pt; }

#header { background: #345973; color: #fff; height: 120px; margin: 0; overflow: hidden; text-align: right;  width: 980px;  }
#header ul { list-style: none; }
#header ul li { display: inline; margin: 0 2px; font-size: 8pt; }
#header ul li a { color: #fff; text-decoration: none; font-size: 8pt; }
#header ul li a:hover { text-decoration: underline; }
#header ul li.username { font-weight: normal; }
#header h1 { font-size: 24pt; margin: 0 10px; float: left; }
#header .badge { margin: 0; margin-top: 25px; }
#header_left { float: left; width: 350px; padding: 0; margin: 0; }

/*#nav { background: url("Images/tabs_bg.png") repeat-x left top; height: 30px; padding: 0; overflow: hidden; }
#nav ul { list-style: none; margin: 0; padding: 0; }
#nav ul li { display: inline; margin: 0; padding: 0; height: 30px; line-height: 30px; }
#nav ul li a { text-decoration: none; cursor: hand; float: left; background: url("Images/tab_right.png") no-repeat right top; height: 30px; float: left; display: block; padding: 0 15px 0 0; font-weight: bold; font-size: 10pt; }
#nav ul li a span { color: #fff; background: url("Images/tab_left.png") no-repeat left top; height: 30px; text-align: center; float: left; display: block; padding: 0 0 0 15px; }
#nav ul li a:hover { background-position: 100% -30px; }
#nav ul li a:hover span { background-position: 0 -30px; }
#nav ul li a.selected { background-position: 100% -60px; }
#nav ul li a.selected span { background-position: 0 -60px; }*/

#content { }

#columns { background: url(Images/columns_bg.png) top left repeat-y; }
#column1 { width: 730px; overflow: hidden; float: left; margin-right:10px; }
#column2 { width: 230px; overflow: hidden; float: right; }
#column2 table { margin: 0 0 0 0; }
#column2 .sidebaritem {margin-bottom: 15px; width:230px;
	
}

#footer { background-color: #345973; color: #fff; border: solid #000 1px; height: 100px; font-size: 8pt; }
#footer p  { font-size: 8pt; }
#footer ul { list-style: none; float: right; font-size: 8pt; }
#footer li { display: inline; margin: 0; font-size: 8pt; }
#footer a  { color: #fff; font-size: 8pt; }

/**************************************************************************************************************
 * Page Styles
 **************************************************************************************************************/
/* ~/Admin/Default.aspx */
#dashboard { width: 980px; margin: 0; padding: 0; }
#dashboard .column1 { width: 500px; }
#dashboard .column1 table { margin-right: 0; }
#dashboard .column2 { width: 250px; }

/* ~/Admin/Users.aspx */
#searchterms { margin: 10px; background-color: #ddd; border: solid #000 1px; }
#searchterms li, a { font-size: 8pt; }
#searchterms li { margin-top: 2px; margin-bottom: 2px; }
#searchterms p { margin: 2px 4px; }

#userlist { }
#userlist .gv { margin: 0 10px; }
#userlist .count { margin: 0 10px; text-align: right; font-size: 8pt; font-weight: bold; }
#userlist .gvedrs td { width: 730px; padding: 5px; }

/* ~/Admin/Roles.aspx */
#roles { }
#roles .list { margin: 0 10px; padding: 10px; border: solid #000 1px; background-color: #ddd; }
#roles .list table { margin: 0; padding: 0; }
#roles .list td { padding: 4px; }
#roles .list label { margin-left: 5px; }
#roles .note { margin: 0 10px; }

/* ~/Login.aspx */
#login { margin: 50px; }
#login .container { width: 200px; margin-left: auto; margin-right: auto; }
#login h1 { margin: 0 0 10px 0; padding: 0; }
#login p { margin: 10px 0 0 0; padding: 0; }
#login label { display: block; font-weight: bold; }
#login input.text { width: 195px; }

/* ~/Signup.aspx */
#signup { margin: 50px 195px; width: 355px; }
#signup h1 { margin: 0 0 10px 0; padding: 0; }
#signup table { margin: 0 0 10px 0; border: none; width: 355px; }
#signup td { padding: 5px; }

/* ~/ForgotPassword.aspx */
#passwordrecovery { margin: 50px; }
#passwordrecovery .container { width: 300px; margin-left: auto; margin-right: auto; }
#passwordrecovery h1 { margin: 0 0 10px 0; padding: 0; }
#passwordrecovery p { margin: 10px 0 0 0; padding: 0; }
#passwordrecovery label { display: block; font-weight: bold; }
#passwordrecovery input.text { width: 295px; }

/* ~/Member/Account.aspx */
#accountinfo { }

.hcregion { border:dashed #000 1px; }
.hcsharedregion { border: dashed #f00 1px; }

/******************************************************************************
 * ASP.NET Controls
 ******************************************************************************/
/* <asp:GridView /> */
.gv { background-color: #ccc; border: solid #31373D 1px; border-collapse: collapse; }
.gv th, .gv td { text-align: left; padding: 2px; font-size: 8pt; border-right: solid #31373D 1px; }
.gv th { color: #fff; background-color: #31373D; }
.gv th a { color: #fff; text-decoration: none; }
.gvar { background-color: #fff; }
.gvpr td { color: #fff; font-weight: bold; background-color: #31373D; font-size: 10pt; }
.gvpr a { color: #ccc; font-weight: bold; }
.gvpr td table { margin: 0; }

/* <asp:DetailsView /> */
.dv { background-color: #ccc; border: solid #31373D 1px; border-collapse: collapse; }
.dv td { padding: 4px; }
.dvh { text-align: right; white-space: nowrap; color: #fff; background-color: #31373D; font-weight: bold; }

/* <asp:ValidationSummary /> */
.vs { color: #fff; background-color: #c00; margin: 0; padding: 4px; }
.vs ul { margin: 0; padding: 0; list-style: none; }
.vs li { margin: 0; padding: 0; font-size: 8pt; font-weight: normal; }

/* <hc:Dialog /> */
.dialog { color: #000; background-color: #fff; border: solid #31373D 2px; }
.dialog_title { color: #fff; background-color: #31373D; font-size: 10pt; font-weight: bold; padding: 4px; text-align: left; }
.dialog_content { text-align: left; }
.dialog_content .gv, .dialog_content .dv, .dialog_content table, .dialog_content p { margin: 10px 10px 0 10px; }
.dialog_buttons { padding: 10px; text-align: right; }
.dialog_background { background-color: Gray; filter: alpha(opacity=70); opacity: 0.7; }

/* <hc:Button /> */
button.btn { background-color: transparent; border: none; margin: 0; padding: 0; }
button.btn div { border: 0; cursor: pointer; padding: 0 6px 0 0; text-align: center; height: 22px; }
button.btn div span { display: block; white-space: nowrap; padding: 0 0 0 6px; color: #000; font-size: 10pt; height: 22px; line-height: 22px; }
/* button graphics */
button.btn div { background: url(Images/button_right.png) top right no-repeat; }
button.btn div span { background: url(Images/button_left.png) top left no-repeat; }
button.btn:hover div { background-position: 100% -22px; }
button.btn:hover div span { background-position: 0% -22px; }
/* button browser specific tweaks */
.ie button.btn { width: auto; overflow: visible; padding: 0 0 0 4px; }

/************************************************************************************
 * AjaxControlToolkit Popup Calendar
 ************************************************************************************/
.ajax__calendar_container {padding:4px;position:absolute;cursor:default;width:240px;font-size:11px;text-align:center;font-family:tahoma,verdana,helvetica;}
.ajax__calendar_body {height:139px;width:240px;position:relative;overflow:hidden;margin:auto;}
.ajax__calendar_days, .ajax__calendar_months, .ajax__calendar_years {top:0px;left:0px;height:139px;width:170px;position:absolute;text-align:center;margin:auto;}
.ajax__calendar_container TD {font-size:8pt;padding:0;}
.ajax__calendar_header {height:20px;width:100%;}
.ajax__calendar_prev {cursor:pointer;width:15px;height:15px;float:left;background-repeat:no-repeat;background-position:50% 50%;background-image:url(Images/arrow-left.gif);}
.ajax__calendar_next {cursor:pointer;width:15px;height:15px;float:right;background-repeat:no-repeat;background-position:50% 50%;background-image:url(Images/arrow-right.gif);}
.ajax__calendar_title {cursor:pointer;font-weight:bold;}
.ajax__calendar_footer {height:15px;}
.ajax__calendar_today {cursor:pointer;padding-top:3px;}
.ajax__calendar_dayname {height:17px;width:17px;text-align:right;padding:0 2px;}
.ajax__calendar_day {height:17px;width:18px;text-align:right;padding:0 2px;cursor:pointer;}
.ajax__calendar_month {height:44px;width:40px;text-align:center;cursor:pointer;overflow:hidden;}
.ajax__calendar_year {height:44px;width:40px;text-align:center;cursor:pointer;overflow:hidden;}

.ajax__calendar .ajax__calendar_container {border:1px solid #646464;background-color:#ffffff;color:#000000;}
.ajax__calendar .ajax__calendar_footer {border-top:1px solid #f5f5f5;}
.ajax__calendar .ajax__calendar_dayname {border-bottom:1px solid #f5f5f5;}
.ajax__calendar .ajax__calendar_day {border:1px solid #ffffff;}
.ajax__calendar .ajax__calendar_month {border:1px solid #ffffff;}
.ajax__calendar .ajax__calendar_year {border:1px solid #ffffff;}

.ajax__calendar .ajax__calendar_active .ajax__calendar_day {background-color:#edf9ff;border-color:#0066cc;color:#0066cc;}
.ajax__calendar .ajax__calendar_active .ajax__calendar_month {background-color:#edf9ff;border-color:#0066cc;color:#0066cc;}
.ajax__calendar .ajax__calendar_active .ajax__calendar_year {background-color:#edf9ff;border-color:#0066cc;color:#0066cc;}

.ajax__calendar .ajax__calendar_other .ajax__calendar_day {background-color:#ffffff;border-color:#ffffff;color:#646464;}
.ajax__calendar .ajax__calendar_other .ajax__calendar_year {background-color:#ffffff;border-color:#ffffff;color:#646464;}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_day {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_month {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_year {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_title {color:#0066cc;}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_today {color:#0066cc;}

/* Horizontal Menu
------------------------------------------------------------------------------*/

/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/pro_drop_1.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menu_bar {
	padding: 0px;
	background-image: url(Images/menubg.jpg);
}
.preload1 {
	background: url(Images/blank_over.gif);
}
.preload2 {
	background: url(Images/blank_overa.gif);
}
#nav {
	padding:0;
	margin:0;
	list-style:none;
	height:36px;
	position:relative;
	z-index:500;
	font-family:arial, verdana, sans-serif;
}
#nav li {
	margin: 0 0 0 0;
}
#nav li.top {
	display:block;
	float:left;
}
#nav li a.top_link {
	display:block;
	float:left;
	height:36px;
	line-height:27px;
	color:#ccc;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	padding: 0 0 0 3px;
	cursor:pointer;
	background: url(Images/blank.gif);
}
#nav li a.top_link span {
	float:left;
	display:block;
	padding:0 12px 0 12px;
	height:36px;
	background: url(Images/blank.gif) right top;
}
#nav li a.top_link span.down {
	float:left;
	display:block;
	padding:0 24px 0 12px;
	height:36px;
	background: url(Images/blanka.gif) no-repeat right top;
}
#nav li a.top_link:hover {
	color:#fff;
	background: url(Images/blank_over.gif) no-repeat;
}
#nav li a.top_link:hover span {
	background:url(Images/blank_over.gif) no-repeat right top;
}
#nav li a.top_link:hover span.down {
	background:url(Images/blank_overa.gif) no-repeat right top;
}
#nav li:hover > a.top_link {
	color:#fff;
	background: url(Images/blank_over.gif) no-repeat;
}
#nav li:hover > a.top_link span {
	background:url(Images/blank_over.gif) no-repeat right top;
}
#nav li:hover > a.top_link span.down {
	background:url(Images/blank_overa.gif) no-repeat right top;
}
/* Default list styling */

#nav li:hover {
	position:relative;
	z-index:200;
}
/* keep the 'next' level invisible by placing it off screen. */
#nav ul, #nav li:hover ul ul, #nav li:hover ul li:hover ul ul, #nav li:hover ul li:hover ul li:hover ul ul, #nav li:hover ul li:hover ul li:hover ul li:hover ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
}
#nav li:hover ul.sub {
	left:0;
	top:31px;
	background: #3383B8;
	padding:3px;
	border: 1px solid black;
	white-space:nowrap;
	width:120px;
	height:auto;
	z-index:300;
	}
#nav li:hover ul.sub li {
	display:block;
	height:20px;
	position:relative;
	float:left;
	width:120px;
	font-weight:normal;
}
#nav li:hover ul.sub li a {
	display:block;
	font-size:11px;
	height:20px;
	width:120px;
	line-height:20px;
	text-indent:5px;
	color: white;
	text-decoration:none;
}
#nav li ul.sub li a.fly {
	background:#fff url(Images/arrow.gif) 80px 7px no-repeat;
}
#nav li:hover ul.sub li a:hover {
	background:#3a93d2;
	color:#fff;
}
#nav li:hover ul.sub li a.fly:hover {
	background:#3a93d2 url(Images/arrow_over.gif) 80px 7px no-repeat;
	color:#fff;
}
#nav li:hover ul li:hover > a.fly {
	background:#3a93d2 url(Images/arrow_over.gif) 80px 7px no-repeat;
	color:#fff;
}
#nav li:hover ul li:hover ul, #nav li:hover ul li:hover ul li:hover ul, #nav li:hover ul li:hover ul li:hover ul li:hover ul, #nav li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul {
	left:90px;
	top:-4px;
	background: #fff;
	padding:3px;
	border:1px solid #3a93d2;
	white-space:nowrap;
	width:90px;
	z-index:400;
	height:auto;
}


#committee table {
	border: 1px solid #345973;
}


#committee td {
	padding:5px;
	border: 1px solid #345973;
}


#committee .committeeheader {
	color: #FFF;
	background-color: #345973;
}

.sidebaritem a {
	vertical-align: middle;
	text-align: center;
}

#teamlist {
	
}

#teamlist .teamname {
	color: white;
	font-size: 2.0em;
	background-color: #335973;
	padding: 5px 5px 5px 5px;
	margin-top: 5px;
}

#teamlist .playersnames {
	font-size: 1.4em;
}

#teamlist .player {
	font-size: 1.4em;
}

#training {
	
}

#training table {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse: collapse;
	background-color: white;
}

#training table th {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

#training table td {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

#training table .header {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	background-color: #345973;
	-moz-border-radius: 0px 0px 0px 0px;
	color: white;
}


/* Match Report */

.grade
{
	color: white;
	font-size: 2.2em;
	background-color: #335973;
	padding: 3px 3px 3px 3px;
	margin-top: 5px;
	margin-bottom: 5px;
	}

.report 
{
margin-top: 15px;
width: 400px;
}