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

.width200{
	width:200px;
}


div#inner_headContainer{
		float:left;
		width:1000px;
		background:url(../images/inner/inner_header.jpg) no-repeat right;
		border:red 0px solid;
	}
	div#inner_headContainer img{
		float:left;
	}
	a.parentLink{
		float:right;
		display:block;
		width:144px;
		height:35px;
		margin:0px 3px 0px 0px;
		padding:0px;
		border:solid red 0px;
	}
	
	div#inner_bodyLeft{
			float:left;
			width:250px;
			padding:0px 1px 0px 39px;			
			border:red solid 0px;
	}
	
	div#inner_bodyLeft div#leftContents{
		width:249px;
		border:#bdbcbd solid 2px;
		border-top:0px;
	}
	ul.newsEvents{
		padding:0px 5px;
		margin:0px;
		border:blue solid 0px;
	}
		ul.newsEvents li, ul.newsEvents li.last{
			list-style-type:none;
			padding:8px;
			padding-left:10px;
			padding-right:15px;
			display:block;
			margin:3px 0px;
			border:blue solid 0px;
			border-bottom:#999 solid 1px;
		}
		ul.newsEvents li.last{
			border:0px;
		}
		ul.newsEvents li a{
			font-size:11px;
			text-align:justify;
			text-decoration:none;
			line-height:16px;
			color:#333;
			background:url(../images/inner/arrow2.jpg) no-repeat;
			background-position:0px 4px;
			display:block;
			padding-left:15px;
		}
		ul.newsEvents li a img{
				border:1px solid #000;
				margin:5px 3px;
			}
	div#innerPageTitle{
		background:	url(../images/inner/bg_innertitle.jpg) repeat-x;
		background-position:50px 0px;
		height:48px;
		border:#fff solid 1px;	
	}
		div#innerPageTitle h2{
			font-size:145%;
			color:#68a00d;
			margin-top:7px;
			background:transparent;
		}
		div#innerBodyTxt {
			float:left;
		}
		div#innerBodyTxt p{
			background:transparent;
			margin:5px 0px;
			padding:5px;
			font-size:11px;
			text-align:justify;
			line-height:17px;
		}

table.tblCustomer{
	display:inline;
	float:left;
	padding:2px 0px;
	margin-left:10px;
	border:#a9a9a9 solid 1px;
}
	table.tblCustomer td{
		font-size:11px;
		padding:1px 3px;
		border-top:#f5f5f5 solid 1px;
		border-bottom:#f5f5f5 solid 1px;
	}
	
	
	input.btn_reset{
		background:url(../images/btn_reset.jpg) no-repeat;
		color:#fff;
		text-align:center;
		border:0px;
		height:22px;
		width:62px;
		margin:0px 1px;
	}
	input.btn_reset:hover{
		background:url(../images/btn_resetHover.gif) no-repeat;
	}
	input.btn_submit{
		background:url(../images/btn_submit.jpg) no-repeat;
		width:62px;
		height:22px;
		color:#000;
		text-align:center;
		margin:0px 1px;
		border:0px;
	}
	input.btn_submit:hover{
		background:url(../images/btn_submitHover.gif) no-repeat;
	}


h1.thanks
{
	font-size:150%;
	font-weight:bold;
	padding:5px 2px;	
}
/* New CSS 21-02-09 */
.table_border
	{
	background-color:#fff;
	color:#000;
	font-size:11px;
	border-width: 0 0 1px 1px;
    border-style: solid;
	border-color:#bdbcbd;
	}
		.table_border td{
			font-size:11px;
			font-family:Arial, Helvetica, sans-serif;
			color:#000000;
			background-color:#F3FDE3;
			border-width: 1px 1px 0 0;
			border-style: solid;
			margin: 0;
			padding: 2px;
			padding-left:8px;
			border-color:#bdbcbd;
		}
	
	.table_border .heading_table
		{
			background-color:#68a00d;
			color:#FFFFFF;
			font-size:13px;
			border-width: 1px 1px 1px 1px;
			border-style: solid;
			margin: 0;
			padding: 2px;
			padding-left:8px;
			border-color:#bdbcbd;
			font-family:Tahoma, Arial, Helvetica, sans-serif, Verdana;
			font-weight:bold;
		}
.td_text
	{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:#F3FDE3;
	border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 2px;
	border-color:#bdbcbd;
	}
.inner_link
	{
	color:#0000FF;
	text-decoration:underline;
	}
.inner_link:hover
	{
	color:#0000FF;
	text-decoration:none;
	}