.verySmallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #000000;
	font-weight: bold;
}
.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.mediumBoldText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
.mediumText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.regularText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.whiteText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.blueText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000077;
}
.redText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DD0000;
}
.largeBlueText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000088;
}
.largeRedText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF0000;
}
.largeText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
BODY { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.menuTextBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.menuTextWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.menuTextGold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #CCCC99;
	text-decoration: none;
}
.scrollbar {
	width: 156px;
	overflow: auto;
	background: #F4F4F4;
}
.staffLogin {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10px;
   padding: 1px;  
   width: 85px;
}
.staffLoginButton {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10px;
   height: 18px;
   width: 70px;
}
.smallButton {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   height: 18px;
}
input.red {
	background-color: #cc0000; 
	font-weight: bold; 
	font-size: 12px; 
	color: white;
}
.pushContent{
	margin-left:40px;
	margin-right:40px;
	margin-top:40px;
}
/*
fancy error messages that can be called using a php function 
called displayCssMessage('type','Message')
where
Type is: info/success/warning/error/validation
Message is: Anything you want to say
*/

.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../images/info.png');
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../images/success.png');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../images/warning.png');
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../images/error.png');
}

#box-table-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 580px;
	text-align: center;
	border-collapse: collapse;
}
#box-table-a th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #039;
}
#box-table-a td.a
{
	padding: 8px;
	background: #e8edff; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
	border-left: 1px dotted #fff;
	border-right: 1px dotted #fff;
}

#box-table-a td.b
{
	padding: 8px;
	background: #1c3664; 
	border-bottom: 1px solid #fff;
	color: white;
	border-top: 1px solid transparent;
	border-left: 1px dotted #fff;
	border-right: 1px dotted #fff;
}

#box-table-a td.b a:link{
	color: #ffffff; 
	text-decoration: underline;
}


img{
	border:0;
}