/** MANDATORY - start ***********************************************/
/*
Generic Styles
*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FF6C00;
	background-image: url(imgcss/bg.gif);
	background-repeat: repeat;
	background-position: left top;
}
table {
}
p {}
b {}
i {}
input {}
textarea {}
select {}
option {}
tr {
	margin: 0px;
}
td {
	vertical-align: top;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
	margin: 0px;
	text-align: left;
}
ul {}
ol {}
li {}
hr {}
h1 {}
h2 {}
h3 {}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF3C01;
}
h5 {}
h6 {}
a {}
a:link {}
a:hover {}
a:visited {}
a:active {}

/* TD Style - index */
.bodyIndex{
	background-color: #000000;
	background-image: url(imgcss/iBg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	height: 100%;
	width: 100%;
}
.tdIndex {
	text-align: center;
	height: 100%;
	width: 100%;
	padding-top: 20px;
	background-image: url(imgcss/iBg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

/* TD Style - Side Lists */
.tdNewsBoxT {
	width: 210px;
	/*padding-top: 30px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #433127;
	text-align: center;
	padding-bottom: 15px;
}
.tdNewsBoxM {
	text-align: center;
}
.tdNewsBoxB {
	text-align: right;
	width: 145px;
}

.tdSideLsT {}
.tdSideLsM {}
.tdSideLsB {}

.tdSideLs01 {}
.tdSideLs02 {}

/** news module only; **/
.tdNewsLs01 {
	background-image: url(imgcss/newsborder.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 145px;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #433127;
	font-weight: bold;
}
.tdNewsLs02 {}

/* TD Style - Navigation Menu */
.tdNvMenu {
	width: 130px;
	padding-bottom: 3px;
	text-align: right;
	padding-top: 2px;
	padding-right: 20px;
}

/* Link Style - Navigation Menu */
.tdNvMenu a {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #009900;
	font-weight: bold;
	text-decoration: none;
}
.tdNvMenu a:link {
	color: #009900;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.tdNvMenu a:hover {
	color: #00FF00;
	text-decoration: underline;
}
.tdNvMenu a:visited {}
.tdNvMenu a:active {
	color: #FF6600;
	text-decoration: none;
}

.tdNavMenuL {}
.tdNavMenuR {
	width: 10px;
	background-image: url(imgcss/menuarrow.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

/* TD Style - sub Navigation Menu */
.tdSubNvMenu {
	padding-bottom: 3px;
	padding-top: 2px;
	padding-left: 5px;
}

/* Link Style - sub Navigation Menu */
.tdSubNvMenu a {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #009900;
	font-weight: bold;
	text-decoration: none;
}
.tdSubNvMenu a:link {
	color: #009900;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.tdSubNvMenu a:hover {
	color: #00FF00;
	text-decoration: underline;
}
.tdSubNvMenu a:visited {}
.tdSubNvMenu a:active {
	color: #FF6600;
	text-decoration: none;
}

.tdSubNavMenuL {}
.tdSubNavMenuR {
	width: 10px;
	background-image: url(imgcss/menuarrow.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

/* Table/TD Style - 'List Box' */
.tbList {}
.tdList {}
.tdListL01 {}
.tdListL02 {}
.tdListR01 {}
.tdListR02 {}
.tdListC01 {}
.tdListC02 {}

/* TD Style - Form */

.tdFormTitle {}

.tdFormHeader {}

.tdFormSubHeader {}

.tdFormL {}

.tdFormR {}

.tdFormC {}

/* Table/TD Style - 'Search Result List' */
.tdSearchL01 {}
.tdSearchC01 {}
.tdSearchR01 {}

/* Table/TD Style - 'Message Box' */
.tbMsgBox {}
.tdMsgBox {}
.tdMsgBoxTL {}
.tdMsgBoxTR {}
.tdMsgBoxTC {}
.tdMsgBoxML {}
.tdMsgBoxMR {}
.tdMsgBoxMC {}
.tdMsgBoxBL {}
.tdMsgBoxBR {}
.tdMsgBoxBC {}

/* Table/TD Style - 'Odd Even Row' */
.tdoeo {}
.tdoee {}
.tdoeo1 {}
.tdoee1 {}
.tdoeo2 {}
.tdoeo3 {}
.tdoee3 {}

/* Text Style */
.txtBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.txtWhite {}
.txtGreen {
	color: #009900;
}
.txtRed{}
.txtGray01 {}
.txtGray02 {}
.txtGray03 {}
.txt01 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #433127;
	background-image: url(imgcss/newsarrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
}
.txt02 {
	font-weight: bold;
	color: #FF6600;
}
.txt03 {}
.txtCurrentPage {}
.txtPageTitle {
	font-weight: bold;
	color: #009900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding-top: 25px;
	padding-left: 28px;
}
.txtTitle {
	font-size: 14px;
	font-weight: bold;
	color: #009900;
	text-decoration: underline;
}

/** inputs **/
.inpTxt {}
.inpTxtArea {}
.inpSelect {}
.inpSearch {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}
.inpSearch_submit{
	border: 0px;
	padding : 0px;
	height: 25px;
	width: 25px;
	background-image: url(imgcss/goicon.jpg);
	background-repeat: no-repeat;
}

.inpBtn {}

/* Link Style */
a.lnk01 {
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
a.lnk01:link {
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
a.lnk01:hover {
	font-weight: bold;
	color: #009900;
	text-decoration: none;
}
a.lnk01:visited {}
a.lnk01:active {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

a.lnk02 {
	color: #FF3300;
	text-decoration: underline;
}
a.lnk02:link {
	color: #FF3300;
	text-decoration: underline;
}
a.lnk02:hover {
	color: #009900;
	text-decoration: none;
}
a.lnk02:visited {}
a.lnk02:active {
	color: #CCCCCC;
	text-decoration: none;
}

a.lnk03 {}
a.lnk03:link {}
a.lnk03:hover {}
a.lnk03:visited {}
a.lnk03:active {}

/* Link Style - Alternative Navigation Menu */
.lnkAltNvMenu a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.lnkAltNvMenu a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.lnkAltNvMenu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
.lnkAltNvMenu a:visited {}
.lnkAltNvMenu a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}

/** side lists; show in every page **/
a.lnkSideLs01 {}
a.lnkSideLs01:link {}
a.lnkSideLs01:hover {}
a.lnkSideLs01:visited {}
a.lnkSideLs01:active {}

a.lnkSideLs02 {}
a.lnkSideLs02:link {}
a.lnkSideLs02:hover {}
a.lnkSideLs02:visited {}
a.lnkSideLs02:active {}

a.lnkNewsLs01 {
	color: #006600;
	text-decoration: none;
}
a.lnkNewsLs01:link {
	color: #006600;
	text-decoration: none;
}
a.lnkNewsLs01:hover {
	color: #FF6600;
	text-decoration: underline;
}
a.lnkNewsLs01:visited {}
a.lnkNewsLs01:active {
	color: #666666;
	text-decoration: none;
}

a.lnkNewsLs02 {}
a.lnkNewsLs02:link {}
a.lnkNewsLs02:hover {}
a.lnkNewsLs02:visited {}
a.lnkNewsLs02:active {}

/** MANDATORY - end *************************************************/

/** USER-DEFINED - start ********************************************/
/* TD Style - Header */
.tdHeader {
	background-image: url(imgcss/header.jpg);
	width: 756px;
	background-repeat: no-repeat;
	font-family: Tahoma, Arial, sans-serif;
	color: #999999;
	text-align: right;
	padding-right: 20px;
	font-size: 11px;
	vertical-align: middle;
	height: 121px;
}
.tdHeaderL {
	width: 190px;
	background-image: url(imgcss/menubg.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 30px;
	padding-bottom: 20px;
}
.tdHeaderR {
	height: 170px;
	width: 566px;
}

/* TD Style - Footer */
.tableFooter {}
.tdFooter {}
.tdFooterL {
	width: 213px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 25px;
	padding-left: 15px;
	background-color: #FFFFFF;
}
.tdFooterR {
	width: 200px;
	background-image: url(imgcss/footerline.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	padding-top: 25px;
	text-align: center;
}
.tdFooterC {
	background-image: url(imgcss/footerbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 51px;
	width: 308px;
	padding-top: 25px;
	padding-left: 40px;
	padding-bottom: 25px;
	background-color: #FFFFFF;
}

/* TD Style - Enter Page */
.tdEnterT {}
.tdEnterM {}
.tdEnterB {}

/* TD Style - Page */
.tdPage{}

/* TD Style - Sub Menu */
.tdSubMenu{}

/* TD Style - Content */
.tdCnt {
	background-color: #FFFFFF;
	background-image: url(imgcss/webbg.gif);
	background-repeat: repeat;
	background-position: left top;
}
.tdCntBoxT {
	background-image: url(imgcss/titlebg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 518px;
	height: 64px;
	padding-left: 28px;
	padding-bottom: 15px;
	padding-right: 15px;
	vertical-align: middle;
}
.tdCntBoxM {}
.tdCntBoxB {}
.tdCntBoxTL {}
.tdCntBoxTR {}
.tdCntBoxML {
	padding-top: 15px;
	padding-left: 30px;
	padding-bottom: 15px;
	padding-right: 15px;
}

.tdCntBoxMR {
	width: 200px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

/* TD Style - Main Content */
.tdCntBoxMainL {
	width: 210px;
	text-align: center;
}
.tdCntBoxMainR {
	width: 566px;
	background-image: url(imgcss/contentbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 50px;
	vertical-align: top;
}

/* TD Style - Show Content */
.tdShowContent {}
.tdShowContentTL {}
.tdShowContentTR {}
.tdShowContentML {}
.tdShowContentMR {}
.tdShowContentBL {}
.tdShowContentBR {}

/* TD Style - Search */
.tdSearchBarL {}
.tdSearchBarR {}

/* TD Style - Search */
.imgContent {
	border: 1px solid #999999;
}

/***
.txtChiFnt {}
***/
.txtChiFnt {}

.tdSearchL02 {}
.tdSearchC02 {}
.tdSearchR02 {}

/********************************************************************/
.error_img	{
	background:url(imgcss/error.gif) 0 0 no-repeat;
  display:block;
	width:120px;
	height:120px;
}

.no_found_page	{
	color:red;
	font-size:16px;
	font-weight:bold;
	vertical-align:middle;
}
/********************************************************************/