* { margin: 0; }
html, body { height: 100%; margin: 0;}
body { background-color: #aaaaaf; color:#494949; font-family: helvetica,arial,sans-serif; text-align: center; }


h1 { background: url(logo.png) no-repeat scroll center center; height:100px; padding-top: 50px; text-indent: -500em; }
h2 { color: #555; margin-top: 19px; margin-bottom: 19px; }
h3 { color: #838370; margin-top: 18px; margin-bottom: 18px; }
th { text-align: left; }

h2, h3, .footer, #status, #navigator, #searcher, #editor, #sidebar .button, .popupgroup .label, .textbutton, .sidebar_caption, .meta { font-family: Tw Cen MT, helvetica,arial,sans-serif; }

.textbutton, .link, #sidebar .button { cursor: pointer; }

.wrapper {
	background: url(background.jpg) repeat-y;
	border-left:1px solid #88888f;
	border-right:1px solid #88888f;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -20px; /* the bottom margin is the negative value of the footer's height */
	width: 750px;
	text-align: left;
}
	.wrapper .content, .wrapper #navigator { margin-left: 55px; }
.footer, .push { height: 20px; }


.footer {
	width: 700px;
	margin: 0 auto;
	vertical-align: top;
	font-size: 90%;
	color: #999999;
	text-align: center;
}
	.footer span { margin-left: 4em; }
	.footer a { color: #999999 !important; text-decoration: underline; }
		.footer a:hover { text-decoration: underline; }

.meta .info, .meta .info:hover { color: #3aa5ff; }
.link:hover, .meta  { color: #666666; }
a, a:visited, .textbutton, .link, #sidebar .button { color: #0060bb; }
#nav_group a { color: #4cbe57 }


#status { font-size: larger; text-align: right; position: absolute; top: 5px; width: 740px; border-bottom: 1px solid #bf8b92; padding-right: 10px; }
	#status div { display: inline; margin-right: 1em; }
	#status #nav_username { margin-right: 0; }

#navigator { width: 695px; font-size: larger; vertical-align: bottom; margin-top: -1em; margin-bottom: 1em; }

#searcher 
{
	border-bottom: 1px solid #bf8b92;
	position: absolute;
	top: 5px;
	padding-left: 55px;
	font-size: larger;
	vertical-align: bottom;
	z-index: 2;
}
	#searcher div { display: inline; margin-right: 1em; }

#editor 
{
	left: 0;
	bottom: 0;
	margin-top: 25px;
	margin-bottom: 2em;
	text-align: center;
	vertical-align: middle;
	width: 600px;
}

#main
{
	width: 510px;
}

#sidebar
{
	position: absolute;
	top: 172px;
	border-left: 1px solid #bf8b92;
	margin: 0 0.2em 0.5em 575px;
	padding: 0 0.3em 0.3em 5px;
	width: 162px;
}


#wait {
	height: 50%;
	left:0;
	padding-top: 30%;	
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 999;
}

.error, .warning
{
	color: #dd0000;
	font-size: 80%;
	font-weight: bold;
}

#banner {
	border: 1px solid #bf8b92;
	float: right;
	height: 600px;
	margin-left: 1em;
	overflow: hidden;
	padding: 2px;
	margin-right: 10px;
}

.meta .info {
	cursor: default;
	font-weight: bold;
	font-size: 110%;
	text-align: justify;
}

img {
	border: 0;
}

input {
	border: 1px solid #666666;
	padding-left: 3px;
}

input.image {
	border: 0;
}

textarea {
	border: 1px solid #666666;
	padding-left: 3px;
}


.invisible {
	display: none;
}

ul {
	list-style: none;
	margin-left: 0.5em;
	padding-left: 0;
}

.listitem ul {
	margin-left: 2em;
}

a {
	text-decoration: none;
}

a.selected {
	text-decoration: underline;
}

#editor a, #editor input {
	margin-left: 1em;
	margin-right: 1em;
}

.listitem .listsubitem {
	font-size: 75%;
	display: inline;
	padding-right: 2em;
}

li.listitem 
{
	margin-left: -1.4em;
	padding-bottom: 0.3em;
	padding-left: 1em;
	padding-top: 0.3em;
}

li.groupscribbl {
	left: -32px;
	list-style-image: url(group_large.png);	
	position: relative;
}

li.groupscribbl ul {
	padding-left: 32px;
}

img.markergroup {
	float: left;
	left: -22px;
	position: relative;
	z-index: 9;
}

.popupgroup {
	background-color: #ffffff;
	border: 1px solid #bbbbcc;
	left: -12px;
	padding-left: 60px;
	position: absolute;
	top: -1px;
	z-index: 8;
}

.popupgroup .label {
	color: #bbbbcc;
	font-size: 100%;
}

.popupgroup .value {
	font-size: 90%;
	font-weight: bold;
	padding-right: 1em;
}


li.scribbl span {
	vertical-align: top;
}

/*	scribbl	*/

#scribbls {
	float: left;
	height: 23em;
	overflow: hidden;
}

.button {
	cursor: pointer;
}

#editor .button {
	font-size: 125%;
	margin-left: 0.8em;
	margin-right: 0.8em;
}

.labelinput {
	width: 6em;	
}

.sidebar_caption {
	border-bottom: 1px solid #bbbbcc;
	font-size: larger;
	font-weight: bold;	
}

#tag_add {
	margin-bottom: 1em;
}

.sidebar_content ul, #main ul {
	list-style: none;
}

.language {
	cursor: pointer;
}

.lookup {
}

.lookup .smallcloud {
	background-color: #ffffff;
	border: 1px solid #999999;
	padding-left: 30px;
	width: 450px;
	maxheight: 400px;
	overflow: scroll;
	position: absolute;
	margin-left: -330px;
}

.lkupclose {
	color: #999999;
	cursor: pointer;
	font-family: Verdana, Sans-Serif;
	font-style: normal;
	font-size: smaller;
	text-align: right;
}

.lkupclose:hover {
	color: #333333;
}

#tag_add {
	font-size: larger;
}

.tour img {
	border: 1px solid #999999;
	padding: 3px;
}

.tour {
	font-size: 80%;
}

::-moz-selection{
	background:#0060bb;
	color:#fff;
}

::selection {
	background:#0060bb;
	color:#fff;
}
