﻿/* Latest News control */
.divNewsControlWindow
{
	margin-top: 1px;
	margin-bottom: 1px;
	border: 1px solid #66CCFF;
}
.divNewsControlWindow h4
{
	padding-top: 2px;
	padding-left: 5px;
	width: auto;
	background-color: #66CCFF;
	color: #336699;
}
.divNewsControlBody
{
	width: auto;
	padding: 5px;
	background-color: #ffffff;
}
.divNewsControlMore
{
	width: auto;
	text-align: right;
	padding-right: 15px;
}
a.linkNewsControlMore
{
	text-decoration: none;
	font-weight: bold;
	text-transform: lowercase;
	font-size: 0.85em;
	color: #006600;
}
a.linkNewsControlMore:hover
{
	text-decoration: underline;
	color: #00CC00;
}

/* News Item control */
.divNewsItemControlWindow
{
	width: auto;
	background-color: #ffffff;
	border: none 1px #E6E2D8;
}
.divNewsItemControlMore
{
	width: auto;
	text-align: right;
}
.lblNewsItemControlDate
{
	font-size: 0.75em;
	font-weight: bold;
	color: #3399FF;
}
.lblNewsItemControlSubject
{
	font-weight: bold;
	color: #FF9900;
	text-decoration: underline;
}
a.linkNewsItemControlMore
{
	text-decoration: none;
	font-weight: bold;
	text-transform: lowercase;
	font-size: 0.85em;
	color: #006600;
}
a.linkNewsItemControlMore:hover
{
	text-decoration: underline;
	color: #00CC00;
}

/* Multilanguage Content control */
.divMultiLangContentWindowFrame
{
	width: auto;
	background-color: #F7F6F3;
	border: solid 1px #E6E2D8;
	padding: 1px;
}
.divMultiLangContentWindowBody
{
	width: auto;
}
.divMultilangContent
{
	width: auto;
	padding-top: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 5px;
	font-size: 0.85em;
}
.divMultilangContentInfo
{
	width: auto;
	font-size: 0.6em;
	color: #F7F6F3;
}

/* Content List Control */
.divContentListControlFrame
{
	width: 900px;
}
.divContentListControlBody
{
	width: auto;
	top: 10px;
	background-color: #ffffff;
}
a.ContentListControlItemLink
{
	width: 100px;
	text-decoration: none;
	font-weight: bold;
	text-transform: lowercase;
	font-size: 0.85em;
	color: #006600;
}
a.ContentListControlItemLink:hover
{
	text-decoration: underline;
	color: #00CC00;
}



/* Whats New Content Control */
.divWhatsNewControlFrame
{
	width: auto;
	margin-top: 2px;
}
.divWhatsNewControlFrame h2
{
	margin-bottom: 1px;
	border: 1px solid #003399;
	background-color: #99CCFF;
	padding-left: 5px;
	padding-top: 3px;
	background-image: url('Images/header1_25h.jpg');
	color: #FFFFFF;
}
.divWhatsNewControlFrame h3
{
	background-color: #003399;
	color: #FFFFFF;
	padding-left: 10px;
	background-image: url('Images/header2_25h.jpg');
	height: 19px;
	padding-top: 5px;
}
.divWhatsNewControlBody
{
	width: auto;
}
.divWhatsNewControlCategoryFrame
{
	width: auto;
}
.divWhatsNewControlCategoryFrame h3
{
	background-color: #CCCCCC;
}

/* Whats New Content Control 2 */
.divWhatsNewInCategoryFrame
{
	width: auto;
	margin-top: 2px;
}
.divWhatsNewInCategoryFrame h3
{
	border-bottom: 3px solid #6d9cd2;
	color: #666666;
	padding-left: 2px;
	height: 18px;
	padding-top: 4px;
	margin-bottom: 5px;
}
.divWhatsNewInCategoryBody
{
	border: 1px none #6699FF;
	width: auto;
	margin-bottom: 1px;
}

.WhatsNewDateCell
{
	width: 48px;
	height: 64px;
	background-image: url('Images/calendar_bkg.jpg');
	background-repeat: no-repeat;
}
.WhatsNewControlSubjectCell
{
}
.WhatsNewContentMonth
{
	font-size: 8pt;
	font-family: Tahoma,Verdana, Helvetica, Arial, sans-serif;
}
.WhatsNewContentDay
{
	font-size: 20pt;
	font-family: Tahoma,Verdana, Helvetica, Arial, sans-serif;
}
.WhatsNewContentYear
{
	font-size: 8pt;
	font-family: Tahoma,Verdana, Helvetica, Arial, sans-serif;
}
.WhatsNewSubject
{
	
}
a.WhatsNewSubject
{
	text-decoration: none;
	font-weight: bold;
	color: #3366CC;
	
}
a.WhatsNewSubject:hover
{
	text-decoration: underline;
	font-weight: bold;
	color: #363636;
}

.WhatsNewContentText
{
	padding-top: 2px;
	font-size: 80%;
}

