body{
	margin:0;
	padding:0;
	line-height: 1.5em;
	width: 100%;
	height: 100%;
	font-family: "Tahoma",sans-serif;
	font-size: 12px;
	color: #E0E0E0;
	text-align: left;
	background: #404040;
}

a, a:link, a:visited
{
	text-decoration: none;
	color: #E0E0E0;
}


a:hover
{
	color: #B0B0B0;
}

h1
{
	font-size: 16px;
}


h2
{
	font-size: 13px;
	margin-bottom: 0px;
}

p
{
	margin-top: 0px;
}


.AHAHlink
{
	cursor: pointer;
}

.button
{
	padding: 0px 5px 0px 5px;
	border-right: #E0E0E0 dotted 1px;
	cursor: pointer;
}



#maincontainer
{
	width: 100%;
	height: 100%;
}

#contentwrapper
{
	float: left;
	width: 100%;
	height: 100%;
}

#contentcolumn
{
	margin-left: 360px; /*Set left margin to LeftColumnWidth*/
	height: 100%;
	background: #D0D0D0;
}

#leftcolumn
{
	float: left;
	width: 318px; /*Width of left column*/
	padding: 0px 25px 0px 15px;
	margin-left: -100%;
	color: #E0E0E0;
	height: 100%;
	overflow: auto;
	border-right: #FFFFFF solid 2px;
	background: #404040 url('../images/background.jpg') 0px 0px no-repeat;
}

#leftcontainer
{
	
}

#popblock
{
	/*display: none;*/
	position: absolute;
	padding: 25px 5px 15px 10px;
	
	width: 50%;
	height: 50%;
	top: 25%;
	left: 25%;
	/*background: #707070;*/
	background: url('../images/popblock.png') repeat transparent;
	border: #FFFFFF solid 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;

	margin-top: -1000px;
}

#popblockclose
{
	position: absolute;
	width: 16px;
	height: 16px;
	font-size: 18px;
	font-weight: bold;
	right: 4px;
	top: 4px;
	
	background: #C02020;
	border: #FFFFFF solid 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}

#popblockclose span
{
	position: relative;
	top: -2px;
	color: #FFFFFF;
}

#popblockcontent
{
	width: 100%;
	height: 100%;
	overflow: auto;
	color: #FFFFFF;
}

#popblockcontent p
{
	margin-right: 15px;
}

.admin
{
	border: 1px solid #FFCC00;
	padding: 3px;
	background: #505050;
}

#admin-content
{
	width: 700px;
	margin: 10px auto;
	background: #484848;
}

#admin-places
{
	width: 700px;
	height: 300px;
	margin: 10px auto;
}

.fbox-ahah
{
	display: block;
	width: 132px;
	height: 99px;
	float: left;
    margin-bottom: 5px;
    margin-right: 5px;
}