﻿body
{
	margin:0px;
	padding:0px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 15px;
}

#header
{
	background-color:Black;
	background-image:url(../../images/header.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	height:197px;
}

#mainDiv
{
	background-color:#FEFEFE;
	background-image:url(../../images/logoFili.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	min-height:500px;
}

.divBorderListAccreditation
{
	width:900px;
	margin:auto;
	border:1px solid silver;
	border-radius: 10px;
	-moz-border-radius: 10px 10px 10px 10px;
}

.listAccreditation
{
	border:none;
	border-collapse:collapse;
	margin:auto;
	width:900px;
}

.listAccreditation td
{
	border-top:1px solid white;
	border-right:1px solid silver;
	padding:1px 3px 1px 3px;
	text-align:center;
	background-color:transparent;
	background:url(../../images/backrow.png);
	color:Black;
}

.listAccreditation tr:hover td
{
	background-color:transparent;
	background-image:none;
	color:Black;
}


.listAccreditation th
{
	padding:3px;
	background:url(../../images/fondth.jpg);
	background-repeat:repeat-x;
	background-position:center bottom;
	background-color:White;
}

.AccreditDetail
{
	width:600px;
	text-align:center;
	padding:0px 3px;
}

.AccreditDetail td
{
	text-align:left;
}

.popupExtender
{
	border: 1px dashed silver;
	padding:5px;
	background: #FFFFFF url(../../images/mainbg.gif) repeat-x scroll 0 -42px;
	border-radius: 10px;
	-moz-border-radius: 10px 10px 10px 10px;
}

.modalBackground
{
	background-color: black;
	opacity: 0.5; /* Firefox, etc */
	filter: alpha(opacity = 50); /* ie */
}

.loginDiv
{
	margin:auto;
	background: transparent url(../../images/backdivHeader.jpg) repeat-x;
	background-position:center top;
}
.loginDiv Div
{
	background: transparent url(../../images/backgroundLogin.gif) no-repeat;
	background-position:center top;
	padding-top:8px;
	margin:auto;
	width:210px;
	height:25px;
	color:white;
	text-align:center;
}

.loginDiv Div a
{
	color:White;
}
