/*Table Borders*/
.bodyBorder {
border-top: solid #0066CC; 
border-right: solid #0066CC; 
border-bottom: solid #0066CC; 
border-left: solid #0066CC; 
border-top-width: 0px; 
border-right-width: 1px; 
border-bottom-width: 0px; 
border-left-width: 1px;
}

.leftBorder {
border-top: solid #0066CC; 
border-right: solid #0066CC; 
border-bottom: solid #0066CC; 
border-left: solid #0066CC; 
border-top-width: 0px; 
border-right-width: 0px; 
border-bottom-width: 0px; 
border-left-width: 1px;
}

.rightBorder {
border-top: solid #0066CC; 
border-right: solid #0066CC; 
border-bottom: solid #0066CC; 
border-left: solid #0066CC; 
border-top-width: 0px; 
border-right-width: 1px; 
border-bottom-width: 0px; 
border-left-width: 0px;
}

.footerBorder {
border-top: solid #0066CC; 
border-right: solid #0066CC; 
border-bottom: solid #0066CC; 
border-left: solid #0066CC; 
border-top-width: 0px; 
border-right-width: 1px; 
border-bottom-width: 1px; 
border-left-width: 1px;
}

.bttnBox {
border: 1px solid #999999;
background-image: url(../img/bg_bttn.jpg);
float: right;
padding: 5;
margin: 10;
font-size: 11px;
height: 10px;
}

/*Content & Formatting*/
body {
background-repeat: repeat-x;
font-family: verdana,arial,helvetica; 
color: #336699;
margin: 15 0 0 0;
}

td {
font-size: 11px;
}

p {
line-height: 20px;
}

li {
line-height: 20px;
}

ul.arrowList {
list-style-image: url(../img/arrow_blue.gif);
list-style-type: circle
}


.eventTime {
font-size: 13px;
}

.eventTitle {
font-size: 13px;
font-weight: bold;
}

.eventLocation {
font-size: 14px;
font-weight: bold;
}

.eventDescr {
font-size: 12px;
line-height: 18px;
}

.header {
font-family: verdana,arial,helvetica; 
font-size: 17px;
font-weight: bold;
color: #999999;
margin: 0 0 0 0;
padding-bottom: 0;
}

.subHeader {
font-family: verdana,arial,helvetica; 
font-size: 15px;
font-weight: bold;
line-height: 15px;
color: #666666;
padding: 0;
margin: 0 0 2 0;
}

.eventDate {
font-family: verdana,arial,helvetica; 
font-size: 12px;
font-weight: bold;
color: #999999;
line-height: 15px;
}

.smallText {
font-family: verdana,arial,helvetica; 
font-size: 10px;
color: #999999;
line-height: 15px;
}

.tinyText {
font-family: verdana,arial,helvetica; 
font-size: 9px;
color: #999999;
line-height: 14px;
}

hr.dots {
border: 1px dashed #6699FF;
color: #6699FF;
background-color: #FFFFFF;
height: 1px;
}

hr.thin {
border: 0;
color: #E0F0FF;
height: 1px;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.rightRail {
border-bottom: 1px solid #E0F0FF;
}

.error {
color: #990000;
}


/*Links*/
a,a:visited {
color:#0066FF;
text-decoration:none;
}

a:hover,a:active {
color:#0066FF;
text-decoration:underline;
}

a.railBrown,a.railBrown:visited {
color:#993333;
text-decoration:none;
}

a.railBrown:hover,a.railBrown:active {
color:#993333;
text-decoration:underline;
}

a.railBlue,a.railBlue:visited {
color:#0066FF;
text-decoration:none;
}

a.railBlue:hover,a.railBlue:active {
color:#0066FF;
text-decoration:underline;
}
