@charset "utf-8";
/* CSS Document */

/* DEFAULT CSS */
html, body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
	z-index: 0;
	color: #505050;
}

.clear 
{
	display: block;
	clear: both;
	float: none !important;
}
a
{
	outline: none;
	color: #1F4558;
}
a, a:link, a:visited 
{
	text-decoration: none;
}

a:hover 
{
	/*text-decoration: underline;*/
}

img 
{
	border: 0;
}




.protected
{
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.hide,  .hover-hide {
	display: none;
}

.errors
{
	padding: 7px;
	border: 1px solid #D4362D;
	background-color: #EDC2C2;
	color: #D4362D !important;
	margin-bottom: 15px;
}
.error
{
	color: #D4362D;
}



.hr
{
	border-bottom: 1px solid #DDDDDD;
    padding-bottom: 15px;
    padding-top: 15px;
    height: 1px;
}



h1, h2, h3, h4, h5, h6, h7, p
{
	margin: 0px;
	padding: 0px;
}

p
{
	padding: 5px 0px;
	line-height: 20px;
}

ul
{
	list-style: none outside none;
	padding: 0px;
	margin: 0px;
}
