/* 
    Document   : default
    Created on : 2010/05/26, 21:19:21
    Description:
        Purpose of the stylesheet follows.
*/

* {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
	word-break: break-all;
}
h1, h2, h3 {
	font-size: 12px;
}
body, td {
	font-size: 12px;
	line-height: 150%;
}
body {
	text-align: center;
}
table, td {
	border-collapse: collapse;
	border: none;
}
body div#marginclm.bg_image_style {
	background: inherit;
	margin: 0 auto;
}
td {
	text-align: left;
}
td[align="center"] {
	text-align: center;
}
td[align="right"] {
	text-align: right;
}
table.inline {
	border: 2px solid #5F5F5F;
}
table.inline td {
	padding: 0 10px;
}
a:hover {
	color: #666;
}
#all {
	width: 240px;
	margin: 20px auto;
	text-align: left;
	border: 1px solid #333;
}
#all-inner {
}
img {
	border: none;
	vertical-align: bottom;
	max-width: 100%;
}
img.dc {
	vertical-align: middle;
}
img.hr {
	display: block;
	vertical-align: baseline;
}
.list td {
	padding: 5px;
}
.list img {
	margin-right: 5px;
}
img.emoji {
	vertical-align: baseline;
	margin: 0 3px;
}
a img.emoji {
	margin: 0;
}
input, select {
	vertical-align: middle;
	color: #666;
	background: #FFF;
}
#root form {
}
#root input[type="text"], #root input[type="password"],
		#root textarea {
	width: 95%;
}
#root textarea {
	width: 95%;
	font-size: 14px;
	line-height: 25px;
	margin: 5px 0;
}
#root input[type="text"], #root input[type="password"],
	#root input[type="number"], #root input[type="email"], #root select {
	font-size: 14px;
	line-height: 25px;
	height: 25px;
	margin: 5px 0;
}
#root input[type="checkbox"], #root input[type="radio"] {
	background-color: #666;
	margin-right: 5px;
	height: 20px;
	width: 20px;
}
#root input[type="submit"] {
	background: #DDD;
	border: 1px solid #666;
	border-bottom-color: #000;
	border-right-color: #000;
	margin-bottom: 10px;
	font-size: 14px;
	padding: 0 10px;
}
font[size="1"] {
	font-size: 10px;
}
font[size="2"] {
	font-size: 12px;
}
font[size="3"] {
	font-size: 14px;
	line-height: 26px;
	vertical-align: middle;
}
* html #admin {
	position: absolute;
	background: #FFF;
}
#admin {
	border: 1px solid #F66;
	padding: 10px;
	position: fixed;
	top: 10px;
	left: 10px;
}
.li a {
	display: block;
	width: 100%;
	border-bottom: 1px solid #CCC;
	text-indent: 25px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	background: url(/img/mp_pt0.gif) 5px 50% no-repeat;
}
.li a#pt1 {
	background-image: url(/img/mp_pt1.gif);
}
.li a#pt2 {
	background-image: url(/img/mp_pt2.gif);
}
.li a#pt3 {
	background-image: url(/img/mp_pt3.gif);
}
.li a#pt4 {
	background-image: url(/img/mp_pt4.gif);
}
.li .p {
	display: none;
}
.li a:hover {
	background-color: #EFEFEF;
}
.li td {
	display: block;
	position: relative;
}
.li br {
	display: none;
}
.li a.r {
	background: #CCC;
}
.li span.r, .li a.r {
	width: auto;
	height: 14px;
	line-height: 14px;
	position: absolute;
	top: 5px;
	right: 10px;
	display: inline;
	text-decoration: none;
	padding: 3px;
	text-indent: 0;
	font-size: 12px;
	border: none;
}
.li a.r:hover {
	border: 1px solid #DDD;
}
img.none {
	display: none;
}
#root input.num[type="text"] {
	width: 40px;
}
#root input.inline[type="text"] {
	width: 100px;
}
div.back-green {
	background-color: #DFDFDF;
}
div.back-white {
	background-color: #FFFFFF;
}
div.submit {
	text-align: center;
}
#root textarea[rows="1"] {
	width: auto;
	margin-right: 5px;
}
#root textarea[cols="80"] {
	width: 95%;
}
.profimg {
	margin: 0 5px;
}
#hide {
	display: none;
	background: #000;
	width: 100%;
	height: 100%;
	opacity: 0.4;
	filter: alpha(opacity=40);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
li {
	list-style: none;
}