/*
This is CSE7.org's style sheet
*/
body {
	margin: 0;
	padding: 0;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style-type: none;
}

li {
	margin: .75em 0;
}

hr {
	height: 1px;
	border: 0;
}

.code {
	font-family: courier;
}

#thePage {
    width: 900px;
    margin: 25px auto;
    font-family: helvetica;
    font-size: 12px;
    line-height: 125%;
}

#thecontent {
    padding: 30px;
    margin-left: 200px;
}

#footer {
	text-align: center;
    padding: 10px;
    margin-left: 200px;
}

img {
    border: none;
}

#title {
	margin: 0px;
	padding: 0.1em;
	text-align: right;
}

#title h1 {
	font-family: verdana;
    padding: 5px;
    margin: 0px;
    font-size: 1.5em;
}

#header {
    padding: 0px;
    height: 250px;
}

#nav {
    float: left;
    width: 160px;
    margin: 0px;
    padding: 20px 0px 0px 20px;
    font-size: 12px;
    font-weight: bold;
}

#nav ul {
    margin: 0;
    padding: 10px 0;
    text-align: right;
}

#nav li {
    width: 140px;
    margin: 0;
    padding: 7px 20px 7px 20px;
    list-style: none none outside;
}

#nav li.selmenuitem {
    width: 139px;
	padding: 7px 21px 7px 20px;
    list-style: none none outside;
}

#announcements {
	padding: 0.25em 0;
	font-weight: bold;
}

#announcements a {
	font-weight: bold;
}

.attention {
	padding: 0em;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
	width: 250px;
}

.attention a, .attention a:link, .attention a:hover, .attention a:visited {
	display: block;
	padding: 1em;
	text-decoration: none
}

.error, .success {
	padding: 0.5em;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	width: 400px;
}

#reasons {
	display: none;
	margin: 2em;
	padding: 1em;
}

#reasons p {
	margin: 0;
	padding: 0;
}

.themePick {
	padding: 10px;
	margin-top: 10px;
}

.themePick table {
	width:600px;
	height: 127px;
	text-align: right;
	font-family: Courier fixed-width;
}

.themePick .colorbox {
	width: 35px;
	height: 29px;
}

.ssi_table {
	font-weight: bold;
	margin: 30px auto;
	padding: 10px;
}

#submitNav {
	text-align: center;
	font-weight: bold;
}

#submitNav p {
	font-weight: normal;
}

#submitNav #username {
	font-weight: bold;
}

.submittedFiles {
	width: 95%;
	border: 0;
	margin: 0px auto;
	padding: 0;
	text-align: right;
	border-collapse: collapse;
	border-spacing: 0;
}

.submittedFiles th {
	font-weight: bold;
	border-bottom: 2px solid black;
	padding: 6px 0;
}

.submittedFiles td {
	border: 0;
	border-bottom: 1px solid black;
	padding: 6px 0;
	margin: 0px;
}

/* gecko preservation in full force here \*/
#content > #nav {
	width: 200px;
}
/******************************/

