@font-face{ font-family: 'SofiaProLight'; src: url('fonts/SofiaProLight-webfont.eot'); src: url('fonts/SofiaProLight-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/SofiaProLight-webfont.woff') format('woff'), url('fonts/SofiaProLight-webfont.ttf') format('truetype'), url('fonts/SofiaProLight-webfont.svg#webfont') format('svg'); }

@font-face{ font-family: 'SofiaProLiCond'; src: url('fonts/SofiaProLiCond-webfont.eot'); src: url('fonts/SofiaProLiCond-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/SofiaProLiCond-webfont.woff') format('woff'), url('fonts/SofiaProLiCond-webfont.ttf') format('truetype'), url('fonts/SofiaProLiCond-webfont.svg#webfont') format('svg'); }

body {
	background-color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;

}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#main {
	color: black;
	background:white;
	margin:auto;
	width:925;
	border:1px solid black;
}


.toggleButton {
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	font-size:10pt;
}

.tagOn {
	color:green;

}

.tagOff {
	color:#aaaaaa;
}
#rightcol {
	float:right;
	width:210;
	padding: 10;
	border:0px solid black;
}
#leftcol {
	width:675;
	padding: 10;
	float:left;
	border:0px solid black;

}

ul.menu li {
	list-style:none;
	font-family:  Arial, Helvetica, sans-serif;
}
ul.menu {
	padding-left:0px;
	margin:0px;
}

ul.menu li:before {
    content:"";
    font-size:12pt;
    vertical-align:middle;
    line-height:20pt;

}

a:visited {
	color: #26449f;
	text-decoration: none;	
}
a:link {
	color: #26449f;
	text-decoration: none;
}
a:hover {
	color: #26449f;
	text-decoration: underline;
	}

.small {
	font-family: SofiaProLiCond, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-family:SofiaProLight;
	font-size:18pt;
	background: #cccccc;
	color: #26449f;
	border:1px dotted #26449f;
	padding:8px;
	margin:12px;
	margin-top:0px;
}

h3 {
	font-size:14pt;
	color: #26449f;
	border-bottom:1px solid #26449f;
	padding:0px;
	margin:3px;
}
h4 {
	font-size:11pt;
	color: #163477;
	border-bottom:1px solid #ccc;
	padding:0px;
	margin:1px;
}

.comment {
	padding:6px;
	margin:10px;
	background:#FFFFCC;
	border:1px dashed #cccccc;
	margin-bottom:0px;

}
.commentFooter {
	color: black;
	font-size: 9pt;
	text-align:right;
}

.copyright {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:700;
	text-align:center;
}
.eventFooter{
	color: white;
	font-size: 13pt;
	text-align:right;
}
.eventHeader {
	color: white;
	font-weight: bold;
	font-size: 18pt;
	padding:6px 8px;
	background: #26449f;
}
.eventMain {
	font-family: SofiaProLight, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 15pt;
	padding:20px;
	border:1px dashed #cccccc;
}
.eventHeaderSummary {
	color: white;
	font-weight: bold;
	font-size: 14pt;
	padding:2px 4px;
	background: #26449f;
}
.eventMainSummary {
	color: black;
	font-size: 11pt;
	padding:5px 10px;
	border:1px dashed #cccccc;
}
.eventFooterSummary{
	color: gray;
	font-size: 8pt;
	text-align:right;
}
img {
   border:1px solid #021a40;
}

.listTable {
	padding:2px;
	text-align:center;
	width:100%;
}
.listTable th {
	font-weight:bold;
	border-bottom:1px solid black;
}

 .thumbnail {
	padding:4px;
	border: 1px dotted black;
	background-color:#ffffee;
	margin:2px;
	font-size:10pt;
}

.listTable td {
	padding:5px;
	border-bottom: 1px dashed #ccc;
}
.white {
	color: white;
	font-weight: bold;
	font-size: 15pt;
	background: #26449f;
}
.alert {
	color:red;
}

