body {

	background: #BBBBBB url('/graphics/background-gradient.jpg') repeat-x;	
}

p {
	color: #FFF;
	font-size: 140%;
}

h2 {
	margin-bottom: 5px;
}


.visible {
	border: 1px solid black;
}


a.link-through {
	color: #FFF;
	font-size: 140%;
	font-weight: bold;
}

.back {
	background-color: blue;
}
.container {
	height: 800px;
}

/* Header */

.header {
	height: 70px;
	padding-top: 20px;
}

.header #main-title {
	float: left;
	text-align: center;
	padding-left: 2px;
}

.header #telaeris-logo {
	float: right;
	padding-top: 5px;
	padding-right: 8px;
}

.header #telaeris-logo #by {
	float: left;
	position: relative;
	font-size: 1.8em;
	top: 8px;
	margin-right: 10px;
	
}


/* Body */

.body {
	background-color: #000;
	border: 10px solid #DDD;
	padding-bottom: 20px;
	padding-top: 20px;
}

.body hr {
/*	width: 94%;*/
	width: 100%;
	color: #FFF;
	height: 3px;
	border: none;
}


/* Left Column */

.body #left-col {

}

#left-col h2 {
	height: 50px;
	width: 100%;
	text-align: center;
	padding-top: 7px;
	color: #FFF;
	float: left;
	margin-bottom: 0;
	font-weight: bold;
}

#left-col h3 {
	color: #FFF;
	font-size: 2em;
	margin-bottom: 15px;
}

#left-col a {
	display: block;
	width: 400px;
	height: 50px;
	margin-bottom: 20px;
	text-decoration: none;
	color: #FFF;
}

#left-col a:hover {
/*	background: transparent url('/graphics/vista-button-highlight.gif') no-repeat;*/
	text-decoration: none;
}

.cool-button {

	background: transparent url('/graphics/vista-button.gif') no-repeat;
}
.cool-button-hover {
	background: transparent url('/graphics/vista-button-green.gif') no-repeat;
}

.cool-button-selected {
	background: transparent url('/graphics/vista-button-highlight-green.gif') no-repeat;
}

/* Left Column */
#left-col a:hover h2 {
	font-weight: bold;
}




/* Right Column */

#right-col {
	color: #FFF;
	border: 3px solid #CCC;
	background-color: #555;
	padding: 20px;
	margin-left: 10px;
}

#right-col h2 {
	font-size: 3em;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 0;
}

#right-col fieldset {
	border: none;
	text-align: right;
/*	margin-bottom: 0;*/
	padding: 0;
	
}

#right-col label {
	font-size: 2em;
	margin-left: 10px;
	line-height: 2em;
}

#right-col input {
	font-size: 150%;
}

#right-col input {
	margin-left: 10px;
	padding: 4px;
	width: 180px;
}

#right-col .button {
	font-size: 1.5em;
	text-align: center;
	margin-top: 10px;
	width: 188px;
}

#right-col a {
	display: inline;
	width: 200px;
	height: 40px;
	color: #0F0;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
}

#right-col a:hover {
	text-decoration: underline;
}

#right-col span {
	font-size: 1.5em;
	margin-right: 20px;
	position: relative;
	bottom: 10px;
}

div.info-view-popv {
	text-align: center;
}

/* Bottom Information Section */

#information {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
}

#information h2 {
	color: #FFF;
}

#information table {
/*	width: 100%;*/
	border: 0;
	font-size: 1.5em;
	color: white;
}

#information td {
	padding: 0;
}

#information a {
	color: #0F0;
}

.icon-delete {
	background: #FBE3E4 url("/img/silk/icons/delete.png") no-repeat scroll 8px 10px;
	padding-left: 30px;
}

