@import url('common.css');
@import url('Syndication.css');

body {
	margin: 30px 0px 0px 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}


/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #505245;
	line-height: 130%;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
}

.text5 {
	color: #CCCCCC;
}



/** LINKS */

a {
	color: #852C30;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.style1 a {
	color: #FFFFFF;
	text-decoration: underline;
}

.style1 a:hover {
	text-decoration: none;
}

/** BACKGROUNDS */

.bg1 { background: url(../images/homepage01.jpg) repeat left top; }
.bg2 { background: url(../images/homepage04.jpg) no-repeat left top; }
.bg3 { background: url(../images/subpage1_02.jpg) repeat-y left top; }
.bg4 { background: url(../images/subpage1_01.jpg) no-repeat left top; }
.bg5 { background: url(../images/subpage1_03.jpg) no-repeat left bottom; }
.bg6 { background: url(../images/homepage08.jpg) repeat-y left top; }
.bg7 { background: url(../images/homepage09.jpg) no-repeat left bottom; }
.bg8 { background: url(../images/subpage2_02.jpg) repeat-y left top; }
.bg9 { background: url(../images/subpage2_01.jpg) no-repeat left top; }
.bg10 { background: url(../images/subpage2_03.jpg) no-repeat left bottom; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

.img3 {margin: 20px;
}
hr { display: none; }

.hr1 {
	height: 1px;
}

/** FORUM **/

.initialmessage {
	background-color: #FFFF66;
}
.replymessage {
	background-color: #FFFFCC;
}

#uploadinprogress {
	border: 1px solid #000000;
	background: #FFFFFF;
	padding: 5px 5px 5px 5px;
	position:absolute;
	width:200px;
	height:100px;
	z-index:1;
	left: 400px;
	top: 800px;
	visibility: hidden;
	
}