/*================================================================
The MAIN stylesheet for the website.

Define SITE-WIDE styles:
  - General Typography
  - Header Content
  - Sidebar Content
  - Forms
  - Tables
  - Footer
  - Sitewide Custom Definitions
  
================================================================*/

@import url("base.css");
@import url("layout.css");
@import url("nav.css");
@import url("forms.css");
@import url("YPCLegacy.css");


/* GENERAL TYPOGRAPHY (Standard HTML tags)
----------------------------------------------------------------*/
html, body {
	font-family: verdana, helvetica, sans-serif;
	color: black;
	font-size: 11px;
}

h1, .heading{
	color: #005596;
	margin: 0 0 16px 0;
	padding: 3px 0;
	font-size: 20px;
	font-weight:bold;
}

.AdminContent h1{
	border-bottom:1px solid #8CA4CC;
	color:#000;
}

h2 {
	color: #000000;
	margin: 0 0 6px 0;
	font-size: 18px;
	font-weight:bold;
	text-transform:uppercase;
}

h3{
	color: #FFF;
	margin: 6px 0 6px 0;
	font-size: 15px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}

h4{
	color: #000;
	margin: 0 0 6px 0;
	font-size: 14px;
}

h5{
	color: #005596;
	margin: 0 0 6px 0;
	font-size: 12px;
	font-weight:bold;
	text-transform:uppercase;
}

.AdminContent h5{
	border-bottom:1px solid #CCC;
	color:#000;
}

.AdminContent #AllNews h5{
	border-bottom:none;
}

p {
	margin: 0 0 6px 0;
}

a:link, a:visited {
	color:blue;
	text-decoration:none;
	font-weight:bold;
}

a:hover 
{
	color:blue;
	text-decoration:underline;
}

.AdminContent a, .AdminContent a:active, .AdminContent a:visited{
	color:#005596 !important;
}

.AdminContent a:hover{
	text-decoration:underline;
}


/* HEADER CONTENT
----------------------------------------------------------------*/



/* SIDEBAR CONTENT
----------------------------------------------------------------*/



/* TABLES
----------------------------------------------------------------*/
table {
	clear: both;
	text-align: left;
	border:#ccc 1px solid;
}

th{
	text-align:left;
	background:#ccc;
}

td, th{
	padding: 2px 3px;
}

td.altRow{
	background:#eee;
}

input.search{
    width:125px;
}

/* FOOTER CONTENT
----------------------------------------------------------------*/
#Footer p {

	
}

/* SITE-WIDE CUSTOM STYLES (Your own id's and classes)
----------------------------------------------------------------*/
#externalLinkMessage
{
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	display:none;
	z-index:100;
	width:100%;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	width:100%;
	opacity:.9;
	filter:alpha(opacity=90);
}

#externalLinkMessage #box
{
	width:300px;
	border-style:solid;
	border-width:3px;
	border-color:#ff0000;
	padding:50px;
	background-color:#fff;
	font-size:15px;
	color:#000;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	opacity:.9;
	filter:alpha(opacity=90);
}

.success
{
	width:100%;
	color:#ff0000;
	font-weight:bold;
	margin:10px 0px 10px 0px;
	background-color:#eee;
	padding:5px 0px 5px 0px;	
}

.error {
	color: red;
}

hr{
	border:none;
	border-top: dashed 1px #ccc;
	height:0px;
	width:400px;
	padding:20px
}

.center{
	text-align:center;
}

.left{
	text-align:left;
}

.right{
	text-align:right;
}



.floatRight{
	float:right;
	display:block;
	margin:0 0 15px 15px;
}

.floatLeft{
	float:left;
	display:block;
	margin:0 15px 15px 0;
}

.callOutBox{
	border:#ccc 1px solid;
	background:#eee;
	padding:5px;
}

.pageTop{
	background:url(../images/body-top.gif) no-repeat;
	height:12px;
	width: 780px;
}

.borderRight{
    border-right:1px solid #000000;
}

a.emailLink{
    color:Blue !important;
    text-decoration:underline;
}


/* SITE COLORS
----------------------------------------------------------------*/
.blue{
	color:#005596;
}

.red{
	color:#CC0000;
}

.green{
	color:#003300;
}

.photosubmit{
	color: #FFFFFF;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: underline;
}

a.photosubmit {
	color: #005596;
}

a:hover.photosubmit  {
	color: #000000;
}

.fullName{
	width:200px;
	display:block;
	float:left;
	clear:left;
	border-top:1px dashed #CCC;
	font-weight:bold;
}

.emailAddress{
	width:200px;
	display:block;
	float:left;
	border-top:1px dashed #CCC;
}

.edit{
	width:30px;
	display:block;
	float:left;
	border-top:1px dashed #CCC;
}

.delete{
	width:30px;
	display:block;
	float:left;
	border-top:1px dashed #CCC;
}

.back{
	font-size:9px;
	font-weight:bold;
}

.viewMore{
    font-weight:bold;
    float:right;
    margin-top:10px;
    font-size:10px;
}

table.sponsorTable{
  border:none;
}

table.sponsorTable tr{
  vertical-align:top;
}

table.sponsorTable td{
  padding:5px 3px;
  text-align:left;
}

table.sponsorTable img{
  max-width:150px;
}

