﻿Body{
	background-color : white;
	text-align : center;
	margin : 10px 0 0 0;
	padding : 0 0 0 0;
}

A{
	text-decoration : none;	
	color : blue;
}

A:hover{
	text-decoration : underline;
}
P{
	margin : 0 0 1em 0;
	padding : 0 0 0 0;
}

HR{
	height : 1px;
	border : none;
	background-color : black;
	color : black;
}

h1{
	font-size : 170%;
	font-weight : normal;
	padding : 3px 7px 3px 7px;
	margin : 0 0 10px 0;
}

h2{
	font-size : 140%;
	font-weight : normal;
	padding : 3px 7px 3px 7px;
	margin : 0 0 10px 0;
}
h3{
	font-size : 140%;
	font-weight : normal;
	padding : 0 0 0 0;
	margin : 0 0 10px 0;
}
h4{
	font-size : 120%;
	font-weight : normal;
	padding : 0 0 0 0;
	margin : 0 0 10px 0;
}
h5{
	font-size : 100%;
	font-weight : bold;
	padding : 0 0 0 0;
	margin : 0 0 10px 0;
}
h6{
	font-size : 100%;
	font-weight : bold;
	padding : 0 0 0 0;
	margin : 0 0 10px 0;
}

Blockquote{
	margin : 0 15px 1em 15px;
	padding : 0 0 0 0;
}

OL{
	margin : 0 25px 1em 25px;
	padding : 0 0 0 0;
}
OL LI OL{
	margin : 5px 25px 5px 25px;
}

UL{
	margin : 0 2em 1em 2em;
	padding : 0 0 0 0;
}
UL LI{
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	background-image : none;
	list-style : square;
}
UL LI UL{
	margin : 0 0 0 0;
	padding : 5px 0 5px 0;
}

label{
	padding : 0 3px 0 3px;
}

#topBlock{
	margin : 0 auto 18px auto;
	padding : 0 0 0 0;
	position : relative;
	width : 750px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 0.70em;
	height : 50px
}
#topBlock #logo{
	position : relative;
}
#topBlock ul#topmenu{
	display : none;
}

#contentBlock{
	margin : 0 auto 0 auto;
	padding : 0 0 0 0;
	width : 100%;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 0.75em;
	background-image : none;
	background-repeat : no-repeat;
}

#contentBlock #textBlock{
	border : none;
	float : none;
	width : 100%;
	padding : 0 0 0 0;
	text-align : left;
}

#contentBlock #menuBlock{
	display : none;
}


#bottomBlock{
	display : none;
}


#additionals{
	display : none;
}

#address{
	display : none;
}

.clear{
	clear : both;
	font-size : 5%;
	height : 1px;
}
.boxed{
	display : block;
	border : 1px solid #bbbdc0;
	padding : 5px 8px 5px 8px;
	text-align : center;
}

.formFormat{
	border : 1px solid #7f9db9;
	
	padding : 2px 5px 3px 5px;
	margin : 0 3px 1px 3px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

.half{
	width : 226px;
}

.third{
	width : 146px;
}
.twothirds{
	width : 360px;
}
.full{
	width : 475px
}
.full2{
	width : 490px
}
select.third{
	width : 158px;
}
select.half{
	width : 241px;
}
select.full{
	width : 487px;
}

.required{
	margin : 0 3px 0 0;
}


.dataTable{
	border : 1px solid black;
	border-collapse: collapse;
	font-size : 100%;
	margin : 0 0 1em 0;
	width : 100%;
}
.dataTable TH{
	border : 1px solid #999;
	border-collapse: collapse;
	font-size : 100%;
	padding : 3px 5px 3px 5px;
	vertical-align : top;
}
.dataTable TD{
	border : 1px solid #999;
	border-collapse: collapse;
	font-size : 100%;
	padding : 3px 5px 3px 5px;
	vertical-align : top;
}
.red{
	color : #c00;
	display : block;
	font-size : 90%
}
.editMessage{
	clear : both;
	margin : 5px 0 0 0;
	font-size : 11px;
	float : left;
	background-image : url(/assets/gfx/forum/edit-thread.gif);
	background-position : 0px 0px;
	background-repeat : no-repeat;
	padding : 3px 0 3px 20px;
	display : block;
}

.viewMessage{
	clear : both;
	margin : 5px 0 0 0;
	font-size : 11px;
	float : left;
	background-image : url(/assets/gfx/forum//view-document.gif);
	background-position : 0px 0px;
	background-repeat : no-repeat;
	padding : 3px 0 3px 20px;
	display : block;
}

#checkBoard{
	clear : both;
}

#checkBoard TD.columnOne{
	width : 55%;
}
#checkBoard TD.columnTwo{
	width : 45%;
}