@import url("text_screen.css");

html {
	height: 101%;
}

body {
	margin: 0px;
	padding: 0px;
	background: url(page_bg.gif) left repeat-y #e1f0f3;
}

body, td, th {
}

#nav {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 200px;
	margin: 40px 0px;
}

#nav li {
	margin: 10px 20px;
	padding: 8px 0px 0px 0px;
	text-indent: 0px;
	list-style: none;
	
}

#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #333333;
}

#nav a:hover {
	text-decoration: none;
	color: #000000;
}

#nav a.thisTab {
	text-decoration: none;
	color: #000000;
	font-weight: bold
}

#nav li+li {
	border-top: 1px inset #DDDDDD;
}

#document {
	padding: 40px 40px 40px 240px;
}

a.linkLocked:link, a.linkLocked:visited, span.userCount {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	float: right;
	padding-left: 30px;
	background:url(icons/og/locked.gif) top left no-repeat;
	height: 30px;
	heigh\t: 25px;
	padding-top: 5px;
	clear: both;
}

span.userCount {
	font-weight: normal;
	background: none;
}

a.linkLocked:hover {
	color: #000000;
}


/* ====================================== Link Styles ====================================== */

.formRow, label, .cssInput, .navOptions {
	overflow: hidden;
	width: auto;
}

label {
	float: left;
	width: 30%;
	text-align: right;
	font-weight: bold;
	margin-right: 5%;
}

.comment {
	margin: 20px 0px;
}

.cssInput {
	float: left;
	width: 60%;
}

.formRow textarea {
	width:75%;
}

.formRow input {
	width: 50%;
}

.formButtons {
	text-align: center;
}
.required, .formError {
	font-weight: bold;
	color: red;
}

.navOptions, .editButtons {
	width: auto;
	overflow: hidden;
	height: 30px;
}
.navOptions ul, .navOptions li,
.editButtons ul, .editButtons li
{
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	text-indent: 0;
	margin-left: 10px;
	width: auto;
	overflow: hidden;
	height: 30px;
}

.navOptions {
	padding: 50px 0 20px;
}

.navOptions li,
.editButtons li
{
	float: left;
}

.navOptions li a, .navOptions li a:visited,
.editButtons li a, .editButtons li a:visited
{
	color: #CCC;
	text-decoration: none;
}

.navOptions li.selected a, .navOptions li a:hover,
.editButtons li.selected a, .editButtons li a:hover
{
	color: #000;
}


.comment {
	margin: 10px 0px 5px;
	padding: 10px 20px;
	border: 1px solid #CCC;
	background: #F9F9F9;
}


.commentDetails {
	display: block;
	text-align: right;
	font-weight: bold;
	font-size: 85%;
}
