@charset "utf-8";
/* CSS Document */

td {
font-family: Arial;
font-size: 12px;
color: #404040;
}

td a:link, td a:active, td a:visited {
font-family: Arial;
font-size: 12px;
color: #001461;
text-decoration: none;
}
th { text-align:left;
font-family: Arial;
font-size: 12px;
color: #404040;
}
td a:hover {
font-family: Arial;
font-size: 12px;
color: #EE2D24;
text-decoration: none;
}

.textcontent {
font-family: Arial;
font-size: 12px;
color: #404040;
text-align:justify;
}

.footer {
font-family: Arial;
font-size: 11px;
color: #404040;
}

.footer a:link, .footer a:active, .footer a:visited {
font-family: Arial;
font-size: 11px;
color: #001461;
text-decoration: none;
}

.footer a:hover {
font-family: Arial;
font-size: 11px;
color: #EE2D24;
text-decoration: none;
}

input {
font-family: Arial;
font-size: 12px;
color: #000000;
}

.homeheader {
font-family: Arial;
font-size: 16px;
font-weight:bold;
color: #EE2D24;
}

.rightheader {
font-family: Arial;
font-size: 14px;
font-weight:bold;
color: #001461;
padding-top:30px;
padding-bottom:20px;
}

.rightheader-noticeboard {
font-family: Arial;
font-size: 14px;
font-weight:bold;
color: #001461;
padding-bottom:7px;
}

.rightheader-admin {
font-family: Arial;
font-size: 18px;
font-weight:bold;
color: #001461;
padding:10px; border: 1px dotted #CCCCCC;
}

.topnavi a:link, .topnavi a:visited, .topnavi a:active {
font-family: Arial;
font-size: 12px;
color: #FFFFFF;
text-decoration:none;
}

.topnavi a:hover {
font-family: Arial;
font-size: 12px;
color: #FFFFFF;
text-decoration:underline;
}

.off td{border-bottom: 2px solid #001461; padding-bottom:10px; background:url(../images/navi-out.jpg); background-position:left; background-repeat:no-repeat; text-decoration: none; color: #001461;}
.on td{border-bottom: 2px solid #EE2D24; padding-bottom:10px; background:url(../images/navi-over.jpg); background-position:left; background-repeat:no-repeat; text-decoration: none; color: #EE2D24;}
.off a:link, .off a:visited, .off a:active {color: #001461; text-decoration: none; padding-bottom:10px;}
.on a:hover {color: #EE2D24; text-decoration: none; padding-bottom:10px;}

.columnoff {text-decoration: none; background: #beccf5; border-bottom:3px solid #FFFFFF}
.columnon { text-decoration: none; background: #f5cabe; cursor:pointer; border-bottom:3px solid #FFFFFF}
.columnoff td {border-bottom: 0px solid #001461; text-decoration: none; background: #beccf5;}
.columnon td {border-bottom: 0px solid #EE2D24; text-decoration: none; background: #f5cabe; cursor:pointer;}
.columnoff a:link, .off a:visited, .off a:active {text-decoration: none;}
.columnon a:hover {text-decoration: none;}

.unapproveoff td{border-bottom: 0px solid #001461; text-decoration: none; background:#DD3748; color:#FFFFFF}
.unapproveon td, .unapproveon a{border-bottom: 0px solid #EE2D24; text-decoration: none; background:#990000; color:#FFFFFF}
.unapproveoff a:link, .unapproveoff a:visited, .unapproveon a:active, .unapproveon a:link, .unapproveon a:visited, .unapproveon a:active {text-decoration: none; color:#FFFFFF}

.columnoffmember td{border-bottom: 0px solid #001461; text-decoration: none; background: #999;}
.columnonmember td{border-bottom: 0px solid #EE2D24; text-decoration: none; background: #666;}
.columnoffmember a:link, .off a:visited, .off a:active {text-decoration: none;}
.columnonmember a:hover {text-decoration: none;}

.columnnotactiveoff td{border-bottom: 0px solid #001461; text-decoration: none; background: #d1d0cf;}
.columnnotactiveoff a:link, .off a:visited, .off a:active {text-decoration: none;}

.frontendoff td{border-bottom: 0px solid #001461; text-decoration: none; background: #FFFFFF;}
.frontendon td{border-bottom: 0px solid #EE2D24; text-decoration: none; background: #f1f2f5; cursor:pointer;}
.frontendoff a:link, .off a:visited, .off a:active {text-decoration: none;}
.frontendon a:hover {text-decoration: none; cursor:pointer;}


.submenuoff td{border: 1px solid #FFFFFF; text-decoration: none; background: #FFFFFF;}
.submenuon td{border: 1px dashed #EE2D24; text-decoration: none; background: #666;}
.submenuoff a:link, .off a:visited, .off a:active {text-decoration: none;}
.submenuon a:hover {text-decoration: none;}

.formInfo a, .formInfo a:active, formInfo a:visited{
	font-size: 11px;
	font-weight:bold;
	padding:1px 2px;
	margin-left:5px;
	color:#FFFFFF;
	text-decoration: none;
}

.formInfo a:hover{
	color:#660000;
	text-decoration: none;
}

/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 0px solid #CCCCCC;
}

#JT_close_left, #JT_close_right{font-size: 11px;font-family:Arial, Helvetica, sans-serif;}
#JT_copy p, #JT_copy ul{font-size: 11px;font-family:Arial, Helvetica, sans-serif;}

.jTip{
cursor:help;
}


/* ---------->>> jtip2 <<<---------------------------------------------------------------*/

#JT2_arrow_left{
	background-image: url(images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT2_arrow_right{
	background-image: url(images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT2 {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}

#JT2_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT2_loader{
	background-image: url(images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT2_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT2_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT2_copy p{
margin:3px 0;
}

#JT2_copy img{
	padding: 1px;
	border: 0px solid #CCCCCC;
}

#JT2_close_left, #JT2_close_right{font-size: 11px;font-family:Arial, Helvetica, sans-serif;}
#JT2_copy p, #JT2_copy ul{font-size: 11px;font-family:Arial, Helvetica, sans-serif;}

.jTip2{
cursor:help;
}
