@charset "utf-8";
/* CSS Document */

html {

	background-color:#0093e7;
	height:auto;
}

body {

	height:auto;
}

a {
	text-align:left;
}

p {
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
}

strong {
	
	font-weight:bold;
}

textarea {

	width:100%;
}

li {

	list-style:inside;
}


/* Wrapper Classes */

.background_frame {

	width:697px;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-y;	
}

.frame {
	width:670px;
	height:auto;
	padding-bottom:14px;
	background: url(../images/blue_gradient.jpg) bottom repeat-x;
	text-align:left;
	position:relative;
}

div.bottom_corners {

	position:absolute;
	width:697px;
	height:14px;
	bottom:0px;;
	left:-13px;
}


/* Sistas in Sports Classes */

div.sistasinsports {

	width:670px;
	
}

p.sistasinsports {

	text-align:right;
}

a.sistasinsports {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:9px;
	
	text-decoration:none;
}

a.sistasinsports:link {

	color:#996663;
}

a.sistasinsports:visited {

	color:#996663;

}

a.sistasinsports:hover {

	color:black;

}

a.sistasinsports:active {

	color:yellow;

}


/* Logo classes */

div.logo {

	width:670px;
	height:167px;
}

img.logo {

	border:none;
	width:670px;
	height:167px;
}


/* Navigation Classes */

div.nav {

	width:655px;
	height:26px;
	
	background-image:url(../images/nav_bar.png);
	background-repeat:no-repeat;
	
	border-top:1px solid #a7dcf9;
	
	padding-left:15px;
	padding-top:5px;
	
	margin-top:-26px;
	margin-bottom:13px;
}

a.nav {

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	
	margin-right:6px;
	
	text-decoration:none;
}

a.nav:link {
	
	color:white;
}

a.nav:visited {

	color:white;
}

a.nav:hover {

	color:yellow;
}

a.nav:active {

	color:lime;
}

div.adminNav {

	width:634px;
	height:20px;
	
	background-color:#FFCCFF;
	margin:-18px 3px 0px 3px;
	padding: 3px 15px 0px 15px;
	
	position:absolute;
}

a.adminNav {

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #344bac;
	
	margin-right:6px;
	text-decoration:none;
}

a.adminNav:hover {

	color:#54c577;
}


/* Body Classes */

div.body {

	width:670px;
	position:relative;
}

div.body_news {

	width:500px;
	text-align:left;
	position:relative;
	
}


/* Global News classes */

div.global_news {

	width: 664px;
	height:auto;
	margin-bottom:21px;
}

h3.global_news {

	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:black;
	font-weight:bold;
}

p.global_news {

	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:black;
}

/* Column Classes */

.columns {

	width:670px;
	position:relative;
	text-align:left;
}

/* Left Column classes */

div.left_column {

	left:0px;
	text-align:left;
	
	width:295px;
	min-height:270px;
	
	background:url(../images/pink_gradient.jpg) bottom repeat-x;
}

div.news {
	
	width:290px;
	min-height:265px;
	height:auto;
	overflow:auto;
	overflow-x:hidden;
}

.news_bar {

	padding-left:6px;
	padding-top:2px;
	padding-bottom:3px;
	
	width:289px;
	height:21px;
	background-image:url(../images/news_bar.png);
	border-top:1px solid #a7dcf9;
	
	color:white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
}

h2.news {

	margin-top:17px;
	padding-bottom:7px;
	border-bottom:1px solid #40c8e0;
	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#344bac;
}

p.date {

	margin-top:-21px;
	width:285px;
	padding-right:10px;
	
	text-align:right;
	color:#cccccc;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	font-weight:normal;
}

p.news_date {

	margin-top:-21px;
	width:500px;
	padding-right:10px;
	
	text-align:right;
	color:#cccccc;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	font-weight:normal;
}

p.news {

	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#344bac;
	
	margin-top:14px;
	margin-bottom:7px;
	width:289px;
}

div.newsItem {

	width:100%;
	position:relative;
	padding-top:13px;
	padding-right:100px;
}

img.deleteNews {

	right:100px;
	top:30px;
	position:absolute;
	visibility:hidden;
}

a.newsMore {

	float:right;
	text-align:right;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:white;
	
	margin-top:-15px;
	margin-right:10px;

}

a.newsMore:hover {

	color:yellow;
}

div.blocks {

	width:289px;
	height:148px;
	
	margin-top:17px;	
	position:relative;
}

a.graphic_links:link {

	width:103px;
	height:103px;

	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
	
	color: #344bac;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
}

a.graphic_links:visited {

	width:103px;
	height:103px;

	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
	
	color: #344bac;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
}

a.graphic_links:hover {

	width:103px;
	height:103px;

	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
	
	color: #344bac;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
}

a.graphic_links:active {

	width:103px;
	height:103px;

	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
	
	color: lime;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
}

div.register {

	text-align:center;	
	float:left;
	margin-left:20px;
	width:120px;
	white-space:nowrap;
	font-size:20px;
}

div.register img {
	display:block;
	margin:0 auto;
}

div.shop {

	text-align:center;
	float:left;
	margin-left:20px;
	width:120px;
	font-size:20px;
}

div.shop img {
	display:block;
	margin:0 auto;
}

/* Right Column classes */

div.right_column {

	position:absolute;
	top:0px;
	right:1px;
	
	text-align:left;
	
	width:374px;
	bottom:0px;
	background:url(../images/pink_gradient.jpg) bottom repeat-x;
	min-height:270px;
	

}

div.sponsor {

	height:94px;
	width:368px;
	border:3px solid #e9f7ff;
	margin:34px 0px auto 0px;
	background-color:white;
}

p.sponsor {

	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#344bac;
}

/* Footer classes */

div.footer {

	width:670px;	
	margin-top:5px;
	text-align:left;
	
	position:relative;
}

a.footer {

	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:white;
	
	margin-right:25px;
	
	text-decoration:none;
}

a.footer:link {

	color:white;
}

a.footer:hover {

	color:yellow;
}

div.game_sheets {

	text-align:right;
	width:auto;
	position:absolute;
	right:-7px;
	top:0px;
	
	font-size:12px;
}


/* Rounded Box Classes */

.t {background: url(../images/dot.gif) 0 0 repeat-x; background-color:#ffffdd; width: 100%; height:auto; overflow:auto;}
.b {background: url(../images/dot.gif) 0 100% repeat-x}
.l {background: url(../images/dot.gif) 0 0 repeat-y}
.r {background: url(../images/dot.gif) 100% 0 repeat-y}
.bl {background: url(../images/bottom_left.gif) 0 100% no-repeat}
.br {background: url(../images/bottom_right.gif) 100% 100% no-repeat}
.tl {background: url(../images/top_left.gif) 0 0 no-repeat}
.tr {background: url(../images/top_right.gif) 100% 0 no-repeat; padding:12px}


/* About Classes */

div.about {

	height:auto;
	min-height:425px;
}


/* Schedule Classes */

a.schedules {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	
	text-decoration:none;
}

a.schedules:link {

	color:#996663;
}

a.schedules:visited {

	color:#996663;

}

a.schedules:hover {

	color:black;

}

a.schedules:active {

	color:yellow;

}

td.extension_type {

	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:9px;
	color:#996663;
	padding-left:20px;
}

/* Registration Classes */

div.register_options {

	position:relative;
	margin-top:-100px;
	
	z-index:2;

}

div.register_one {

	position:absolute;
	bottom:0%;
	left:20%;
	
	width:150px;
	height:250px;
	
	z-index:0;
}

div.register_many {

	position:absolute;
	bottom:0%;
	right:20%;
	
	width:150px;
	height:250px;
	
	z-index:0;
}

img.registration {

	position:relative;
	width:135px;
	height:auto;
	margin-top:-10px;
}

p.registration {

	font-weight:bold;
	text-align:center;
	font-size:12px;
	font-stretch:normal;
}



/* Gallery Classes */

div.gallery {

	width:670px;
	height:auto;

}

div.galleryItem {

	float:left;
	margin-left:15px;
	margin-right:15px;
	padding-right:15px;
	padding-top:13px;
	width:141px;
	height:200px;
	overflow:auto;
	position:relative;
}

img.galleryItem {

	height:100px;
	width:141px;;
}

img.deleteGallery {

	right:15px;
	top:13px;
	position:absolute;
	visibility:hidden;
}

p.galleryItem {

	width:141px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#RegistrationClock h3 {
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
}