/*
===========================================
	Header area styles
===========================================
 /*
div#leftPainTop {
	width: 200px;
	border: none;
	text-align: center;
	float: left;
}
*/

div#rightPainTop {
	margin-left: 5px;
	margin-top: 50px;
	width: 420px;
	border: none;
	text-align: left;
	float: right;
	border: none;
}
/*
===========================================
	Contents area styles
===========================================
*/

/*
 == Layout Conteners
*/

div#middleRow
{
	margin-top: 1em;
	width: 680px;
}

div#LowerRow
{
	margin-top: 1em;
	width: 680px;
	margin-bottom: 1em;
}

/*
 === Welcome area
*/

div#welcome
{
	width: 680px;
	text-align: left;
}

div#welcome_r1
{
	width: 680px;
	height: 16px;
	background-image: url("/img/welcome/welcome_r1_c1.jpg");
	background-repeat: no-repeat;

}

div#welcome_r2
{
	width: 680px;
	background-image: url("/img/welcome/welcome_r2_c1.jpg");
	background-repeat: repeat-y;
}

div#welcome_r3
{
	width: 680px;
	height: 16px;
	background-image: url("/img/welcome/welcome_r3_c1.jpg");
	background-repeat: no-repeat
}

/*
 === Contents area
*/


div#leftPain {
	width: 260px;
	padding-top: 30px;
	border: none;
	text-align: center;
	float: left;
}

div#leftPain img,
div#leftPainTop img
{
	border: none;
}

div#rightPain {
	width: 420px;
	border: none;
	text-align: left;
	float: right;
}

div#nextEventLayout
{
	margin-top: 0.5em;
	width: 420px;
}

div#nextEventHeader
{
	width: 420px;
	height: 20px;
	background-image: url("/img/topEvent/topSchedule_r1_c1.gif");
	background-repeat: no-repeat;
}

div#nextEventmiddler
{
	width: 420px;
	background-image: url("/img/topEvent/topSchedule_r2_c1.gif");
	background-repeat: repeat-y;
}

div#nextEventFooter
{
	width: 420px;
	height: 20px;
	background-image: url("/img/topEvent/topSchedule_r3_c1.gif");
	background-repeat: no-repeat;
}

table#nextEventTable {
	width: 380px;
}

div#nextEvent
{
	padding-left: 20px;
	padding-right: 20px;
	width: 380px;
}

div#rightPain div.inner {
	padding: 5px;
}

div#rightPain div.inner .right {
	text-align: right;
}

div#rightPain div.inner .centert {
	text-align: center;
}

div#rightPain div.inner .left {
	text-align: left;
}

div#menuHelp h3 {
	font-size: 1em;
	font-weight: bold;
}

div#menuHelp ul {
	font-size: 1em;
	line-height: 1.5em;
	list-style: none;
	margin-top: 10px;
}

div#menuHelp  li {
	margin-left: 1.5em;
	text-indent: 1.25em;
}


/*
 === What's New area
*/

div#whatsNew
{
	width: 460px;
	float: left;
}

div#whatsNew div#wnContent
{
	margin-top: 0.5em;
	width: 460px;
	padding: 15px;
	height: 90px;
	background-image: url("/img/whatsNewFream.gif");
	background-repeat: no-repeat;
	text-align: left;
}

div#whatsNew div#wnContent div#floater
{
	width: 430px;
	height: 90px;
	overflow: auto;
}

div#whatsNew table#wnContentTable
{
	padding: 0px;
	margin: 0px;
	text-align: left;
	width: 	410px;
	border: none;
}

div#whatsNew table#wnContentTable td
{
	padding: 0.25em 0.5em 0.25em 0.5em;
}

div#whatsNew table#wnContentTable tr.odd
{
	background-color: #d0ffd0;
}

div#whatsNew table#wnContentTable tr.even
{
	background-color: #ffffff;
}

/*
 == BBS area
*/

div#BBS
{
	margin-left: 20px;
	margin-bottom: 1em;
	width: 200px;
	float: right;
}

div#BBS div#bbsMenu
{
	margin-top: 0.5em;
	height: 100px;
	padding: 10px;
	width: 180px;
	background-image: url("/img/bbsFream.gif");
	background-repeat: no-repeat;

}
