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

body {
		font-family: "Lucida Grande", Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 12px;
		color: #363636;
		text-rendering: optimizeLegibility;
}

li {
		list-style: none;
}

img {
		border: none;
    -ms-interpolation-mode: bicubic;
}

a {
		text-decoration: none;
		color: #968875;
		outline: none !important;
}

fieldset {
		border: 0px;
}

h1, h2, h3, h4 {
		font-size: 12px;
}

hr {
		border-top: 1px solid #e3e3e3;
		border-bottom: 1px solid #fff;
		background: none;
		border-left: none;
		border-right: none;
		height: 0px;
}

input.text, textarea {
  font-family: Lucida Grande, Arial, sans-serif;
  font-size: 12px;
	background: #fff url(/images/back.textarea.gif) repeat-x;
	-webkit-box-shadow: #fff 0px 1px 0px;
	-moz-box-shadow: #fff 0px 1px 0px;
}
textarea {
	border: 1px solid #999999;
	border-top: 1px solid #737373;
}


ul.float {
		padding-left: 15px;
}
ul.float li {
		float: left;
		margin-right: 10px;
		margin-top: 5px;
}

.hide {
		display: none !important;
}

.ghost {
    visibility: hidden !important;
    position: absolute;
    top: -6000px;
    left: -6000px;
    width: 0px;
    height: 0px;
}

.clear {
		display: block !important;
		float: none !important;
		clear: both !important;
}

.blocker {
		position: fixed;
		top: 0px;
		bottom: 0px;
		left: 0px;
		right: 0px;
		width: 100%;
		height: 100%;
		z-index: 100;
}
.blocker.dropdown {
		background: url(/images/transparent-50.png);
}

#header {		
		height: 29px;
		background: #2b1f12 url(/images/zoo/pattern.png) repeat-x left top;
		overflow: hidden;
		border-bottom: 1px solid #16100d;				
		font-size: 11px;
		line-height: 18px;
}

		#header a {
				color: #968875;		
		}

		#header #logo {
				position: absolute;
				top: 1px;
				left: 11px;
				text-indent: -6000px;
				width: 60px;
				height: 20px;
				margin-top: 5px;
				background: url(/images/logo.png) no-repeat;
				cursor: pointer;
		}		
		#header ul {
				float: right;
				padding-top: 5px;
		}
		#header li {
		    float: left;
		    display: inline;
        width: auto;
		}
		#header li a {
				margin-right: 15px;
				text-shadow: #000 0px 1px 0px;
		}
		#header li a:active,
		#header li a:hover {
				color: #b6aa9a;
		}
		#header li a.active {
				color: #fff;
		}


#messageboard {
	background: #7ca935;
	color: #fff;
	text-shadow: none;
	border-top: 1px solid #9fc660;
	padding: 6px 0px 8px;
	font-weight: bold;
	font-size: 12px;
}
#messageboard em, 
#messageboard a {
	color: #3a5018;
	text-shadow: none;
	font-style: normal;
	font-size: 12px;
}
#messageboard a:hover {
	color: #fff;
}
#messageboard .close {
	position: absolute;
	right: 0px;
	color: #3a5018;
}
#messageboard .close:hover {
	color: #fff;
}


.context-menu {
		width: 170px;
		background: #fff;
		background: rgba(255,255,255,0.99999);
		position: absolute;
		top: 50px;
		left: 50px;
		border: none;
		opacity: .95;
		font-size: 12px;
		line-height: 12px;
		z-index: 101;
		-webkit-border-radius: 4px;
		-webkit-box-shadow: rgba(0, 0, 0, 0.8) 0px 1px 5px;
		-webkit-user-select: none;
		-moz-border-radius: 4px;
		-moz-box-shadow: rgba(0, 0, 0, 0.8) 0px 1px 5px;
		-moz-user-select: none;
		color: #363636;
		text-shadow: none !important;
}

.context-menu .set {
		padding: 5px 0px 5px 0px;
		border-bottom: 1px solid #eee;
}
.context-menu .set.last {
		border-bottom: none;
}
.context-menu dt {
		padding: 3px 20px 5px;
		color: #919191 !important;
}
.context-menu dd,
.context-menu li {
		padding: 3px 20px 5px 20px;
		cursor: pointer;
}
.context-menu .inactive {
		color: #919191 !important;
		cursor: default;
}
.context-menu .inactive:hover {
		background: none;
}
.context-menu dd:hover,
.context-menu li:hover {
		background: #77a233;
		background: -webkit-gradient(linear, left bottom, left top, from(#77a233), to(#8bb843));
		background: -moz-linear-gradient(left bottom, left top, from(#77a233), to(#8bb843));
		color: #fff;
}


#question {
		position: fixed;
		width: 450px;
		top: 0px;
		left: 50%;
		z-index: 2000;
		margin-left: -235px;
    background: url(/images/dropdown.450.png) no-repeat center bottom;
    padding: 0px 10px 10px 10px;
}

.webkit #question,
.ff3_5 #question {
    padding: 0px;
    margin-left: -225px;
    background: #f9f9f9;
		-webkit-box-shadow: #000 0px 0px 10px;
		-moz-box-shadow: #000 0px 0px 10px;
}

#question .display {
		margin: 20px 30px;
		padding: 6px 20px 17px 80px;				
		background: url(/images/trash.png) no-repeat left top;
}

#question .title {
		font-weight: bold;
		margin-bottom: 7px;
		color: #363636;
}
#question .description {
		color: #555;
		font-size: 11px;
		margin-bottom: 15px;
		line-height: 15px;
}

#question .bottom {
		position: relative;
		padding: 0px;
		border-top: 1px solid #80755f;
		text-align: right;
		background: #473620 url(/images/zoo/pattern.png) repeat-x left bottom;
		height: 39px;
		overflow: hidden;
		border-bottom: 1px solid #291f12;
}					

		#question .bottom .buttons {
				position: absolute;
				right: 17px;
				top: 7px;
		}
		#question .bottom .button {
				float: left;
				cursor: pointer;
				border: 1px solid #211a13;
				color: #000;
				text-shadow: #e2dfd9 0px 1px 0px;
				text-align: center;
				-webkit-box-shadow: #726554 0px 1px 0px;
				-webkit-user-select: none;
				-moz-box-shadow: #726554 0px 1px 0px;
				-moz-user-select: none;
				background: #c4c0b5;
				background: -webkit-gradient(linear, left bottom, left top, from(#a09a8f), to(#e2dfd5));
				background: -moz-linear-gradient(left bottom, left top, from(#a09a8f), to(#e2dfd5));
				height: 21px;
		}
		#question .bottom .button span {
				display: block;
				border: 1px solid #d8d6d1;
				padding: 2px 20px;		
		}
		#question .bottom .reset {
				margin-right: 7px;
		}


.ff2 * {
    -moz-border-radius: 0px !important;
}

