/* --------------- ovverides ------------------ */
a
{
	text-decoration: none;
	color: #403B3F;
}
a:hover
{
	text-decoration: underline;
}

img
{
	border: 0px;
}

h1
{
	font-family: Arial,Verdana, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h2
{
	font-family:  Arial,Verdana, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

/* --------------- custom ------------------ */

.clear
{
	clear: both;
}

.floatLeft
{
	float: left;
}

.floatRight
{
	float: right;
}

.middleAlign *
{
	vertical-align: middle;
}

/* --------------- layout ------------------ */
body
{
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #414042;
	padding: 0px;
	margin: 0px;
	background-color: #000000;
	/*
    background-color: #efefef;
    background-color: #54050a;*/
	background-image: url(layout_images/HeaderRpt.jpg);
	background-repeat: repeat-x;
}
.container
{
	position: relative;	
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 960px;
	margin-top: 0px;
}
.topContent
{
	background-image: url(layout_images/content_top.gif);
	background-repeat: no-repeat;
	width: 960px;	
	height:5px;
	margin: 0px;
	padding: 0px;
	margin-top: 3px;
}
.content
{
	margin-left: auto;
	margin-right: auto;
	background-image: url(layout_images/content_rpt.gif);
	background-repeat: repeat-y;
	width: 960px;
	margin-top: 10px;
}
	.contentBottom
	{
		margin-left: auto;
		margin-right: auto;
		background-image: url(layout_images/content_bottom.gif);
		background-repeat: no-repeat;
		width: 960px;
		height: 6px;
		margin-bottom: 20px;
	}

.header
{
	width: 960px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;		
	padding: 0px;
	margin: 0px;
}
.language, .language a
{	
	margin-top: 0px;
	color: #8e1a23;
	text-decoration: none;
}
	.language span
	{		
		display: block;
	}
	.language a:hover, .language a.selected
	{
		color: #ffffff;
	}
.languages 
{
    margin-right: 34px;
}
.languageLogo
{
	width: 960px;
	margin-left: auto;
	margin-right: auto;	
}
    
.menu
{
	font-size: 13px;
	font-weight: bold;
	color: #637c87;	
	width: 960px;
	height: 28px;
    margin-left: auto;
    margin-right: auto;
}
	.menu a, .menu span
	{
		color: #333366;
		font-size: 14px;
		text-decoration: none;
	}
	.menu a.selected, .menu span.selected
	{
		color: #9b9da0;
		text-decoration: none;
	}
	.menu a:hover, .menu span:hover
	{
		text-decoration: none;
		color: #9b9da0;
	}
.telerikMenu
{    
    position: relative;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}
.rmHorizontal
{
	padding-left: 5px !important;
}

.rmLink 
{ 
	font-size: 13px !important;
	font-family: Verdana, Arial !important;
	font-weight: bold !important;
	
}

.RadMenu a.rmLink 
{
	cursor: pointer !important;
	
}
.RadMenu_Black .rmLink:hover {
	color:#FF0000 !important;
}
	.flash
	{
	    margin-left: auto;
	    margin-right: auto;
	    width: 960px;
	    height: 200px;
	    margin-top: 10px;
	}
	
	.rmItem
	{	   
	    z-index: 7000 !important;
	}

.recommendedNews a
{
	color: #403B3F;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
}	

.leftContent
{
	width: 620px;	
	padding: 0px 10px 10px 10px;
}
    .leftTopContent
    {
	    background-image: url(layout_images/left_content_top.png);
	    background-repeat: no-repeat;
	    width: 640px;	
	    height:5px;
	    margin: 0px;
	    padding: 0px;
    }
.rightContent
{	
	width: 320px;
}
    .rightContentHeader
    {  
        background-image: url(layout_images/rightContent_header.gif);
        background-repeat: no-repeat;
        height: 27px;
        width: 310px;
        color: #FFFFFF;
        font-size: 16px;
        text-align: center;
        padding-top: 5px;
        font-weight: bold;
        text-transform:uppercase;
        margin-bottom: 10px;
    }

	
.footer
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #54050a;
}
    .footerContent
	{	    
	    margin-left: auto;
	    margin-right: auto;
		color: #ffffff;
		padding-top: 10px;
	}
    .copyright
    {		
	    margin-left: auto;
	    margin-right: auto;
	    padding: 0px 10px 10px 10px;
	    color: #ffffff;	  
	    font-size: 9px;
    }


/* --------------- photo ------------------ */

.photo
{
	position: relative;	
	background-color: #8E1A23;
	font-size: 11px;
	text-align: center;
	padding: 1px;
	margin-left: 7px;
	margin-bottom: 15px;
}
.photo p
{
	margin: 0px;
	padding: 0px;
}

.photoBorder
{
	border: 1px solid #8E1A23;
}
/* --------------- end photo ------------------ */




/* --------------- news ------------------ */
.date
{
	color: #000000;
	margin-bottom: 5px;
}

.authorName
{
	color: #000000;
	margin-bottom: 5px;
	margin-left: 10px;
}

.authorName a
{
	color: #000000;
	text-decoration: underline;
}

.authorNameNoMargin
{
	color: #000000;
	margin-bottom: 5px;
}

.authorNameNoMargin a
{
	color: #000000;
	text-decoration: underline;
}

.newsTitle
{
	font-family:  Arial,Verdana, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

.newsTitleArchive, .newsTitleArchive h1
{
	font-family:  Arial,Verdana, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}   
.newsPager
{
	color: #000000;
	height: 20px;
	width: 875px;
	text-align: left;
	padding-left: 20px;
	padding-top: 6px;
}

.newsPager a
{
	color: #000000;
}

.newsPager a.pagerSelected
{
	color: #0000CC;
}
.pagerSelected
{
	color: #0000CC;
}
.newsSeparator
{
	height: 8px;
}

/* --------------- END news ------------------ */






/* --------------- videoGallery ------------------ */

.video
{
	background-color: #FFA302;
	border: 1px solid #CCCFB6;
	width: 290px;
	height: 145px;
	margin-left: 10px;
	margin-top: 15px;
}
.videoClip
{
	border: 1px solid #000000;
	margin-left: 6px;
	margin-top: 6px;
}
.clipInfo
{
	color: #004754;
	width: 140px;
	padding-right: 5px;
	text-align: left;
	font-size: 14px;
	padding-top: 5px;
}
.clipInfo p
{
	font-size: 12px;
	color: #000000;
}
.clipInfo table a
{
	text-decoration: none;
	color: #004754;
}


/* --------------- END videoGallery ------------------ */


/* --------------- videoDetail ------------------ */
.bgData
{
	background-color: #F3F4DC;
	height: 30px;
	line-height: 30px;
	color: #004754;
	font-size: 14px;
	margin-left: -8px;
	margin-right: -8px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #C1C1C1;
	border-top: 1px solid #C1C1C1;
}
.bgData a
{
	color: #004754;
}
.bgData a:hover
{
	color: #000000;
}
.bgData b
{
	float: right;
}
.titleVideo
{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFA302;
	padding-left: 10px;
	padding-right: 20px;
}
.videoDetailContant
{
	background-color: #F2F2F2;
	border-bottom: 1px solid #C3C3C3;
	padding-top: 20px;
	margin-left: -8px;
	margin-right: -8px;
}
.videoText
{
	color: #10525F;
	width: 260px;
	text-align: left;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 20px;
}
.videoDetails
{
	width: 330px;
	padding-top: 10px;
	padding-right: 5px;
}



/* ---------------End videoDetail ------------------ */

.breadCrumbs
{
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 14px;
}

.breadCrumbs a
{
	color: #000000;
}

.contactTable input[type="text"], .contactTable textarea, .contactTable select
{
	border: solid 1px #B3B3B3;
}

.contactTable input[type="submit"]
{
	font-family:  Arial,Verdana, Sans-Serif;
	background-color: #B3B3B3;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	width: 80px;
	height: 24px;
	font-size: 12px;
	border: solid 1px #828282;
	padding: 0px;
	cursor: pointer;
}
.search
{
	margin-left: 0px;
}

.searchResultsLeft
{
	width: 590px;
}

.searchSeparator
{
	height: 1px;
	background-color: #009ADA;
}

.searchBgImage
{
	background-image: url(layout_images/SearchMagnifier.gif);
	width: 195px;
	height: 233px;
}
.toolbar
{
	margin-bottom: 5px;
}
.relatedArticles
{
	margin-top: 40px;
	border: solid 1px #000000;
	padding: 10px;
}
.relatedArticles a
{
	color: #000000;
}

.relatedTitle
{
	font-size: 14px;
	font-weight: bold;
}

.leftChilds a
{
	color: #333366;
	font-size: 12px;
	text-decoration: none;
}
	.leftChilds a.selected
	{
		color: #9b9da0;
		text-decoration: none;
	}
	.leftChilds a:hover
	{
		color: #9b9da0;
	}
	
	.activityDay
{
	font-size: 34px;
	font-weight: bold;
}

.activityMonthYear
{
	font-weight: bold;
}
.activityDayCell1
{
	border: solid 1px #000000;
	padding: 0px;
}
.activityDayCell2
{
	border-top: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	padding:5px;
}
.activityTitle
{
	color: #0651ac;
	font-size: 14px;
	font-weight: bold;
}

.calendarMonth
{
	font-weight: bold;
	font-size: 14px;
	text-transform: capitalize;
	text-decoration: none;
	color: #000000;
}
.todayActivities
{
	margin-top: 10px;
	margin-bottom: 10px;
	width: 254px;
	text-align: left;
}
.todayActivitiesTitle
{
	font-size: 14px;
	margin-bottom: 5px;
	background-color: #d8e4fe;
	padding: 5px 0px 5px 0px;
	color: #FFFFFF;
	width: 250px;
	text-align: center;
	border: solid 2px #ffffff;
}

.rcTitle
{
	text-transform: capitalize !important;
}

.rsHeader h2
{
	text-transform: capitalize !important;
	color: #FFFFFF;
	text-align: center;
}



.searchCalendar
{
	background-color: #d8e4fe;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 5px;
	color: #FFFFFF;
	width: 240px;
	text-align: center;
	border: solid 2px #ffffff;
}
.searchCalendar a
{
	color: #ffffff;
	text-decoration: none;
}

.calendar
{
	
}

.rsContentScrollArea
{
	overflow: hidden !important;
}





