/* ############ */
/* # CALENDAR # */
/* ############ */
	
	/* .calendar determines the overall formatting style of the calendar,  
	   acting as the default unless later overruled. */

	.calendar {
		font-family:arial,helvetica; 
		font-size:11px; 
		color: white;
		background-color: #2a2e91;
		border-color: #000000;
		border-style: solid;
		border-width: 1px;
	}

	/* caption determines the style of
	   the month/year banner above the calendar. */

	caption {
		font-family:arial,helvetica; 
		font-size:11px; 
		color: #003366;
		background-color: #fff;
		font-weight: bold;
		border: 1px solid black;
		border-bottom: 0px;
		padding: 2px;
	}

	caption a{
		font-family:arial,helvetica; 
		font-size:11px; 
		color: black;
		font-weight: bold;
		text-decoration: none;
	}

	/* .header determines the formatting of the weekday headers at the top
	   of the calendar. */

	.header {
		color: #000;
		background-color: #fff;
		border-color: #000000;
		border-style: solid;
		border-width: 1px;
	}

	/* .calendarlink determines the formatting of those days linked to
	   content. */

	.calendarlink {
		color: white;
	
	}

	/* .day determines the formatting of each day displayed in the
	   calendar. */

	.day {
		background-color: #c99937;
		border-color: #000000;
		border-style: solid;
		border-width: 1px;
		text-align: center
	}

	/* .linkedday determines the formatting of a date to which content is
	   available. */

	.linkedday {
		background-color: #8080ff;
		border-color: #000000;
		border-style: solid;
		border-width: 1px;
		text-align: center
	}


/* ######## */
/* # MAIN # */
/* ######## */

body {
	font-family: arial; font-size: 12px;
}

.post {
	width: 525px;
	background: #2a2e91;
	border: 10px double #fff;
	padding: 20px;
	text-align: left;

}

.posts {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
width: 450px;

}

.poster {
font-family:Arial, Helvetica, sans-serif;
font-size: 20px;
color:#FF0000;

}

.cite {
font-size:16px;
font-weight:bolder;

}

.nposts {
background: 000;
border: 5px solid;
border-bottom: 5px solid;
border-color:#FFFFFF;
width: 90%;

}

.posttitle {
color:#FFFFFF;
font-size: xx-large;
font-family:Arial, Helvetica, sans-serif;

}

.image-banner {
border: 5px solid;
border-color:#ffffff;
border-right: 5px solid;
border-right-color:#FFFFFF;
border-collapse: collapse;width: 468px;

}

.buzz {
border: 5px solid;
border-color:#FFFFFF;
border-right: 5px solid;
border-right-color:#FFFFFF;
border-collpase: collapse;width: 150px;

}

.sidebar {
background: 000;
border: 5px solid;
border-color:#FFFFFF

}

.av {
border: 5px solid #fff;
border-collapse: collpase;width: 100px;

}


td {
	font-family: arial; font-size: 12px;
}
form {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
}
input,textarea,select {
	font-family: arial;
	font-size: 11px;
}
textarea {
	overflow: auto;
}
.heading {
	font-weight: bold;
	text-decoration: underline;
	font-size: large;
}
.sub-heading {
	font-weight: bold;
	text-decoration: underline;
	font-size: medium;
}
.but {
	color: #000000;
	font-weight: bold;
	background-color: #e5e5e5;
	border: 2px solid #000000;
	width: 120px;
}

.disabled {
	color: #050505;
	font-weight: normal;
	text-decoration: line-through;
}

.red {
	color: #ff0000;
}

.vlHighlight {
	color:#ff9900;
}
body {
	font-family: arial; font-size: 12px;
}
td {
	font-family: arial; font-size: 12px;
}
form {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
}
input,textarea,select {
	font-family: arial;
	font-size: 11px;
}
textarea {
	overflow: auto;
}
html>img {
	width: 0!important;
	height: 25px!important;
	padding-left: 25px!important;
	background: url(images/autoscroll.png);
}
/* domTTstyle */
div.domTTOverlib {
	border: 1px solid #000;
	background-color: #0060ff;
}
div.domTTOverlibCaption {
	color: #ffffff;
	font-family: Verdana, Helvetica;
	font-size: 10px;
	font-weight: bold;
}
div.domTTOverlibContent {
	background-color: #ffe0c7;
	width: 446px;
	font-size: 10px;
	font-family: Verdana, Helvetica;
	padding: 2px;
}
.show_item {
	display: inline;
}
	
.hide_item {
	display: none;
}
a {
	color: red;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

