html, body{
	text-align:center;
	font-family: Verdana;
	font-size:12px;
	background-color: #fff;
}

div {
	margin : 0 auto 0 auto;
}

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

a:hover{
	text-decoration: underline;
}

#website{
	position: relative;
}



#header{
	background-image:url('../images/header.jpg');
	width:980px;
	height:120px;
	text-align: right;
}
#content{
	width:980px;
}

#addTextarea{
	width: 700px;
	height: 250px;
}

#addSite{
	float: left;
	margin-left: 50px;
	margin-top: 25px;
}

#loginForm{
	font-size: 20px;
	float: none;
	text-align: center;
	padding : 30px 60px;
}

#latexFormula{
	width: 490px;
	height: 200px;
}

#flashAddress{
	width: 490px;
	height: 200px;
}

#linkURL{
	width: 490px;
}

#linkName{
	width: 490px;
}

#codeTextarea{
	width: 490px;
	height: 200px;
}

#comment{
	width: 800px;
	height: 150px;
}

#commentAdd{
	display: none;
}

#setting{
	width: 800px;
	text-align: left;
}

.comments{
	width: 800px;
	text-align: left;
	float: left;
}

.informDiv{
	width: 800px;
	float: left;
	background-color: #F7F7F7;
	border: 0px solid #267519;
	padding : 5px 8px 5px 8px;
	text-align:left;
}

.warningDiv{
	width: 800px;
	float: left;
	background-color: #FF8080;
	border: 1px solid #FF0000;
	padding : 5px 8px 5px 8px;
	text-align:left;
}

.shade{
	position: absolute;
	left: 0; 
	top: 0;
	width: 100%; 
	height: 400%; 
	background-color: black; 
	opacity: .5; 
	filter: alpha(opacity=50);
	display: none;
}

.windows{
	position: absolute;
	left: 0; 
	top:0; 
	width: 100%; 
	height: 400%;
	display:none; 
}

.customWindow{
	margin : auto;
	background-color: #F8F8F8;
	width: 500px;
	height: 300px;
	position: static;
	opacity: 1;
	border: 2px solid #267519;
	filter: none;
	margin-top: 200px;
	display : none;
	text-align: left;
	padding-left: 5px;
}

.input{
	border : 1px solid #afcaaa;
}

.inputBig{
	border : 1px solid #afcaaa;
	width: 200px;
	height: 28px;
	font-size:19px;
}

.closingLink{
	margin-right: 2px;
	cursor: pointer;
	font-size: 17px;
}
.table{
	width: 800px;
}
.table th{
	border-top: 1px solid #afcaaa;
	border-bottom: 1px solid #afcaaa;
	font-weight: bold;
}

.table td{
	border-bottom: 1px solid #afcaaa;
}

.table tr:hover{
	background-color: #EEEEEE;
}

.table_left{
	border-left: 1px solid #afcaaa;
}

.table_right{
	border-right: 1px solid #afcaaa;
}
