﻿*
{
	font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
	color: #3B3B3B;
}

body 
{
	margin:0;
}

#banner
{
	width:990px;
	height:150px;
	/*background-image:url(/JDN09/images/bando-jdn-congres.jpg);*/
}

#bannerText
{
	display: none;
}

h4.title
{
	text-align:center;
	color: #2C84EB;
}

.gridView
{
	float: left;
	width: 990px;
	margin: 5px;
}

.gridView td
{
	padding: 3px;
	font-size:12px;
}

.gridView .gvActiveRow
{
	background-color: Silver;
}

.gridView .gvSavedRow
{
	background-color: #33CC33;
}

.detailView
{
	float: left;
	width: 990px;
	margin: 5px;
}

.detailView .validationSummary,
.detailView .validationSummary *
{
	font-weight: bold;
	color: Red;
}

.detailView td
{
	height: 28px;
}

.detailView input
{
	width: 230px;
	border:1px solid silver;
}

.detailView .dvLabel
{
	text-align: right;
	font-weight: bold;
	width: 130px;
}

.dvActionLink td a
{
	font-weight: bold;
	color: #2C84EB;
}

.hidden
{
	visibility: hidden;
}

.visible
{
	visibility: visible;
}
.clear
{
	clear: both;
}

.loginBox
{
	margin: auto;
	margin-top: 36px;
    text-align:-moz-center;
    text-align:center;
}

.logoutBtn
{
	width: 120px;
	position: absolute;
	left: 830px;
	background-color: #FFFBFF;
	border: 3px double #CCCCCC;
	font: verdana 0.9em #284775;
	cursor: pointer;
}

.searchBox
{
	position: relative;
	left: 8px;
	background-color: #FFFBFF;
	padding: 3px;
	border: 1px solid #CCCCCC;
	font: verdana 0.9em #284775;
}

.searchBtn
{
	width: 120px;
	position: relative;
	left: 5px;
	background-color: #FFFBFF;
	border: 3px double #CCCCCC;
	font: verdana 0.9em #284775;
	cursor: pointer;
}

.newBtn
{
	width: 120px;
	position: relative;
	left: 20px;
	background-color: #FFFBFF;
	border: 3px double #CCCCCC;
	font: verdana 0.9em #284775;
	cursor: pointer;
}

#resultCount
{
	width: 250px;
	position: relative;
	left: 300px;
}