/* CSS Document */

body
{
background-color:#EAF2F4;
color:black;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:  12px;
}

h2
{
	font-family: Times New Roman;
	font-style: italic;
	font-size: 30px;
	color : #000099;
}

th
{
	font-family: Verdana;
	font-size:  12px;
	font-weight:bold;
	color:black;
}

a
{
	text-decoration:underline;
	color: #000099;
}

a:hover
{
	color:#FF6600; 
}

v:link
{
	color: #993300;
}



#messageDIV
{
color:#000000;
}


#head_log_info
{
align="left";
position: absolute;
top:25px;
left: 82%;
text-align: left;
}

#archive_log_info
{
align="left";
position: absolute;
top:25px;
left: 82%;
text-align: left;
}

#head_info
{
position: absolute;
top: 27px;
left: 20%;
height: 5%;
}

#preview_new_thread
{
display: none;
position:relative;
width:80%;
height:80%;
}
.errorMessage
{
	color: red;
	font-weight: bold;
}
/*
#table_td
{
	text-align:left;
}
*/
.hint
{
	color=teal;
}
/*
.underlinedheader
{
	border-top: medium;
	border-top-style: groove;
	border-top-color: black;
	border-bottom: medium;
	border-bottom-style: groove;
	border-bottom-color: black;

}
.borderLast
{
	border-top: medium;
	border-top-style: groove;
	border-top-color: black;
	border-bottom: medium;
	border-bottom-style: groove;
	border-bottom-color: black;
	
	border-right: medium;
	border-right-style: groove;
	border-right-color: black;
		
}
.borderFirst 
{
	border-top: medium;
	border-top-style: groove;
	border-top-color: black;
	border-bottom: medium;
	border-bottom-style: groove;
	border-bottom-color: black;
	
	border-left: medium;
	border-left-style: groove;
	border-left-color: black;
	
}


.underlined
{
	border-bottom: medium;
	border-bottom-style: groove;
	border-bottom-color: black;
}

.lastRow
{
	border-right: medium;
	border-right-style: groove;
	border-right-color: black;
	border-bottom: medium;
	border-bottom-style: groove;
	border-bottom-color: black;

		
}
.firstRow
{
	border-left: medium;
	border-left-style: groove;
	border-left-color: black;
	
	border-bottom: medium;
	border-bottom-style: groove;
	border-bottom-color: black;
}
*/