html {
	background: #f8f8f8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

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

a {
	text-decoration: none;
	color: #3c719d;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: text-bottom;
}

a:hover {
	color: #FF9900;
}

p.notice img {
	margin: auto;
	display: block;
	padding-bottom: 20px;
}

p.notice {
	text-align: center;
	color: #aaaaaa;
	font-size: large;
}

p.attention {
	color: #333333;
	text-align: justify;
    border: 1px solid #fc0;
    background: #ffc;
	padding: 5px;
}

span.date {
	color: #999999;
	font-size: smaller;
	float: right;
	font-weight: bold;
}

h1 span.date {
	color: #999999;
	font-size: x-small;
	float: right;
	font-weight: bold;
}

h1 {
	color: #46830b;
	border-bottom: 1px solid #cccccc;
	font-size: 18px;
}

h2 {
	color: #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 18px;
}

h3 {
	color: #46830b;
	border-bottom: 1px solid #cccccc;
	font-size: 14px;
	font-weight: normal;
}

h4 {
	color: #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 14px;
	font-weight: normal;
}

h5 {
	color: #46830b;
	border-bottom: 1px solid #cccccc;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}

h6 {
	color: #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}

#header {
	background: #6eb927 url(../images/header.png);
	height: 100px;
}

#inner-header {
	margin-left: auto;
	margin-right: auto;
	width: 890px;
	padding: 0px 5px 5px 0px;
	font-weight: bold;
	position: relative;
}

#inner-header img {
	float: left;
	margin-top: 0px;
}

#inner-header ul li span a {
	color: #cccccc;
	text-decoration: none;
}

#inner-header ul li.selected span a {
	color: #3c719d;
	text-decoration: none;
}

#inner-header ul li a:hover {
	color: #ffffff;
}

#inner-header ul {
	list-style: none;
	float: right;
	margin: 75px 0px 0px 0px;
	padding: 0px;
}

#inner-header ul li {
	display: block;
	float: left;
	margin-left: 5px;
	padding: 5px 0px 5px 7px;
}

#header ul li span {
	padding: 5px 12px 5px 5px;
	margin: 0px;
}

#inner-header ul li.selected span {
	background: #e4f2fd url(../images/menu-right.png) right top no-repeat;
}

#inner-header ul li.selected {
	background: #e4f2fd url(../images/menu-left.png) left top no-repeat;
}

#title {
	background: #e4f2fd;
	margin-left: auto;
	margin-right: auto;
	width: 890px;
	padding: 5px;
	min-height: 20px;
	
	border-left: 1px solid #c6d9e9;
	border-right: 1px solid #c6d9e9;
	
	color: #3c719d;
	font-size: large;
}

#title span.actions {
	float: right;
	font-size: small;
	margin: 3px 5px 0px 0px;
}

#content {
	background: #ffffff;
	margin-left: auto;
	margin-right: auto;
	width: 880px;
	padding: 0px 10px 0px 10px;
	text-align: justify;
	border: 1px solid #c6d9e9;
}

#footer {
	background: #e4f2fd;
	margin-left: auto;
	margin-right: auto;
	width: 890px;
	padding: 5px;
	min-height: 20px;
	color: #3c719d;
	
	border-left: 1px solid #c6d9e9;
	border-right: 1px solid #c6d9e9;
	border-bottom: 1px solid #c6d9e9;
}

form.login {
	margin: 30px auto 30px auto !important;
	border: 1px solid #c6d9e9;
	width: 310px;
	padding: 20px;
	background: #e4f2fd;
}

form {
	margin-top: 10px;
	text-align: right;
}

form input.text {
	width: 750px;
}

form textarea.mceEditor {
	width: 750px;
	height: 500px;
}

form textarea.mceNoEditor {
	width: 750px;
	height: 100px;
}

form label {
	width: 130px;
	float: left;
	text-align: left;
	display: block;
}

form.login input.text {
	width: 180px !important;
}

form input.button {
	margin-top: 10px;
}

div.album {
	padding: 5px;
	margin: 10px 5px 10px 5px;
	width: 150px;
	
	color: #3c719d;
	text-align: center;
	display: inline-block;
	
	border: 1px solid #c6d9e9;
	background: #e4f2fd;
}

div.button {
	float: right;
	padding-top: 5px;
}

div.picture {
	width: 150px;
	height: 120px;
	background: #222;
	display: table-cell;
	vertical-align:middle;
}

div.picture img {
	vertical-align:middle;
}

div.album div.album-info {
	margin-top: 5px;
	font-size: x-small;
}

hr {
	border: 0;
	height: 1px;
	color: #c6d9e9;	
	background-color: #c6d9e9;	
}
