/********** Page Setting **********/

html,body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;	
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 16px;
	text-transform: none;
	text-decoration: none;
}

/********** Link Setting **********/

h1 {
	font-size: 12pt;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

h2 {
	font-size: 11pt;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

h3 {
	font-size: 10pt;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

h4 {
	font-size: 9pt;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

h5 {
	font-size: 8pt;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

h6 {
	font-size: 7pt;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

a:link, a:visited {
	color: #819AC1;
	font-weight: normal;
	text-decoration: none;
}
a:hover{
	color: #FF0000;
	font-weight: normal;
	text-decoration: underline;
}

/********** Horizontal Line **********/

hr {
	border: 0;
	width: 90%;
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
}

/********** Image Setting **********/

img {
	border:0px;
}

/********** Input Setting **********/
button {
	background: #FFFFFF;
	padding: 1px;
	color: #333333;
	font-family: Geneva, Vera, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	border : 1px solid #AAAAAA;
	cursor: pointer;
}


input, select, textarea{
	color: #333333;
	font-family: Geneva, Vera, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	border: 1px solid #AAAAAA;
	background-color: #FFFFFF;
}

/********** List Setting **********/

ul {
	list-style-image:url(../images/li.jpg);
	padding-left:10px;
	margin-left: 10px;
}

li {
	list-style-position:outside;
	padding-top: 2px;
	padding-bottom: 2px;

}

/********** User Specific **********/

.title {
	display: block;
	width: 100%;
	background: #035A83;
	height: 30px;
	line-height: 30px;
	text-indent: 15px;
	color: #FFFFFF;
	font-size: 9pt;
	font-weight: bold;
}

.small {
	font-size: x-small;
}
.modifydate {
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}

.createdate {
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}
.copyright {
	font-size: 12px;
	text-align: left;
	color: #666666;
}

/********** Main Body **********/
#mainbody {

}
#maintable {
	background: #FFFFFF url(../images/bg_maintable.jpg) center top no-repeat;
}

#maincol {
	padding: 0px;
	margin: 0px;
	line-height: 16px;
}

#maincol table.contentpaneopen, #maincol table.contentpane {
	border-collapse: collapse;
	width: 100%;
}

#maincol .contentheading, #maincol .componentheading {
	display: block;
	background: #035A83 url(../images/bg_maincol_title.jpg) left center no-repeat;
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	text-indent: 40px;
	font-size: 10pt;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

#maincol .contentheading a, #maincol .componentheading a {
	color:#FFFFFF;
}

#maincol table.contentpaneopen td {
}


#bottom {
	color: #666666;
	font-size: 8pt;
}

#latestnews a {
	color: #FF5A58;
}
/**********Main Menu **********/

#mainmenu {
}

#mainmenu a.mainlevel {
	padding: 0 15px 0 26px;
	height: 16px;	
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	font-weight: normal;
	text-decoration: none;	
}

#mainmenu a.mainlevel:hover,#mainmenu a.mainlevel#active_menu {
	color: #9FCE65;
	text-decoration: none;
}

#submenu a.mainlevel {
	padding: 0 10px 0 10px;
	height: 16px;	
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}

#submenu a.mainlevel:hover,#submenu a.mainlevel#active_menu {
	color: #9FCE65;
	text-decoration: none;
}

#leftmenu a.mainlevel {
	background: #022D4F url(../images/bg_leftmenu_off.jpg) left top no-repeat;
	display:block;
	width: 135px;
	line-height: 15px;
	color: #FFFFFF;
	padding: 5px 15px 5px 38px;

	text-align: left;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

#leftmenu a.mainlevel:hover,#leftmenu a.active {
	background: #444444 url(../images/bg_leftmenu_on.jpg) left top no-repeat;
	text-decoration: none;
}

#topmenu {
	color:#FFFFFF;
	text-align: right;
}

/********** Bottom Menu **********/

#bottommenu a.mainlevel {
	text-align:center;
	font-size:9pt;
	color:#FFFFFF;
	padding-left: 8px;
	padding-right: 8px;
}

#bottommenu a.mainlevel:hover {
	color: #FF6600;
}

.invalid {
	border: 1px solid red;
}

.pagination  a , .pagination a:visited {
	font-weight: bold;
	color: #666666;
	padding: 0 20px 0 20px;
}

.pagination  a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

.pagination  span {
	font-weight: bold;
	color: #FFFFFF;
	padding: 0 20px 0 20px;
}


