/*
Knysana Municipality Done by Telesis 2010
*/

/*Top Menu*/
#menuContainer{
	width:1000px;
	height:36px;
	margin:0 auto;
	padding:0px 0px 0px 0px;
}
/* style the outer div to give it width */
.menu {
	background:url(../pics/menu_bar.png) no-repeat;
	font-size:12px; 
	padding:0px 0px 0px 0px; 
	width:1000px;
	height:36px;
	float:right;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none; 
	height:36px; 
	background:transparent; 
	width:960px; 
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 25px;
}
/* style the sub-level lists */
.menu ul ul {
	width:15em;
	}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li {
	float:left;
	height:36px; 
	line-height:35px; 
	display:block;
}

/* style the sub level list items */
.menu ul ul li {
	display:block;
	width:12em;
	height:auto; 
	line-height:2em;
}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	float:left;
	height:100%; 
	width:8em; 
	font-size:13px;
	text-decoration:none;
	color:#fff; 
	padding:0px 0px 0px 0px; 
	/*border-left:1px solid #8dbc48; */
	border-right:1px solid #5e901a;
	text-align:center;}
/* hack IE5.x to get the correct the faulty box model and get the width right */
* html .menu a, * html .menu a:visited {
	width:8em; 
	width:8em;
}

/* style the sub level links */
.menu ul ul a, .menu ul ul a:visited {
	display:block;
	background:#6da81c; 
	color:#fff;
	width:12em;
	height:100%;
	line-height:1em; 
	padding:0.5em 1em; 
	border-bottom:1px solid #5d8d19;
}
* html .menu ul ul a, * html .menu ul ul a:visited  {
	width:14em;
	width:12em;
}
/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {
	border-collapse:collapse; 
	padding:0; 
	margin:-1px; 
	width:0; height:0; 
	font-size:12px; 
	z-index:1;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background-color:#70ab1d;
}
/* style the fourth level background */
.menu ul ul ul ul a, .menu ul ul ul ul a:visited {
	background:#70ab1d;
}
/* style the sub level 1 background */
.menu ul :hover a.sub1 {
	background:#70ab1d;
	}
/* style the sub level 2 background */
.menu ul ul :hover a.sub2 {
	background:#70ab1d;
}

/* style the level hovers */
/* first */
* html .menu a:hover {
	color:#000000;
	background:#6fa91c url(top_grad_2.gif) center center; 
	position:relative;
	z-index:500;
}
.menu li:hover {
	position:relative;
}
.menu a:hover {
	color:#000000;
	background:#; 
	}
/* second */
* html .menu ul ul a:hover{
	color:#000000;
	background:#9fcf5c; 
	position:relative; 
	z-index:510;
}
.menu ul ul li:hover {
	position:relative;
}
.menu ul ul :hover > a {
	color:#000000;
	background:#9fcf5c;
}
/* third */
* html .menu ul ul ul a:hover {
	background:#9fcf5c; 
	position:relative; 
	z-index:520;
}
.menu ul ul ul :hover > a {
	background:#9fcf5c;
}
/* fourth */
.menu ul ul ul ul a:hover {
	background:#9fcf5c; 
	position:relative; 
	z-index:530;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:2em; 
	left:0; 
	width:14em;
}
/* position the third level flyout menu */
.menu ul ul ul{
	left:16em;
	top:0;
	width:14em;
}
/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul{visibility:visible; height:auto; padding:0 3em 3em 3em; background:transparent url(images/trans.gif); left:-3em;}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{visibility:visible; left:8em;}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {visibility:visible;}

/*Menu End */

/*Frontpage Styling*/

body{
	background:#0a2742 url(../pics/tile.jpg) repeat-x;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size:11px;
	color:#fff;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
a:link{
	color:#fff;
}
a:hover{
	color:#e4822a;
}
a:visited{
	color:#636363;
}
a:active{
	color:#000;
}
#bg_image{
	background:url(../pics/bg_pic01.jpg) no-repeat 0 0;
	width:100%;
	height:100%;
}
#container{
	width:1000px;
	height:auto;
	margin:0 auto;
	padding:0px 0px 0px 0px;
}
#clientbox{
	background:url(../pics/client_logon.png) no-repeat 100% 100%;
	width:1000px;
	height:58px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

ul#clientlogon{
	list-style-type:none;
	clear:both;
	width:880px;
	height:25px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#fff;
	float:right;
}
ul#clientlogon li{
	margin:28px 0px 0px 10px;
	padding:0px 0px 0px 0px;
	float:left;
}
#masthead{
	background:url(../pics/masthead.png) repeat-y;
	width:960px;
	height:231px;
	margin:0 auto;
}
#content{
	background:url(../pics/page_tile.png) repeat-y;
	background:;
	width:960px;
	height:auto;
	margin:0 auto;
}
#gradient{
	background:url(../pics/content_gradient.png) repeat-y;
	width:1000px;
	height:auto;
	margin:0 auto;
	text-align:center;
}
.footer{
	background:url(../pics/footer_tile.png) repeat-x;
	width:960px;
	height:152px;
	margin:0 auto;
	padding:0px 0px 0px 0px;
	text-align:center;
}
.inputbox{
	background:url(../pics/input.png);
	padding:5px;
	margin:-10px 0px 0px 0px;
	width:150px;
	height:13px;
	text-align:left;
	border:0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#5e5e5e;
}
.onlineidp{
	background:url(../pics/onlineidpbook.png) no-repeat;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#5e5e5e;
	width:345px;
	height:79px;
	clear:both;
}
.onlineidp p{
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#5e5e5e;
}
.knysna2020{
	background:url(../pics/knysna2020.png) no-repeat;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#5e5e5e;
	width:345px;
	height:80px;
	clear:both;
}
.knysna2020 p{
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#5e5e5e;
}
.rht_content a:link{
	color:#e4822a;	
}


.rht_content{
	background:#ebebeb url(../pics/content_tile_gray.png) repeat-y;
	width:345px;	
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:auto;	
}
.rht_content p{
	margin:0px 0px 0px 0px;
	padding:10px 0px 10px 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#5e5e5e;
}
.lft_content{
	background:#ebebeb url(../pics/content_tile_gray.png) repeat-y;
	width:580px;	
	margin:0px 0px 0px 5px;
	padding:0px 8px 0px 8px;
	height:auto;
	height:100%;
}
.lft_content p{
	margin:0px 0px 0px 0px;
	padding:10px 0px 10px 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5e5e5e;
	width:98%;
}
.lft_content img{
	margin:0px 0px 0px 0px;
	padding:0px 10px 0px 0px;
}
.lft_content a:link{
	color:#e06b18;
}

.articlesblock{
	width:605px;
	background-color:#fff;
	height:auto;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
}
.articlesblock_story{
	width:605px;
	background-color:#fff;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	min-height:;
}
.articlesblock_story a:link{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#e4822a;
}
.more{
	background:url(../pics/more.png) no-repeat;
	width:71px;
	height:24px;
	margin:0px 10px 0px 0px;
	padding:5px 0px 0px 10px;
	float:right;
}
.submitpoll{
	background:url(../pics/submit_answer.png);
	width:142px;
	height:29px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border:0px;
}
.more a:link{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#e4822a;
	font-weight:bold;
}
.more a:hover{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#e4822a;
	font-weight:bold;
}
.more a:visited{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#636363;
	font-weight:bold;
}
.more a:active{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	font-weight:bold;
}
h2{
	background:url(../pics/content_title.png) no-repeat;
	margin:0px 0px 0px 5px;
	padding:3px 0px 0px 10px;
	float:left;
	width:605px;
	height:28px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size:18px;
	color:#fff;
	font-weight:bold;
	clear:both;
}
h3{
	background:url(../pics/rht_title_bl.png) no-repeat;
	margin:5px 0px 0px 0px;
	padding:8px 0px 0px 15px;
	width:345px;
	height:27px;
	font-size:18px;
	color:#fff;
	font-weight:bold;
	clear:both;
}
h5{
	background:url(../pics/rht_title_org.png) no-repeat;
	margin:5px 0px 0px 0px;
	padding:8px 0px 0px 15px;
	width:345px;
	height:27px;
	font-size:18px;
	color:#fff;
	font-weight:bold;
	clear:both;
}
h6{
	background:url(../pics/rht_title_grn.png) no-repeat;
	margin:5px 0px 0px 0px;
	padding:8px 0px 0px 15px;
	width:345px;
	height:27px;
	font-size:18px;
	color:#fff;
	font-weight:bold;
	clear:both;
}

#dropshadow{
	background:url(../pics/gradient_tile.png) repeat-y;
	width:1000px;
	height:1500px;
	margin:0 auto;
	padding:0px 0px 0px 0px;
}
.bottomcurve{
	background:url(../pics/content_bottom_curve_gray.png) no-repeat;
	width:595px;
	height:14px;
	margin:0px 0px 8px 5px;
	padding:0px 0px 0px 0px;
}
.bottomcurve_dialog{
	background:url(../pics/content_bottom_curve_gray_dialog.png) no-repeat;
	width:500px;
	height:14px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.widgetsorange{
	background:url(../pics/rht_title_org.png);
	margin:5px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
	width:345px;
	height:42px;
}
.widgetgreen{
	background:url(../pics/rht_title_grn.png);
	margin:5px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
	width:345px;
	height:42px;
}
.widgetbottomcurve{
	background:url(../pics/rht_btm_curve.png) no-repeat;
	width:345px;
	height:14px;
	clear:both;
}
.widgettopcurve{
	background:url(../pics/rht_top_curve.png) no-repeat;
	width:345px;
	height:14px;
}
#leftcol{
	background-color:#fff;
	width:605px;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	min-height:;
	height:100%;
	height:auto;
	text-align:left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size:13px;
	color:#5e5e5e;
}
#rightcol{
	background:url(../pics/rht_col.png) repeat-y;
	width:355px;
	min-height:;
	height:auto;
	height:100%;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:left;
}

#inbodyDiv{
	background-color:#;
	width:605px;
	height:auto;
	margin:-25px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	min-height:;
}
#snippetDiv{
	width:345px;
	height:100%;
	float:left;
	margin:0px 0px 0px 5px;
	padding:0px 0px 0px 0px;
}

h4{
	font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size:18px;
	color:#fff;
	font-weight:bold;
	margin:0px 8px 0px 5px;
	padding:8px 0px 0px 0px;
}
ul#search{
	list-style-type:none;
	clear:both;
	width:345px;
	height:30px;
	margin:10px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size:18px;
	color:#fff;
}
ul#search li{
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.copyright{
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 0px;
	text-align:center;
}
.copyright a:link{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#f7bd21;
}
.submitbutton{
	background:url(../pics/submit_button.png);
	width:60px;
	height:25px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border:0px;
}
.submitsearch{
	background:url(../pics/search_button.png);
	width:50px;
	height:34px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border:0px;
}
.inputsearch{
	background:url(../pics/searchbox.png);
	padding:8px 0px 0px 8px;
	margin:0px 0px 0px 0px;
	width:196px;
	height:26px;
	text-align:left;
	border:0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#5e5e5e;
}
#logo{
	background:url(../pics/logotype.png) no-repeat;
	width:268px;
	height:175px;
	margin:19px 0px 0px 12px;
	padding:0px 0px 0px 0px;
	float:left;
}
#strapline{
	background:url(../pics/header.png) no-repeat;
	width:522px;
	height:119px;
	margin:8px 0px 0px 50px;
	padding:0px 0px 0px 0px;
	float:left;
}
.articlesblock_mayor{
	background:#fff;
	width:605px;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	min-height:;
}
.register{
	margin:5px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.articlesblock_wht{
	width:605px;
	background-color:#fff;
	height:auto;
	height:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.lft_content_wht{
	background:#ebebeb url(../pics/content_tile_wht.png) repeat-y;
	width:595px;	
	margin:0px 0px 0px 5px;
	padding:0px 0px 0px 0px;
	height:auto;
}
.bottomcurve_wht{
	background:url(../pics/content_bottom_curve.png) no-repeat;
	width:595px;
	height:14px;
	margin:0px 0px 0px 5px;
	padding:0px 0px 0px 0px;
}
ul#footerimg01{
	list-style-type:none;
	clear:both;
	width:100%;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
ul#footerimg01 li{
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

/*Frontpage Styling End*/

/*Subpage Styling End*/
/*Counter*/
#counter{
	background:url(../pics/counterwidget.png);
	width:294px;
	height:143px;
	float:right;
	margin:-50px 20px 0px 0px;
	padding:0px 0px 0px 0px;
}
#fifacountdown{
	margin:23px 8px 5px 0px;
	padding:0px 0px 0px 0px;
	width:213px;
	float:right;
}
.sponsored{
	margin:47px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000;
	width:100%;
}
ul#timer{
	list-style-type:none;
	width:213px;
	height:30px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#fff;
	font-weight:bold;
	text-align:center;
}
ul#timer li{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
	width:52px;
	text-align:center;
}

ul#lables{
	list-style-type:none;
	width:213px;
	height:25px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	text-align:center;
}
ul#lables li{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
	width:52px;
}
#topcurve{
	background:url(../pics/left_col_curve.png);
	width:605px;
	height:31px;
	float:left;
	margin:-30px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
ul#poll{
	list-style-type:none;
	clear:both;
	width:100px;
	height:auto;
	margin:0px 0px 0px 20px;
	padding:0px 0px 0px 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
}
ul#poll li{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}


ul#weatherday{
	list-style-type:none;
	clear:both;
	width:340px;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	text-align:center;
}
ul#weatherday li{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
	width:113px;
}

ul#weatherimage{
	list-style-type:none;
	clear:both;
	width:340px;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	text-align:center;
}
ul#weatherimage li{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
	width:113px;
}
ul#weatherconditions{
	list-style-type:none;
	clear:both;
	width:340px;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	text-align:center;
}
ul#weatherconditions li{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
	width:113px;
}
#showGalleryDiv{
	border:0px solid green; 
	width:600px;
	height:auto;
	float:left;
} 
#galleryListDiv{
	width:590px;
	height:auto;
	float:left;
}
#galleryItemsDiv img{
	padding:3px 3px 3px 3px;
	margin:0px 0px 0px 0px;
}
.galleryimagesdiv{
	width:135px;
	height:100px;
	overflow:hidden;
	padding:0px 3px 0px 3px;
	margin:2px;
	float:left;
}
#rotator{
	background: url(../pics/rotator/rotator.php) no-repeat 0 0;
	width:100%;
	height:100%;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
#footerrotator{
	background: url(../pics/footerrotator/rotator.php) no-repeat 0 0;
	width:960px;
	height:130px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.contactbutton {
	background:transparent url(../pics/submit_button02.png) no-repeat;
	border:0 none;
	height:25px;
	margin:0;
	padding:0;
	width:58px;
	padding:0px;
	margin:3px 10px 0px 0px;
}
.registerbutton {
	background:transparent url(../pics/register_button.png) no-repeat;
	border:0 none;
	height:29px;
	margin:0;
	padding:0;
	width:80px;
	padding:0px;
	margin:0px 10px 0px 0px;
}
.registerinputbox{
	background:url(../pics/register_input.png) no-repeat;
	padding:5px 5px 5px 5px;
	margin:0px;
	width:300px;
	height:13px;
	text-align:left;
	border:0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5e5e5e;
	border:0px solid #a2a2a2;
}
.registermessagebox{
	background:url(../pics/register_message.png) no-repeat;
	padding:5px 5px 5px 5px;
	margin:0px;
	width:300px;
	height:150px;
	text-align:left;
	border:0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5e5e5e;
}
ul.menucontent{
	padding:0px 0px 0px 5px;
	margin:0px 0px 0px 0px;
	list-style:none;
}
ul.menucontent li{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	float:left;
}
ul.menucontent a:link{
	padding:0px 0px 0px 5px;
	margin:0px 0px 0px 0px;
	color:#e4822a;
}
#registerDiv{
	padding:0px 0px 0px 3px;
	margin:0px 0px 0px 0px;
	width:346px;
	height:46px;
}
hr{
	width:80%;
	border:1px solid #ccc;
}
.dialog {
	background:url(../pics/blk.png)repeat;
	opacity:1;
	position:fixed;
	top: 0px;
	left: 0px;
	z-index: 90;
	width:100%;
	height:100%;
	overflow:auto;
}
.dialogcontent{
	position:absolute;
	top:200px;
	text-align:left;
	width:500px;
	height:190px;
	margin: 0 auto;
	position: relative;
	padding:0px 0px 0px 0px;
}
ul.input{
	padding:10px 0px 2px 10px;
	margin:0px 0px 0px 0px;
	list-style:none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5e5e5e;
	width:95%;

}
ul.input li{
	padding:0px 0px 0px 0px;
	margin:0px 0px 5px 0px;
}
.popup_close{
	padding:0px 0px 0px 0px;
	margin:4px 10px 0px 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	float:right;
}
.articlesblock_dialog{
	width:500px;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	overflow:hidden;
}
.articlesblock_title{
	background:url(../pics/content_title_dialog.png) no-repeat;
	margin:0px 0px 0px px;
	padding:3px 0px 0px 10px;
	float:left;
	width:490px;
	height:28px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size:18px;
	color:#fff;
	font-weight:bold;
	clear:both;
	overflow:hidden;
}
.lft_content_dialog{
	background:url(../pics/content_tile_gray.png) repeat-y;
	width:500px;	
	margin:0px 0px 0px 0px;
	padding:0px 8px 0px 0px;
	height:auto;
	height:100%;
	overflow:hidden;
}