@import url("/Portals/0/Skins/Main/css/editor.css");

/***************************************
* DEFAULT STYLES
****************************************/
body
{
	text-align: center; 
	padding:0px; 
	background: #000000;
    color:#ffffff;
	font-family:Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
}

#container
{
    width:800px;
    height:610px;
    background:url('/Portals/0/Skins/Main/images/bg.jpg') no-repeat;
	margin:0px auto;
	text-align: center;
}

#innerContainer
{
    width:720px;
    margin:0px auto;
    text-align: left;
}

.Normal, .NormalDisabled, table
{
	color:#ffffff;
	font-family:Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
}

p
{
	padding:0px;
	margin:0px;
}

img
{
	padding:0px;
	margin:0px;
	border:0px;
}

a, input, object
{
    outline:none;
}

.DNNEmptyPane
{
	display:none;
}

h1, h2, h3, h4, h5
{
    color:#ffffff;
}


/***************************************
* LINK CSS CLASSES
****************************************/
a:link, .normal a:visited, a:visited, .normal a:visited
{
	font-family: Helvetica, sans-serif;
	color:#005716;
	outline:none;
	text-decoration:underline;

}

a:hover, .normal a:hover
{
	color:#005716;
	outline:none;
	text-decoration:none;
}


a:link.cfFooter_Link, a:visited.cfFooter_Link, a:active.cfFooter_Link, a:hover.cfFooter_Link
{
	color:#ffffff;
	letter-spacing:2px;
	outline:none;
	text-decoration:none;
}

a:link.cfFooter_PhoneLink, a:visited.cfFooter_PhoneLink, a:active.cfFooter_PhoneLink, a:hover.cfFooter_PhoneLink
{
    cursor:auto;
	color:#ffffff;
	font-weight:bold; 
	letter-spacing:2px;
	outline:none;
	text-decoration:none;
}

