/* online collage CSS  */

html {
	height:100%;
	min-height:100%;
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006699;
	margin:0;
	height: 100%;
	min-height:100%;
	background-image:url(https://secure.stsolohosting.com/lakewoodSoccer/secure/images/bg.gif);
}

#viewportHeight {
	height:100%;
	table-layout:fixed;
	min-height:100%;
	}

a:link, a:visited {
	color:#77b6d0;
	text-decoration:none;
	}
	
a:hover, a:active {
	color:#77b6d0;
	text-decoration:underline;
	}
	
/*#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	width: 10em;
}

#nav ul li ul li a {
	display: block;
	width: 10em;
	background-color:#006699;
	color:#ffffff;
	border: 1px solid #000000;
	}
	
#nav ul li ul li a:hover, #nav ul li ul li a:active {	
	background-color:#194c78;
	color:#77b6d0;
	}

#nav li {
	float: left;
	width: 10em;
}	
	
#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}	

#nav li:hover, #nav li.hover {
    position: static;
}*/

	
h1 {
	color:#006699;
	font-size:14px;
}

.breadcrumbs {
	font-size: 11px;
	color: #006699;
}

a.breadcrumbs:link {
	font-size: 11px;
	font-weight: normal;
	color: #77b6d0;
	text-decoration: none;
}
a.breadcrumbs:visited {
	font-size: 11px;
	font-weight: normal;
	color: #77b6d0;
	text-decoration: none;
}
a.breadcrumbs:hover {
	font-size: 11px;
	font-weight: normal;
	color: #77b6d0;
	text-decoration: underline;
}
a.breadcrumbs:active {
	font-size: 11px;
	font-weight: normal;
	color: #77b6d0;
	text-decoration: underline;
}

#footer {
	color:#ffffff;
	padding:0px 5px;
	}
	
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color:#ffffff;
	}

.header01 {
	color: #006699;
	font-weight: bold;
	font-size: 16px;
}

.buttons {
	color: #006699;
}

.button {
	color: #FFFFFF;
	background-color: #006699;
	font-weight: bold;
	border:none;
}
.Border {
	border: 1px solid #006699;
}
.formheader {
	color: #006699;
	background-color: #ffffff
}

#alertbox {
	border: 		1px solid #B30000;
	background-color: #FF8080;
	padding-left: 	5px;
	padding-right: 	5px;
	padding-top: 	1px;
	padding-bottom: 3px;
	display:		inline;
	color:			#FFFFFF;
	text-align:		center;
	font-size: 		10px;
	height: 		100%;

}

div.alertbox {
	border: 		1px solid #B30000;
	background-color: #FF8080;
	padding-left: 	5px;
	padding-right: 	5px;
	padding-top: 	1px;
	padding-bottom: 3px;
	display:		inline;
	color:			#FFFFFF;
	text-align:		center;
	font-size: 		10px;
	height: 		100%;
}

/*gallery*/

#galleryPane{
	/*border-color: #E19B2D;
	border-style: solid;
	border-width: 2px;*/
	height: 400px;
	width: 550px;
	display:block;
	clear:left;
	position:relative;
	overflow:hidden;
}

#previews{
	width: 150px;
	height: 400px;
	float:left;
	overflow:visible;
	/*z-index: 0;*/
}

#galleries{
	font-size:14px;
	font-weight:bold;
	color: #006699;
	position: relative;
	border-width: 1px;
	border-color: #006699;
	border-style: solid;
	background-color:#FFFFFF;
	padding: 5px;
}

#thumbnails{
	position: relative;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	border-left-width: 1px;
	border-bottom-width: 0px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-color: #006699;
	border-style: solid;
	margin: 0px;
	/*overflow: scroll;*/

	
}
#gallerySelect{

	border-width: 1px;
	border-color: #006699;
	border-style: solid;
}

#thumb{
	vertical-align:middle;
	/*position: relative;*/
	display: inline;
}

#thumb img{
	position: relative;
	border-width: 1px;
	border-style: solid;
	border-color: #006699;
	cursor:pointer;
}

#controls{
	margin: 0px;
	padding-top: 0px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-color: #006699;
	border-style: solid;
}

#controls a{
	cursor:pointer;
}

#picture{
	float:left;
	margin-left: 20px;
	
}

#mainImageTitle{
	font-weight: bold;
	font-size:14px;
}

#mainImageCaption{
	font-weight: bold;
}

@charset "UTF-8";

/* SpryCollapsiblePanel.css - version 0.5 - Spry Pre-Release 1.6 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main CollapsiblePanel container. For our
 * default style, the CollapsiblePanel is responsible for drawing the borders
 * around the widget.
 *
 * If you want to constrain the width of the CollapsiblePanel widget, set a width on
 * the CollapsiblePanel container. By default, our CollapsiblePanel expands horizontally to fill
 * up available space.
 *
 * The name of the class ("CollapsiblePanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * CollapsiblePanel container.
 */
.CollapsiblePanel {
	margin: 0px;
	padding: 0px;
	border-bottom: solid 1px #CCC;
}

/* This is the selector for the CollapsiblePanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open or close the panel.
 *
 * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * CollapsiblePanel panel tab container.
 */
.CollapsiblePanelTab {
	font-size: 12px;
	font-weight: normal;
	color: #006699;
	background-color: #ffffff;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

/* This is used by the Public Dealer Locator Spry UI */
.CollapsiblePanelContent {
	margin: 0px;
	padding: 0px;
}

.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
}

.CollapsiblePanelOpen .CollapsiblePanelTab {
	background-color: #ffffff;
}

.CollapsiblePanelClosed .CollapsiblePanelTab {
 /* background-color: #EFEFEF */
}

.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color: #ffffff;
}

.CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #ffffff;
}
