/* Legend: Top Right Bottom Left */
body {
background: #ebeff2 url(../images/background_small.jpg)  top repeat-x;
padding: 0px;
margin: 0px;
}
 
html {
padding: 0px;
margin: 0px;
}
 
#container {
width: 100%;
min-height: 650px;
}
 
#title {
text-align: center;
color: #336698;
font-size: 200%;
padding-top: 15px;
background: url(../images/logo_small.gif) left no-repeat;
height: 84px;
margin-left: 0px;
}

#title-main {
margin-left: 157px;
}

#sub-title {
font-size: 80%;
margin-left: 157px;
}
 
 
#content-left {
width:157px;
height: 625px; /* Change to match space needed for left menu */
background: #e2e6e9;
float:left;
margin-right: 10px;
padding: 0px;
//border: 1px solid #000;
}

#content-right {
min-height: 550px;
padding-left: 157px;
//border: 1px dashed #000;
}

#page-title {
text-align: center;
font-size: 150%;
font-weight: bold;
padding-top: 10px;
}

#page-msg {
text-align: center;
font-size: 100%;
padding-top: 10px;
}
 
#show-msg {
text-align: center;
font-size: 100%;
font-weight: bold;
padding-top: 0px;
}

.msg-correct {
color: red;
font-weight: bold;
}

.msg-error {
color: red;
font-weight: bold;
text-align: center;
}

.msg-array {
color: red;
text-align: left;
}
 
.data-center {
width: auto;
text-align: center;
padding: 10px;
}

.prompt {
font-weight: bold;
text-align: right;
}

.prompt-center {
font-weight: bold;
text-align: center;
}

#data-left {
width: 150;
text-align: left;
padding: 10px;
}

#data-center {
margin-left: auto;
margin-right: auto;
padding: 10px;
width: 750px;
//border: 1px dashed #000;
}

#data-table table {
margin-left: auto;
margin-right: auto;
border-collapse: collapse;
//border: 2px solid #000;
}
 
#data-table td {
//text-align: left;
}

#data-table th {
text-align: center;
font-size: 1.2em;
}

#footer {
text-align: center;
font-size: 70%;
color: #336698;
}

/* Styles for links */
a:link {
color: red;
text-decoration: none;
}
a:visited {
color: red;
text-decoration: none;
}
a:hover {
color: blue;
text-decoration: none;
}
a:active {
color: blue;
text-decoration: none;
}

/* Styles for Navigation */
#sidebar {
width: 140px;
background-color: #e2e6e9;
margin-left: auto;
margin-right: auto;
margin-top: 0;
padding: 0;
min-height: 350px;
}

#sidebar ul {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border-right: 1px solid #ffcc66;
	border-left: 1px solid #ffcc66;
	border-top: 1px solid #ffcc66;
	border-bottom: 1px solid #ffcc66;
  margin-top: 2px;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #336698;
	padding: 5%;
	display: block;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #336698;
	border-bottom: 1px solid #ffcc66;
	background-color: #fff;
}

