/*+clearfix {*/
#header:after, #navigation-menu:after, #content:after, .panel-tab-content:after, .complaint:after, #login-form:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
#header, #navigation-menu, #content, .panel-tab-content, .complaint, #login-form
{
	display: inline-block;
}
#header, #navigation-menu, #content, .panel-tab-content, .complaint, #login-form
{
/*\*/
	display: block;
/**/
	_height: 1px;
}
/*+}*/
*
{
	margin: 0;
	padding: 0;
}
HTML, BODY
{
	height: 100%;
	background-color: #F1F1F1;
	font-family: "lucida grande", lucida, tahoma, helvetica, arial, sans-serif;
	font-size: 13px;
	color: #333;
}
#wrap
{
	width: 100%;
	height: 100%;
}
#content-wrap
{
	margin: 0 auto;
	background: #FFF;
	width: 900px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
/*[clearfix]*/#header
{
	/*+placement:margin-auto 0px 0px;*/
	margin-left: auto;
	margin-right: auto;
	position: relative;
	left: 0px;
	top: 0px;
	height: 133px;
}
#logo
{
	float: left;
}
#banner
{
	display: none;
	text-align: center;
}
#login-signup
{
	/*+placement:anchor-top-right 0px 0px;*/
	position: absolute;
	right: 0px;
	top: 0px;
	margin-right: 10px;
}

#login-form {
	padding: 10px;
	background-color: #EAEAEA;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
}

/*[clearfix]*/#navigation-menu
{
	margin-top: 5px;
	margin-left: 20px;
}
#navigation-menu UL
{
	list-style-type: none;
	/*+placement:shift 0px 1px;*/
	position: relative;
	left: 0px;
	top: 1px;
}
#navigation-menu LI
{
	float: left;
	list-style: none;
}
#navigation-menu LI A
{
	cursor: pointer;
	float: left;
	margin-right: 10px;
	padding: 5px;
	width: 120px;
	height: 20px;
	line-height: 20px;
	font-size: 1.1em;
	color: #FFF;
	font-weight: bolder;
	text-shadow: 1px 1px #3A3A3A;
	text-align: center;
	text-decoration: none;
	background-color: #83B200;
}
#navigation-menu LI A:hover
{
	color: #3A3A3A;
	text-shadow: 1px 1px white;
	background-color: #EAEAEA;
	border-bottom-color: #E1DFDF;
}
#navigation-menu LI A.selected
{
	color: #3A3A3A;
	text-shadow: 1px 1px white;
	background-color: #EAEAEA;
	border-bottom-color: #EBEBEB;
}
/*[clearfix]*/#content
{
	background-color: #EAEAEA;
	padding: 20px;
	margin-right: 20px;
	margin-left: 20px;
}
.panel {
	margin-bottom: 30px;
}

A:link, A:visited
{
	color: #83B200;
	text-decoration: none;
}

#login-signup A:link, #login-signup A:visited, #content A:link, #content A:visited, #popup A:link, #popup A:visited
{
	color: #83B200;
	text-decoration: none;
}
#content A:hover, #popup A:hover, #login-signup A:hover
{
	border-bottom: 1px dotted #FF1A00;
}
.panel-header
{
	font-size: 1.1em;
	font-weight: bold;
	text-shadow: 1px 1px white;
	padding-bottom: 5px;
	border-bottom: 3px solid #3A3A3A;
}
.panel-content
{
	background-color: #FFF;
	padding: 5px;
	margin-bottom: 20px;
}
#left-panel
{
	float: left;
	margin-right: 20px;
	width: 550px;
}
#right-panel
{
	float: left;
	width: 250px;
}
#footer
{
	margin-top: 20px;
	background-color: #3A3A3A;
	padding: 5px;
	color: #C8CBB3;
	font-size: 0.8em;
	text-align: center;
}
#footer A:link, #footer A:visited
{
	color: #FFF;
	font-weight: bold;
	text-shadow: 1px 1px #3A3A3A;
	text-decoration: none;
}
INPUT.test, TEXTAREA
{
	background: #FAFAFA;
	border: 1px solid #DDD;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font: 0.95em "lucida grande", lucida, tahoma, helvetica, arial, sans-serif;
	padding: 0.15em;
	width: 20em;
}
TEXTAREA
{
	width: 20em;
	height: 10em;
}
.panel-tab
{
	float: left;
	cursor: pointer;
	margin-right: 10px;
	font-size: 1.1em;
	font-weight: bold;
	text-shadow: 1px 1px white;
	text-decoration: underline;
	padding-bottom: 5px;
	color: #83B200;
}
div.panel-tab:hover
{
	color: #3A3A3A;
	text-shadow: 1px 1px white;
}
a.pabel-tab:hover {
	text-decoration: underline;
}
/*[clearfix]*/.panel-tab-content
{
	clear: both;
	padding: 10px;
	border-top: 3px solid #3A3A3A;
}
.hidden
{
	display: none;
}
.combobox
{
	font-size: 1.1em;
	width: 200px;
	height: 25px;
}
#content LABEL
{
	float: left;
	margin-left: 1.1em;
	width: 100px;
}
FIELDSET
{
	border: 1px solid #DEDEDE;
	margin: 15px;
	padding: 15px;
}
FIELDSET DIV
{
	overflow: hidden;
	margin-bottom: 10px;
}
BUTTON
{
	padding: 5px;
	width: 120px;
	height: 30px;
	line-height: 20px;
	font-size: 1.1em;
	color: #FFF;
	font-weight: bolder;
	text-shadow: 1px 1px #3A3A3A;
	text-align: center;
	text-decoration: none;
	background-color: #83B200;
	border: 0;
	cursor: pointer;
}
SELECT
{
	background: #FAFAFA;
	border: 1px solid #DDD;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.dropdown-menu
{
	position: absolute;
	margin-top: 31px;
	background-color: #83B200;
	z-index: 999;
}
.dropdown-menu-item
{
	cursor: pointer;
	line-height: 20px;
	padding: 5px;
	padding-left: 25px;
	color: #FFF;
	font-weight: bolder;
	text-shadow: 1px 1px #3A3A3A;
	background-color: #83B200;
	width: 150px;
	text-align: left;
	z-index: 999;
}

div.dropdown-menu-item:hover {
	color: #3A3A3A;
	text-shadow: 1px 1px #FFF;
	
}

#popup
{
	z-index: 1000;
	position: absolute;
	margin: 0 auto;
	padding: 20px;
	width: 600px;
	height: 200px;
	top: 175px;
	left: 50%;
	background-color: #FFF;
	border: 10px solid #3A3A3A;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: none;
}

.popup-title
{
	margin-bottom: 20px;
}

#popup-close {
	cursor: pointer;
	position: absolute;
	right: 20px;
}

.header-right {
	/*+placement:shift -1px -23px;*/
	position: relative;
	left: -1px;
	top: -23px;
	text-align: right;
	float: right;
	z-index: 0;
}

.popup-content-column
{
	float: left;
	width: 150px;
}

.random-content{
	padding: 20px;
	margin-bottom: 20px;
	width: 510px;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #999;
}

#swf-content {
	width: 550px;
	height: 179px;
	background-color: #333;
	margin-bottom: 30px;
	z-index: 0;
}

/*[clearfix]*/.complaint {
	padding-bottom: 5px;
	margin-top: 5px;
	border-bottom: 1px dotted #3A3A3A;
}

.complaint-user {
	float: left;
	margin-bottom: 10px;
}

.complaint-subject-summary {
	float: left;
	width: 300px;
	padding-right: 10px;
}

.complaint-subject {
	clear: both;
	padding-right: 10px;
}

.complaint-body {
}

.complaint-date {
	float: right;
}

.complaint-answer-form {
	margin-top: 20px;
}

#signup-result {
	color: #FF1A00;
}
