@charset "utf-8";
/* CSS Document */

A, A:link, A:active, A:visited {
	color:#1B7024;
	text-decoration:underline;
}
A:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
H1 {
	color:#000000;
	font-weight:bold;
	font-size:large;
}
H2 {
	color:#000000;
	font-weight:bold;
	font-size:medium;
}
H3 {
	color:#000000;
	font-weight:bold;
	font-size:small;
}
HR {
	height:1px;
	line-height:0px;
	font-size:0px;
	color:#909090;
	background-color:#909090;
	border:none;
	margin-bottom:10px;
}
LI {
	list-style-position:inside;
	list-style-type:square;
	color:#333333;
}

.left {
	text-align:left;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
.white {
	color:#FFFFFF;
}
.black {
	color:#000000;
}
.darkgray {
	color:#666666;
}
.smaller {
	font-size:smaller;
}
.bold {
	font-weight:bold;
}

DIV#content P {
	margin:0px 0px 10px 0px;
}

DIV.message {
	background-color:transparent;
	background-image:url(../images/messageBG.gif);
	background-position:top center;
	background-repeat:no-repeat;
	width:850px;
	height:65px;
}
	DIV.messageText {
		height:35px;
		padding:15px 0px 0px 55px;
		color:#FFFFFF;
		font-weight:bold;
		letter-spacing:1px;
	}
DIV.error {
	background-color:transparent;
	background-image:url(../images/errorBG.gif);
	background-position:top center;
	background-repeat:no-repeat;
	width:850px;
	height:65px;
}
	DIV.errorText {
		height:35px;
		padding:15px 0px 0px 55px;
		color:#FFFFFF;
		font-weight:bold;
		letter-spacing:1px;
	}
FORM {
	clear:both;
}
	FORM FIELDSET {
		border:solid;
		border-width:1px;
		border-top-color:#4F4F4F;
		border-right-color:#898989;
		border-bottom-color:#979797;
		border-left-color:#6E6E6E;
	}
	FORM LEGEND {
		font-family:Tahoma, Verdana, Arial;
		font-size:small;
		font-weight:bold;
		color:#CCCCCC;
		padding:3px;
		background-color:transparent;
	}
	FORM DIV {
		clear:both;
		margin:2px;
	}
		FORM DIV LABEL {
			float:left;
			width:150px;
			padding-left:5px;
		}
		FORM DIV LABEL.shoutbox {
			width:60px;
		}
		FORM DIV INPUT {
			border:solid;
			border-width:1px;
			border-color:#999999;
			width:150px;
			background-color:#DDDDDD;
			font-family:Tahoma, Verdana, Arial;
			font-size:small;
			color:#1C7526;
			padding:0 2px;
		}
		FORM DIV INPUT.shoutbox {
			width:110px;
		}
		FORM DIV TEXTAREA {
			border:solid;
			border-width:1px;
			border-color:#999999;
			width:300px;
			background-color:#DDDDDD;
			font-family:Tahoma, Verdana, Arial;
			font-size:small;
			color:#1C7526;
			padding:0 2px;
		}
		FORM DIV TEXTAREA.shoutbox {
			width:175px;
			height:50px;
		}
		FORM DIV SELECT {
			border:solid;
			border-width:1px;
			border-color:#999999;
			width:50px;
			background-color:#DDDDDD;
			color:#1C7526;
		}
		FORM DIV SELECT.select {
			width:156px;
		}
		FORM DIV SELECT.countries {
			text-transform:lowercase;
		}
			FORM DIV SELECT OPTION {
				background-color:#DDDDDD;
				font-family:Tahoma, Verdana, Arial;
				font-size:small;
				color:#1C7526;
				width:auto;
			}
			FORM DIV SELECT.countries OPTION {
				text-transform:lowercase;
				margin:0px 3px;
				padding-left:20px;
				background-position:center left;
				background-repeat:no-repeat;
			}
		FORM DIV INPUT#submit2,INPUT.submit {
			border:solid;
			border-width:1px;
			border-color:#999999;
			width:156px;
			background-color:#1C7526;
			font-family:Tahoma, Verdana, Arial;
			font-size:small;
			color:#DDDDDD;
			padding:0 2px;
		}
		INPUT#submitShoutbox {
			width:151px;
		}

DIV#home {
	width:592px;
}
DIV#shoutbox {
	width:594px;
	height:202px;
	border:none;
	margin:5px 0px;
	background-image:url(../images/shoutboxBG.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
	DIV#shoutbox DIV#shoutboxHeader {
		text-transform:uppercase;
		color:#FFFFFF;
		font-weight:bold;
		letter-spacing:1px;
		font-size:smaller;
		margin-left:8px;
		line-height:30px;
	}
	DIV#shoutbox DIV#shoutboxForm {
		float:right;
		width:200px;
		height:148px;
		margin:5px;
		padding:5px;
	}
	DIV#shoutbox DIV#shoutboxMain {
		width:350px;
		height:148px;
		margin:5px 5px 5px 10px;
		padding:5px;
		overflow:auto;
	}
		DIV.shoutboxMessage {
			padding:4px;
			font-size:smaller;
			clear:both;
		}
		DIV.shoutboxMessageAlternate {
			padding:4px;
			font-size:smaller;
			clear:both;
			background-color:#E0EFE2;
		}
			DIV.shoutboxMessageDate {
				float:right;
				width:100px;
				text-align:right;
				color:#999999;
			}
			DIV.shoutboxMessageHeader {
				font-weight:bold;
			}

DIV.feedBox {
	width:285px;
	float:left;
	overflow:hidden;
	border:solid;
	border-width:1px;
	border-color:#636363;
	position:relative;
	margin:0px 0px 20px 0px;
}
	DIV.feedBoxAlternate {
		margin-right:20px;
	}

	DIV.rssTitle {
		padding:3px;
		background-color:#636363;
		color:#FFFFFF;
		font-size:smaller;
		text-transform:uppercase;
		font-weight:bold;
		letter-spacing:1px;
	}
		DIV.rssTitle A,DIV.rssTitle A:link,DIV.rssTitle A:active,DIV.rssTitle A:visited {
			color:#FFFFFF;
			text-decoration:none;
		}
			DIV.rssTitle A:hover {
				text-decoration:underline;
			}
	DIV.rssItem {
		clear:both;
		margin:2px;
		font-size:smaller;
		color:#000000;
	}
		DIV.rssDate {
			float:left;
			width:60px;
			color:#666666;
		}
		DIV.rssItemTitle {
			height:14px;
			overflow:hidden;
		}
DIV#overDiv {
	position:absolute;
	visibility:hidden;
	z-index:1000;
}

DIV#sideRight {
	float:right;
	width:240px;
	padding:0px 0px 0px 10px;
}
	DIV.rightBox {
		width:230px;
		background-color:transparent;
		margin:0px 0px 10px 10px;
	}
		DIV.rightBoxHeader {
			width:230px;
			height:40px;
			background-image:url(../images/rightBoxHeader.gif);
			background-position:top center;
			background-repeat:no-repeat;
		}
			DIV.rightBoxHeader SPAN {
				text-transform:uppercase;
				color:#FFFFFF;
				font-weight:bold;
				letter-spacing:1px;
				font-size:smaller;
				margin-left:8px;
				line-height:30px;
			}
		DIV.rightBoxContainer {
			width:230px;
			background-image:url(../images/rightBoxBG.gif);
			background-position:top center;
			background-repeat:repeat-y;
		}
			DIV.rightBoxContainer DIV.rightBoxMain {
				margin:0px 10px;
			}
				DIV.rightBoxContainer DIV.rightBoxMain DIV.homePhoto IMG {
					width:190px;
					border:none;
					border:solid;
					border-color:#000000;
					border-width:1px;
				}
				DIV.rightBoxContainer DIV.rightBoxMain SPAN {
					margin-left:10px;
					display:block;
					height:18px;
					line-height:18px;
					overflow:hidden;
				}
		DIV.rightBoxFooter {
			width:230px;
			height:15px;
			line-height:0px;
			font-size:0px;
			background-image:url(../images/rightBoxFooter.gif);
			background-position:top center;
			background-repeat:no-repeat;
		}

DIV.back {
	float:right;
	text-align:right;
}
	DIV.back A,DIV.back A:link,DIV.back A:active,DIV.back A:visited {
		color:#FFFFFF;
		text-decoration:none;
	}
		DIV.back A:hover {
			color:#000000;
			text-decoration:underline;
		}

.popupTip-tip {
	color:#DDDDDD;
	width:400px;
	z-index:13000;
} 
	.popupTip-title {
		font-weight:bold;
		margin:0;
		color:#DDDDDD;
		padding:3px;
		background-color:#1B7024;
		border-bottom:solid;
		border-bottom-color:#155F1D;
		border-bottom-width:1px;
		font-size:small;
	} 
	.popupTip-text {
		padding:5px;
		background:#267F30;
		font-size:x-small;
	}
		.popupTip-text IMG {
			float:left;
			margin:0px 5px 5px 0px;
		}

DIV.lastedit {
	text-align:right;
	color:#FFFFFF;
	font-size:x-small;
}

DIV.box {
	clear:both;
}
	DIV.photo {
		float:right;
		text-align:right;
	}
		DIV.photo IMG {
			border:solid;
			border-color:#000000;
			border-width:1px;
		}
		DIV.photo A IMG {
			border:none;
		}
	DIV.box DIV.boxHeader {
		font-family:Tahoma, Verdana, Arial;
		font-size:small;
		font-weight:bold;
		color:#CCCCCC;
		padding:3px;
		background-color:transparent;
	}
		DIV.boxHeader A IMG {
			border:none;
			margin-bottom:-3px;
		}
	DIV.box DIV.row {
		clear:left;
		float:left;
		margin:2px;
	}
		DIV.box DIV.row DIV.column1 {
			float:left;
			width:150px;
			padding-left:5px;
		}

DIV.tableHead {
	border-bottom:groove;
	border-bottom-width:2px;
	border-bottom-color:#626161;
	clear:both;
	height:18px;
	line-height:18px;
}
	DIV.head {
		float:left;
		width:200px;
	}
	DIV.head A,DIV.head A:link,DIV.head A:active,DIV.head A:visited {
		font-weight:bold;
		text-decoration:none;
		color:#FFFFFF;
		font-size:smaller;	
		text-transform:uppercase;
	}
		DIV.head A:hover {
			text-decoration:underline;
		}
	DIV.head IMG {
		margin:0px 0px 1px 2px;
	}

DIV.table {
	clear:both;
	height:25px;
	line-height:25px;
	background-color:transparent;
	background-image:url(../images/tableBG.png);
	background-position:top left;
	background-repeat:repeat;
}
	DIV.tableHead DIV.member,DIV.table DIV.member {
		float:right;
		text-align:right;
		width:100px;
		overflow:hidden;
		height:25px;
		margin-right:2px;
	}
	DIV.table DIV.options {
		float:right;
		text-align:right;
		width:75px;
	}
		DIV.table DIV.options A IMG {
			margin-bottom:-3px;
		}
	DIV.tableHead DIV.nr, DIV.table DIV.nr {
		float:left;
		width:20px;
		padding:0px 2px;
		font-size:smaller;
		color:#666666;
		overflow:hidden;
		height:25px;
		clear:none;
	}
	DIV.tableHead DIV.smaller, DIV.table DIV.smaller {
		float:left;
		width:50px;
		overflow:hidden;
		height:25px;
		clear:none;
	}
	DIV.tableHead DIV.small, DIV.table DIV.small {
		float:left;
		width:100px;
		overflow:hidden;
		height:25px;
		clear:none;
	}
	DIV.tableHead DIV.medium, DIV.table DIV.medium {
		float:left;
		width:150px;
		overflow:hidden;
		height:25px;
		clear:none;
	}
	DIV.tableHead DIV.large, DIV.table DIV.large {
		float:left;
		width:200px;
		clear:none;
	}
	DIV.table DIV.flag IMG {
		margin-top:7px;
	}

DIV.photoAlbum {
	clear:both;
	text-align:center;
	margin-bottom:10px;
}
	DIV.photoAlbum DIV.userPhoto {
		width:33%;
		float:left;
		text-align:center;
	}
		DIV.photoAlbum DIV.userPhoto IMG {
			border:solid;
			border-color:#000000;
			border-width:1px;
		}
		DIV.photoAlbum DIV.userPhoto DIV {
			text-align:center;
		}
DIV.calendar {
	clear:both;
	text-align:center;
	margin-bottom:10px;
}
	DIV.calendar DIV.calendarMonth {
		width:250px;
		float:left;
		text-align:left;
		margin:15px;
		border:solid;
		border-color:#595A59;
		border-width:1px;
		background-color:#DDDDDD;
		background-image:url(../images/calendarBG.gif);
		background-position:top left;
		background-repeat:repeat-y;
	}
		DIV.calendar DIV.calendarMonth DIV.title {
			background-color:#595A59;
			background-image:url(../images/calendarHeaderBG.gif);
			background-position:top center;
			background-repeat:repeat-x;
			border-bottom:solid;
			border-bottom-color:#595A59;
			border-bottom-width:1px;
			padding:3px;
			color:#DDDDDD;
			text-transform:uppercase;
			font-size:smaller;
			letter-spacing:1px;
		}
		DIV.calendar DIV.calendarMonth DIV.calendarNone {
			padding:3px;
			font-style:italic;
			color:#8E8E8E;
			font-size:x-small;
			text-transform:lowercase;
		}
		DIV.calendar DIV.calendarMonth DIV.calendarDay {
			padding:2px;
			font-size:x-small;
		}
			DIV.calendar DIV.calendarMonth DIV.calendarDay IMG {
				margin-bottom:-4px;
			}

DIV#starsContainer {
	clear:none;
	float:left;
	margin:0px;
	padding:0px;
}
	DIV#starsArea {
		background-color:transparent;
		background-image:url(../images/sliderBG.gif);
		background-position:center center;
		background-repeat:no-repeat;
		height:20px;
		width:300px;
		margin:0px;
		padding:0px;
	}	 
	DIV#starsKnob {
		height:20px;
		width:20px;
		background-color:transparent;
		background-image:url(../images/sliderKnob.gif);
		background-position:center center;
		background-repeat:no-repeat;
	}
	DIV#starsValue {
		height:22px;
	}
DIV#amountContainer {
	clear:none;
	float:right;
	margin:0px;
	padding:0px;
}
	DIV#amountArea {
		background-color:transparent;
		background-image:url(../images/sliderSmallBG.gif);
		background-position:center center;
		background-repeat:no-repeat;
		height:20px;
		width:150px;
		margin:0px;
		padding:0px;
		float:right;
	}	 
	DIV#amountKnob {
		height:20px;
		width:20px;
		background-color:transparent;
		background-image:url(../images/sliderKnob.gif);
		background-position:center center;
		background-repeat:no-repeat;
	}
	DIV#amountText {
		height:20px;
		line-height:20px;
		margin-right:2px;
		float:right;
	}
	DIV#amountValue {
		height:20px;
		line-height:20px;
		margin-right:10px;
		float:right;
	}

DIV.removing {
	color:#CCCCCC;
	filter:alpha(opacity=40);
	opacity: 0.4;
	-moz-opacity:0.4;
}

DIV.banned {
	color:#FFFFFF;
	text-align:center;
}