/********************************************************************************/

/********************************************************************************/

/*--------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------*/
/*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: Verdana,Arial,Times New Roman,sans-serif;
	font-size: 12px;
	color: #131313;
}
/*normal text*/
.Normal
{
	font-size: 12px;
}
td
{
font-size: 12px;
}
.NormalBold
{
	font-size: 12px;
}
.NormalSmall
{
	font-size: 11px;
}
.NormalTextBox 
{
        background-color:#F5F5F5;
        border:1px solid #999999;
	color:#0654A4;
}
/*contentarea (with footer and header)*/
#contentwrapper
{
    font-family: Verdana,Arial,Times New Roman,sans-serif;
}

#contentwrapper a
{
	color:#0654A4;
	font-weight:normal;
	text-decoration:none;
}

#contentwrapper a:visited
{
	color:#0654A4;
	font-weight:normal;
	text-decoration:none;
}

#contentwrapper a:hover
{
	color:#0654A4;
	text-decoration:underline;
}

#contentwrapper h1, h2, h3
{
	margin: .8em 0 .2em 0;
	padding: 0;
	font-family:Anivers,Trebuchet MS,Tahoma,Arial;
}
#contentwrapper p
{
	margin: .4em 0 .8em 0;
	padding: 0;
}
/* Header styles */
#header
{
	clear: both;
	float: left;
	width: 100%;
	background-repeat: repeat-x;
	background:#FFFFFF;
	background-image: url(headerbackground.jpg);
}
/* breadcrumbs */
#breadcrumbsbar
{
	clear: both;
	background: #FFFFFF url('breadcrumbs.jpg') repeat-x;
	padding: 6px 15px !important;
	text-align: right;
	height: 20px;
        border-top:4px solid #000000;
}

#breadcrumbs
{
	width: 100%;
	font-weight: bold;
	text-align: center;
	color:#0654A4;
}
#breadcrumbs .SkinObject
{
    color:#0654A4;
}
/*Copyright, Menuitems in footer */
.SkinObject
{
   color:#0654A4;
}
/*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;
}


/* Footer styles */
#footer
{
	clear: both;
	float: left;
	width: 100%;
	height:57px;
	background: #FFFFFF url('footer.png') repeat-x;
	font-size:11px;
	padding-top:24px;
}

/* Logo */
#dnn_LOGO_imgLogo
{
	
}




/*radmenu styles*/
.RadMenu_CssGrey .link:hover, .RadMenu_CssGrey .focused, .RadMenu_CssGrey .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;
    height:50px;
}
.RadMenu_CssGrey .text
{
    font-size:14px!important;
}
.radmenu .expanded .text
{
    border:none!important;
    /*padding-top:12px!important;*/
}
.RadMenu_CssGrey .link 
{
    border:none!important;
    color:white!important;
    line-height:50px!important;
}
.RadMenu_CssGrey .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:#15597C!important;
}
.RadMenu_CssGrey .group .link:hover
{
    background-color:#15597C!important;
    background-image:none!important;
    text-decoration:underline!important;
}
.RadMenu_CssGrey .group .link, .RadMenu_CssGrey .focused .text
{
    background-image:none!important;
}
.RadMenu_CssGrey .rootGroup .link:hover
{
    text-decoration:underline!important;
    border:none!important;
    border-width:0px!important;
}
.RadMenu_CssGrey .link:hover .text, .RadMenu_CssGrey .focused .text
{
    border:none!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
{
}
/*stage4us Buttons*/

.S4USbutton
{
	background-image:url(../../../../DesktopModules/STAGE4USSetup/STAGE4USControls/Images/S4USButtons/normal/S4USblueSquareButton.gif);
}

.ruButton
{
	background-image:url(../../../../DesktopModules/STAGE4USSetup/STAGE4USControls/Images/S4USButtons/large/S4USblueSquareButton_large.gif)!important;
}

.S4USbuttonsmall
{
	background-image:url(../../../../DesktopModules/STAGE4USSetup/STAGE4USControls/Images/S4USButtons/small/S4USblueSquareButton_small.gif);
}

.S4USbuttonlarge
{
	background-image:url(../../../../DesktopModules/STAGE4USSetup/STAGE4USControls/Images/S4USButtons/large/S4USblueSquareButton_large.gif);
}

.S4USbuttonlargex 
{
	background-image:url(../../../../DesktopModules/STAGE4USSetup/STAGE4USControls/Images/S4USButtons/largex/S4USblueSquareButton_largeX.gif);
}
/*--------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------*/






/*********CLASSES FOR ALL SKINS THE SAME:**********************/

/*CUSTOMIZED SIZES AND POSITIONS***********************************************/

#contentwrapper
{
	margin: 193px 0 0 0;  /*margin-top= height of header pic + 58px*/
	#margin: 189px 0 0 0; /*for IE 4 px less*/
}




