/********************************************************************************/

/********************************************************************************/

/*--------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------*/
/*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:#0C9112;
}

#contentwrapper a:visited
{
	text-decoration: none;
	color:#0C9112;
}

#contentwrapper a:hover
{
	color:#0C9112;
	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:#0C9112;
}
#breadcrumbs .SkinObject
{
    color:#0C9112;
}
/*Copyright, Menuitems in footer */
.SkinObject
{
	color:#0C9112;
}
/*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 styles*/
.RadMenu_CssGreen .link:hover, .RadMenu_CssGreen .focused, .RadMenu_CssGreen .expanded
{
   /*border-bottom:3px solid #990033!important;*/
   background:transparent url(menubackground.jpg) repeat-x scroll 0 0!important;
   text-decoration:underline!important;
   border:none!important;
}
.radmenu
{
    background:transparent url(menubackground.jpg) repeat-x scroll 0 0!important;

}
.RadMenu_CssGreen .text
{
    font-size:14px!important;
}
.radmenu .expanded .text
{
    border:none!important;
    /*padding-top:12px!important;*/
}
.RadMenu_CssGreen .link 
{
    border:none!important;
    color:white!important;
    line-height:45px!important;
}
.RadMenu_CssGreen .group .link 
{
    border:none!important;
    color:white!important;
    line-height:30px!important;
    /*background:transparent url(menubackground.jpg) repeat-x scroll 0 0!important;*/
    background-color:#0C9112!important;
}
.RadMenu_CssGreen .group .link:hover
{
    background-color:#0C9112!important;
    background-image:none!important;
    text-decoration:underline!important;
}
.RadMenu_CssGreen .group .link, .RadMenu_CssGreen .focused .text
{
    background-image:none!important;
}
.RadMenu_CssGreen .rootGroup .link:hover
{
    text-decoration:underline!important;
    border:none!important;
    border-width:0px!important;
}
.RadMenu_CssGreen .link:hover .text, .RadMenu_CssGreen .focused .text
{
    border:none!important;
}




/*Comments*/
.S4UCommentsItem
{
}

/*NewsArticles Module ListView*/
.articleTopCell 
{
   background:#ECECEC url(~/../../../../../DesktopModules/STAGE4USSetup/STAGE4USControls/Images/S4UStitleBarBg.gif) repeat-x    scroll 0 top !important;
   color:Black;
   font-weight:bold;
   height:25px;
   padding:6px;
}
.articleTopCell .NormalBold 
{
   color:Black;
}
.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)**********************/


/*SIZES AND POSITIONS***********************************************/

#logodiv
{

    text-align:center;
    height:150px;
}

#contentwrapper
{
	margin: 231px 0 0 0;  /*margin-top= height of header pic + 58px*/
	#margin: 224px 0 0 0; /*for IE*/
}





