@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, p, blockquote, table, th, td, embed, object {
	padding: 0;
	margin: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img, abbr {
	border: 0;
}

address, caption, cite, code, em,
h1, h2, h3, h4, h5, h6, strong, th {
	font-weight: normal;
	font-style: normal;
}

ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

a {
	text-decoration: none;
}

.clearfix {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* body */
body {
	background: #f4f9ff;
	color: #484849;
	font-family: Helvetica, Verdana, Arial, sans-serif ;
	font-size: 12pt;
	font-weight: normal;
}

#container {
	margin: 50px auto;
	background: #fff;
	border: solid 1px #cdcdcd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 750px;
}

#content {
	padding: 20px;
	position: relative;
}

.warning {
	background: #ffe6e6;
	border-top: solid 1px #f19898;
	border-bottom: solid 1px #f19898;
	margin: 0 0 20px 0;
	padding: 10px 30px;
}

.caution {
	background: #fff6e8;
	border-top: solid 1px #ffdfad;
	border-bottom: solid 1px #ffdfad;
	margin: 0 0 20px 0;
	padding: 10px 30px;
}

.list-item {
	border-bottom: solid 1px #ddd;
	border-top: solid 1px #ddd;
	margin: -1px 0;
	padding: 15px 10px;
	overflow-y: auto;
	z-index: 1;
}

.list-item:hover {
	background: #fcfcfc;
}

.list-item:hover .title, .list-item:hover .dropdown .button {
	opacity: 1;
	-moz-opacity: 1;
}

.list-item .title {
	float: left;
	padding: 4px 0 0;
	clear: both;
	opacity: .50;
	-moz-opacity: .50;
}

.dropdown {
	float: right;
	margin: 0 4px;
}

.dropdown .button {
	background: #fff url(images/button-bg.png) repeat-x;
	border: solid 1px #d1d1d1;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #969595;
	height: 24px;
	font-size: 10px;
	font-family: Verdana, Arial, "Lucida Grande", sans-serif;
	opacity: .50;
	-moz-opacity: .50;
}

.button p { padding: 5px 10px 0; }

.dropdown .active {
	background: #e1e1e1;
	border: solid 1px #787575;
	color: #6c6c6c;
	opacity: 1;
	-moz-opacity: 1;
}

.button:hover {
	border-color: #787575;
	color: #6c6c6c;
	cursor: pointer;
}

.dropdown:hover .dropdown-options, .dropdown-options {
	display: block;
}

.dropdown ul.dropdown-options {
	background: #fff url(images/dropdown-bg.png) repeat-x;
	border: solid 1px #787575;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #9a9a9a;
	display: none;
	margin: -1px 0 0;
	position: absolute;
	opacity: 1;
	-moz-opacity: 1;
	min-height: 33px;
	min-width: 150px;
	z-index: 5;
}

.dropdown-options li, .dropdown-options li a {
	color: #626262;
	font-size: 11px;
	font-family: Verdana, Arial, "Lucida Grande", sans-serif;
	margin: 5px 0;
	padding: 5px 15px 5px;
}

.dropdown-options li:hover, .dropdown-options li:hover a {
	background: #7f7f7f;
	color: #fff !important;
}
