body
{	
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000000;
	background-color: #96CFDA;
	margin: 0px;
}

#wrapper
{
	margin: 0 auto;
	width: 900px;
	border-left: 2px solid #FF9900;
	border-top: 2px solid #FF9900;
	border-right: 2px solid #FF9900;
	border-bottom: 2px solid #FF9900;
}

#banner
{
	background-image: url('/images/RunningStarsBanner.gif');
	background-repeat: no-repeat;
	background-color: #013950;
	margin: 0px;
	padding: 0px;
	height: 100px;
	text-align: left;
}

#search
{
	width: 250px;
	float: right;
	text-align: right;
}

#logo
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30pt;
	font-weight: bold;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
}

#toolbar
{
	font-family: Arial, Helvetica, sans-serif;	
	border-top: 1px solid #FF9900;
	border-bottom: 1px solid #FF9900;
	background-color: #EBF3FB;
	height: 27px;
	display: block;
}

#navbar
{
	float: left;
}

#navbar ul
{
	line-height: 25px;
	padding: 0px;
	margin: 0px;	
}

#navbar li
{
	list-style-type: none;
	display: inline;
}

#navbar li a
{	
	text-decoration: none;
}

#navbar li a:link
{
	font-size: 11pt;
}

#navbar li a:visited
{
	font-size: 11pt;
}

#content
{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
}

#footer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #FFFFFF;
	background-color: #013950;
	height: 40px;
	text-align: center;
}
.caption
{
	font-size: 10pt;
	color: #666666;
}
.sectHead{
	font-size: 18pt;
	color: #013950;
}

table.order
{	
	border: solid 1px #FF9900;
	border-collapse: collapse;
}

table.order th
{	
	text-align: left;
	color: #FFFFFF;
}
#title
{
	font-size: 14pt;
	font-weight: bold;
	color: #013950;
}

h1
{
	font-size: 24pt;
}

h2
{	
	margin: 0px;
	font-size: 16pt;
	color: #013950;
}

h3
{	
	font-size: 14pt;
	color: #013950;
	text-decoration: none;
}

a:link
{	
	color: #013950;
}

a:visited
{
	color: #013950;
}

table.content
{	
	border: solid 1px #FF9900;
	border-collapse: collapse;
}

table.content th
{	
	text-align: left;
	color: #FFFFFF;
}

table.footer td
{
	font-size: 11pt;
	color: #FFFFFF;
	border-top:solid 1px #FF9900;
	border-bottom:solid 2px #FF9900;
}

a.footerLink
{
	color: #FFFFFF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

table.toolbar
{	
	border-top: solid #FF9900 1pt;
	border-bottom: solid #FF9900 1pt;
}

a:link
{
	text-decoration: underline;
}

table td
{	
	font-size: 10pt;
	text-align: left;
}

table.toolbar td
{
	font-size: 14pt;
}

/*
table.toolbar a
{	
	text-decoration: none;
}
*/
.dates
{	
	font-size: 10pt;
}

table.sections
{	
	border: solid 1px #FF9900;
	width: 100%;
}

img.banner
{
position:absolute;
left:0px;
top:0px;
z-index:-1
}

input.email
{
color: #000000;

border: 1px solid #000000
}

fieldset.email
{
border: 1px solid #FF9900;
width: 25em
}

legend.email
{
color: #fff;
font-weight: bold;
background: #013950;
border: 1px solid #781351;
padding: 2px 6px
}

#paging
{
	display: inline;
}
	
#numberBox
{
	display: inline;
	color: #013950;
	width: 10px;
	padding: 5px;
	border: solid 1px #96CFDA;
	text-decoration: none;
}

.pageselected
{
	color: #FFFFFF;
	text-decoration: none;
}

.page
{
	color: #96CFDA;
	text-decoration: none;
}

.page:hover
{
	color: #000000;
}

#numberBox:hover
{
	color: #000000;
	text-decoration: none;
}

#numberBox:hover
{
	color: #000000;
	border: solid 1px #000000;
	text-decoration: none;
}

#numberBoxActive
{
	display: inline;
	color: #FFFFFF;
	width: 10px;
	padding: 5px;
	border: solid 1px #013950;
	background-color: #013950;
	text-decoration: none;
}

#backForward
{
	padding: 5px;
	border: solid 1px #96CFDA;
	text-decoration: none;
}

#backForward:hover
{
	color: #000000;
	border: solid 1px #013950;
}

/* Breadcrumbs */
#bread
{
	text-align: left;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	padding: 5px;
	color: #013950;
}

#RunningStars a
{
	position: absolute;
	height: 98px;
	width: 533px;
	top: 3px;
	text-decoration: none;
}

/* button */
.btn { display: block; position: relative; background: #aaa; padding: 5px; float: left; color: #fff; text-decoration: none; cursor: pointer; }
.btn * { font-style: normal; color: #FFFFFF; background-image: url('../images/btn2.png'); background-repeat: no-repeat; text-decoration: none; display: block; position: relative; }
.btn i { background-position: top left; position: absolute; margin-bottom: -5px; top: 0; left: 0; width: 5px; height: 5px; }
.btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

* html .btn span,
* html .btn i { float: left; width: auto; background-image: none; cursor: pointer; }

.btn.blue { background: #2ae; }
.btn.green { background: #9d4; }
.btn.pink { background: #e1a; }
.btn:hover { background-color: #a00; }
.btn:active { background-color: #444; }
.btn[class] {  background-image: url('../images/shade.png'); background-position: bottom; }

* html .btn { border: 3px double #aaa; }
* html .btn.blue { border-color: #2ae; }
* html .btn.green { border-color: #9d4; }
* html .btn.pink { border-color: #e1a; }
* html .btn:hover { border-color: #a00; }
