* { padding: 0; margin: 0; }

body {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 1em;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrapper { 
	margin: 0 auto;
	width: 922px;
	height: 100%;
}

#header {
	color: #333;
	padding: 15px 0px 15px;
	height: 10px;
	margin: 0px 0px 5px 0px;
	border-bottom: 1px dotted #CCCCCC;
}
#header #name {
	float: left;
	padding-top: 0px;
}
#header #links {
	float: right;
	font-size: .9em;
	padding-top: 7px;
}
#header #links span {
	border-left: 1px solid black;
	padding-left: 15px;
	padding-right: 15px;
}
#header .line {
	margin-left: 5px;
	float: left;
	height: 17px;
}

#leftcolumn { 
	color: #333;
	background: #F2F2F2;
	margin: 0px 5px 5px 0px;
	padding: 10px;
	height: 520px;
	width: 155px;
	float: left;
}

#leftcolumn ul {
	list-style: none;
	margin-bottom: 2px;
	padding-bottom: 2px;
}

#leftcolumn li {
	border-bottom: 1px dotted #CCCCCC;
	line-height:1.8em;
}

#rightcolumn li { 
	line-height:1.3em;
}

#rightcolumn a {
	text-decoration: underline;
}

#rightcolumn a:hover {
	text-decoration: none;
}

#rightcolumn { 
	float: right;
	color: #333;
	margin: 0px 0px 50px 0px;
	padding: 10px;
	height: 100%;
	line-height:1.4em;
	width: 718px;
	display: inline;
}
#footer { 
	clear: both;
	color: #333;
	margin: 0px 0px 10px 0px;
	padding: 10px 0 0 0;
	text-align: center;
	font-size: .7em;
	border-top: 1px dotted #CCCCCC;
}

#alpha {
	list-style: none;
	display: inline;
	font-size: .9em;
}

#alpha li+li {
	display: inline;
	padding-right: 4px;
	border-right: 1px solid black;
}

#alpha li {
	display: inline;
}

#actions {
	list-style: none;
	display: inline;
	font-size: .9em;
}

#actions li {
	display: inline;
}

#actions li+li {
	display: inline;
	padding-right: 4px;
	border-right: 1px solid black;
}

#login {
	margin: 0px auto;
	width: 450px;
	padding-bottom: 10px;
}

#login .title {
	font-size: 1.2em;
	padding-bottom: 5px;
}

#login .input {
	text-align: right;
	padding-right: 55px;
	padding-bottom: 2px;
}

#signup, #manage {
	width: 320px;
}

#signup .input, #manage .input {
	text-align: right;
}

#signup .button, #manage .input {
	text-align: right;
}

.datatable {
	width: 100%;
	font-size: .85em;
}

.datatable th {
	border-bottom: 1px dotted black;
}

.datatable tbody tr:hover {
	background: #5C5C5C;
	color: black;
}

.alt {
	background: #A3A3A3;
}

.missing {
	background: #A4A4A4;
}

.err {
	font-size: .8em;
	color: red;
}

.dentry td {
	text-align: right;
	padding-right: 6px;
	background: #A3A3A3;
}
.dentry td+td {
	text-align: left;
	padding-left: 6px;
	background: white;
	width: 250px;
}

.dentry td+td input {
	width: 245px;
}

.pagetitle {
	font-style: italic;
	border-bottom: 1px dotted black;
	width: 300px;
	margin-bottom: 10px;
}

.shown {
	display: block;
	border: 1px solid black;
	border-top: none;
	height: 350px;
	padding: 10px 0px 0px 10px;
}

.hidden {
	display: none;
}

p {
	font-size: .85em;
}

pre {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 5px;
	margin-bottom: 20px;
	background-color: #eee;
	line-height: 1em;
}

.step, .question {
	font-size: .85em;
	font-weight: bold;
}

.answer {
	padding-bottom: 20px;
}

.quickref {
	float: right;
	width: 350px;
}

.feature {
	font-size: .80em;
	padding-bottom: 5px;
	width: 95%;
}

.others {
	font-size: .80em;
	float: right;
	width: 200px;
	border: 1px solid #A3A3A3;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 25px;
	margin-left: 15px;
}

.content#features, .content#uses {
	font-size: .85em;
}

.content#features {
	float: left;
}

.content#uses {
	float: right;
}

.content ul {
	padding-left: 25px;
}

/* ******************* */
ul#tabnav {
	text-align: left;
	margin: 1em 0 0 0;
	border-bottom: 1px solid black;
	list-style-type: none;
	padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li {
	display: inline;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4 {
	border-bottom: 1px solid #fff;
	background-color: #fff;
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a {
	background-color: #fff;
	color: #000;
	position: relative;
	top: 1px;
	padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a {
	padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
	border: 1px solid black; /* set border COLOR as desired; usually matches border color specified in #tabnav */
	background-color: #A3A3A3; /* set unselected tab background color as desired */
	color: black; /* set unselected tab link color as desired */
	margin-right: 0px;
	text-decoration: none;
	border-bottom: none;
}

ul#tabnav a:hover {
	background: #fff;
}
