
html {
	height: 100%;
	font-size: 100%;
}

html,body {
	padding: 0;
	margin: 0;
	min-width: 100%;
	min-height: 100%;
	height: 100%;
}

body {
	color: #eeeeee;
	background-color: #000000;
	font-family: 'Open Sans', sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 300;
	color: #e96151;
}

h4 {
	font-size: 18pt;
	margin-bottom: 18pt;
	color: #ffffff;
}

a {
	text-decoration: none;
	color: #ffcccc;
}

a:hover {
	color: #ffffff;
}


/* form input */

.input_button {
	display: inline-block;
	
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f) );
	background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
	background-color:#f24537;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-indent:0;
	border: 1px solid #d02718;
	color: #ffffff;
	padding: 10px;
	border-radius: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	cursor: pointer;
	min-width: 180px;
	text-align: center;
}

.input_button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537) );
	background:-moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
	background-color:#c62d1f;
	border: 1px solid #d02718;
	outline: 0;
	color: #ffffff;
}

.headerbar_div {
	clear: both;
	overflow: auto;
	border-bottom: 1px solid #666666;
	padding-bottom: 2pt;
	margin-bottom: 12pt;
	font-weight: bold;
	font-size: 14pt;
	line-height: 14pt;
	color: #ffffff;
}

.content_table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #666666;
}

.content_td {
	border: 1px solid #666666;
	padding: 3pt;
	background-color: #333333;
}

.headerbar_td {
	background-color: #666666;
	padding: 3pt;
	color: #ffffff;
	font-weight: bold;
}

.title {
	color: #e96151;
	margin-bottom: 1em;
	font-size: 2em;
	line-height: 2em;
	text-align: left;
}