body, html {
	font-family: Verdana;
	font-size: 11px;
	color: #999999;
}

.content{
	padding: 3px;
}

a {	color: #333333;	text-decoration: none;}
a:hover {	color: #333333;	text-decoration: underline;}

h1 {
	font-size:1em;
	font-weight: normal;
	padding:0px;
	margin:0px 0px 14px 0px;
	color: #c95db5;
	text-transform: uppercase;
	text-align: justify;
}

p {
	text-align: justify;
}

h2 {
	font-size:1em;
	font-weight: normal;
	color: #666666;
}

ul{
	margin:15px auto 15px 15px
}
strong {
	color: #666666;
}

#button {
	font-size:1em;
	padding: 5px;	
	margin: 30px auto 30px auto;

}
#button A {
	
	display: block;
	margin: 0px 4px 0px 0px;
	text-transform: capitalize;
	color: #666666;
	border-left: 1px solid #CCCCCC;
	text-decoration: none;
	width: 50px;
	float: left;
	text-align:center;
	font-size:9px;
	
}

#button A:hover {COLOR: #111111;text-decoration: underline}
#button A.selected {COLOR: #000000;}
#button A.selected:hover {COLOR: #000000;text-decoration: underline}

.tables {
	/*
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #EFEFEF;
	font-size: 10px;
	*/

}

.style2 {color: #333333;}
.style3 {color: #FF0080; }
.style4 {color: #333333; }

#submenu {
	margin: auto;
	font-size: 10px;
	
}

#submenu a{ 
	display:block;
	text-transform:uppercase;
	text-decoration: none;	
	color:#999999;
	width:100%;
	padding:5px 0px 5px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E6E6E6;
}

#submenu a:hover {
	/*  
	color: #111111;
	background-color: #F5F5F5;
	*/
	color: #111111;
	background-color: #FFFFFF;
}

#submenu a.selected {color: #111111;}
#submenu a.last{
	color: #999999; 	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#submenu a.lastSelected {
	color: #111111; 	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#submenu2 a{ 
	text-transform:none;
	text-decoration: none;	
	color:#c95db5;
	padding-left:0px;
	background-color:#FFFFFF;
	border:none;
}

#submenu2 a:hover {
	color: #111111;
	background-color:#FFFFFF;
}
#submenu2 a.selected {
	text-transform:none;
	text-decoration: none;	
	color:#111111;
	
	padding-left:0px;
	background-color:#FFFFFF;
}


.quotes { font-style: italic;	color: #999999; }
.quotesName { color: #CCCCCC; float:right; margin-right:5px; }
img { border-style:none; }
img.images { float: left;	margin: 8px 8px 8px 0px; }
img.images2 { }
.imagesArea { float:right; margin: 0px 0px 0px 10px; text-align:center  }
.price {color:#c95db5; padding: 0px 0px 15px 0px; width:150px;}
.paraLine{border-bottom:1px dotted #ccc; margin-bottom:20px; }

div.link { float: left; width:100%; }


/*-----------------Schedule page----------------------*/
#buttons {
	font-size:1em;
	margin: auto;
}
#buttons A {
	display: none;
	padding: 3px 8px 3px 8px;
	margin-right:10px;
	float:left;
	color: #CCCCCC;
	background-color: #333333;
	font-size:9px;	
	text-transform: uppercase;
	text-decoration: none;
	text-align:center;
}
#rowItems { 
	margin:auto auto 5px auto;
	padding:2px 2px 2px 10px;
	text-decoration: none;	
}
#rowitem {
	margin:auto auto 5px auto;
	clear:left;
		
}
#rowitem a{ 
	display:block;
	background-color: #fef2fb;
	margin:5px auto auto auto;
	padding:2px 2px 2px 10px;
	text-decoration: none;	
}
#rowitem a:hover{ 
	background-color:#FDE8F8;
	cursor:pointer;
}
#rowitem a.sublink{ 
	padding:0px;
	background: none;	
}
#rowitem a.sublink:hover{ 
	text-decoration: underline;	
	background: none;	
}
.detailed {
	display: none;
	background-color:#FFFDFF;
	color: #666666;
	margin: 0px 0px 5px 0px;
	padding: 3px;
}

#footer {
width: auto;
background: #F05395;
margin: 0;
padding: 5px;
color: white;
}

#footer  .footerleft {
float: left;
background: blue;
width: 40%;
text-align: left;
margin: 0;
padding: 0;
}

#footer  .footerright {
float: right;
background: green;
width: 40%;
text-align: right;
margin: 0;
padding: 0;
}

.spacer {
clear: both;
height: 0;
}