/********************************************************************************/

/********************************************************************************/

/*--------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------*/
/*Classes to adapt when creating a new skin*/
/* General styles */
body
{
	margin: 0;
	padding: 0;
	border: 0; /* This removes the border around the viewport in old versions of IE */
	width: 970px !important;
	background: #eeeeee;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 12px;
	color:#444444;
	
}
/*normal text*/
.Normal
{
   font-size: 12px;
}
td
{
font-size: 12px;
}
.NormalBold
{
}
.NormalSmall
{
}
/*contentarea (with footer and header)*/
#contentwrapper
{
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
}

#contentwrapper a
{
	color:#205B87;
}

#contentwrapper a:visited
{
	text-decoration: none;
	color:#205B87;
}

#contentwrapper a:hover
{
	color:#205B87;
	text-decoration:underline;
}

#contentwrapper h1, h2, h3
{
	margin: .8em 0 .2em 0;
	padding: 0;
}
#contentwrapper p
{
	margin: .4em 0 .8em 0;
	padding: 0;
}
/* Header styles */
#header
{
	clear: both;
	float: left;
	width: 100%;
	background-repeat: no-repeat;
	background:#FFFFFF;
}
/* breadcrumbs */
#breadcrumbsbar
{
	clear: both;
	background: #FFFFFF;
	border-top: 4px solid #000;
	border-bottom: 1px solid #888888;
	padding: 6px 15px !important;
	text-align: right;
	height: 20px;
}

#breadcrumbs
{
	width: 100%;
	font-weight: bold;
	text-align: center;
	color:#205B87;
}
#breadcrumbs .SkinObject
{
    color:#205B87;
}
/*Copyright, Menuitems in footer */
.SkinObject
{
   color:#205B87;
}
/*contentarea (wihtout footer and header)*/
.colmask
{
	position: relative; /* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear: both;
	float: left;
	width: 970px /*100%*/; /* width of whole page */
	overflow: hidden; /* This chops off any overhanging divs */
	background: #FFFFFF;
	border-top: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
}


/* Footer styles */
#footer
{
	clear: both;
	float: left;
	width: 100%;
	height:30px;
	border-top: 1px solid #888888;
	background: #FFFFFF;
	font-size:11px;
}

/* Logo */
#dnn_LOGO_imgLogo
{
	
}

/*radmenu visited for IE*/
.rootGroup .item a:visited
{
    color:white;
}
.rootGroup .link:hover
{
    background-color:#FFFEFE!important;
    color:#444444!important;
}
.rootGroup .expanded
{
    color:#444444!important;
}
.group .link:hover
{
    background-color:#444444!important;
    color:#FFFEFE!important;
}
.group .item a:visited
{
    color: #333333;
}
.rootGroup .focused
{
    color: #333333!important;
}
.group .focused
{
    color: white!important;
}

/*Telerik RadEditor*/
.RadEditor .reContentCell, .RadEditor .reContentCell iframe
{
   background-color:#F2F2F2!important;
}

/*Comments*/
.S4UCommentsItem
{
}

/*NewsArticles Module ListView*/
.articleTitle
{
}
.S4US_articles_by
{
}
.S4US_articles_datetime
{
}
.S4US_articles_summary
{
}
.S4US_articles_subinfo
{
}
/*NewsArticles Module DetailView*/
.S4US_articles_detailtitle
{
}
.NormalArticle td_main
{
}
.S4US_articles_subheadings
{
}

/*event module ListView*/
.UIFullListing_InfoLabel
{
}
.UIFullListing_InfoValue
{
}
.UIFullListing_ActionsLinks
{
}
/*event module DetailView*/
.STAGE4US_EventDetailTitle
{
}
.STAGE4US_EventDetailTable td.label /*eventdetails label*/
{
}
.STAGE4US_EventDetailTable td /*eventdetails content*/
{
}
.STAGE4USEvents_EventDetail_lblDescriptionHeader
{
}
.linkPointer /*upload photos*/
{
}
.event_detailview_actionLinks
{
}
.event_detailview_box_content
{
}
/*--------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------*/






/*********CLASSES FOR ALL SKINS THE SAME: (overrule default.css)**********************/





