@import url("/controls/RadControls/Editor/EditorDropDownStyles.css");
@import url("/Portals/1/Skins/Main/css/aspdnsf.css");

body
{
	/* BEGIN ANNIVERSAYRY */
	/* background: #909090 url(/Portals/1/Skins/Main/images/bg_anniversary.jpg) top center no-repeat ; */
	/* END ANNIVERSAYRY */
	
	/* BEGIN ORIGINAL */
	background:url(/Portals/1/Skins/Main/images/bg_allSkinRepeat.jpg) top repeat-x;
	background-color:#330000;
	/* END ORIGINAL */

	/* special cruise month
	background:url(/Portals/1/Skins/Main/images/bg_nationalCruiseWeekTop.jpg) top no-repeat;
	background-color:#FFFFCC;
	*/

	/* fall background 
	background:url(/Portals/1/Skins/Main/images/bg_fall.jpg) top no-repeat;
	background-color:#938C60;
	*/
   
	text-align: center; 
	padding:0px; 
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#container
{
	/* normal background */
	background:url(/Portals/1/Skins/Main/images/bg_alllSkinTop.jpg) top no-repeat;

	/* BEGIN ORIGINAL */
	width:1124px;
	/* END ORIGINAL */
	
	/* BEGIN ANNIVERSAYRY */
	/* width:1024px; */
	/* END ANNIVERSAYRY */

	margin: 0 auto; 
	text-align: left;
}

#content
{
	position:relative;
	/* BEGIN ORIGINAL */
	right:50px;
	left:50px;
	/* END ORIGINAL */
	top:35px;
}

.Normal, .NormalDisabled, table
{
	font-family:Arial, Verdana, Times New Roman;
	font-size:12px;
}

p
{
	padding:0px;
	margin:0px;
}

img
{
	padding:0px;
	margin:0px;
	border:0px;
}

.DNNEmptyPane
{
	display:none;
}

.sfHeader
{
	background:url(/Portals/1/Skins/Main/images/bg_header.jpg) top no-repeat;
	width:1024px;
	height:127px;
}

.sfMenu
{
	height:32px;
	width:1024px;
	background-color:#0099CC;
}

a:link, .normal a:visited, a:visited
{
	font-family:Arial, Helvetica, sans-serif; 
	color:#0033FF;
	text-decoration:none;
	outline:none;
	outline: 0px;
}

a:hover, .normal a:hover
{
	color:#0033FF;
	text-decoration:underline;
}



/**
Adds background color to the dropdown list
**/
.RadEDropDownTable, .RadEDropDownOff
{
	background-color:#BFBFBF;
	background-image:none;
}