/* AJAX */
.toggleThis {
	line-height: 1em; 
}
.hide { 
	display: none;
}

/* Blocks */
body {
	background: url(../img/backdrop.jpg);
	background-repeat: repeat-x;
	color: #000000;
	font-size: 0.9em;
}
a { 
	text-decoration: none;
	color: #000080; 
}
h1 { 
	font-size: 1.5em;
	font-weight: bold; 
}
h2 { 
	font-size: 1.2em;
	font-weight: bold; 
}
td { 
	text-align: center; 
}
legend { 
	font-weight: bold;
	color: black; 
}
hr { 
	color: #B22222;
	width: 100%;
}
img { 
	border: 0; 
}
ul{
	list-style-type: square;
}
table{
	border: 0;
	width: 95%;
}

/* Classes */
.content { 
	color: black;
	width: 735px; 
	height: 600px; 
	margin: 2px; 
	padding: 8px; 
	padding-left: 12px; 
	padding-right: 25px; 
	background: url(../img/panel.png);
	background-repeat: no-repeat;
}
.main {
	position: absolute;
	top: 10px;
	left: 190px;
	z-index: 1; 
	width: 735px;
	height: 600px;
}
.navbar {
	position: absolute;
	top: 10px;
	left: 5px;
	z-index: 2;
	width: 180px;
	height: 600px;
	text-align:center;
	background: url(../img/navpanel.png);
}
.navbarlist { 
	list-style-image: url(../img/arrow.gif);
	text-align: left; 
	line-height: 1.5em; 
}
.webmail { 
	text-align: left; 
}
.tablehead { 
	font-variant: small-caps; 
}
.centered { 
	text-align: center;
}
.leftlist {
	z-index: 3;
	position: absolute;
	top: 80px;
	left: 40px;
	font-size: 0.9em;
	width: 200px;
	height: 350px;
	line-height: 1.5em; 
	list-style-image: url(../img/arrow.gif);
}
.midlist {
	z-index: 3;
	position: absolute;
	top: 80px;
	left: 275px;
	font-size: 0.9em;
	width: 200px;
	height: 350px;
	line-height: 1.5em; 
	list-style-image: url(../img/arrow.gif);
}
.rightlist {
	z-index: 3;
	position: absolute;
	top: 80px;
	left: 510px;
	font-size: 0.9em;
	width: 200px;
	height: 350px;
	line-height: 1.5em; 
	list-style-image: url(../img/arrow.gif);
}
.exchange{
	z-index: 4;
	position: absolute;
	top: 375px;
	left: 550px;
	height: 100px;
	width: 100px;
}
.valid {
	border:0;
	width:88px;
	height:31px;
	padding: 2px; 
}
/* IDs */
#column1{
	width: 35%;
}
#column2{
	width: 10%;
}
#column3{
	width: 35%;
}
#column4{
	width: 20%;
}