/* CSS Document */

* {
	margin:0px;
	padding:0px;
}

html {
	border:0;
	margin:0px;
	padding:0px;
}

body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFF;
	color:#333;
}

.whiteBg {
	background-color:#FFF;
	background-image:none;
}

.mainContainer {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/yellowShadow.jpg);
	background-position:top;
	background-repeat:repeat-y;	
	min-height:630px;
	height:630px;
}


/* fix other browser height */
html > body .mainContainer {  
    height: auto;  
}  


.headerContainer {
	background-image:url(images/headerB.gif);
	background-repeat:no-repeat;
	background-position:top center;
	height:90px;
	
}

table {
	border-collapse:collapse;
}

.logo {
	padding:10px 43px;
	float:left;
	width:254px;
}

.loginContainer {
	float:left;
	margin:13px 0px 10px 268px;
}

.loginContainer2 {
	float:right;
	padding:13px 45px 10px 0px;
}

.clear {
	clear:both;
}

.loginEntry {
	float:left;
	margin-right:10px;
}

.loginTextBox {
	width:100px;
	padding:2px;
	font-size:14px;
}

.textLogin1 {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}

.textLogin2 {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}

.textLogin2 a {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}

.buttonLogin {
	margin-top:11px;
}

.naviContainer {
	background-image:url(images/navi.gif);
	background-position:top;
	background-repeat:repeat-x;
	height:36px;
	margin:20px 30px;
}

.naviLeft {
	background-image:url(images/naviL.gif);
	background-position:left;
	background-repeat:no-repeat;
	height:36px;
}

.naviRight {
	background-image:url(images/naviR.gif);
	background-position:right;
	background-repeat:no-repeat;
	height:36px;
}

.naviText {
	float:left;
	margin-top:9px;
	font-size:15px;
	padding:0px 20px;
	color:#FFDF2E;	
}

.naviText a {
	text-decoration:none;
	font-size:15px;
	color:#FFDF2E;	
}

.naviTextA a {
	color:#FFFFFF;
	text-decoration:none;
	float:left;
	margin-top:9px;	
	font-size:15px;
	padding:0px 20px;
}

.naviText a:hover {
	text-decoration:underline;
}

.naviDivider {
	border-left:#CC0000 1px solid;
	font-size:0px;
	float:left;
	height:36px;
}

.leftContainer {
	width:632px;
	vertical-align:top;
}

.annouceContainer {
	background-image:url(images/annouce.gif);
	background-position:top;
	background-repeat:repeat-x;
	height:60px;
	width:708px;
	margin:0px 0px 20px 30px;
}

.annouceTop {
	background-image:url(images/annouceTop.gif);
	background-position:left;
	background-repeat:no-repeat;
	height:60px;
}
.annouceBottom {
	background-image:url(images/annouceBottom.gif);
	background-position:right;
	background-repeat:no-repeat;
	height:60px;
}

.annouceText1 {
	font-size:20px;
	font-weight:bold;
	float:left;
	color:#FFF;
	padding:12px 17px;
}

.annouceText2 {
	font-size:12px;
	float:left;
	color:#FFF;
	padding:15px 0px 8px 0px;
	width:510px;
}

.postContainer {
	background-image:url(images/postMiddle.gif);
	background-position:top;
	background-repeat:repeat-y;
	width:708px;
	margin-left:30px;
	padding-top:10px;
}

.postTop {
	background-image:url(images/postTop.gif);
	background-position:top;
	background-repeat:no-repeat;
	width:708px;
	height:10px;
	font-size:0px;
	margin-left:30px;
}

.postBottom {
	background-image:url(images/postBottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	width:708px;
	height:10px;
	font-size:0px;	
	margin-left:30px;
}

.selectCategoryContainer {
	background-image:url(images/selectCategory.gif);
	background-position:top;
	background-repeat:repeat-x;
	margin:0px 20px;
	height:32px;
}
.selectCategoryTop {
	background-image:url(images/selectCategoryTop.gif);
	background-position:let;
	background-repeat:no-repeat;
	height:32px;
}
.selectCategoryBottom {
	background-image:url(images/selectCategoryBottom.gif);
	background-position:right;
	background-repeat:no-repeat;
	height:32px;
}
.selectCategory {
	font-size:12px;
	padding:5px 10px;
}

.selectCategoryAdmin {
	font-size:12px;
	padding-bottom:10px;
}

.itemContainer {
	background-image:url(images/itemMiddle.gif);
	background-repeat:repeat-y;
	width:684px;
	margin-left:auto;
	margin-right:auto;	
}
.itemTop {
	background-image:url(images/itemTop.gif);
	background-position:top;
	background-repeat:no-repeat;
	width:684px;
	height:4px;
	font-size:0px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
}
.itemBottom {
	background-image:url(images/itemBottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	width:684px;
	height:10px;
	font-size:0px;
	margin-left:auto;
	margin-right:auto;	
}
.item {
	padding:0px 8px;
}

.itemHead {
	background-image:url(images/item.gif);
	background-position:top;
	background-repeat:repeat-x;
	height:34px;
	color:#FFFFFF;
	font-size:12px;
	padding:0px 50px 0px 10px;
	font-style:italic;
}

.itemTail {
	background-image:url(images/itemHead.gif);
	background-position:right;
	background-repeat:no-repeat;
	height:34px;
	width:45px;
}

.itemHead a {
	color:#FFFFFF;
}

.expiry {
	text-align:right;
	font-size:13px;
	font-style:italic;
	float:right;
	padding:8px;
}

.date {
	float:left;
}

.textMB {
	font-size:12px;
	color:#666666;
	font-weight:bold;
}

.textMB3 {
	font-size:13px;
	color:#666666;
	font-weight:bold;
	padding:3px 0px;
}

.textMB2 {
	font-size:14px;
	color:#000;
	font-weight:bold;
	border:#666 1px solid;
	text-align:left;
	padding:5px 10px;	
}

.textM {
	font-size:12px;
	color:#333;
}

.textMI {
	font-size:12px;
	color:#333;
	font-style:italic;
}

.textB {
	font-size:22px;
	font-weight:bold;
}

.itemInfo {
	padding:10px;
}

.itemTitle {
	font-size:24px;
	font-weight:bold;
	letter-spacing:-1px;
	color:#333;
	text-decoration:none;
	padding:8px 0px;
}

.itemTitle a {
	font-size:24px;
	font-weight:bold;
	letter-spacing:-1px;
	color:#333;
	text-decoration:none;
}

.itemPic {
	border:#CCCCCC 1px solid;
	padding:2px;
	width:126px;
	margin:0px 10px 10px 0px;
	font-size:0px;
}

.textBoxB {
	padding:1px 2px;
	font-size:15px;
	width:120px;
}

.textBoxS {
	padding:1px 2px;
	font-size:15px;
	width:20px;
}

.textBoxBS {
	padding:1px 2px;
	font-size:15px;
	width:40px;
}

.countMe {
	margin:10px 0px;
}

.rightContainer {
	vertical-align:top;
}

.bannerTop {
	background-image:url(images/bannerTop.gif);
	background-position:top;
	background-repeat:no-repeat;
	width:172px;
	height:18px;
	font-size:0px;
}

.bannerMiddle {
	background-image:url(images/bannerMiddle.gif);
	background-position:top;
	background-repeat:repeat-y;
	width:172px;
	text-align:center;
}
.bannerBottom {
	background-image:url(images/bannerBottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	width:172px;
	height:18px;
	font-size:0px;
}

.banner {
	width:120px;
}
.footer {
	background-image:url(images/footer.gif);
	background-position:top;
	background-repeat:repeat-x;
	height:40px;
	margin:20px 30px 0px 30px;	
}

.footerTop {
	background-image:url(images/footerTop.gif);
	background-position:left;
	background-repeat:no-repeat;
	height:40px;
	font-size:0px;
}
.footerMiddle {
	font-size:12px;
	color:#FFFFFF;
	padding:12px 20px;
}

.footerMiddle a {
	color:#FFFFFF;
}
.footerBottom {
	background-image:url(images/footerBottom.gif);
	background-position:right;
	background-repeat:no-repeat;
	height:40px;
	font-size:0px;
}

.hGap1 {
	width:20px;
}

.vGap1 {
	height:8px;
	font-size:0px;
}

.footerTable {
	width:100%;
}

.leremy {
	text-align:right;
}

.footerLine {
	border-bottom:#666666 1px solid;
	height:10px;
	font-size:0px;
}

.title1 {
	font-size:24px;
	font-weight:bold;
	letter-spacing:-1px;
	padding-bottom:20px;
}

.postInfo {
	padding:0px 20px;
}

.textL {
	font-size:15px;
	letter-spacing:-1px;
	font-weight:bold;
}

.textLI {
	font-size:18px;
	letter-spacing:-1px;
	font-style:italic;
}

.colonL {
	font-size:18px;
	padding:0px 10px;
}

.colonM {
	font-size:12px;
	padding:0px 10px;
}

.textBoxL {
	width:200px;
	padding:2px;
	font-size:15px;
}

.textLoginDesc {
	font-size:11px;
	padding:0px 10px 0px 20px;
}

.buttonBig {
	font-size:16px;
	font-weight:bold;
	padding:5px 5px;
}

.postContainerLong {
	background-color:#E8E8FF;
	padding:8px 0px;
	width:898px;
	margin-left:30px;
}
.postTopLong {
	background-image:url(images/postTopLong.gif);
	background-position:top;
	background-repeat:no-repeat;
	width:898px;
	height:6px;
	font-size:0px;
	margin-left:30px;
}
.postBottomLong {
	background-image:url(images/postBottomLong.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	width:898px;
	height:6px;
	font-size:0px;	
	margin-left:30px;
}
.postInfoLong {
	padding:0px 20px;
}
.textBoxXL {
	width:373px;
	padding:2px;
	font-size:15px;
}

.textBoxS2 {
	width:100px;
	padding:2px;
	font-size:15px;
}

.textBoxXL2 {
	width:750px;
	padding:2px;
	font-size:15px;
}

.imageLink {
	border:none;
}

.tableH {
	border:#555 1px solid;
	padding:5px 10px;
	background-color:#6D90AB;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	text-align:center;
}

.tableUnit {
	border:#555 1px solid;
	text-align:right;
	padding:5px 10px;
	font-size:13px;
}

.tableUnit2 {
	border:#555 1px solid;
	text-align:left;
	padding:5px 10px;
	font-size:13px;
}

.textarea1 {
	width:204px;
	height:80px;
}

.flashError {
	border:#993300 2px solid;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	padding:10px;
	margin-bottom:10px;
}

.deleteX {
	color:#FF0000;
	cursor:pointer;
	text-decoration:underline;
}

.deleteX2 {
	color:#FF0000;
	cursor:pointer;
	text-decoration:underline;
	border:#FF0000 2px solid;
	padding:10px;
}

.subTopic {
	font-size:14px;
	font-weight:bold;
	margin-bottom:6px;
}