html{
	margin: 0px;
	padding: 0px;
}

body{
	margin: 0px;
	padding: 0px;
	font: 10pt serif;
	color: #553333;
	background: #ffddbb url(/static/img/bg.jpg);
}

h2, h3 {
	margin-top: 1em;
	margin-bottom: 0.25em;
}

span.skillInput{
	display: inline-table;
	width: 2em;
	padding: 0px;
	margin:0px;
}

td.skillset{
	vertical-align: top;
}


td.generalskillset{
}

span.skillName{
	display: inline-table;
	padding: 0px;
	margin:0px;
}

span.skillDisplay{
	display: inline-table;
	padding-right: 1em;
        white-space: nowrap;
}

span.canWrapHere{
	white-space: normal;
}


#container{
	margin: 0px;
	padding: 0px;
	width: 780px;
}

#sidebar{
	position: absolute;
	white-space: wrap;
	top: 100px;
	left: 10px;
        padding-right: 10px;
	width: 160px;
	height: 80%;
	padding-left: 0px;
	border-right: 1px solid #000000;
}

#sidebar ul{
	 padding-left: 1em;
	 margin-left: 0px;
}

#main {
	position: absolute;
	top: 120px;
	left: 200px;
}


#header{
	position: absolute;
	top: 10px;
	left: 0px;
	margin-left: 0px;
	width: 800px;     /* was 640 */
	height: 88px;    /* was 100 */
}

#header h1 span{
	display:none
}

#skillheader{
	color: #555555;
	align: center;
	font-size: 110%;
        white-space: nowrap;
}

#skillheader ul{
	 list-style-type: none;
	 padding-left: 1em;
	 font-size: 10pt;
	 margin-left: 0px;
}

input.delete {
	border: 1px solid #f00;
	background: #900;
	color: #fff;
}

.deleted {
	border: 2px solid #999;
	background: #ccc;
	color: #333;
	font-style: italic;
}

.oog {
}

.ig {
}

.logged_in {
}

.anon {
}