/* CSS Document */

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url("img/line.png") fixed;
	background-position: center;
	background-repeat:repeat-y;
}

#header{
	margin-top: 5px;
}

#header h1{
	font-family: Tahoma, Arial, sans-serif;
	font-size:18px;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 5px;
}


/* MENU */
.menu {
	background:#C68208;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #777;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #777;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 10px;
	height: 20px;
}

.linkMenu {
	text-decoration: none;
	color: #FFFFFF;
}

.linkMenuDisabled {
	text-decoration: none;
	color: #999;
}

/* CONTENT */

#content {
	line-height: 25px;
	font-size: 12px;
	text-align: justify;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
}

#content h1 {
	font-size: 14px;
	font-weight: bold;
	background-image: url(img/lineh.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#content h2 {
	font-size: 12px;
	font-weight: bold;
	color: #C68208;
}


#content a {
	font-size: 12px;
	color: #C68208;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

/* VENUE */
table#venue{
	width: 95%;
	margin:0 auto 10px auto;
	border-collapse: collapse;
}

table#venue tr{
	border: 1px solid #000;
}

table#venue th{
	padding-left: 5px;
	padding-top: 5px;
	vertical-align: top;
	text-align: left;
	background: #E3B45B;
	border: 1px solid #000;
}

table#venue td{
	padding-right: 10px;
	text-align: justify;
}

/* HISTORY */
table#history, table#history th, table#history td{
	border: 1px solid #000;
	border-collapse: collapse;
}

table#history td, table#history th {
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}

table#history th {
	text-align: center;
	background: #E3B45B;
	color: #000;
	font-size: 80% !important;
}

table#history td {
	font-size: 90% !important;
}

/* PROGRAM */
table#program, table#program th, table#program td{
	border: 1px solid #000;
	border-collapse: collapse;
}

table#program td, table#program th {
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	line-height: 150%;
}


table#program td#break, table#program th#break {
	text-align: center;
	font-weight: bold;
	border-bottom-width: 2px;
	border-top-width: 2px;
	background-color: #CC9900;
}

table#program td#event, table#program th#event {
	font-weight: bold;
	border-bottom-width: 2px;
	border-top-width: 2px;
	background-color: #CCCC00;
}

table#program th {
	text-align: center;
	background: #E3B45B;
	color: #000;
	font-size: 80% !important;
}

table#program td {
	font-size: 90% !important;
}

table#program a {
	color: #990033;
}

/* IMPORTANT DATES */
#importantDates {
	font-size: 11px;
	padding: 5px;
	text-align: center;
	border: thin solid #C68208;
	
}

#importantDates h1 {
	font-weight: bold;
	color: #C68208;
	font-size: 12px;
	text-align: center;
}

/* PROCEEDINGS */
div#proceedings{
	font-size: 11px;
	font-weight: bold;
	border: thin solid #C68208;
	text-align: center;
	padding: 5px;
	margin-top: 20px;
}

div#photos{
	font-size: 11px;
	font-weight: bold;
	border: thin solid #C68208;
	text-align: center;
	padding: 5px;
	margin-top: 20px;
}


.tablaError {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	border: thin solid #000000;
	line-height: 20px;
}

/* FORMS */
form {
	border: thin solid #C68208;
	background-color: #E3B45B;
} 

form fieldset{
	border:1px solid #996600;
	margin: 5px;
} 

form label {
	font-size:0.95em;
	margin-bottom: -5px;
	font-weight: bold;
	display: block;
	margin-top: 5px;
}

form input {
	font-size: 1em;
}

form fieldset legend
{
	font-size:0.9em;
	font-weight: bold;
	color: #996600;
	padding: 0px 10px;
	border: 1px solid #996600;
}

.submit {
	margin-top: 10px;
}

form#registration table td{
	padding-left: 5px;
}

form#tpvv{
	border: none;
	background-color: #FFFFFF;
}


/* TABLE SUBMISSIONS */

table#submissions{
margin-top: 10px;
}

table#submissions td {
	font-size: 60% !important;
}

/* DIV SUBMISSIONS */
div#submission{
	width: 800px;
	margin: 0 auto;
	font-size: 80% !important;
}

/* REGISTRATION */
div.amount{
	float:right;
	margin-right: 15px;
	font-family:Tahoma, Verdana, Arial;
	font-size: 16px;
	font-weight:bold;
}

div#confirm p{
	margin-top: -10px;
}

div#confirm a{
	padding: 5px 10px;
	background: #eee;
	border: solid 2px #ccc;
}

div#confirmation{
	width: 400px;
	margin: 40px auto;
	padding: 5px;
	text-align: center;
	border: #666666 thin solid;
	background: #EEE;
	
}
