/* this file should be accessed directly as the application admin css and imported by the global.css
all style sheet adjustments except background images for tags should be done here */

/* Occasionally corrects an IE bug */
body, html{
height:100%;
width:100%;
font-family:Arial, Helvetica, sans-serif;
}

/* Margin and padding should be specified by a class or id, otherwise default 0px */
form, body, html {
margin:0px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;

}

/* Default font to appear in all locations of the site */
body, table, td, th, div, p, span {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}
td {
vertical-align:top;
}

p {
margin-top:0px;
padding-top:0px;
}


a, a:link, a:visited,  p a {
	color: 2C5CAD;
	
} 
a:hover {
color: 2C5CAD;
}
.footer, .footer a, .footer a:link, .footer a:visited {
	font-size:10px;
	color: #ffffff;
	padding-left: 20px;
	padding-right: 20px;
}
/* an a:hover must be after the initial class and :link :visited change states  */

.footer a:hover {
color: #ffffff;
}
h1, h2, h3, h4, h5, h6 { font: bold 100% sans-serif;  text-align: left; margin:0px; padding:0px }
h1 { font-size: 170% }
h2 { font-size: 150% }
h3 { font-size: 125% }
h4 { font-size: 110% }
h5 { font-style:italic }
h6 { font-variant:small-caps }

blockquote { font: bold italic 90% sans-serif; /*background-color:#CCCCCC;*/ padding:10px}


.pageLinks {
border-bottom:#FFCC00 solid 2px;
padding-top:3px;
}

a.pageLinksA, .pageLinksSelected {
font-size:110%;
}

a.pageLinksA:link {
 color:#FFFFFF;
 font-weight:bold;
 text-decoration:none;
 }
 
  a.pageLinksA:active {
 color:#FFCC00;
 font-weight:bold;
 text-decoration:none;
 }
 
 
a.pageLinksA:visited {
 color:#FFFFFF;
 font-weight:bold;
 text-decoration:none;
 }
a.pageLinksA:hover, .pageLinksSelected {
 color:#FFCC00;
 font-weight:bold;
 text-decoration:none;
 }

a {
text-decoration:none;
}

.NewsDate, .NewsTeaser, .NewsDate:link, .NewsTeaser:link, .NewsDate:visited, .NewsTeaser:visited  {
color:#8A1E03;
text-decoration:none;
}



.NewsDate:hover, .NewsTeaser:hover {
color:gold;
text-decoration:none;
}


.calendarDateClass {
color:#6DB33F;
font-weight:bold;
font-size:32px;
}
/*.credits, .credits a, .credits div a, .credits p a, .credits p a font */
.credits * {
color:#000000;
}
