/*            >>>   SKY volleyball stylesheet  <<<            */
img.left { 
  float: left;
  margin-left: 0;
}

img.right { 
  float: right;
  margin-right: 10px;
}

.login {
	font-family: Arial;
	color: #333333;
	font-size: 11px;
	font-weight: normal;
}

p {
	font-family: Arial;
	color: #290D71;
	font-size: 12px;
	font-weight: normal;
}

p.large {
	font-family: Arial;
	padding: 0px 5px 0px 5px; /*top right bottom left*/
    color: #290D71;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 2px;
	border-bottom: 3px solid #2E3192;}

.value {
	font-family: Arial;
	color: #290D71;
	font-size: 12px;
	font-weight: bold;
}
li {
	font-family: Arial;
	color: #290D71;
	font-size: 10px;
	font-weight: normal;
}

li.big{
	font-family: Arial;
	color: #290D71;
	font-size: 12px;
	font-weight: bold;
}

td {
	font-family: Arial;
	color: #290D71;
	font-size: 12px;
	font-weight: normal;
}

.formstyle {
	font-family: Arial;
	color: #333333;
	font-size: 9px;
	font-weight: normal;
	background-color:#eeeeee;	
}
.checkout {
	font-family: Arial;
	color: #333333;
	font-size: 9px;
	font-weight: normal;
	background-color:#cccccc;	
        width: 100%;
}

.form2 {
	font-family: Arial;
	color: #333333;
	font-size: 9px;
	font-weight: normal;
}
.side {
	font-family: Arial;
	color: #003366;
	font-size: medium;
	}

.side2 {
	font-family: Arial;
	color: #333333;
	font-size: medium;
	font-weight: bold;
}

tr.greybgd {
	background-color: #eeeeee;
}

td.list {
	font-family: Arial;
	color: #121541;
	font-size: 10px;
    font-weight: normal;
}
td.phone {
	font-family: Arial;
	color: #121541;
	font-size: 9px;
    font-weight: normal;
}
td.label {
	font-family: Arial;
	color: #121541;
	font-size: 10px;
    font-weight: normal;
    text-align: right;

}


tr.hdr {
	font-family: Arial;
	color: #121541;
	font-size: 12px;
    background-color: #cccccc;
    text-align: center;
	font-weight: bold;
}

.login {
	font-family: Arial;
	color: #666666;		
	font-size: 10px;
	padding: 0px 5px 0px 5px; /*top right bottom left*/
	width: 100%;
}


p.cred {
	font-family: Arial;
	color: #666666;		
	font-size: 10px;
	TEXT-ALIGN: center;
}

p.menucat {
	font-family: Arial;
	padding: 0px 5px 0px 2px; /*top right bottom left*/
	color: #290D71;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	text-decoration: underline;
}

h3 {
	font-family: Arial;
	padding: 0px 5px 0px 5px; /*top right bottom left*/
	color: #290d71;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 2px;
	background-color:#8BA4D4;
	border-bottom: 3px solid #2E3192;
}

h4 {

	font-family: Arial;
	padding: 0px 0px 0px 5px; /*top right bottom left*/
	font-size: 12px;
	font-weight: 600;
        color: #8BA4D4;
	letter-spacing: 1px;
	background-color:#2E3192;
	border-bottom: 2px solid #FDD404;	
}
h5 {

	font-family: Arial;
	padding: 0px 0px 0px 2px; /*top right bottom left*/
	font-size: 16px;
	font-weight: 600;
	color: #290D71;
        border-bottom: 1px solid #CBC4F2;
}

/*************************  ID's *************************/
body {
	text-align: center;
	width: 100%;
	min-width: 800px;
	margin: 0;
	padding: 0;
	border: 0;
}

#hdr {
	clear: both;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px 0px 0px 0px; /*top right bottom left*/
	text-align: center;
	border-bottom: 2px solid #fff; 
}

/* column container */
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;				/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
/* This setting creates full width columns that provide the background colors at full length of the longest column. */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;				/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
/* 3 Column settings */
/* First three classes below define column color backgrounds. Use same color if main page should be same background. */
/* sizes defined as percentage of page. As of 9/29/09, based on 20%-60%-20% balanced page. */
.threecol {
	background: #FFF	;	/* right column background colour - 91c0dd */
}
.threecol .colmid {
	right:20%;				/* width of the right column */
	background:#FFF;		/* center column background colour */
}
.threecol .colleft {
	right:60%;				/* width of the middle column */
	background: #FFF;		/* left column background colour */
}

/* Next three classes define 'text' portion of column. As of 9/29/09, allows 2% padding on left and right sides. */
.threecol .col1 {
	width:56%;			/* width of center column content (column width minus padding on either side) */
	left:102%;			/* 100% plus left padding of center column */
	text-align: left;
	padding-top: 10px;
}
.threecol .col2 {
	width:16%;			/* Width of left column content (column width minus padding on either side) */
	left:26%;			/* width of (right column) plus (center column left and right padding) plus (left column left 			padding) */
	text-align: left;
	padding-top: 10px;
}
.threecol .col3 {
	width:16%;			/* Width of right column content (column width minus padding on either side) */
	left:90%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	text-align: center;
	padding-top: 10px;
}

/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #000;
	text-align: center;
}
#footer p {
	padding:10px;
	margin:0;
}

#login {
	position: fixed;
	width: 90px;
	padding: 5px 5px 5px 5px; /*top right bottom left*/
	margin-top: 30px;		
	height:10px;
    background-color: #a7a7a7;
}

#wrapper {
	margin:0 auto;
	width:100%;
	text-align: left;
}
#level {
  overflow: hidden;
}

#bulletin {
	position: absolute;
	width: 190px;
	padding: 5px 0px 0px 5px; /*top right bottom left*/
	margin-top: 140px;
	margin-left: 20px;
}

#main {
	position: absolute;
	padding: 5px 10px 0px 10px;
	border: 0px;
	background-color:#FFF;
	margin: 140px 215px 0px 215px;
	float: none;
}

#column_r {
	float: right;
	width: 190px;
	padding: 15px 5px 5px 5px;
	margin: 140px 20px 0px 0px;
	background-color: #FFF;
	text-align: center;
	position: relative;
}


/*************************  Links *************************/
/*a.menu:hover {
	background-color:#FFFF00;
}  
*/
a:link {
	font-family: Arial;
	min-width: 100px;
	color: #290D71;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 2px 2px 2px; /*top right bottom left*/
}

a:visited { 
	font-family: Arial;
	min-width: 100px;
	color: #290D71;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 2px 2px 2px; /*top right bottom left*/
}

a:hover {
	font-family: Arial;
	min-width: 100px;
	color: #290D71;
	text-decoration: underline;
	font-style:italic;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 2px 2px 2px; /*top right bottom left*/
/*	background-color:#FFFFcc;  */
}  

a:active { 
	font-family: Arial;
	min-width: 100px;
	color: #290D71;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 2px 2px 2px; /*top right bottom left*/
} 

a.cred:link {
	font-family: Arial;
	color: #666666;		
	font-size: 10px;
	}

a.cred:visited { 
	font-family: Arial;
	color: #666666;		
	font-size: 10px;
	}

a.cred:hover {
	font-family: Arial;
	color: #666666;		
	font-size: 10px;
	font-weight: bold;
	background-color:#FFFFBB;
}  

a.cred:active { 
	font-family: Arial;
	color: #666666;		
	font-size: 10px;
	} 
	
a.menu:link {
	font-family: Arial;
	color: #290D71;		
	font-size: 10px;

	}

a.menu:visited { 
	font-family: Arial;
	color: #290D71;		
	font-size: 10px;

	}

a.menu:hover {
	font-family: Arial;
	color: #290D71;		
	font-size: 10px;
	font-weight: bold;
/*	background-color:#FDD404; */
}  

a.menu:active { 
	font-family: Arial;
	color: #290D71;		
	font-size: 10px;
	line-height: 110%
	} 