img { 
	border: none; 
}
input, select, textarea {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 11px;
}
.center { 
	text-align: center;
        align: center; 
}
.left { 
	text-align: left; 
}
.right { 
	text-align: right; 
}
.top { 
	vertical-align: top; 
}
table.form, tr.rowA, tr.rowB, table.user {
	background-color: #efefef;
	padding: 4px;
}
table.border {
	border-width: 2px;
	border-style: solid;
	border-color: #000000;
}
table.border2 {
	border-width: 1px;
	border-style: solid;
	border-color: #777777;
}
#userBoxTitle { 
	font-size: 12px; 
	font-weight: bold; 
}
#userLoginTitle { 
	font-size: 12px; 
	font-weight: bold; 
	background-color: #043264;
	background-image: url(../../images/backgrounds/hdgrad.gif);
	color: #ffffff;	
    padding: 5px;
	}
.title {
	color: #777777;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 6px;
}
.title1 { 
	font-weight: bold;	
	text-align: center;
	background-color: #043264;
	background-image: url(../../images/backgrounds/hdgrad.gif);
	color: #ffffff;	
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
}
td.inputTitle, td.input {
	padding-top: 2px;
	padding-bottom: 2px;
}
td.inputTitle {
	font-size: 12px; 
	font-weight: bold; 
	text-align: right;
	padding-right: 4px;
}
td.input { }
tr.rowA { 
	padding: 0px; 
}
tr.rowB { 
	padding: 0px; 
	background-color: #cccccc; 
}
.colHeader {
	font-weight: bold;	
	text-align: center;
	background-color: #FFFAC2;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}
a.next, a.previous {
	color: #0000ff;
	text-decoration: none;
}
a.next:hover, a.previous:hover {
	color: #0000ff;
	text-decoration: underline;
}
a.event {
	color: #000000;
	text-decoration: none;
}
a.event:hover {
	color: #ff0000;
	text-decoration: underline;
}
.olCaption {
	color: #000000;
	font-weight: bold;
	background-color: #6699cc;
}
.olContent {
	background-color: #efefef;
}
.olOuterBorder {
	background-color: #006699;
}
.olInnerBorder {
	border-width: 1px;
	border-style: solid;
	border-color: #007AB7;
}