@charset "utf-8";

div,p,span {
	padding: 0;
	margin: 0;
}

.clearfix {
	clear: both;
}
.padding8 {
	padding: 8px;
}

/* GLOBAL NAVIGATION */
#gmenu {
	position: absolute;
	left: 480px;
	top: 4px;
	width: 240px;
	height: 25px;
}
#gmenu ul {
	margin: 0px;
	padding: 0px;
	position: absolute;
	list-style: none;
	text-align: center;
}
#gmenu li {
	float: left;
	margin: 0px;
	margin-right: 2px;
	padding: 0 0 0 4px;
}
#gmenu li a {
	display: block;
	padding: 3px 20px 3px 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #660000;
}
#gmenu li a:hover {
	color: #ff3300;
}

#signedbox {
	position: absolute;
	left: 0px;
	top:  80px;
	width: 700px;
	text-align: right;
	font-size: 12px;
}

/* TOP NAVIGATION */
#topnavi {
        background-color: #f0f8ff;
	position: relative;
	padding: 1px 20px 0 20px;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	line-height: normal;
	height: 25px;
}
#topnavi ul {
	margin: 0px;
	padding: 0px;
	position: absolute;
	margin-top: 1px;
	list-style: none;
	text-align: center;
}
#topnavi li {
	float: left;
	margin: 0px;
	margin-right: 2px;
	padding: 0 0 0 4px;
}
#topnavi li a {
	display: block;
	padding: 6px 20px 6px 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
#topnavi li a:hover {
	color: #044c9c;
}
#topnavi .current {
	border-bottom: 1px solid #fff;
	background: url(/ss/img/nav.tab.left.gif) no-repeat left top;
}
#topnavi .current a {
	color: #044c9c;
	background: url(/ss/img/nav.tab.right.gif) no-repeat right top;
}
#topnavi .current a {
	text-decoration: none;
}


/* TEMPLATE */

#mainBox {
	width: 720px;
	margin: 0px auto;
}

#header {
	position: relative;
	background: url(/ss/img/headerbk.jpg) no-repeat left top;
	height: 100px;
}

#container {
	width: 100%;
}

#contents {
	width: 100%;
}

#content {
	width: 100%;
	float: left;
	padding: 4px;
}

#footer {
	font-size: 70%;
	color: #ffffff;
	background-color: #000066;
	text-align: center;
	padding: 4px 8px 4px 8px;
}

#topcontent {
	padding: 4px 4px 0px 4px;
}

#bottomcontent {
}

#area_topic_path {
        padding: 1px 8px;
        color: #ffffff;
        background-color: #000066;
}

#topic_path {
        margin:10px 0;
}

#topic_path li{
        padding: 7px;
        display:inline;
        line-height:110%;
        list-style-type:none;
        margin-right:5px;
        padding-right:10px;
}

#topic_path li.active{
        background-color:#e6e6b8;
        color: #000000;
}

#menu_content {
	padding: 10px 0px;
}
.menu_column {
	width: 253px;
	height: 70px;
}

#errors {
        margin:0.5rem 0;
}

.suberrormsg {
	/*color:red;*/
	font-weight: bolder;
}

.suberrormsg .rf-msgs-sum {
	/*color:red;*/
	font-weight: bolder;
}

/* RichFace Replace */
.spacer {
	display: inline-block;
}
