@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-size: 18px;
	color: #333;
}

h1 {
	font-size: 50px;
	font-weight: bold;
	letter-spacing: -2px;
	padding: 10px;
}

h2 {
	font-size: 40px;
	font-weight: bold;
	color:#000066;
	letter-spacing: -2px;
	margin-bottom: 30px;
	border-bottom: 1px solid #aaaaaa;
	padding: 10px;
}

h2 em {
	color:#999999;
}

a, a:link, a:visited {
	color: #000099;
	text-decoration: none;
}

a:hover {
	color:#0000CC;
}

strong {
	font-weight: bold;
}

#header {
	width: 900px;
	margin: 0 auto;
	padding: 10px;
	color:#fff;
	background-color: #000066;
}

#header h1 a {
	color: #FFFFFF;
}

#container {
	width: 900px;
	margin: 0 auto;
	background-color: #FFFFFF;
	padding: 10px 10px 50px 10px;
}


ul#menu {
	width: 900px;
	margin: 0 auto;
	overflow: auto;
	border-bottom:1px solid #AAAAAA;
	margin-top: 10px;
	margin-bottom: 10px;
	list-style: none;
}

ul#menu li {
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	font-size: 30px;
	font-weight: bold;
	padding: 8px 14px;
	letter-spacing:-1px;
	background-color: #CCCCCC;
	float: left;
	margin-right: 2px;
}

ul#menu li.act {
	background-color: #FFCC33;
}

ul#menu li a {
	
}

ul#menu li.act a {
	color: #333;
}



div.table {
	background-image:url(../img/layout/table_bg.png);
	background-position: bottom left;
	padding: 0 0 10px 10px;
	clear: both;
}

table.rows {
	border-collapse: collapse;
	border-spacing: 0;
	width: 880px;	
	background-color:#eee;
	width: 100%;
}

table.rows td, table.rows th {
	vertical-align: middle;
	border: 1px solid #CCCCCC;	
	padding: 7px;
	text-align: center;
}

table.rows td.thumbnail {
	width: 120px;
}

table.rows td.action {
	width: 50px;
}

table.rows td.date {
	white-space: nowrap;
}

table.rows td.text {
	font-size: 14px;
	text-align: left;
	line-height: 1.2em
}

table.rows td.no {
	width: 70px;
}

table.rows td.edited {
	width: 150px;
}

table.rows th {
	height: 40px;
	border: 1px solid #ddd;	
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 25px;
}

table.rows tr:hover {
	background-color:#FFFF99;
}

table.rows tr.header, table.rows tr.header:hover {
	background-color: #fff;
}

table img {
	border: 3px solid #666;
}

div.button {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #000099;
	float:left;
	margin: 0 20px 20px 0px;
}

table div.button {
	margin: 0 10px 5px 10px;
}

div.button:hover {
	background-color:#0000CC;
}

div.button a {
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	padding: 7px 10px;
}

div.button.delete {
	background-color:#990000;
}

div.button.delete:hover {
	background-color:#cc0000;
}

div.button.single {
	margin-left: 10px;
}

form {
	width: 880px;	
	margin-bottom: 20px;
	padding: 0 10px;
	display: block;
}

form.login {
	width: 400px;
}

div.input.text, div.input.file, div.input.textarea, div.input.password {
	margin-bottom: 10px;
}

div.submit {
	overflow: auto;
	vertical-align:text-bottom
}

div.submit input {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight: bold;
	border: none;
	background-color: #009900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
	padding: 5px 10px;
	float:left;
	margin: 0 20px 20px 0px;
	height:38px;
}

div.submit input:hover {
	background-color:#00cc00;
}

div.input.text input, div.input.textarea textarea, div.input.password input {
	display: block;
	clear:both;
	width: 100%;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color:#eee;
	color: #444;
}

label {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 25px;
}

img.upload {
	border: 3px solid #777;
	float: left;
	margin-right: 20px;
}

div.sep {
	height: 30px;
}

div.login {
	width: 400px;
	margin: 0 auto;
}

div.message {
	margin: 0 10px 30px 10px;
	color:#FF6600;
	font-weight:bold;
	font-size: 25px;
	letter-spacing: -1px;
}

div.error-message {
	color:#FF6600;
	font-size:22px;
	font-weight:bold;
	letter-spacing:-0.5px;
	margin-top:5px;
}

a.logout {
	float: right;
	color: #FFFFFF;
	overflow: auto;
}


