	/**
	 * @package   Asthana Realty Skin
	 * @version   1.0
	 * @copyright Copyright (C) 2010 Van De Nito. All rights reserved.
	 * @license   http://www.gnu.org/licenses/gpl.html
	 */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	background-color: #000;
}

.small, small, .createdate, .createddate, .modifydate{
	font-size: 10px;
	color: #969696;
}

.heading_content{
	margin-bottom: 20px;
}

.modifydate{
	margin-top: 20px;
}



a:link, a:active, a:visited{
	text-decoration: none;
	outline: 0;
	color: #8A166D;
	text-decoration: none;
}

.container_middle{
	font-size: 12px;
	line-height: 20px;
}

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

a:focus, input, a:link, a:active, a:visited, a:hover, a img{
	outline: 0px;
}

tr, td{
	vertical-align: top;
}

li{
	list-style: none;
	line-height: 22px;
	padding: 0px;
	margin: 0px;
}

.moduletable h3{
	font-size: 17px;
	color: #111;
	text-align: right;
	word-spacing: 5px;
	padding:10px 0px;
}

.clear{
	clear: both;
}

.componentheading{
	color:#82007A;
	font-size:22px;
	font-weight:bold;
	word-spacing: 5px;
	padding: 5px 0px 10px;
}

.contentpane.list td{
	padding: 5px 0px;
}

.contentheading{
	word-spacing: 5px;
	padding: 10px 0 10px;
	margin-bottom: 10px;
}

.textinput.placeholder {
	color: #82007A;
	font-weight: normal;
}

.textinput, input[type="text"], input[type="password"], textarea {
	border:1px solid #C0CCC4;
	color: #111;
	font-size: 1em;
	padding: 0.25em;
}

input, button, textarea {
	font-family:Arial,sans-serif;
}

label{
	color: #4d1b05;
}

hr{
	display: block;
	height: 2px;
	line-height: 2px;
	border: none;
	background: url(../images/line4.png) repeat-x;
}

p{
	padding: 0px 0px 10px;
}

.buttonheading{
	float: right;
}

/*Layout*/
#wrapper .header_top{
	padding: 0px 0px 9px;
}

#wrapper .header{
	height: 113px;
		background: url(../images/bg_atom.png) repeat-x center top #000000;	
}

#wrapper .rssfeed{
	padding: 10px 0 8px;
}


/*Logo*/
.logo h1{
	margin-bottom: 0px;
}


/*Top Menu*/
.header .top_menu{
	padding: 10px 0;
	text-transform: uppercase;
}

.header .top_menu ul{
	float: right;
}


.header .top_menu li{
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
	background: none;
}

.header .top_menu li a:link,
.header .top_menu li a:active,
.header .top_menu li a:visited,
.header .top_menu li a:hover{
	color: #000;
}

.header .top_menu li a{
	padding: 5px 0px 6px 8px;
}

.header .top_menu li a:hover{
	color: #FFF;
}

.header .top_menu li a span{
	padding: 5px 8px 6px 0px;
}

.header .top_menu li a:hover span{
}

.header .top_menu li#current a:link,
.header .top_menu li#current a:active, 
.header .top_menu li#current a:visited, 
.header .top_menu li#current a:hover{
	color: #ffffff;
}

.header .top_menu li#current a:link span,
.header .top_menu li#current a:active span, 
.header .top_menu li#current a:visited span, 
.header .top_menu li#current a:hover span{
}

.header .top_menu li, .header .top_menu li span{
	height: 26px;
}

/*Main Menu*/
.header .main_menu li{
	background: none;
	padding: 0px;
	margin: 18px 0px 0px 0px;
}

.header .main_menu li a:link,
.header .main_menu li a:active,
.header .main_menu li a:visited,
.header .main_menu li a:hover{
	display: block;
	color: #FBDA29;
	font-size: 17px;
	text-shadow: 1px 1px 0px #dddddd;
	padding:14px 10px 12px;
	margin-right: 5px;
	letter-spacing: 0.08mm;
}

.header .main_menu li a:hover,
.header .main_menu li#current a{
	background-color: #FBDB29;
	color: #000;
}

.header .top_menu li,
.header .main_menu li{
	float: right;
}

.header .rssfeed{
	text-align: right;
}

/*Module Top*/
#wrapper .mod_top,
.container_middle.contact{
	padding:8px 0 0;
	line-height: 20px;
	background: url(../images/bg_mod.png) repeat-x left top;
}
#wrapper .contact{
	padding:0px 0 20 0;
	line-height: 20px;
	background: #ffffff;
}
.mod_top .modinner{
	height:260px;
	color: #4d1b05;
	text-shadow: 1px 1px 0 #FFDA80;
	background: url(../images/shadow_mod.png) no-repeat 70% bottom;
}

.mod_top .moduletable{
	padding-bottom: 50px;
}

.mod_top .moduletable h3,
#component-contact h3{
	padding: 10px 0px;
	font-size: 21px;
	color: #4d1b05;
	letter-spacing: -1px;
	text-transform: uppercase;
	background: none;
	text-align: left;
}

button,
a.readon{
	width: 145px;
	height: 25px;
	color: #ffffff;
	font-size:18px;
	text-align: center;
	padding-top: 14px;
	margin-top:8px;
	border: none;
	background: url(../images/button.png) no-repeat left bottom;
	cursor: pointer;
}

button{
	height: 39px;
	padding-top: 6px;
}

a.readon{
	float: right;
	display: block;
	text-align: center;
	margin-top: 20px;
}

a.readon:hover{
	text-decoration: none;
}

.article_separator{
	display: block;
	clear: both;
}

/*Article*/
.coninner ul,
.coninner ol{
	margin: 20px 0px;
}

.coninner ul ul,
.coninner ul ol,
.coninner ol ol,
.coninner ol ul{
	margin: 0px;
}

.coninner li{
	list-style: circle;
	padding: 5px 0px;
	margin-left: 15px;
	border-bottom: 1px dotted #d7d7d7;
}

.container_modright li{
	border-color: #8b8b8b;
}

.coninner ol li{
	list-style: decimal;
}

.coninner li li{
	border: none;
	border-top: 1px dotted #d7d7d7;
}

.coninner li li:first-child{
	border: none;
}

.container_middle .main_article h1,
.container_middle .main_article h2,
.container_middle .main_article h3{
	font-size: 22px;
}

#wrapper .container{
	background-color: #ffffff;
}

.container_middle .contentheading{
	color: #82007A;
	font-size: 28px;
	font-weight: bold;
	padding: 0px;
	padding-top: 3px;
	background: #fff url(../images/line2.png) repeat-x 100% 0px;
}

.mod_top .contentheading{
	background-image: none;
}

table.contenttoc{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	background-color: #f4f4f4;
	border-left: 1px solid #020202;
	border-top: 1px solid #020202;
}

table.contenttoc td, table.contenttoc th{
	width: 150px;
	font-size: 11px;
	padding: 5px 10px;
	border-right: 1px solid #020202;
	border-bottom: 1px solid #020202;
}

table.contenttoc th{
	color: #ffffff;
	background-color: #020202;
}

.table_list tr.sectiontableentry1 td,
.table_list tr.sectiontableentry2 td{
	padding-top: 3px;
	padding-left: 3px;
}


.sectiontablefooter{
	border: none;
}

.table_list{
	line-height: 22px;
}

.table_list tr.sectiontableentry1 td,
.table_list tr.sectiontableentry2 td{
	padding-top: 3px;
	padding-left: 3px;
}

.table_list td.sectiontableheader{
	background-color: #020202;
	padding: 5px 3px;
	border: none;
}

.table_list td.sectiontableheader,
.table_list td.sectiontableheader a{
	color: #ebebeb;
}

.table_list .display{
	text-align: right;
	border: none;
}

.table_list tr.sectiontableentry2 td,
.table_list tr.sectiontableentry1 td{
	background: #f4f4f4 url(../images/line3.png) repeat-x scroll left bottom;
	border: none;
}

.table_list tr.sectiontableentry2 td a,
.table_list tr.sectiontableentry1 td a{
	color: #727272;
}

.table_list table{
	margin: 10px 0px;
}

/*pagenavcounter*/
.pagenavbar,
.paginationbar{
	background: #f4f4f4;
	font-size:11px;
	padding:4px 6px;
	margin-top: 20px;
}

.pagenavbar{
	text-align: right;
}

.pagenavcounter{
	padding: 10px 0px;
	font-size: 11px;
	color: #7a7a7a;
}

.pagecounter{
	width: 30%;
	float: left;
}

.pagination a, .pagination span{
	padding: 2px 4px;
}

.pagination a:hover{
	color: #ffffff;
	text-decoration: none;
	background-color: #FBC60F;
}

/*Container Bottom*/
.container_modbtm{
	padding-bottom: 20px;
}

.container_modbtm .moduletable span.badge{
	padding-left: 5px;
}

.contentheading h2 span.badge{
	padding-right: 5px;
}

.container_modbtm .moduletable span.badge, .contentheading h2 span.badge{
	background-color: #ffffff;
}

/*Banner*/
.container_modbtm .banneritem{
	float: left;
}

.banneritem img{
	float: left;
	margin-left: -10px;
}
.bannerfooter{
	font-size: 10px;
		font-style: italic;
}
.container_modbtm .banneritem img{
	margin-right: 10px;
	}

/*Footer*/
.footer{
	height: 69px;
	line-height: normal;
	background: url(../images/bg_footer.png) repeat-x left bottom #000000;
}

.footer .footer_inner{
	padding-top: 40px;
}

.footer .footer_inner,
.footer .footer_inner a:link,
.footer .footer_inner a:active,
.footer .footer_inner a:visited{
	color: #FBC711;
	font-size: 10px;
}

.footer .footer_inner a:hover{
	text-decoration: underline;
}

.footer .copyright{
	float: left;
}

.footer .bottom_menu ul{
	float: right;
}

.footer .bottom_menu li{
	list-style: circle;
	list-style-position: inside;
	float: left;
	color: #ffffff;
	line-height: normal;
	padding: 0px 0px 0px 10px;
	background: none;
}

/*Container Modright*/
.container_modright{
	margin-top:5px;
}

.container_modright .moduletable{
	padding: 0px 10px 10px;
	margin-bottom: 20px;
	background-color: #F6F6F6;
	border-bottom: 3px solid #82007A;
}

.container_modright .moduletable h3{
	background-color: #82007A;
	background-image: none;
	padding: 7px 10px;
	text-align: left;
	color: #ffffff;
	margin: 0px -10px;
}

.container_modright .moduletable li a:link,
.container_modright .moduletable li a:active, 
.container_modright .moduletable li a:visited,
table.contenttoc a:link,
table.contenttoc a:active,
table.contenttoc a:visited{
	font-size: 11px;
	color: #82007A;
}

.container_modright .moduletable li a:hover,
table.contenttoc a:hover{
	color: #FBC60F;
	text-decoration: none;
}

.container_modright .moduletable li{
	line-height: 30px;
}

.categories li{
	line-height: 22px;
	background-color: #ffffff;
}

/*contact*/
#component-contact{

}


#component-contact-shadow{
	height: 20px;
}

#component-contact .inputbox{
	width: 280px;
	padding: 10px;
	border: 1px solid #ffe856;
	background: #fff2a0;
}

#component-contact .inputbox.invalid{
	border: 1px solid #82007A;
}

#component-contact textarea.inputbox{
}

#component-contact .modcontact{
	width: 300px;
	color: #4d1b05;
}

#component-contact h3{
	background: none;
}

#system-message,
#system-message.onthefly,
#system-message.fb{
	border: none;
	background-color: #82007A;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

