@charset "utf-8";

a:link, a:visited {
	text-decoration: none;
	color: #A6122D;
}
a:hover, a:active {
	text-decoration: none;
	color: #FF9900;
}
body {
	background: #666666;
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: #999999;
}
.app #container {
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
}
.app #header {
	background-color: #FFFFFF;
	background-image: url(img/header_small_bg.png);
	background-repeat: repeat-x;
	height: 74px;
	font-size: 18px;
	color: #B01323;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	line-height: 60px;
}
.app #mainContent {
	background: #FFFFFF;
	font-size: 16px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.app #shortcut {
	font-size: 12px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;	
}
.app #footer {
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(img/footer.png);
	height: 30px;
} 
.point {
	color: #A6122D;
	font-weight: bold;
}
.noticeCell {
	color: #FFFFFF;
	background-color: #8C1F15;
	padding: 3px;
}
.noticeCell a:link, .noticeCell a:visited
{
	text-decoration: none;
	color: #FF9900;
}
.noticeCell a:hover, .noticeCell a:active
{
	text-decoration: none;
	color: #FFFF33;
}
.titleCell {
	color: #8C1F15;
	background-color: #F2A88D;
	padding: 3px;
}
input.appButton
{
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-color:#D94436;
	border-style:solid;
	border-color:#D94436;
	border-width:4px;
}

