body
{
	background-color: #dddddd;
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

#mainpanel
{
	width: 760px;
	left: 50%;
	top: 20px;
	padding: 20px;
	margin-left: -420px;
	position: relative;
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
}

#loginstatus
{
	text-align: right;
	color: #888888;
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: default;
}

#creditfooter
{
	text-align: center;
	color: #888888;
	font-size: 10px;
	padding-top: 20px;
	cursor: default;
}

#menupanel
{
	text-align: center;
	color: #ff8888;
	font-size: 10px;
	cursor: default;
}

#topspacer
{
	height: 70px;
}

#worldmap
{
	text-align: center;
}

a
{
	color: #4444cc;
	text-decoration: none;
	cursor: pointer;
}

a:hover
{
	color: #8888ff;
}

a img
{
	border-style: none;
}

.tablelayout
{
	border-style: none;
	width: 100%;
	font-size: 12px;
}

.tablelayout th
{
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}

.tablelayout .list
{
	text-align: left;
	border-top: 1px solid #cccccc;
	font-size: 10px;
}

.tablelayout .leftside
{
	padding: 2px;
	width: 30%;
	text-align: right;
	vertical-align: top;
	font-weight: bold;
}

.tablelayout .rightside
{
	padding: 2px;
	width: 70%;
	text-align: left;
	vertical-align: top;
}

.tablelayout input,select
{
	width: 75%;
	font-size: 12px;
	font-family: Verdana;
}

.tablelayout textarea
{
	width: 75%;
	height: 50px;
	font-size: 12px;
	font-family: Verdana;
}

.tablelayout .button
{
	width: 75px;
	height: 20px;
	font-size: 10px;
}

.officedetails
{
	text-align: left;
}


.answertable
{
	border-style: none;
	width: 100%;
	font-size: 12px;
}

.answertable td
{
	padding: 2px;
	vertical-align: top;
}

.answertable .title
{
	width: 70%;
	text-align: left;
	font-weight: bold;
	background-image: url(images/question_title.bmp);
	border-left: 1px solid #888888;
	border-top: 1px solid #888888;
	height: 30px;
	vertical-align: middle;
}
.answertable .justdate
{
	width: 30%;
	text-align: right;
	background-image: url(images/question_title.bmp);
	border-right: 1px solid #888888;
	border-top: 1px solid #888888;
	height: 30px;
	font-size: 10px;
	vertical-align: middle;
}
.answertable .creator
{
	width: 20%;
	text-align: left;
	background-color: #dddddd;
	border-left: 1px solid #888888;
	border-right: 1px solid #888888;
}
.answertable .content
{
	width: 80%;
	text-align: left;
	background-color: #eeeeee;
	border-right: 1px solid #888888;
}
.answertable .extra
{
	width: 80%;
	text-align: right;
	background-color: #dddddd;
	border: 1px solid #888888;
	font-size: 10px;
}
.answertable .date
{
	width: 70%;
	text-align: left;
	background-image: url(images/answer_title.bmp);
	border-left: 1px solid #888888;
	border-top: 1px solid #888888;
	height: 30px;
	font-size: 10px;
	vertical-align: middle;
}
.answertable .vote
{
	width: 30%;
	text-align: right;
	background-image: url(images/answer_title.bmp);
	border-right: 1px solid #888888;
	border-top: 1px solid #888888;
	height: 30px;
	font-size: 10px;
	padding: 2px;
	vertical-align: middle;
}
.answertable .acreator
{
	width: 20%;
	text-align: left;
	background-color: #ccccff;
	border-left: 1px solid #888888;
	border-right: 1px solid #888888;
}
.answertable .acontent
{
	width: 80%;
	text-align: left;
	background-color: #ddddff;
	border-right: 1px solid #888888;
}
.answertable .aextra
{
	width: 80%;
	text-align: right;
	background-color: #ccccff;
	border: 1px solid #888888;
	font-size: 10px;
}
.answertable textarea
{
	width: 100%;
	height: 100px;
	font-size: 12px;
	font-family: Verdana;
}

.answertable .button
{
	width: 75px;
	height: 20px;
	font-size: 10px;
}
/*
input
{
	font-size: 12px;
	font-family: Verdana;
	width: 40px;
}
*/
.button
{
	width: 150px;
	height: 20px;
	font-size: 10px;
}