@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #626c6f;
	background-image: url(skin/background.jpg);
	background-repeat: repeat;
	padding:0px;
	margin:0px;
}
#gradient{
	background-image: url(skin/background-gradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin:0px;
	padding:0px;
	height:720px;
	position:absolute;
	width:100%;
}
#header{
	height:32px;
	text-align:right;
	padding:4px;
}
#usernamediv{
	float:left;
	font-weight: bold;
	color: #FFFFFF;
	margin-top:10px;
}
#thepage{
	margin:0px;
	padding:0px;
	position:absolute;
	z-index:1;
}
img{
	margin:0px;
	padding:0px;
	border:none;
}
table{margin:0px;padding:0px}
td{vertical-align:top}
.tl, .tr, .bl, .br{width:8px;height:8px}
.tl{background-image:url(skin/tl.png)}
.tr{background-image:url(skin/tr.png)}
.bl{background-image:url(skin/bl.png)}
.br{background-image:url(skin/br.png)}
.l, .r{width:8px;background-repeat:repeat-y}
.l{background-image:url(skin/l.gif)}
.r{background-image:url(skin/r.gif)}
.t, .b{height:8px;background-repeat:repeat-x}
.t{background-image:url(skin/t.gif)}
.b{background-image:url(skin/b.gif)}
.content{background-color:#FFFFFF;text-align:left}
.menuSection{
}
.menuitem{
	color:#626c6f;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:4px;
	cursor:pointer;
	text-decoration:none;
}
.menuitem:hover{
	background-color:#626c6f;
	color:#FFFFFF;
}
.menuitemOff{
	color:#626c6f;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
	cursor:default;
	font-weight: bold;
}
.openMenu,.closeMenu{
	color:#626c6f;
	font-weight:bold;
	font-size: 14px;
	cursor:pointer;
	background-repeat: no-repeat;
	background-position: right top;
	padding-top:3px;
	height:19px;
	vertical-align:middle;
	border-bottom:1px solid #d7dcdf;
	border-top:1px solid #d7dcdf;
}
.openMenu:hover{background-image: url(skin/upArrow.gif)}
.closeMenu:hover{background-image: url(skin/downArrow.gif)}
a{
	text-decoration:none;
	color: #0099FF;
}
a:hover{text-decoration:underline}
h1{
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	text-align: center;
}
.ftl,.ftr,.fbl,.fbr{height:7px;width:7px;background-repeat: no-repeat;}
.ftl{background-image: url(skin/ftl.png)}
.ftr{background-image: url(skin/ftr.png)}
.fbl{background-image: url(skin/fbl.png)}
.fbr{background-image: url(skin/fbr.png)}
.fl,.fr{width:7px;background-repeat:repeat-y}
.ft,.fb{height:7px;background-repeat:repeat-x}
.ft{background-image: url(skin/ft.png)}
.fb{background-image: url(skin/fb.png)}
.fl{background-image: url(skin/fl.png)}
.fr{background-image: url(skin/fr.png)}
.fc{color:#626c6f;background-color:#b2b7b8}
.topButton{
	font-size: 14px;
	color:#626c6f;
	cursor:pointer;
	height:18px;
}
.topButton:hover{color:#FF9900}
.buttonDiv{
	background-color: #91989a;
	text-align: center;
	vertical-align: middle;
	width: 90%;
	border: 1px solid #293032;
	cursor:pointer;
	padding:3px;
}
.buttonDiv:hover{background-color: #626c6f;color:#FFFFFF}
.link{
	font-size: 12px;
	color: #CCCCCC;
	cursor:pointer;
}
.link:hover{color:#FF9900}
.boldlink{
	font-size: 12px;
	cursor:pointer;
}
.boldlink:hover{color:#FF9900}
.alertmessage{color: #990000}
input{
	border:1px solid #626c6f;
	width:120px;
}
.normalinput{color:#000000}
.failedinput{color:#999999}
.equation{
	font-family: "Times New Roman", Times, serif;
	color: #000000;
}
.red {color: #FF0000}
.blue {color: #0000FF}
.green {color: #00FF00}
.timestamp{float:right}
.converse{padding:5px}
.convUser{border-bottom:1px solid #cccccc;padding:3px;}
.editorButtons{padding:1px}
.buttonOn{cursor:pointer}
.buttonOff{cursor:default}
.imageSelect{border:1px solid #fff;cursor:pointer}
.imageSelect:hover{border:1px solid #f99}
.pageBox{
	border:1px solid #4b5255;
	background-color:#646d71;
	font-size:14px;
	color:#FFFFFF;
	margin-top:20px;
	padding:5px;
}
.me{
	font-weight: bold;
	color: #003399;
}
.important{
	border:1px solid #FF9900;
	color:#CC6600;
	padding:10px;
	margin:10px;
	text-align:center;
}
.code{
	border: 1px dashed #000099;
	background-color: #DCEBF8;
	padding:4px;
	font-family: "Courier New", Courier, monospace;
	color: #333333;
}
.htmlcode{
	border: 1px dashed #006600;
	background-color: #DBF9E9;
	padding:4px;
	font-family: "Courier New", Courier, monospace;
}
.codeIndent{
	margin-left:20px;
}
.codecomment{
	color: #999999;
}