@import url("/Portals/1/Skins/Main/css/editor.css");

/***************************************
* DEFAULT STYLES
****************************************/
body
{
	text-align: center; 
	padding:0px; 
	margin:0px;
	background: #6B1C24;
    color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#container
{
    width:1024px;
	margin:0px auto;
	text-align: left;
}

.Normal, .NormalDisabled, table
{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

p
{
	padding:0px;
	margin:0px;
}

img
{
	padding:0px;
	margin:0px;
	border:0px;
}

a, input, object
{
    outline:none;
}

.DNNEmptyPane
{
	display:none;
}

/***************************************
* MAIN 2 LINK CSS CLASSES
****************************************/
a:link, .normal a:visited, a:visited, .normal a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	color:#0032FF;
	outline:none;
	text-decoration:underline;

}

a:hover, .normal a:hover
{
	color:#0032FF;
	outline:none;
	text-decoration:none;
}

/***************************************
* CUSTOM LINK
****************************************/
a.link_banner:link, a.link_banner:visited
{
	color:#0032FF;
	text-decoration:none;

}

a.link_banner:hover
{
	text-decoration:underline;
}

/***************************************
* SKINS
****************************************/
/* header */
.sfHeaderLeft
{
	background: url(/portals/1/skins/main/images/bg_topLeft.jpg) top left no-repeat;
	height:432px;
	width:526px;
}

.sfHeaderLeftPane
{
	width: 445px;
	margin-left:52px;
	margin-top:192px;
}

/* left pane */
.sfLeftPane
{
	margin-left:40px;
	width:495px;
}

.sfRightPane
{
	margin-left:45px;
}

/* bottom left+right */
.sfLeftBottomPane
{
	margin-left:50px;
	width:405px;
}

.sfContentPane
{
	width:1024px;
}

/* footer */
.sfFooter
{
	background: url(/portals/1/skins/main/images/bg_footer.jpg) top left no-repeat;
	width:1024px;
	height:148px;
}

.sfFooterPane
{
	padding-top:50px;
	margin-left:50px;
	width:745px;
}