html {
	height: 100%;
	padding-bottom: 1px;
	background: #fff url("../img/layout/bg_grey_rp.png") repeat-y scroll 50% 0;
}
html.admin{
    background: #eee;
}
.print {
	display: none;
}

div,span,td,label,input,select,textarea,h1,h2,h3,h4,p,a,ul,li {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #000;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

body {
	margin: 0;
	padding: 0;
	background: transparent url("/img/layout/bg_grey_nb.png") no-repeat scroll 50%
		0;
}
body.admin{
    background: none;
}
div.main {
	width: 955px;
	overflow: hidden;
	margin: 0 auto;
}

div.head {
	height: 150px;
	background: transparent url("/img/layout/index.jpg") no-repeat scroll
		50% 0;
	margin-bottom: 20px;
}

h1{
	position: relative;
	top:15px;
	left: 730px;
	text-indent:-999em;
}
h1 a{
	display:block;
	width: 205px;
	height: 65px;
}
div.footer {
	clear:both;
	/*background: #efefef;*/
    margin-bottom: 20px;
    margin-left: 20px;
    padding-top: 10px;
	line-height: 24px;
	text-align: left;
	/*font-size: 10px;*/
}
div.footer a {
	text-transform: uppercase;
}
div.content,div.content_left {
	margin: 10px 15px 0 15px;
	min-height: 700px;
	height: auto !important;
	height: 700px;
}

div.content_left {
	width: 690px;
	float: left;
}
* html div.content_left {
	width: 670px;
}
div.content_left img {
	border: 1px solid #ddd;
	margin-right: 10px;
}

a {
	font-weight: normal;
	color: #0066cb;
	text-decoration: underline;
}

a:hover {
	color: #666;
}

p {
	padding-bottom: 8px;
}

ul {
	padding-left: 15px;
	margin-bottom: 0;
}

li {
	list-style-type: circle;
	list-style-position: outside;
	padding: 5px;
}

h2 {
	margin-bottom: 12px;
	font-size: 22px;
	font-weight: bold;
	color: #0066cb;
}

h3 {
	margin-bottom: 6px;
	font-size: 18px;
	font-weight: bold;
	color: #999;
}

h3 a {
	font-size: 18px;
	font-weight: bold;
}

h4 {
	margin-bottom: 6px;
	font-weight: bold;
	color: #333;
}

div.top_navi {
	position: absolute;
	top: 124px;
	margin-left: 15px;
}

* html div.top_navi {
	top: 125px;
}

div.top_navi {
	top: 125px\9
}
div.top_navi a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	/*text-transform: uppercase;*/
}

div.top_navi a:hover {
	color: #666;
}

div.top_navi a.current {
	color: #ffb400;
}

div.top_navi ul {
	display: none;
	padding: 0;
	margin: 0;
}

div.top_navi li {
	padding: 0 15px 0 15px;
	margin: 0;
	list-style: none;
	position: relative;
	display: block;
}

div.top_navi ul.level0 {
	display: block;
}

div.top_navi ul.level1 {
	background: #fff;
	border: 3px solid #ffb400;
	position: absolute;
	top: 20px;
	left: -18px;
	padding: 2px 0 2px 0;
}

div.top_navi li.level0 {
	margin-right: 12px;
	width: auto;
	padding: 0 0 30px 0;
	float: left;
}

div.top_navi li.level0:hover ul {
	display: block;
	z-index: 100;
	line-height: 20px;
}

div.sub_navi {
	position: absolute;
	top: 153px;
	height: 22px;
	width: 955px;
	overflow: hidden;
	background: transparent url("/img/layout/bg_sub_navi_shadow_only.png")
		repeat-x;
}

div.sidebar {
	width: 234px;
	overflow: hidden;
	float: left;
}

div.smallbox {
	width: 234px;
}

div.smallbox div.top {
	height: 19px;
	background: transparent url("/img/layout/sidebar_box_top.png") no-repeat;
}

div.smallbox div.middle {
	background: transparent url("/img/layout/sidebar_box_mid.png")
		repeat-y;
}

div.smallbox div.middle img {
	position: relative;
	left: 20px;
}

div.smallbox div.middle div.text {
	position: relative;
	left: 20px;
	width: 194px;
	overflow: hidden;
	background: transparent url("/img/layout/sidebar_box_bg.png")
		no-repeat;
}

div.smallbox div.middle div.text h2 {
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	color: #666;
	border-bottom: 3px solid #FFB400;
	padding-left: 5px;
	line-height: 24px;
	height: 24px;
}

div.smallbox div.middle div.text ul {
	list-style: none;
	padding: 0;
	margin: 0 0 5px 0;
}

div.smallbox div.middle div.text li ul {
	margin: 0 0 0 10px;
}

div.smallbox div.middle div.text li {
    list-style: none;
    padding: 4px;
	margin: 0;
}

div.smallbox div.bottom {
	height: 19px;
	background: transparent url("/img/layout/sidebar_box_bottom.png")
		no-repeat;
}

div.content div.box {
	width: 949px;
	position: relative;
	left: -15px;
}

div.content div.box div.top {
	height: 19px;
	background: transparent url("/img/layout/content_box_top.png")
		no-repeat;
}

div.content div.box div.middle {
	background: transparent url("/img/layout/content_box_middle.png")
		repeat-y;
	padding: 10px 25px 0 27px;
}

div.content div.box div.middle img,div.content div.box div.middle div.no_img
	{
	float: left;
	width: 200px;
	height: 200px;
}

div.content div.box div.middle h3 {
	float: left;
	width: 660px;
	margin: -4px 0 8px 20px;
}

div.content div.box div.middle div.block {
	float: left;
}

div.content div.box div.middle div.text {
	/*float: left;*/
	width: 675px;
	margin: 0 0 10px 20px;
}

div.content div.box div.middle div.text ul {
	margin: 0;
	padding: 0;
}

div.content div.box div.middle div.text li {
	margin: 0 0 0 15px;
	padding: 0;
}

div.content div.box div.middle a.websitelink {
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
}

div.content div.box div.bottom {
	height: 19px;
	background: transparent url("/img/layout/content_box_bottom.png")
		no-repeat;
}

input[type=text] {
	border: 1px solid #e4e4e4;
	width: 400px;
}

input[type=submit],input[type=button] {
	margin-top: 12px;
	margin-bottom: 12px;
	padding-left: 12px;
	padding-right: 12px;
	cursor: pointer;
	color: #0066cb;
	font-weight: bold;
}

textarea {
	border: 1px solid #e4e4e4;
	width: 696px;
}

textarea.tinyMCE {
	width: 696px;
	height: 400px;
}

div#admin_main {
	width: 1060px;
	min-height: 550px;
	background-color: #fff;
	border: 3px solid #999;
	margin-top: 12px;
}

div#admin_navi {
	position: absolute;
	top: 80px;
	padding-left: 15px;
}

div#admin_navi a {
	margin-right: 12px;
}

div#admin_content {
	margin-top: 80px;
	padding: 12px;
}

div#left_navi {
	float: left;
	width: 200px;
	margin-right: 12px;
	border: 3px solid #e4e4e4;
	overflow: hidden;
}

div#left_navi ul {
	padding: 0;
	padding-left: 12px;
	margin: 0;
}

div#left_navi ul.level0 {
	padding-left: 5px;
	padding-right: 5px;
}

div#left_navi li.level0 {
	border: 1px solid #ccc;
	margin: 2px;
	padding-left: 4px;
	background-color: #fff;
	cursor: move;
}

div#left_navi li {
	padding: 0;
	line-height: 24px;
	list-style: none;
}

div#status {
	min-height: 20px;
	margin-bottom: 12px;
	padding-left: 12px;
	padding-top: 6px;
	border: 3px solid #e4e4e4;
	background-color: #e9e9e9;
	overflow: hidden;
}

div#element_form {
	float: left;
	width: 812px;
	border: 3px solid #e4e4e4;
	overflow: hidden;
}

div#element_form img {
	margin-right: 12px;
}

.left {
    float:left;
}
.right{
    float:right;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

.highlight {
	font-weight: bold;
	color: #ffb400;
}

.highlight_n {
	font-weight: normal;
	color: #ffb400;
}

div.simple_outline {
	border: 1px solid #CCC;
	padding: 10px;
	margin: 10px 0 10px 0;
}
