/* CSS Document */


* {
	margin:0;
	padding:0;
}
body {
	background: #ffffff url(http://www.alkivolleyballassociation.com/imgs/background.gif);
	margin:0px 0px 0 0px;
	color:#2f2f2f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a img {
	border:0;
}
:focus {
	outline:0;
}
a:link {
	color: #0c4c7e;
	text-decoration: underline;
}
/* old 
a:visited { color: #365975;
		 text-decoration: none;
}
a:active { color: #999999;
		 text-decoration: none;
}
a:hover { color: #ea7601;
		 text-decoration: underline;
}
*/
a:visited {
	color: #274761;
	text-decoration: none;
}
a:active {
	color: #1660ce;
	text-decoration: none;
}
a:hover {
	color: #1660ce;
	text-decoration: underline;
}
/* Heading */
h1, h2, h3, h4 {
	margin-bottom:.5em;
	line-height:1.4em;
}
h2 {
	font-size:1.7em;
}
h3 {
	margin-bottom:.5em;
	color:#253033;
	font-size:2em;
}
h4 {
	margin-bottom:.6em;
	color:#494848;
	font-size:1.05em;
}
h5 {
	font-size:1.05em;
}
h6 {
	font-size:1em;
}
/* Table */
th {
	padding:0;
	text-align:left;
	vertical-align:top;
}
td {
	padding:0; /*vertical-align:top; */
}
/* Paragraph */
p, address {
	margin-bottom:.5em;
}
address {
	font-style:normal;
}
cite {
	font-style:normal;
	font-size:10px;
}
q:before, q:after {
	content:'';
}
/* Form */
form {
	display:inline;
}
fieldset {
	border:0;
}
legend {
	display:none;
}
label {
	color:#333;
}
input, select {
	vertical-align:middle;
}
textarea {
	overflow:auto;
}
/* Lists */
ul, ol {
	list-style:none;
}
dt {
	display:block;
}
/* Size */
small {
	font-size:.9em;
}
big {
	font-size:1.25em;
}
/* Search */
#player_search_box {
	font-size:12px;
	text-align:left;
	float:left;
	width:100%;
	padding-top:9px;
	padding-right:5px;
	padding-bottom:13px;
	padding-left:15px;
	vertical-align:bottom;
}
.inner_box {
	float:left;
}
.inner_box_top {
	float:left;
	vertical-align:baseline;
	text-align:left;
	color:#999;
	padding-left:0px;
	padding-right:0px;
}
.inner_box_bottom {
	float:none;
	text-align:left;
	padding-left:0px;
	padding-right:9px;
}
#players_table_container {
	width:100%;
	padding:0;
	margin:0;
}
/* TABLES
*******************************************************************************/

/* Grid - General */
.table_heading {
	padding-top:5px;
	padding-right:5px;
	padding-bottom:5px;
	padding-left:5px;
	font-size:15px;
}
.grid {
	position:relative;
	padding-bottom:10px;
	margin-top:9px;
	margin-left:23px;
	margin-right:9px;
}
.grid-breadcrumb {
	position:relative;
	padding-bottom:0px;
	margin-top:0px;
	margin-left:23px;
	margin-right:9px;
	font-size: 14px;
}
.grid table {
	width:100%;
	border:1px solid #cbd3d4; /* border-bottom:none;*/
}
.grid table.border {
	border:1px solid #cbd3d4;
}
.grid tbody {
	background:#eef3f7;
}    /* Zebra odd-row */
.grid tr.alternate, .grid tr.alternate tr {
	background:#f6f6f6;
} /* Zebra even-row */
.grid tr.grass, .grid tr.grass tr {
	background:#e5f3e3;
} /* PINK row */
.grid tr.juniors, .grid tr.juniors tr {
	background:#f7f1f9;
} /* PINK row */
.grid tr.alternate-line, .grid tr.alternate-line tr {
	background:#ffffff;
} /* Zebra even-row horizontal line divider*/
.td-height { /*background:#f6f6f6;*/
	height:2px;
	overflow:hidden;
} /* Zebra even-row horizontal line divider*/
.grid tr.on-mouse {
	background:#fcf5dd;
	cursor:pointer;
} /* Rows mouse-over */
.grid tr.invalid {
	background-color:#f5d6c7;
}
.grid th, .grid td {
	padding:2px 4px 2px 4px;
}
.grid th {
	white-space:nowrap;
}
.grid td input.input-text {
	width:86%;
}
.grid table td {
	border-width:0 1px 1px 0;
	border-color:#DADFE0;
	border-style:solid;
}
.grid table.border td {
	background:#fff !important;
}
.grid table td.last {
	border-right:0;
}
.grid table td.product {
	text-align:right;
}
.grid table td.empty-text {
	padding:15px;
}
.grid table td .action-select {
	width:100%;
}
.grid .separator {
	padding:0 4px;
	color:#b9b9b9;
}
.grid tbody.odd tr {
	background:#fff !important;
}
.grid tbody.alternate tr {
	background:#f6f6f6 !important;
}
.grid tbody.odd tr td, .grid tbody.alternate tr td {
	border-bottom:0;
}
.grid tbody.odd tr.border td, .grid tbody.alternate tr.border td {
	border-bottom:1px solid #dadfe0;
}
/* Grid - Headings */
.grid tr.headings {
	background:url(../images/sort_row_bg3.gif) 0 33% repeat-x;
	height: 27px;
}
.grid tr.headings th {
	border-width:1px;
	border-color:#f9f9f9 #d1cfcf #f9f9f9 #f9f9f9;
	border-style:solid;
	padding-top:1px;
	padding-bottom:0;
	font-size:12px;
	font-weight: lighter;
	vertical-align: middle;
	text-shadow:0 0.5px 1px #ffffff;
}
.grid tr.headings th.year {
	font-size:15px;
	text-decoration:none;
	text-shadow:0 0.5px 1px #ffffff;
}
.grid tr.headings th.last {
	border-right:0;
}
.bold {
	border-right:0;
	font-weight: bold;
}
.medium {
	border-right:0;
	font-weight: bold;
	font-size: 13px;
	color: #333;
}
.mediumRed {
	border-right:0;
	font-weight: bold;
	font-size: 13px;
	color: #c33824;
}
.small {
	border-right:0;
	font-size: smaller;
}
#event-date {
	border-right:0;
	font-weight: bold;
	font-size: 19px;
	color:#333
}
.grid tr.headings th.no-link { /* Grid th with no sorting functionality */
	padding-top:2px;
	padding-bottom:1px;
	color:#2D444F;
}
.grid tr.headings th span.nobr {
	display:block; /* FF3 fix */
}
.grid tr.headings th a {
	display:block;
	padding:2px 4px 1px 0;
	color:#2d444f;
	text-decoration:none;
}
.grid tr.headings th a:hover {
	color:#d85909;
	text-decoration:none;
}
.grid tr.headings th a.sort-arrow-desc, .grid tr.headings th a.sort-arrow-asc {
	background:url(../images/sort_on_bg.gif) 0 0 no-repeat;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
	padding-bottom:2px;
}
.grid tr.headings th span.sort-title {
	display:block;
	padding:3px 12px 4px 0;
	line-height:1;
}
.grid tr.headings th a.sort-arrow-desc span.sort-title, .grid tr.headings th a.sort-arrow-asc span.sort-title {
	background-position:right 50%;
	background-repeat:no-repeat;
	padding:3px 12px 2px 8px;
}
.grid tr.headings th a.sort-arrow-desc span.sort-title {
	background-image:url(../images/grid_sort_desc.gif);
}
.grid tr.headings th a.sort-arrow-asc span.sort-title {
	background-image:url(../images/grid_sort_asc.gif);
}
/* Grid - Filter */
.grid tr.filter {
	background:url(../images/filter_row_bg.gif) repeat-x #e3eff1;
	cursor:default;
}
.grid tr.filter th {
	padding-top:5px;
	padding-bottom:5px;
	border:1px solid #bdbdbd;
	border-width:0 1px 1px 0;
	white-space:normal;
}
.grid tr.filter th.last {
	border-right:0;
}
.grid tr.filter input.input-text {
	width:85%;
}
.grid tr.filter select {
	width:100%;
}
.grid tr.filter .range .range-line {
	margin-bottom:3px;
	width:100px;
}
.grid tr.filter .range div.date {
	min-width:121px;
}
.grid tr.filter .range input {
	float:right;
	width:50px !important;
	margin-top:0;
}
.grid tr.filter .range select {
	float:right;
	width:56px !important;
	margin-top:0;
}
.grid tr.filter .range .label {
	display:block;
	width:36px;
	float:left;
	padding-left:2px;
}
.grid tr.filter .date img {
	width:15px;
	height:15px;
	cursor:pointer;
	vertical-align:middle;
}
.grid .head-massaction select {
	width:50px !important;
}
/* Player - Detail */
#playerInfo {
	float:left;
	width:500px
}
.profilePic {
	float:left;
	width:100px;
	margin:0 20px 20px 0
}
#playerInfo h1 {
	float:left;
	color:#39b54a;
	font-size:1.6em;
	text-transform:uppercase;
	font-weight:normal
}
#playerInfo dl {
	float:left;
	clear:left;
	margin:20px 0;
	color:#39b54a
}
#playerInfo dl dt {
	float:left;
	clear:left;
	margin:0;
	width:80px
}
#playerInfo dl dd {
	float:left;
	margin:0;
	color:#ccc
}
.playerNameDetail {
	margin-bottom:13px;
	margin-top:21px;
	margin-left: 23px;
	line-height:.4em;
}
/* FORMS
*******************************************************************************/


/* Form Elements */
input.input-text, textarea, select {
	border-width:1px;
	border-style:solid;
	border-color:#aaa #c8c8c8 #c8c8c8 #aaa;
	background:#fff;
	font:12px arial, helvetica, sans-serif;
}
select {
	min-height:17px; /* to set the height for empty selects */
}
/* Player Detail
*******************************************************************************/
#playerSummary {
	margin: 10px 0pt 0pt 243px;
	width: 325px;
}
#playerPic {
	float: left;
	margin-top: 0px;
	margin-left: 23px;
	margin-bottom: 10px;
}
#playerSummary .row {
	border-top:1px solid #e1e1e1;
	padding:1px 0 19px;
	clear:none;
}
#playerSummary .label {
	float:left;
	font-weight:bold;
	width:100px;
}
#playerSummary .data {
	float:left;
	width:210px;
}
#annualTable {
	background: transparent url(../images/background5.gif) -3% 69% repeat-x;
	border-top:1px solid #999999;
	border-right:1px solid #3E5D77;
	border-bottom:1px solid #3E5D77;
	border-left:1px solid #999999;
	padding:0px 0;
	width:325px;
	font-size:12px;
	margin:3px 0 15px 0;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-khtml-border-top-left-radius: 5px;
	-khtml-border-top-right-radius: 5px;
	-khtml-border-bottom-left-radius: 0px;
	-khtml-border-bottom-right-radius: 0px;
}
#annualTable th, #annualTable td {
	/* background-color:#f5f5f5; */
	padding:0px 6px;
	width:105px;
	text-shadow:0 0.5px 1px #fff;
	line-height: 18px;
}
#annualTable th {
	text-align:left;
	color:#fff;
	text-decoration:none;
	text-shadow:0 0.5px 1px #000;
}
#annualTable th, .headings tr {
	text-align:left;
	background-color:#708AA1;
	font-size:12px;
	margin:0 0 21px 0;
	opacity:0.8;
	border-bottom:1px solid #333333;
}
#annualTable tr {
	padding:0px 0;
}
#help {
	position: relative;
	top:auto;
	float: right;
	vertical-align: top;
	padding: 3px 3px 1px 1px;
	height: 10px;
	width: 10px;
}
#help img {
	height: 14px;
	width: 14px;
}
#help-popup {
	padding: 20px;
	margin:0 0 0 0;
}
.budlight {
	color: #74b111;
}
.Juniors {
	color: #bc34ef;
}
.Register {
	font-size: 16px;
	font-weight: bolder;
	color: #000;
}
.mediumRedNoBold {
	font-size: 13px;
	color: #c33824;
}
.mediumGreen {
	font-size: 13px;
	color: #090;
}
.mediumGrey {
	font-size: 13px;
	font-weight: bold;
	color: #666;
}
.large {
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
#event-date-grey {
	font-size: 16px;
	font-weight: bold;
	color: #666;
}
.mediumGreenBold {
	font-size: 13px;
	font-weight: bold;
	color: #090;
}
