/*----------------------------------------BODY---------------------------------------------*/

body {
	background-color: #FFF5F5;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.8em;
	text-align: justify;
	color: #00006B;
}

body a {
	color: #6B0050;
	text-decoration: none;
}

body a:hover {
	text-decoration: underline;
}

/*---------------------------------------HEADER--------------------------------------------*/

#Header {
	margin-bottom: -3px;
	position: static;
}

/*--------------------------------------LINKSBAR-------------------------------------------*/

#LinksBar {
	position: static;
	width: 100%;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #C1B1C1;
	top: 5px;
}

#LinksBar li {
	list-style-type: none;
	display: inline;
}

#LinksBar a {
	color: #50006B;
	font-size: 1.1em;
}

#LinksBar a:hover {
	text-decoration: underline;
	text-transform: uppercase;
}

/*--------------------------------------CONTENT-------------------------------------------*/

#Content {
	position: static;
	width: 100%;
}

#Content h1 {
	padding-top:10px;
}

#Content h2 {
	padding-top:10px;
}

#Content h3 {
	padding-top:10px;
}

#Content h4 {
	padding-top:10px;
}

#Content h5 {
	padding-top:10px;
}

#Content h6 {
	padding-top:10px;
}

/*------------------------------------MAINCONTENT----------------------------------------*/

#MainContent {
	float: left;
	position: static;
	width: 100%;
}

#MainContent p {
	padding-left: 5px;
	padding-right: 15px;
}

/*------------------------------------SIDECONTENT----------------------------------------*/

#SideContent {
	float: right;
	position: static;
	width: 48%;
}

#SideContent p {
	padding-left: 5px;
	padding-right: 5px;
}

/*---------------------------------------FOOTER--------------------------------------------*/

#Footer {
	border-top: 1px solid gray;
	color: gray;
	font-size: 0.8em;
	position: relative;
	text-align: center;
	width: 100%;
}

#Footer a {
	color: #50006B;
}

#Footer img {
	border: 0;
}

/*------------------------------------HITCOUNTER-----------------------------------------*/

#hitcounter {
	color: #50006B;
	font-size: 1.2em;
	font-weight: normal;
	border: 1px dotted gray;
	margin: 0 auto;
	width: 50px;
}

#hitcounter_label {
	font-size: 1.3em;
	
}


/*------------------------------------TICKETFORM-----------------------------------------*/

#ticketform {
}

#ticketform input {
	height: 15px;
	color: black;
	background: lightgray;
	border: 1px solid gray;
}

#ticketform select {
	
	color: black;
	background: lightgray;
	border: 1px solid gray;
}

#emblem {
	position:relative;
	top:8px;
}

#CnT, #MemT, #AdT {
	width: 20px;
	text-align:center;

}

#Edescription {
	padding: 4px;
	padding-left: 20px;
	padding-right: 20px;
	border: 1px solid lightgray;
}
/*-------------------------------------CONFIRM PAGE-----------------------------------------*/

#confirm {
	background: white url('pictures/confirm_dialog.png') no-repeat;
	padding-top: 120px;
	height: 620px;
	overflow-y: auto;
	width: 850px;
}

#confirm p {
	padding-left: 10px;
	padding-right: 10px;
}

#confirm h3 {
	padding-left: 5px;
}

#confirm table {
	padding-left: 10px;
	padding-right: 10px;
}
#confirm span {
	text-align: middle;
}

#confirm img{
	padding-left: 12px;
	padding-right: 12px;
}

#confirm div {
	background: transparent url('pictures/whitebox.png') no-repeat; 
	height: 35px; 
	width: 190px; 
	position: relative;
	margin: auto; 
	top: 20px;
}
/*-----------------------------------------END----------------------------------------------*/














