body {
	padding:0;
	margin:0;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	width:100%;
	height:100%;
	/*background: #414352;*/
        background: url(../images/css/scrolltexture.png) repeat top left;
	color:#575757;
	font-size:12px;
}
h1 {	font-size:25px;}
h2 {	font-size:23px;}
h3 {	font-size:21px;}
h4 {	font-size:19px;}
h5 {	font-size:16px;}
h6 {	font-size:14px;}
h1,h2,h3,h4,h5,h6{
	font-weight: bolder;
	padding:3px 0;
	text-align:left;
	letter-spacing:-1px;
	border:none;
	margin:0;
}
.wrap{
	margin: 0 auto;
	width: 960px;
}
#top{
	width:100%;
	height:81px;
	/*background: #414352;*/
        background: url(../images/css/scrolltexture.png) repeat top left;
}
#top-wrap{
	width:100%;
	height:81px;
	
	position:relative;
}
#body-content{
	width:100%;
	padding:0 0 100px 0;
	/*background: #ffffff url(../images/css/header_feather.jpg) repeat-x top left;*/
        background: #f4f4f4; /* Old browsers */ 
        background: -moz-linear-gradient(top,  #ffffff 0%, #f4f4f4 24%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(24%,#f4f4f4)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #ffffff 0%,#f4f4f4 24%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #ffffff 0%,#f4f4f4 24%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #ffffff 0%,#f4f4f4 24%); /* IE10+ */
        background: linear-gradient(to bottom,  #ffffff 0%,#f4f4f4 24%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
}
#body-main{
	position:relative;
	width:100%;
	padding: 5px 0 0 0;
}
#body-main table:first-child{
	border-collapse:collapse;
	width:100%;
}
/*menu*/
#body-menu{
	width:175px;
	display:table-cell;
	vertical-align:top;
}
#body-menu a{
	display:block;
	padding:2px 5px;
	width:165px;
	font-size:14px;
	font-weight:bold;
	background:#cfcfcf;
	color:#000000;
	text-decoration:none;
}
#body-menu a:hover{
	background:#3268d4;
	color:#ebebeb;
	text-decoration:none;
}
div.menu-contents{
	border:1px solid #3268d4;
	margin: 5px 0 0 0;
}
div.menu-contents h1{
	color:#ebebeb;
	font-size:18px;
	padding:3px 30px 3px 2px;
	background: url(../images/css/h1_menu_bg.jpg) no-repeat right top;
}
div.menu-contents h1.selected{
	background-position: 100% -30px;
}
div.menu-contents div{
	display:none;
}
/*main*/
#body-detail{
	position:relative;
	display:table-cell;
	vertical-align:top;
	padding:0 0 0 5px;
	width:100%;
}
#footer{
	width:100%;
	margin:0;
	/*background: #414352;*/
        background: url(../images/css/scrolltexture.png) repeat top left;
	height: 50px;
}
#footer-wrap{
	width:100%;
	height: 50px;
	padding:10px 0 0 0;
}
#footer-wrap p,#footer-wrap p a{
	font-family: sans-serif, Arial, Verdana;
	text-align:right;
	color:#ebebeb;
	font-weight:bold;
	text-transform: uppercase;
	text-decoration:none;
	font-size:10px;
}
h1.header-text {
    position: absolute;
    display: block;
    left: 290px;
    top: 54px;
    height: 20px;
    width: auto;
    font-size: 16px;
    color: #EBEBEB;
    text-shadow: 1px 1px 4px #black;
    letter-spacing: 0;
    font-style: italic;
}
li {
	margin:0 0 10px 0;
	font-weight:bolder;
}
li a{
	color:#3268d4;
	text-decoration:none;
}
h1.pageHeading {font-size: 18px; color: #414352; font-weight: bold; margin: 0 0 2px 0; padding: 8px 0 0 0;}
.fieldRequired {color: #ff5555; }

/* message box */
.messageBox,.messageStackError,.messageStackWarning,.messageStackSuccess {
	padding:5px;
	font-weight:bold;
}
.messageStackError, .messageStackWarning {background-color: #ffb3b5;}
.messageStackSuccess {background-color: #afcae7;}