/* Imports */
@import url(/includes/css/menu.css);

/* Elements */
body {
	margin: 3px;
	background: #000;
	color: #FFF;
	font: 0.8em Arial, Helvetica, sans-serif;
}

a:link, a:active, a:visited {
	color: #FF9900;
	text-decoration: none;
}

table {
	width: 550px;
	border: 0px none;
	padding: 0px;
	font-size: 1em;
}

th {
	background: #8452B5;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

td {
	vertical-align: top;
}

p {
	text-align: justify;
}

img {
	border: none;
}

/* Classes */
table.content {
    border: 0px; 
    width: 100%;
    margin: 3px 0px;
}

td.header {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-color: #400;
}

td.border {
	background-color: #400;
	width: 2px;
}

td.panel {
	text-align: center;
	vertical-align: middle;
	width: 95px;
	height: 25px;
	color: #FFF;
	background-color: transparent;
}

td.bg {
	background-color: #222;
	color: #FFF;
	text-align: justify;
	padding: 5px;
	width: 300px;
}

td.infobar {
	text-align: center;
	vertical-align: top;
	width: 95px;
}

td.inst {
	text-align: center;
	background-color: #400;
	font-weight: bold;
}

div.content {
	text-align: justify;
}

.mbar {
	background-color: #400000;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}

.school {
	color: #9370db;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}

.title {
	text-align: center;
   font-weight: bold;
   color: #FF9700;
}

.copyright {
	text-align: justify;
	color: #99CCFF;
	font-style: italic;
	font-size: 0.8em;
}

.simguide {
	text-align: justify;
	margin-left: 40px;
	width: 93%;
}

/* IDs */
img#logo {
	float: left;
	margin-left: 6px;
}

table#index {
	border-spacing: 5px;
	padding: 3px;
	width: 640px;
}

table#menu {
	float: right;
	width: 40%;
}

table#app {
	width: 550px;
	border: none;
	padding: 0px;
	border-spacing: 1px;
}

#intro {
	background-color: #003366;	
	color: #99CCFF;
	width: 10%;
	height: 123px;
	vertical-align: top;
	padding: 5px;
}

#header {
	background: url(/images/header.gif) no-repeat;
	vertical-align: top;
	width: 490px;
	height: 45px;
}

td#backdb {
	background: url(/images/framing/tdback.gif);
	vertical-align: bottom;
	width: 36px;
}

#dblogo {
	margin-left: 6px;
	vertical-align: bottom;
}