/* Article Style 1 */
.headline1 {
	background: url(../img/headline1-bg.gif) no-repeat;
	height: 44px;
	padding: 0px ;
	margin: 0px 0px 0px 0px;
}
	.headline1 h1 {
		padding: 10px;
		margin: 0px 10px 0px 0px;
		font-size: 11px;
		font-weight: bold;
		color: #044b9a;
	}
.content1 {
	background: url(../img/content1-bg.gif) repeat-x #c9e2fd;
	margin: 0px 0px 15px 0px;
	padding: 10px;
}
	.content1 h1{
		margin: 0px 0px 10px 0px;
		padding: 0px ;
		font-weight: normal;
		font-size: 20px;
		color: #efefef;
	}

/* Article Style 2 */
.headline2 {
	padding:0px;
	margin:0px;
}
.content2 {
	margin: 0px 0px 15px 0px;
	padding: 0px;
}


/* Article Style 3 */
.headline3 {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 5px solid #7abafe;
}
	.headline3 h1 {
		margin: 0px 0px 0px 0px;
		padding: 0px;
		font-size: 14px;
		color: #044b9a;
	}
.content3 {
	margin: 0px;
	padding: 0px ;
}
	h2 {
		margin: 0px 0px 0px 0px;
		padding: 0px;
		font-size: 12px;
	}
	h3 {
		margin: 10px 0px 0px 0px;
		padding: 0px;
		font-size: 12px;
	}
/* Other Styles */
.topics {
	border: 1px solid #006cff;
	padding: 2px;
}
	.topic {
		background-color: #d9e9ff;
		border-bottom: 1px solid #6593d2;
	}
		.topic-date {
			font-size: 10px;
		}
		.topic table tr td h3 {
			margin: 0px;
			padding: 0px;
		}
	.thread {
		background-color: #d2f2ff;
		padding: 10px;
	}
		.thread-user {
			font-size: 11px;
			font-weight: bold;
			border-bottom: 1px solid #0e6a90;
			margin-bottom: 10px;
		}
			.thread-date {
				font-size: 10px;
				font-weight: normal;
			}
.video-item {
	float: left;
	margin: 10px;
	width: 130px;
	text-align: center;
}
ul.home {
	background: url(../img/calendar-big.jpg) no-repeat 0px 30px;
	padding: 10px 10px 10px 180px;
	*padding: 10px 10px 10px 170px;
	list-style-image: url(../img/tick.png);
}
	ul.home li {
		font-size: 18px;
		font-weight: bold;
		color: #094180;
		line-height: 36px;
	}
.account-link-profile, 
.account-link-mycalendar, 
.account-link-event, 
.account-link-logout, 
.account-link-newevent, 
.account-link-group, 
.account-link-invitation, 
.account-link-region, 
.account-link-forum {
	padding: 8px 0px 3px 35px;
	margin-bottom: 2px;
	border-bottom: 1px solid #b8d9fd;
	min-height: 19px;
	_height: 19px;
}
.account-link-profile:hover, 
.account-link-mycalendar:hover, 
.account-link-event:hover, 
.account-link-logout:hover, 
.account-link-newevent:hover, 
.account-link-group:hover, 
.account-link-invitation:hover, 
.account-link-region:hover, 
.account-link-forum:hover {
	background-color: #beddfe;
}
.account-link-profile {
	background: url(../img/profile.png) no-repeat 3px 3px;
}
.account-link-region {
	background: url(../img/regioncalendar.png) no-repeat 3px 3px;
}
.account-link-mycalendar {
	background: url(../img/mycalendar.png) no-repeat 3px 3px;
}
.account-link-event {
	background: url(../img/event.png) no-repeat 3px 3px;
}
.account-link-newevent {
	background: url(../img/newevent.png) no-repeat 3px 3px;
}
.account-link-logout {
	background: url(../img/logout.png) no-repeat 3px 3px;
}
.account-link-group {
	background: url(../img/group.png) no-repeat 3px 3px;
}
.account-link-invitation {
	background: url(../img/mail.png) no-repeat 3px 3px;
}
.account-link-forum {
	background: url(../img/forum.png) no-repeat 3px 3px;
}

.table-list {
}
	.table-list th {
		background-color: #C9E2FD;
	}
	.table-list tr td {
		border-bottom: 1px solid #cccccc;
	}
	.table-list tr:hover {
		background-color: #e8f3ff;
	}
.message-box {
	padding: 15px;
	border: 10px solid #C9E2FD;
}
.message-print {
	padding: 15px;
}

/* News Styles */
.news {
	margin-bottom: 10px;
}
	a.news-link, a.news-link:hover {
	}
	.news-date {
		font-size: 10px;
		font-style: italic;
		margin-bottom: 3px;
		color: #898989;
	}
	.news-shdesc {
	}
	.news-more {
		text-align: right;
	}
	
/* Calendar */
.cal {
	color: #ffffff;
}
	.cal th {
		background: url(../img/cal-th.gif) repeat-x;
		height: 24px;
	}
	.cal tr.weekdays td {
		background-color: #105494;
		font-weight: bold;
		text-align: center;
		height: 24px;
		width: 64px;
	}
	.cal tr td.days {
		padding: 3px;
		color: #acd5fb;
		font-weight: bold;
		border: 1px solid #6a9fd1;
		height: 64px;
	}
	.event-img {
		width: 58px;
		height: 58px;
		position: relative;
	}
		.event-img img {
			position: absolute;
			right: 0px;
			bottom: 0px;
		}
	.tooltip {
		background: url(../img/tooltip-bg.gif) repeat-x #e6f6ff;
		border: 1px solid #05506f;
		padding: 5px;
		color: #4885c5;
		font-weight: bold;
	}
		.tooltip .title {
			color: #000000;
			margin-bottom: 5px;
		}
.cal-large {
	color: #ffffff;
}
	.cal-large th {
		background: url(../img/cal-th.gif) repeat-x;
		height: 24px;
	}
	.cal-large tr.weekdays td {
		background-color: #105494;
		font-weight: bold;
		text-align: center;
		height: 24px;
		width: 168px;
	}
	.cal-large tr td.days {
		padding: 3px;
		color: #acd5fb;
		font-weight: bold;
		border: 1px solid #6a9fd1;
		height: 162px;
		width: 162px;
	}
	.cal-large tr td.days .list {
		margin-top: 5px;
		color: #acd5fb;
	}
.cal-print {
	color: #000000;
}
	.cal-print th {
		height: 24px;
		font-size: 12px;
	}
	.cal-print tr.weekdays td {
		background-color: #eeeeee;
		font-weight: bold;
		text-align: center;
		height: 24px;
		width: 168px;
		font-size: 12px;
	}
	.cal-print tr td.days {
		padding: 3px;
		color: #6a9fd1;
		font-weight: bold;
		border: 1px solid #eeeeee;
		height: 162px;
		width: 162px;
		font-size: 12px;
	}
	.cal-print tr td.days .list {
		margin-top: 5px;
		color: #000000;
	}
ul.color-code {
	margin: 10px 0px 10px 0px;
	padding: 0px;
}
ul.color-code li {
	float: left;
	margin: 0px 10px;
	padding: 0px;
}
.black, .green, .orange, .red {
	font-weight: bold;
}
.black {
	color: black;
}
.green {
	color: green;
}
.red {
	color: red;
}
.orange {
	color: orange;
}
		