
/* basic classes */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #616564;
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6, p, ul, li{margin:0px; padding:0px; text-align:left; font-weight:normal;}
img, form {border:0; margin:0px; padding:0px; outline:none;}
a {text-decoration:none; cursor:pointer; }
input, textarea, select, optgroup, option {font:12px/15px Arial, Helvetica, sans-serif;color:#7f7f7f; border:1px solid #ccc;}
.img_left{float:left;}
.img_right{float:right;}
.clear { clear:both;}



h1 {font-size: 16pt;margin: 0px;color:#000;}
h2 {font-size: 14px;font-weight: bold; color:#000;	margin-bottom: 10px;}
h3 {font-size: 12px;font-weight: bold;color:#000;	 margin-bottom: 10px;}

button {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #6c7476;
	border: 1px outset #666666;
	color: white;
}

pre {
	font-family: "Courier New";
	font-size: 12px;
	text-align: left;
}

.err {
	color: red;
	font-weight: bold;
	margin-bottom: 5px;
}

.imp {
	color: #CC3300;
	font-weight: bold;
	margin-bottom: 5px;
}

.msg {
	color: green;
	margin-bottom: 5px;
}

.marker {
	color: red;
	font-weight: bold;
}

.hint {
	font-size: 12px;
	font-style: italic;
	color: gray;
}

#header {}
#logo {font-size: 14px;	font-weight: bold;}
#logo a {color: black;	text-decoration: none;}
#logo a:hover {color: #DF971E;	text-decoration: none;}
#today {	font-size: 12px;}
#nav {	text-align: right;}
#city {	font-weight: bold;	font-size: 14px;	display: block;}
#sidebar_left {	padding-top: 10px;
	background-color: #E4EBF8; /*#F0F4FB*/
	border-right: 1px solid #B1C7DE;
	border-top: 1px solid #B1C7DE;
	border-bottom: 1px solid #B1C7DE;
}

.buttons td {
	text-align: center;
	background-color: #000000;
}

.buttons a {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	padding: 3px;
}

#sidebar_left .head {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #003366;
}

#sidebar_left table.linkbox {
	margin-bottom: 15px;
}

#sidebar_left table.linkbox a {
	display: block;
	text-align: center;
	padding: 3px;
	border-bottom: 1px solid #DDDDDD;
}

table.sidebox {
	margin-bottom: 10px;
}

table.sidebox td {
	text-align: left;
}

#contentcell {
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}

#content {
	padding: 0px;
}

#path {
	font-size: 12px;
	margin-bottom: 5px;
}

#path td {
	padding: 5px 5px 5px 10px;
}

#path a {
	color: #000;
	text-decoration: none;
}

#path a:hover {
	color: 000;
	text-decoration: underline;
}

table.searchbox {
	background-color: #F5F5F5;
	border: 1px solid #DDDDDD;
	margin-bottom: 20px;
}

table.searchbox td {
	padding: 10px;
}

.eventnav {
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 10px;
}

table.dir {}
table.dir_cat {}
table.dir_cat th {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-transform: none;
	margin: 0px;
	color:#000;
	padding-bottom: 5px;
}
table.dir_cat th a { color:#000; text-decoration:none;}
table.dir_cat th a:hover { color:#000; text-decoration:underline;}
table.dir_cat td {}
table.dir_cat .count {color: #999999;font-size: 12px;}
table.dir_cat th .count {color: gray;font-size: 12px;}



table.postlisting { /* Version 5.0 */
	padding:0px;
	margin:0px;
}

table.postlisting td { /* Version 5.0 */
	 line-height:22px;
	 padding:5px;
}

table.postlisting td.head, table.postlisting tr.head td { /* Version 5.0 */
	font-weight: bold;
	background-color: #EAEAEA;

}

table.postlisting td.datehead { /* Version 5.0 */
	background-color: #F5F5F5;
	border-bottom: 1px solid #CCCCCC;
	font-weight: bold;
	margin:4px 0px;

}

table.postlisting td.icon { /* Version 5.0 */
}

table.postlisting td.icon img { /* Version 5.0 */
}

table.postlisting .posttitle { /* Version 5.0 */
	font-weight: bold;
	color:#000;
}
table.postlisting .posttitle a {
	font-weight: bold;
	color:#000;
	text-decoration:underline;
}
table.postlisting .posttitle a:hover {
	font-weight: bold;
	color:#000;
	text-decoration:none;
}


table.postlisting .date { /* Version 5.0 */
	font-style: italic;
}

.postheader { /* Version 5.0 */
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #E0E0E0;
}

.postheader .icon { /* Version 5.0 */
	/*vertical-align: top;*/
}

.postheader .posttitle { /* Version 5.0 */
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.postheader .postarea { /* Version 5.0 */
	font-size: 12px;
	font-weight: normal;
}

.post { /* Version 5.0 */
	margin-bottom: 10px;
}

.post .link_marker { /* Version 5.0 */
	color: darkorange;
	font-weight: bold;
}

.disclosures {
	padding: 5px;
}

.disclosure_yes {
	color: green;
}

.disclosure_no {
	color: red;
}

.disclosures b {
}

.postpics { /* Version 5.0 */
	margin-bottom: 10px;
	/*border-bottom: 1px solid #DDDDDD;*/
}

.postpics img { /* Version 5.0 */
	border: 1px solid black;
	/*padding: 10px;
	background-color: #FAFAFA;*/
}

.imglisting {
}

.imgitem {
	margin-bottom: 30px;
}

.imgitem .head {
	font-size: 12px;
	font-weight: bold;
}

.imgitem img.img {
	margin-top: 5px;
	border: 1px solid black;
}

.imgitem .caption {
}

.imgitem .poster {
	font-weight: bold;
}

.imgitem .time {
	font-weight: bold;
}

.imgitem .desc {
	margin-top: 5px;
}

.linkbox2 {
	background-color: darkorange;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px;
	text-align: center;
	color: white;
}

.linkbox2 a {
	display: block;
	color: white;
}

.}

.commentitem .time {
	color: gray;
	display: block;
}

.commentitem .comments {
	display: block;
}

#sidebar_right_cities {
	background-color: #F5F5F5;
	border-left: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	padding: 0px 5px 5px 5px;
}

#sidebar_right {
	border-left: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	padding: 5px 5px 5px 5px;
}

#sidebar_right a {
}

.citylist_country {
	display: block;
	color: black;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 2px;
}

.citylist_city {
	color: #777777;
	font-size: 12px;
}

#footer {
	color: #A0A0A0;
}

#footer td {
	font-size: 9px;
	padding-left: 15px;
	padding-top: 10px;
}

table.postad {
}

img.thumb {
	border: 1px solid black;
}

.postpath {	padding: 5px;	border: 1px solid #DBC06F;	background-color: #F7F0DD;	font-size: 12px;color: brown;
	margin-bottom: 10px;
}

.postpath b {
	color: black;
}

.postpath a {
	font-weight: bold;
	color: #003399;
	font-size: 12px;
}

#search_top {
	margin-bottom: 20px;
	padding: 10px;
	background-color: #FAFAFA;
	border: 1px solid #EAEAEA;
}

.invoice {
	background-color: #F0F0F0;
	border-right: 1px solid #EAEAEA;
	border-top: 1px solid #EAEAEA;
}

.invoice td {
	background-color: white;
	padding: 5px;
	border-left: 1px solid #EAEAEA;
	F7F0DD;
	font-size: 12px;
	color: brown;
	margin-bottom: 10px;
}

.postpath b {
	color: black;
}

.postpath a {
	font-weight: bold;
	color: #003399;
	font-size: 12px;
}

#search_top {
	margin-bottom: 20px;
	padding: 10px;
	background-color: #FAFAFA;
	border: 1px solid #EAEAEA;
}

.invoice {
	background-color: #F0F0F0;
	border-right: 1px solid #EAEAEA;
	border-top: 1px solid #EAEAEA;
}

.invoice td {
	background-color: white;
	padding: 5px;
	border-left: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}

.invoice .empty {
	background-color: white;
	border: 1px solid white;
}

.invoice .firstcell {
	font-weight: bold;
}

.invoice .maincell {
	/*background-color: #FAFAFA;*/
	text-align: right;
}

.invoice .totalrow td {
	background-color: #FAFAFA;
}

.invoice .totalrow .totalcell {
	background-color: #F3F3F3;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
}

.featuredad_first, .featuredad_first td {
	background-color: #FFEEC6;
	border-top: 1px solid #FFDF95;
	border-bottom: 1px solid #FFDF95;
	padding: 5px 5px 2px 5px;
	margin-bottom: 10px;
}

.featuredad, .featuredad td {
	background-color: #FFEEC6;
	border-bottom: 1px solid #FFDF95;
	padding: 5px 5px 2px 5px;
	margin-bottom: 10px;
}

.featuredad a, .featuredad_first a {
	font-weight: bold;
}

.post_note {
	color: green;
}

.latestposts { /* Version 5.0 */
	padding-top: 10px;
	margin-bottom: 10px;
}

.latestposts .head { /* Version 5.0 */
	padding-bottom: 5px;
	color: #000;
	font-size: 12px;
}

.latestposts td { /* Version 5.0 */
	border-top: 1px solid #F0F0F0;
}

.adcat {
	font-size: 9px;
	color: #444444;
	/*text-decoration: underline;*/
}

table.latestads_table td {
	padding: 1px;
}

table.latestads_table a.featured {
	font-weight: bold;
}

.catlist .cat {
	padding: 1px;
	display: block;
}

.catlist .cat a {
	font-weight: bold;
	color:#000;
	text-decoration:none;
	
}
.catlist .cat a:hovre { text-decoration:underline;}

.catlist .subcat {
	padding: 1px;
	display: block;
}

.catlist .count {
	color: gray;
}

.adpreview {
	display: block;
	font-size: 12px;
	color: gray;
	line-height:18px;
}

/* Begin Version 5.0 */
.hits {
	font-size: smaller;
	text-align: right;
}

.wmd-preview {
	border: 1px solid silver;
	background-color: #FAF9F5;
	padding: 10px;
	margin-bottom:  10px;
}
/* End Version 5.0 */

/* Begin Version 5.1 */
#citytitle {
	font-size: 14px;
	font-weight: bold;
}

#citytitle a {
	color: black;
	text-decoration: none;
}

#citytitle a:hover {
	color: #DF971E;
	text-decoration: none;
}

#demo {
    background-color: #F0E68C;
    padding: 5px 5px 5px 10px;
    margin: 3px 0px 0px -10px;
    width: 160px;
    font-family: Georgia, serif;
    font-size: 13px;
}

#demo a {
	text-decoration: underline;
	color: crimson;
	margin-left: 5px;
}

.flatnavsep {
	font-weight: bold;
	color: #DF971E;
}
/* End Version 5.1 */





/* New CSS Added By Dhvanit*/
@charset "utf-8";
/* CSS Document */

/* Main Page  */
.doc_width{ width:1000px; margin:0px auto 0px auto; }

/* Header */
.header {height:161px; width:1000px; float:left; background:url(images/top_bg.jpg) no-repeat;}
.top_links {float:right; width:152px; background:#330099; margin:8px 10px 0px 0px; display:inline; }
a.home { background:url(images/top_link_yello_bg.gif) no-repeat; width:66px; height:18px; float:left; color:#000; font-weight:bold; padding:3px 0px 0px 10px; text-align:center;}
a.post_add { background:url(images/top_link_black_bg.gif) no-repeat; width:76px; height:18px; float:left; color:#fff; font-weight:bold; padding:3px 0px 0px 0px; text-align:center;}
.logo { float:left; padding:46px 0px 0px 20px;}
.top_add_ban { float:right; margin:40px 10px 0px 50px; width:468px; height:60px; display:inline; background:#000000; color:#fff; text-align:center;}

/* top nav */
.top_nav { width:998px; float:left; background:url(images/top_nav_bg.gif) repeat-x; height:34px; border-left:1px solid #464646;border-right:1px solid #464646;  }
.top_nav ul { margin:0px; padding:0px; }
.top_nav ul li { list-style:none; float:left; border-right:1px solid #464646;}
.top_nav ul li a { background:url(images/top_nav_bg.gif) repeat-x; color:#fff; padding:10px 20px; height:14px; font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif; display:block;  }
.top_nav ul li a:hover  { background:url(images/top_nav_bg_hover.gif) repeat-x; color:#000;  height:14px;  }
.top_nav ul li a.active  { background:url(images/top_nav_bg_hover.gif) repeat-x; color:#000;  height:14px;  }

/* content */
.content {padding:10px 9px; width:980px; float:left; border-left:1px solid #f3cf03; border-right:1px solid #f3cf03;}


/* right */
.right {width:200px; float:left;}

	/* most viewee list box */
	.most_viewed_list_box {width:200px; float:left; margin:0px; display:inline; background: url(images/most_view_box_bot.gif) bottom no-repeat; padding:0px 0px 7px 0px; }
	.most_viewed_list_box_bot {background: url(images/most_view_box_bot.gif) bottom no-repeat; height:7px;width:200px; float:left; }
	.most_viewed_list_box_title { width:190px; float:left; background: url(images/most_view_box_top.gif) no-repeat; height:29px; font-size:16px; color:#000; font-weight:bold; padding:8px 0px 0px 10px;}
	.most_viewed_list_box_cont { float:left; width:178px; border-left:1px solid #f1c202; border-right:1px solid #f1c202; padding:10px 10px 5px 10px; text-align:left;}
	.most_viewed_list_box_cont ol { margin:0px; padding:0px 0px 0px 25px;}
	.most_viewed_list_box_cont ol li { line-height:22px;  width:150px; color:#000;}
	.most_viewed_list_box_cont ol li a { color:#000; font-size:12px;}
	.most_viewed_list_box_cont ol li a:hover  { font-weight:bold; text-decoration:underline}
	.most_viewed_list_box_cont ol li a:active  { font-weight:bold; text-decoration:underline}
	.most_viewed_list_box_cont ol li ol li a { color:#333434; text-decoration:underline;}
	.most_viewed_list_box_cont ol li ol li a:hover { text-decoration:none;}
	
/* left */
.left {width:770px; float:left; margin:0px 10px 0px 0px; display:inline; }
	
	/* search box */
	.search_box { width:770px; float:left; background:#6c7476 url(images/search_box_bot.gif) bottom no-repeat; padding:0px 0px 9px 0px;}
	.search_box .title { float:left; width:118px; height:75px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:18px; color:#fff; padding:25px 15px 0px 15px;}
	.search_box .input { float:left; width:438px; height:70px; padding:30px 0px 0px 0px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#fff; border:none}
	.search_box .input input { background:url(images/search_Bg.gif) no-repeat; width:433px; height:30px; padding:5px 0px 0px 10px; color:#6c7476; font-size:12px; border:none}
	.search_box .input p { margin:0px; padding:5px 0px 0px 10px;}
	.search_box .button { float:left; width: 180px; height:70px; padding:30px 0px 0px 0px;}
	.search_box .button input { border:0px;}
	.search_box .button p a { margin:0px; color:#fff; text-decoration:underline; margin:5px 0px 0px 10px; display:block;}
	.search_box .button p a:hover { text-decoration:none; }
	
	
	
	/* category box */
	.cat_box {width:770px; float:left; margin:10px 0px 0px 0px; display:inline; background: url(images/cat_box_bot.gif) bottom no-repeat; padding:0px 0px 7px 0px; }
	.cat_title { width:765px; float:left; background:url(images/cat_box_top.gif) no-repeat; height:29px; font-size:12px; color:#000; font-weight:bold; padding:8px 0px 0px 5px;}
	.cat_box_cont { float:left; width:748px; border-left:1px solid #f1c202; border-right:1px solid #f1c202; padding:10px 10px 5px 10px;}
	.cat_box_cont ul { margin:0px; padding:10px 20px;}
	.cat_box_cont ul li {list-style:circle; color:#000; line-height:22px;}
	.cat_box_cont ul li a { color:#333; text-decoration:none;}
	.cat_box_cont ul li a:hover { text-decoration:underline;}
	.cat_box_cont ul li ul { margin:0px; padding:0px 0px 0px 10px;}
	.cat_box_cont ul li ul li { list-style:none; color:#000; line-height:22px; }
	.cat_box_cont ul li ul li a { color:#333333; text-decoration:none;}
	.cat_box_cont ul li ul li a:hover { text-decoration:underline;}
	


	/* listbox */
	.listbox {float:left; width:770px; margin:10px 0px 0px 0px;  background:#009999; background: url(images/cat_box_bot.gif) bottom no-repeat; padding:0px 0px 6px 0px; }
	.listbox_cont { float:left; width:748px; border-left:1px solid #f1c202; border-right:1px solid #f1c202; padding:10px 10px 10px 10px; font-size:12px; color:#000;}
	.listbox_cont table { border-left:1px solid #6c7476; border-top:1px solid #6c7476; }
	 .listbox_cont table tr { height:28px; }
     .listbox_cont table tr td { border-bottom:1px solid #6c7476; border-right:1px solid #6c7476; padding:5px 0px 5px 10px; line-height:14px; color:#616564;  }
	 .listbox_cont table tr td.col_01 { padding-left:0px; text-align:center;}
	 .listbox_cont table tr td a { text-decoration:underline; color:#000; }
	 .listbox_cont table tr td a:hover { text-decoration:none; }
	 .listbox_cont table tr.title { font-weight:bold; background:#6c7476; font-size:12px;  }
	 .listbox_cont table tr.title td { border-right:1px solid #fff; padding:0px 0px 0px 10px; color:#fff; }
	 .listbox_cont table tr.title td.last { border-right:1px solid #6c7476; padding:0px 0px 0px 0px;}
	

	
	
/* footer */
	.footer { width:1000px; float:left; background:#555555; height:103px; text-align:center;}
	.footer p { font-size:12px; color:#fff; text-align:center; padding:30px 0px 0px 0px; line-height:18px;}
	.footer p a { color:#fff; text-decoration:underline;}
	.footer p a:hover { text-decoration:none;}
	
