/* @override http://ns1/site/skins/mumbaikar-v2-en/style.css?ver=1.0 */

/* @group Global Setting */

.outer-container {
	background: url(images/bg-body.png) repeat-y center 0;
	padding-bottom: 272px;
	margin: 0 auto;
	width: 1008px;
	position: relative;
}

.ie7 .outer-container {
	padding-bottom: 0px;}

table {
	float: left;  
}

a {
	outline: none;
	color: #cc0000;
	text-decoration: none;
}

a:hover {
	color: #666;
}

.last, .first {
	border: none!important;
	background: none!important;
}

.f-right {
	float: right;
}

.f-left {
	float: left;
}

a.read {
	background: url(images/sprite.png) no-repeat 0 -168px;
	padding-left: 15px;
}

a.read:hover {
	color: #333;
}

.no-bg {
	background: none!important;
}

small {
	font-size: 11px;
}

.h-space {
	padding-bottom: 20px;
	width: 100%;
	float: left;
	color: both;
}

.no-padding {
	padding: 0 0 10px!important;
}

.img-left, .alignleft, .align-left {
	float: left;
	padding-right: 10px;
	margin-bottom: 10px;
}

.img-right, .alignright, .align-right {
	float: right;
	padding-left: 10px;
	margin-bottom: 10px;
}

.info, .success, .no-result, .warning, .validation {
	border: 1px solid;
	margin: 10px 0px;
	padding: 10px 10px 10px 10px;
}

.info {
	color: #00529B;
	background-color: #BDE5F8;
}

.success, .box-message, .been-here-message {
	color: #666;
	width: 510px;
	padding: 0px 0px 0;
	border: none;
	position: fixed;
	top: 35%;
	left: 34.7%;
	z-index: 999;
}
.ie7 .success, .ie7 .box-message, .ie7 .been-here-message {
	top:55%;
	left:32%;
}
.close-tag {
	display: inline;
	float: right;
	height: 25px;
	margin: -23px -23px 0 0;
	text-indent: -999em;
	width: 25px;
}

.dialog-content, .dialog-box {
	background: url(images/dialog.png) no-repeat 0 top;
	padding: 30px 30px 8px 30px;
	width: 450px;
	float: left;
}

.dialog-box {
	float: left;
	overflow: hidden;
	background: url(images/dialog-box.png) no-repeat 0 top;
	font: 13px/16px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #333;
}

.dialog-box h2 {
	margin: 0;
	padding: 0 0 13px;
	font-size: 18px;
	color: #333;
	border-bottom: dotted 1px #666;
}

.dialog-box ul {
	margin: 0;
	float: left;
	padding: 0;
}

.dialog-box ul li {
	float: left;
	padding: 10px 0!important;
	list-style: none;
	width: 100%!important;
	border-top: dotted 1px #666;
}

.dialog-box label {
	font-size: 12px!important;
	padding: 0!important;
}

.dialog-box ul li textarea {
	width: 100%!important;
}

.dialog-foot {
	background: url(images/dialog.png) no-repeat 0 bottom;
	padding: 20px 0px 0;
	width: 510px;
	float: left;
}
.ie7 .dialog-foot{
	padding:0;
	margin-top:-2px;
}
.warning , .no-result {
	color: #9F6000;
	background-color: #FEEFB3;
}

/*.error {
color: #D8000C;
float:left;
background-color: #FFBABA;
width:95%;
}*/

/* @end */

/* @group Layou t Setting */

.container {
	padding-top: 37px;
	position: relative;
	background: #fff;
}

#header {
	background: url(images/sprite.png) repeat 0 -437px;
	position: fixed;
	left: 0;
	top: 0;
	height: 45px;
	z-index: 9999;
	width: 100%;
}

.ie6 #header {
	position: absolute;
	top: auto;
	left: auto;
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.search-header {
	margin: 0 -10px;
	padding: 0 20px;
	background: #2C2C2C;
	display: inline;
	position: relative;
	height: 82px;
}

#nav-top {
	background: url(images/bg-nav-top.png) no-repeat 10px 0;
	float: left;
	margin: -18px -25px 10px;
	padding: 18px 35px 1px;
	display: inline;
}

a.stbutton {
	padding: 0!important;
}

/* @end */

/* @group Header Setting */

.logo a {
	background: url(images/mumbaikar-logo.png) no-repeat 0 5px;
	width: 300px;
	height: 35px;
	float: left;
	text-indent: -999em;
}

.logo .print-logo {
	display: none;
}

.nav-global ul {
	float: right;
	padding-top: 10px;
}

.nav-global ul li {
	float: left;
	padding: 0 0 0 10px;
	background: url(images/sprite.png) no-repeat 5px -361px;
}

.nav-global ul li a {
	color: #989898;
	font-size: 12px;
	text-decoration: none;
}

/* Checklist Option */

.checklist-option {
	position: relative;
	float: left;
	background: url(images/bg-default.png) no-repeat 0 -777px;
}

.checklist-option input.combo {
	background: none;
	padding-right: 15px;
	width: 177px;
	cursor: pointer;
}

.cat-content {
	position: absolute;
	width: 686px;
	background: #fff;
	z-index: 9;
	border: solid 2px #ccc;
	top: 23px;
	left: 0;
	float: left;
	padding: 10px 20px 10px 10px;
	display: none;
}

.cat-content input {
	width: 15px!important;
	height: 15px;
	vertical-align: top;
	margin: 2px 5px 0 0!important;
}

.cat-content ul {
	width: 160px;
	padding-left: 10px;
	float: left;
	margin-bottom: 5px;
}

.cat-content ul ul {
	padding-left: 18px;
}

.cat-content ul li {
	float: left;
	clear: both;
	padding-top: 5px;
}

.checklist-options-header {
	clear: both;
	float: left;
	width: 100%;
	text-align: right;
	border-bottom: solid 1px #ccc;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

/* @end */

/* @group Search Setting */

.focus {
	color: #999;
}

.hidden {
	display: none !important;
}

ul.search-list {
	margin: 15px 0 0 0;
	float: left;
	clear: both;
	width: 100%;
}

ul.search-list li {
	float: left;
	background: url(images/bg-default.png) no-repeat 0 -152px;
	position: relative;
	padding: 0 5px 10px 5px
}

ul.search-list li a {
	padding-left: 10px;
	float: left;
	text-decoration: none;
	color: #ccc;
	font-size: 12px;
}

ul.search-list li a:hover {
	color: #fff;
}

ul.search-list li.current {
	background: none;
}

ul.search-list li.current a {
	color: #333;
	font-weight: bold;
	background: url(images/bg-default.png) no-repeat 0 -1262px;
}

ul.search-list li.current a span {
	background: url(images/bg-default.png) no-repeat right -1294px;
}

ul.search-list li.current a span em {
	background: url(images/sprite.png) no-repeat scroll 0 -522px;
}

ul.search-list li.search-title {
	background: url(images/bg-default.png) no-repeat 0 -1323px;
	padding-left: 29px;
	padding-top: 2px;
	padding-right: 33px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}

ul.search-list li a span {
	padding-right: 10px;
	padding-bottom: 3px;
	padding-top: 2px;
	float: left;
}

ul.search-list li.first {
	padding-left: 0;
}

button span em {
	white-space: nowrap;
}

ul.search-list li a span em {
	float: right;
	height: 5px;
	width: 12px;
	position: absolute;
	top: 20px;
	right: 42%;
}

.search-header input {
	width: 195px;
	background: #eaeaea;
	color: #666;
	padding: 4px 10px;
	margin-right: 10px;
	border: 0;
	float: left;
	font-size: 12px;
}

.search-header .date {
	position: relative;
	float: left;
}

.search-header input.s1 {
	width: 80px;
}

.search-header .date input, .search-header input.s2 {
	width: 100px;
}

.search-header input.s4 {
	width: 240px;
}

.search-header input.keyword {
	width: 360px;
}

.search-header select {
	float: left;
	background: #eaeaea;
	color: #666;
	font-size: 12px;
	width: 240px;
	border: 0;
	padding: 3px;
	margin-right: 10px;
}

.search-header small {


/*position: absolute;
	top: 25px;
	right: 89px;*/
	color: #CCCCCC;
	display: inline;
	float: left;
	font-size: 11px;
	margin: -20px 0 0 9px;
}

.search-header button, .map-header button {
	background: none;
	border: 0;
	float: left;
	height: 25px;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}

button.btn-search {
	background: url(images/sprite.png) no-repeat 0px -1477px;
	text-indent: -999em;
	width: 35px;
	height: 25px;
	float: left;
	cursor: pointer;
}

.wrap-login {
	position: relative;
	float: left;
	padding-bottom: 15px;
	width: 200px;
}

.extra-login {
	clear: both;
	border-top: solid 1px #666;
	padding-top: 10px;
}

.extra-login span {
	float: left;
	padding-right: 5px;
	color: #ccc;
}

.wrap-login a.close, .contribute a.close {
	position: absolute;
	bottom: -10px;
	left: 40%;
	height: 15px;
	text-indent: -999em;
	width: 50px;
	background: url(images/sprite.png) no-repeat 0 -1450px;
}

.contribute a.close {
	bottom: 0;
}

.search-header button span, .map-header button span {
	background: url(images/bg-default.png) no-repeat 0 -92px;
	float: left;
	height: 25px;
	padding: 0 0 0 15px;
}

.search-header button span em, .map-header button span em {
	background: url(images/bg-default.png) no-repeat right -179px;
	font-weight: normal;
	font-style: normal;
	padding: 3px 15px 6px 0;
	float: left;
}

.map-header button span em {
	background: url(images/sprite.png) no-repeat right -1238px;
}

.search-header button:hover span, .map-header button:hover span {
	background-position: 0 -816px;
}

.search-header button:hover span em, .map-header button:hover span {
	background-position: right -844px;
}

img.mum-img {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

input.small, select.small {
	width: 190px;
}

a.icon-cal {
	background: url(images/sprite.png) no-repeat 0 -1301px;
	padding: 0;
	float: left;
	text-indent: -999em;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 4px;
	right: 14px;
}

/* @end */

/* @group Navigation Setting */

#nav-top ul {
	margin: 0;
	padding-top: 0px;
}

#nav-top ul li {
	float: left;
	padding: 0px 0px 0 30px;
	background: url(images/sprite.png) no-repeat 13px 13px;
	position: relative;
}

#nav-top ul li a {
	text-decoration: none;
	color: #fff;
	padding-bottom: 17px;
	float: left;
	font-size: 13px;
	padding-top: 9px;
	font-weight: bold;
}

#nav-top ul li a:hover, #nav-top ul li.current a {
	background: url(images/sprite.png) no-repeat 40% -2493px;
	color: #FBE647;
}

#nav-top ul li.first {
	padding: 0;
}

#nav-top ul li ul {
	display: none;
	position: absolute;
	text-decorationop: 29px;
	left: 20px;
	width: 182px;
	top: 38px;
	background: #2C2C2C;
	padding: 7px 0 0 0;
	z-index: 999;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-radius-bottomleft: 10px;
	-webkit-border-radius-bottomright: 10px;
	-moz-box-shadow: 0px 2px 7px #666;
}

#nav-top ul li ul li {
	float: none;
	padding: 0;
	margin: 0;
	height: 100%;
	background: none;
}

#nav-top ul li ul li a {
	display: block;
	padding: 0px 0 7px 0px;
	margin-bottom: 7px;
	margin-left: 10px;
	width: 160px;
	color: #fff!important;
	font-size: 11px;
	background: none!important;
	border-bottom: solid 1px #666;
}

#nav-top ul li ul li a:hover {
	background: none;
	color: #ffcc00!important;
}

#nav-top ul li span {


/*--Drop down trigger styles--*/  
    width: 17px;
	height: 35px;
	float: left;
	text-indent: -999em;
	background: url(images/sprite.png) no-repeat right -19px;
	cursor: pointer;
}

#nav-top ul li ul li a:hover {
	background: none;
}

#nav-top ul li ul li.last a {
	border: none;
	margin-bottom: 0;
}

/* @end */

/* @group Side-left Setting */

.side-left h2 {
	font-size: 14px;
	color: #666;
	border-bottom: solid 5px #ccc;
	padding-bottom: 6px;
	margin: 0;
	line-height: 28px;
	background: #fff;
}

.cat-list {
	background: #f5f5f5;
	padding: 0px 15px 0px 15px;
	margin-bottom: 20px;
}

.cat-list ul li strong a {
	color: #666;
}

.cat-list h3 {
	font-size: 13px;
	margin: 0;
	padding: 15px 0 10px 0;
}

.cat-list ul {
	margin: 0;
	padding-bottom: 10px;
}

.cat-list ul li span, .cat-list ul li a:hover, .cat-list ul li.current a {
	color: #666;
}

a.all-cat {
	background: url(images/sprite.png) no-repeat 97px -131px;
	padding: 10px 20px 10px 0px;
	border-bottom: solid 1px #ccc;
	display: block;
	font-weight: bold;
}

.side-left label {
	padding: 0 0 5px 0;
	display: block;
}

.side-left input {
	width: 190px;
	padding: 4px 5px;
	color: #666;
}

/* @end */

/* @group Content Setting */

.wrap {
	background: url(images/bg-wrap.gif) repeat-y 0 0;
	float: left;
}

.content h1 {
	font-size: 24px;
	border-bottom: solid 5px #ccc;
	padding-bottom: 6px;
	margin-bottom: 15px;
	line-height: 28px;
}

.content h2, .content h3 {
	color: #000;
	font-size: 16px;
	border-bottom: solid 2px #ccc;
	padding-bottom: 8px;
	margin: 0;
}

.content .listing h2, .content h3 {
	color: #666;
	font-size: 14px;
	margin-bottom: 10px;
}

.content img {
	margin-top: 3px;
}
/* Entry Stying */

.content .entry {
	padding: 10px 0;
	float: left;
	border-bottom: dotted 1px #666;
	width: 100%;
}

.content .directory {
	padding: 10px 0 0;
	background: none;
}

.content .entry h3 {
	color: #2a6db1;
	font-size: 15px;
	margin: 0;
	padding-bottom: 5px;
	border: none;
}

.content .entry h3 a {
	color: #2a6db1;
}

.content .entry h3 a:hover {
	color: #cc0000;
}

.content .entry p {
	padding: 3px 0 2px 0;
	margin: 0;
	clear: both;
}

.content .entry span {
	float: left;
	padding-right: 4px;
	font-size: 11px;
	color: #666;
}

.img-thumb img {
	margin-top: 2px;
}

a.critics-choice {
	float: left;
}

.actions {
	float: left;
	margin-top: 10px;
	background: #eee;
}

th.actions {
	float: none;
	margin: 0;
	background: #ccc;
}

.actions a {
	padding: 5px 10px 5px 28px;
	float: left;
	font-size: 11px;
	color: #666;
}

.actions a:hover {
	color: #ad0808;
}

.actions a.s2p {
	background: url(images/sprite.png) no-repeat 8px -65px;
}

.actions a.email {
	background: url(images/sprite.png) no-repeat 4px -87px;
}

.actions a.review {
	background: url(images/sprite.png) no-repeat 4px -111px;
}

.actions a.add-list {
	background: url(images/sprite.png) no-repeat 8px -136px;
}

/* Section Styling */

.dark {
	background: none!important;
}

.section {
	margin-bottom: 20px;
	display: inline;
}

.section a {
	text-decoration: none;
}

.section h2 {
	padding: 10px 0 10px 40px;
	margin-bottom: 10px;
	background: url(images/sprite.png) no-repeat 0 -1686px;
}
h2.home-icon{
	background: url(images/sprite.png) no-repeat 0 -1686px;
}
h2.food-drink, h2.food-and-beverage {
	background-position: 0 -184px;
}

h2.shopping {
	background-position: 0 -218px;
}

h2.music {
	background-position: 0 -262px;
}

h2.automotive {
	background-position: 0 -297px;
	padding-left: 40px!important;
}

h2.theatres {
	background: url(images/sprite.png) no-repeat 0 -1053px;
	padding-left: 40px!important;
}

h2.education {
	background: url(images/sprite.png) no-repeat 0 -1085px;
	padding-left: 30px!important;
}

h2.cafes {
	background-position: 0 -1845px;
	padding-left: 40px!important;
}

h2.banks-atm {
	background-position: 0 -1647px;
}

h2.petrol-pump {
	background-position: 0 -2040px;
}

h2.chemist {
	background-position: 0 -2410px;
	padding-left: 40px!important;
}

h2.clubs {
	background-position: 0 -2121px;
}

h2.films {
	background-position: 0 -1931px;
}

h2.gym {
	background-position: 0 -2159px;
	padding-left: 40px!important;
}

h2.hospital, h2.health{
	background: url(images/icon-events.png) no-repeat 0 7px;
}

h2.hotel {
	background-position: 0 -1889px;
}

h2.library-bookstores {
	background-position: 0  -2078px;
}

h2.salon {
	background-position: 0 -2361px;
	padding-left: 40px!important;
}

h2.places-of-interests {
	background-position: 0 -1726px;
	padding-left: 40px!important;
}

h2.restaurants {
	background-position: 0 -2235px;
	padding-left: 40px!important;
}

h2.school-colleges {
	background-position: 0 -1761px;
}

h2.services {
	background-position: 0 -1802px;
}

h2.dance {
	background-position: 0 -2000px;
}

h2.spa {
	background-position: 0 -2316px;
}
h2.yoga-meditation{
	background-position: 0 -2316px;
}

h2.bars-pubs{
	background-position:  0 -2279px;
}
h2.galleries{
	background: url(images/icon-events.png) no-repeat 0 -31px;
}
h2.festivals{
	background: url(images/icon-events.png) no-repeat 0 -74px;
}
h2.conferences{
	background: url(images/icon-events.png) no-repeat 0 -124px;
}
h2.concerts{
	background: url(images/icon-events.png) no-repeat 0 -214px;
	padding-left: 30px!important;
}
h2.night-out{
	background: url(images/icon-events.png) no-repeat 0 -456px;
	padding-left: 30px!important;
}
/* My Comment */

.section ul {
	margin: 0;
	float: left;
	width: 100%;
}
.ie7 .section ul {
	padding-bottom:10px;
}
.section ul li {
	border-bottom: dotted 1px #666;
	padding-bottom: 10px;
	margin-bottom: 10px;
	clear: both;
	float: left;
	width: 100%;
}

.section ul li h3 {
	font-size: 13px;
	color: #2a6db1;
	margin: 0;
	padding-bottom: 2px;
	border: none;
}

.section ul li h3 a {
	color: #2a6db1;
}

.section ul li p {
	margin: 0;
}

.section ul li .detail {
	float: left;
	width: 80%;
}

.section ul li .event-date {
	width: 40px;
	padding: 3px 0 0;
}

.section ul li .event-date strong {
	font-size: 12px;
	padding-left: 5px;
	font-weight: normal;
}

/* Toolbox Setting */

ul.toolbox {
	margin: 0 0 10px 0;
	width: 100%;
	float: left;
	padding-bottom: 4px;
	border-bottom: 2px solid #ccc;
}

ul.toolbox li {
	float: left;
	padding: 0 7px;
	border-left: solid 1px #ccc;
}

ul.toolbox li a {
	text-decoration: none;
	float: left;
	text-indent: -999em;
	width: 20px;
	height: 20px;
}

ul.toolbox li.first {
	padding: 0 7px 0 0;
}

ul.toolbox li a.post-comment {
	margin: 0;
}

ul.toolbox li a.email {
	background: url(images/sprite.png) no-repeat 0 -754px;
}

ul.toolbox li a.email:hover {
	background-position: -23px -753px;
}

a.twitt {
	background: url(images/sprite.png) no-repeat 0 -1151px;
}

a.twitt:hover {
	background-position: -26px -1151px;
}

a.print {
	background: url(images/sprite.png) no-repeat 0 -782px;
}

a.print:hover {
	background-position: -22px -782px;
}

a.comment {
	background: url(images/sprite.png) no-repeat 0 -808px;
}

a.comment:hover {
	background-position: -24px -808px;
}

a.doc {
	background: url(images/sprite.png) no-repeat 0 -834px;
}

a.doc:hover {
	background-position: -24px -834px;
}

a.flag {
	background: url(images/sprite.png) no-repeat 0 -863px;
}

a.flag:hover {
	background-position: -23px -863px;
}

a.feed {
	background: url(images/sprite.png) no-repeat 0 -892px;
}

a.feed:hover {
	background-position: -24px -891px;
}

a.send-to-phone {
	background: url(images/sprite.png) no-repeat 4px -1616px;
}

a.send-to-phone:hover {
	background-position: -24px -1616px;
}

a.add-to-list {
	background: url(images/sprite.png) no-repeat 0 -1588px;
}

a.add-to-list:hover {
	background-position: -24px -1588px;
}

/* UI Tabs Setting */

ul.nav-tab {
	margin: 10px 0 0px 0;
	float: left;
	width: 100%;
	border-bottom: solid 2px #ccc;
}

ul.nav-tab li {
	float: left;
}

ul.nav-tab li a {
	text-decoration: none;
	padding: 5px 15px 7px;
	float: left;
	background: #ebebeb;
	font-weight: bold;
	color: #666;
	margin-right: 4px;
	font-size: 14px;
}

ul.nav-tab li a:hover {
	color: #333;
}

ul.nav-tab li.current a {
	background: #fff;
	border: solid 1px #ccc;
	border-bottom: 0;
	margin: -5px 4px -2px 0;
	padding: 8px 15px 10px;
	position: relative;
	color: #333;
}

.tab-content {
	float: left;
	padding-top: 15px;
}

.tab-content .details ul {
	float: left;
	margin: 0 0 20px 0;
	width: 100%;
}

.tab-content .details ul li {
	float: left;
	border-bottom: dotted 1px #999;
	width: 100%;
	clear: both;
	padding: 5px 0;
}

.tab-content .details ul li p {
	margin: 0;
	font-size: 12px;
}

.tab-content .details ul li a {
	text-decoration: none;
}

.tab-content .details ul li span {
	float: left;
	padding-left: 2px;
	font-size: 11px;
	width: 60%;
}

.tab-content .details ul li strong {
	font-size: 12px;
}

/*.tab-content .details ul li strong{
	float: left;
	width: 74px;
}*/

.tab-content .actions {
	margin-bottom: 10px;
}

.tab-content .entry .actions {
	margin: 10px 0 0 0;
}

.tab-content h2 {
	color: #666;
	font-size: 14px;
	margin-bottom: 10px;
}

.been-here {
	background: #ffffcc;
	border: solid 1px #e5cc7f!important;
	padding: 5px 10px 5px 10px!important;
	width: 95%!important;
	float: left;
	margin: 15px 0;
}

a.b-here {
	background: url(images/bg-default.png) no-repeat 0 -1353px;
	padding: 7px 0 7px 24px;
	font-size: 11px;
	font-weight: bold;
	display: block;
	margin-top: 0px;
	color: #333
}
.mac.ff3 a.b-here, .mac.ff2 a.b-here{
	font-size: 12px;
}
a.b-here:hover {
	color: #cc0000;
}

p.note {
	font-size: 10px!important;
	color: #666;
}

.been-here p {
	padding-top: 0px;
	font-size: 10px;
	color: #666;
	margin: 0;
}

.listing ul {
	margin: 0;
}

.listing ul li {
	margin: 0 0 10px 0;
	border-bottom: dotted 1px #999;
	float: left;
	width: 100%;
	padding: 0 0 10px 0;
}

.content .listing ul li h3 {
	font-size: 13px;
	margin: 0;
	padding: 0px 0px 5px;
	clear: both;
	border: 0;
	color: #333;
}

.listing ul li p {
	font-size: 11px;
	margin: 0;
	padding: 5px 0 3px 0;
	line-height: 14px;
}

#content-details .details, #content-details .thumb-img {
	margin-bottom: 20px;
}

#content-details .details {
	font-size: 11px;
}

#content-details p {
	line-height: 18px;
	font-size: 13px;
}

a.flag-comment {
	padding-left: 20px;
	background: url(images/sprite.png) no-repeat 2px -926px;
}

a.w-review, a.button {
	background: url(images/bg-default.png) no-repeat scroll 0 -299px;
	padding: 5px 0 5px 15px;
	color: #fff;
}

a.w-review span, a.button span {
	background: url(images/bg-default.png) no-repeat scroll right -324px;
	padding: 5px 15px 5px 0;
}

a.w-review:hover, a.button:hover {
	background-position: 0 -943px;
	color: #333;
}

a.w-review:hover span, a.button:hover span {
	background-position: right -974px;
}

/* list Setting */

.result {
	background: #f5f5f5;
	padding: 10px 10px;
	float: left;
	width: 440px;
	margin-bottom: 10px;
}

.sort {
	background: url(images/sprite.png) no-repeat 45px -948px;
	padding-right: 15px;
}

/* Pagination Setting */

.paging {
	background: #f5f5f5;
	float: left;
	margin: 20px 0;
	padding: 10px 10px;
	width: 96%;
}

.paging a.current {
	color: #666;
}

.paging a.next {
	background: url(images/sprite.png) no-repeat 0 -168px;
	padding-left: 15px;
}

.paging a.prev {
	background: url(images/sprite.png) no-repeat 0 -965px;
	padding-left: 15px;
}

/* Google Map */

.google-map {
	border: solid 1px #999;
	margin-bottom: 20px;
	float: left;
	width: 100%;
}

.map-detail {
	float: left;
	margin-bottom: 10px;
}

.map-detail p {
	margin: 0;
	padding: 5px 0 0px;
	clear: both;
}

.map-detail p strong {
	color: #000;
	font-size: 14px;
	line-height: 20px;
}

.map-detail small {
	padding-right: 10px;
}

.map-detail .actions {
	margin-bottom: 15px;
}

.map-content {
	float: left;
}

/* Event Listing Setting */

.event-listing {
	margin-bottom: 20px;
	float: left;
}

.content .event-listing .entry {
	padding-top: 5px;
	padding-bottom: 0;
	margin-bottom: 10px;
}

.content .event-listing .entry span {
	color: #999;
}

.event-date {
	clear: both;
	padding: 10px 0 10px 0;
	float: left;
}

.event-date span {
	font-weight: bold;
	color: #666!important;
}

.event-date span strong {
	font-size: 16px;
}

.event-date span.date {
	background: url(images/sprite.png) no-repeat 0 -989px;
	width: 33px;
	height: 25px;
	float: left;
	text-align: center;
	font-size: 18px;
	padding-top: 8px;
	color: #333!important;
}

p.summary {
	border-bottom: solid 2px #ccc;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

a.critics-choice {
	float: left;
	font-size: 12px;
	padding-right: 10px;
	padding-left: 20px;
	color: #bb4600;
	padding-top: 5px;
	background: url(images/sprite.png) no-repeat 0 -1504px;
}

a.main-listing, a.parent-listing {
	background: url(images/sprite.png) no-repeat 0 -1564px;
	padding-left: 20px;
}

a.recommended {
	color: #339966;
	font-size: 12px;
	padding-left: 20px;
	float: left;
	padding-top: 5px;
	background: url(images/sprite.png) no-repeat 0 -1122px;
	cursor: default;
}

ul.media {
	margin: 0;
	float: left;
	width: 100%;
}

ul.media li {
	float: left;
	padding: 0 20px 18px 0;
	margin: 0;
}

ul.media li.last {
	padding: 0;
}

ul.media li img, ul.media li img a {
	float: left;
}

small.note {
	color: #666;
	display: block;
	padding-bottom: 5px;
}

.status {
	background: #f2f2f2;
	float: left;
	width: 97%;
	padding: 10px;
	margin-top: -15px;
	position: relative;
	margin-bottom: 20px;
}

.status textarea {
	width: 96%;
	height: 20px;
	padding: 10px 10px 7px 10px;
}

#comments blockquote {
	font-size: 12px;
}

#comments cite {
	font-size: 11px;
	font-style: normal;
}

.comments small {
	color: #666;
	display: block;
	padding-top: 5px;
}

.posted {
	float: left;
	width: 100%;
	padding-bottom: 15px;
}

.posted img {
	margin-top: 4px;
}

.posted .details {
	float: right;
	width: 169px;
}

.common-detail {
	float: left;
	clear: both;
	width: 100%;
	padding-bottom: 20px;
}

.common-detail P.info {
	clear: both;
	border: none;
	padding-top: 10px;
	margin: 0;
	font-size: 13px;
	line-height: 20px;
}

/* Style Citizen */

ul.static-rate {
	background: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

ul.static-rate li {
	float: left;
	width: 100%;
	padding: 10px 0px;
	border-bottom: dotted 1px #666;
}

ul.static-rate li.odd {
	background: #f5f5f5;
}

ul.static-rate li label {
	padding-left: 15px;
	display: block;
}

ul.static-rate li span.rates, .progressbar span {
	height: 10px;
	background: url(images/sprite.png) repeat 0 -1325px;
	float: left;
	margin-top: 3px;
}

.progressbar span {
	margin: 0 0 5px 0;
}

.citizen h2 {
	margin-bottom: 10px!important;
}

.media p {
	margin: 0;
	padding: 10px 0;
}

.hr {
	border-bottom: solid 2px #ccc;
	margin-bottom: 10px;
}

.media-player {
	float: left;
	margin-bottom: 20px;
}

.media-details {
	background: #ECECEC;
	padding: 10px;
	float: left;
	width: 6

80p
x;
	
}
/* @end */

/* @group Sidebar Setting */

#sidebar p span.rating {
	font-size: 10px;
}

.filter-box {
	float: left;
	width: 178px;
	padding: 10px 0px 5px 10px;
	background: #fff url(images/bg-default.png) no-repeat 0 -1569px;
	margin-bottom: 15px;
	border-left: solid 1px #dbd8d8;
	border-right: solid 1px #dbd8d8;
	border-bottom: solid 1px #dbd8d8;
}

.filter-box li {
	padding-bottom: 5px;
	float: left;
	clear: both;
}

.filter-box li strong {
	font-size: 12px;
	float: left;
	color: #333!important;
	font-weight: normal;
	padding-right: 3px;
}

a.f-remove {
	float: left;
	background: url(images/sprite.png) no-repeat right -2444px;
	padding: 0 15px 0 20px;
	font-size: 12px;
}

.filter-box li {
	font-size: 10px;
}

label.field-title-overlay-label {
	left: 3px!important;
}
.ie7 .user-info label.field-title-overlay-label{
	padding-top:12px!important;
}
#sidebar {
	padding-top: 28px;
}

.widget {
	padding: 10px;
	border: solid 1px #e5e5e5;
	margin-bottom: 20px;
	float: left;
	width: 90%;
}

#sidebar .widget {
	width: 198px;
}

.widget h3, .widget h3 a {
	color: #2a6db1;
	font-size: 13px;
	margin: 0;
}

.widget h3 a:hover {
	color: #cc0000;
}

.widget h3 {
	padding-bottom: 3px;
}

#sidebar .user-info {
	background: #ececec;
	float: left;
	width: 200px;
	padding: 10px;
}

.user-info {
	position: absolute;
	right: 34px;
	top: 49px;
	width: 200px;
	padding: 10px;
	z-index: 99;
	background: #3d3d3d;
	overflow: hidden;
	min-height: 50px;
	height: auto!important;
	height: 50px;
	-moz-box-shadow: 1px -5px 10px #333333;
	-webkit-box-shadow: 1px -5px 10px #333333;
}

a.lg-contribute {
	background: url(images/sprite.png) no-repeat 0 -1420px;
	padding-left: 19px;
}

.user-info label.field-title-overlay-label {
	color: #ccc;
}

.user-info label.focus {
	color: #999!important;
}

.user-info h2 {
	color: #fff;
	font-size: 12px;
	margin: 0;
	padding: 0px 0 10px 0;
}
.ie7 .user-info h2{
	padding:0 0 0 0;
}
.user-info h2.f-left {
	padding-right: 12px;
	font-size: 14px;
	padding-bottom: 14px;
}

.user-info input {
	width: 180px;
	background: #585858;
	color: #ccc;
	margin-bottom: 10px;
	padding: 4px 10px;
	margin-right: 10px;
	border: 0;
	float: left;
	font-size: 12px;
}
.ie7 .user-info input{
	margin-bottom:0;
	margin-top:10px;
}
.login .details {
	float: right;
	width: 136px;
	color: #666;
}

.login .details a {
	color: #ffcc00;
}

.login .details h2 {
	margin: 0;
	padding: 0px;
	height: 34px;
	font-weight: normal;
	text-transform: capitalize;
}
.ie7 button.buttonLogin {
	width: 80px;
}
#sidebar .login input {
	border: 1px solid #CCCCCC;
	height: 18px;
	padding-left: 10px;
	padding-top: 5px;
	width: 188px;
	margin-bottom: 10px;
}

a.forget {
	float: left;
	padding-top: 3px;
	padding-left: 13px;
	color: #ccc;
	margin-bottom: 13px;
	white-space: nowrap;
}

a.forget:hover {
	color: #ffcc00;
}

.contribute {
	width: 100%;
	float: left;
	clear: both;
	display: none;
	margin-top: 13px;
	padding-top: 10px;
	padding-bottom: 8px;
	border-top: 1px solid #666;
}

.contribute ul {
	margin: 0;
	padding: 0;
}

.contribute ul li {
	padding-left: 15px;
	float: left;
	clear: both;
	margin-bottom: 5px;
	background: url(images/sprite.png) no-repeat 0 -167px;
}

.contribute ul li a {
	color: #ffcc00;
}

.contribute ul li a:hover {
	color: #cc0000;
}

.widget ul {
	margin: 0;
	padding-bottom: 5px;
	float: left;
	width: 100%;
}

.widget li {
	clear: both;
	border-bottom: dotted #666 1px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	float: left;
	width: 100%;
}

.widget li p {
	margin: 0;
}

a.avator {
	float: left;
	height: 48px;
	width: 48px;
	overflow: hidden;
}

a.avator img {
	margin-top: 2px;
	float: left;
}

#sidebar .user-info .details {
	float: right;
	width: 62%;
}

#sidebar p span {
	float: left;
	font-size: 11px;
}

button.share {
	background: none;
	padding: 0;
	margin: 0;
	float: left;
	border: 0;
}

button.share span, a.sblogin {
	background: url(images/bg-default.png) no-repeat scroll 0 -223px;
	float: left;
	padding: 3px 0 0px 25px;
}

button.share span em, a.sblogin span {
	background: url(images/bg-default.png) no-repeat scroll right -258px;
	float: left;
	margin-top: -3px;
	padding: 3px 15px 6px 0;
	font-size: 12px;
	color: #cc0000;
	font-style: normal;
}

button.share:hover span {
	background-position: 0 -1197px;
}

button.share:hover span em {
	background-position: right -1227px;
}

#sidebar .directory {
	float: left;
	width: 200px;
	padding: 10px;
	background: #ffcc01 url(images/bg-default.png) repeat 0 -555px;
	margin-bottom: 20px;
}

.directory p {
	margin: 0;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 5px;
}

.directory button {
	background: none;
	border: 0;
	color: #fff;
	font-size: 13px;
	padding: 0;
	cursor: pointer;
	outline: none;
}

.directory button span {
	background: url(images/bg-default.png) no-repeat scroll 0 -43px;
	float: left;
	padding: 0 0 0 25px;
}

.directory button span em {
	background: url(images/bg-default.png) no-repeat scroll right -119px;
	float: left;
	font-style: normal;
	padding: 2px 15px 7px 0;
}

.sign-up button {
	text-align: center;
	width: 200px;
	font-size: 18px;
	margin: 6px 0 4px 0;
}

.sign-up button span {
	background: url(images/bg-default.png) no-repeat scroll 0 -1022px;
	width: 180px;
	padding: 6px 0 10px 20px;
	text-align: center;
	float: none;
	display: block;
	margin-left: -3px;
}

.safari .sign-up button span {
	margin-left: 0;
	padding: 8px 0 8px 20px;
}

.sign-up button span em {
	background: none;
	float: none;
}

#sidebar h2, #column h2, .home-sidebar h3{
	font-size: 14px;
	color: #666;
	border-bottom: #ccc 2px solid;
	margin: 0;
	padding: 0 0 8px 0;
}

.popular {
	line-height: 18px;
}

.popular a {
	display: block;
	color: #333;
}

.popular a:hover {
	color: #cc0000;
}

.map-list {
	border: none;
	padding: 0;
	margin: 0;
}

.ad {
	background: #f5f5f5;
}

/* Blog Setting */
.home-widget .blog-detail h3{
	border: none;
	clear: both;
}
.wid-blog {
	border: none;
	padding: 10px 0 0 0;
	width: 100%!important;
	font-size: 11px;
}

.wid-blog cite {
	font-style: normal;
	font-size: 10px;
	color: #666;
}

.blog-detail {
	float: right;
	width: 79%;
}

.widget img {
	margin-top: 3px;
}

.wid-blog blockquote {
	margin: 0 0 0px 0;
	padding-bottom: 5px;
}

.wid-blog .f-left img {
	margin-top: 3px;
	max-width:40px;
}

.author-details {
	padding: 0;
	width: 100%!important;
	border: none;
	font-size: 11px;
	margin: 0 0 10px 0;
}

.author-details p {
	clear: both;
	margin: 0 0 8px 0;
}

.author-info {
	border: 0;
	background: #f5f5f5;
	font-size: 11px;
	color: #666;
	padding-bottom: 0;
}

.author-info .img-thumb {
	float: left;
}

.author-info .f-left strong {
	font-size: 12px;
	color: #333;
}

.author-info .f-left {
	width: 60%;
	padding: 10px 0 0 10px;
}

.author-info .f-left span {
	display: block;
	padding-top: 5px;
}

.author-info p {
	clear: both;
	padding-top: 10px;
	margin: 0 0 10px;
}

.author-info ul li {
	border-bottom: none;
	border-top: dotted 1px #999;
	padding-top: 10px;
	margin: 0;
}

.author-info h3 {
	color: #333;
	padding-bottom: 7px;
}

/* @end */

/* @group Blog Setting */

#column #sidebar {
	padding-top: 0px;
}

.player {
	padding-top: 25px;
	padding-bottom: 20px;
	float: left;
	width: 100%;
}

.event-map {
	background: #ededed;
	padding: 10px;
	overflow: hidden;
	margin-bottom: 20px;
	float:left;
}

.map-thumb {
	float: left;
	border: solid 1px #9f9f9f;
}

.event-map ul {
	float: left;
	padding-top: 20px;
	margin: 0;
}

.event-map ul li .map-details {
	background: none;
	width: 160px;
	clear: none;
	padding: 0;
}

.event-map ul li .map-no {
	width: 30px;
	float: left;
	height: 34px;
	background: url(images/sprite.png) no-repeat 0 -1346px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 0 0 9px;
}

.event-map ul li .map-details p {
	margin: 0;
}

.event-map ul li .map-details h3 {
	font-size: 13px;
	color: #2a6db1;
	margin: 0;
	padding: 0;
}

.event-map ul li .map-details h3 a {
	color: #2a6db1;
}

.event-map ul li {
	float: left;
	clear: both;
	width: 100%;
	border-bottom: dotted 1px #adadad;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.poll h4 {
	padding: 0 0 5px 0!important;
	color:#2A6DB1;
	font-size:13px;
	margin:0;
}

ul#poll {
	margin: 0;
	padding: 10px 0 0 0;
	float: left;
}
ul#poll li input{
	width: auto!important;
		border: none!important;
}
.widget-body {
	padding-top: 10px;
}

.widget-body p {
	font-weight: normal!important;
	color: #666!important;
}

ul#poll li {
	float: left;
	background: none;
	padding: 0 0 10px 0;
	margin: 0;
	border: none;
}

p#poll-error {
	padding: 5px 0!important;
	font-weight: normal;
	color: #cc0000!important;
}
ul.form li#wrap_BlogPost_body small{
	float: left;
}
.poll {
	background: #f5f5f5;
	border: solid 1px #dedede;
	padding: 10px;
	width: 198px;
	float: left;
}

.poll button {
	float: left;
}

.poll a.read {
	margin-top: 7px;
	float: left;
	margin-left: 10px;
}

.poll p {
	margin-bottom: 5px;
	line-height: 16px;
	font-weight: bold;
}

.poll input {
	margin: 0px 0 0 0;
	vertical-align: middle;
}

.playlist {
	float: left;
	width: 100%;
}

.playlist ul {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.playlist li {
	float: left;
	padding: 0px;
	width: 220px;
	border-bottom: dotted 1px #adadad;
}

.playlist li a {
	padding: 5px 0 7px 35px;
	float: left;
	color: #333;
	width: 185px;
}

.playlist li.odd a {
	background: #f0f0f0 url(images/sprite.png) no-repeat 8px -1390px;
}

.playlist li.even a {
	background: #fff url(images/sprite.png) no-repeat 8px -1390px;
}

.playlist li a:hover, .playlist li.current a {
	background: #d3d3d3 url(images/sprite.png) no-repeat 8px -1390px;
}

#column .tweets {
	border: none;
	padding: 10px 0 0;
	width: 220px;
}

#column .tweets li small {
	color: #666;
}

#column .tweets li a {
	color: #33
3
;
}
/* @end */

/* @group Form Setting */

.post-comment {
	margin-bottom: 20px;
	float: left;
	width: 100%;
}

.post-comment h3 {
	margin-bottom: 0;
}

textarea.full {
	width: 650px!important;
}

.comment-form {
	background: #f2f2f2;
	float: left;
	border: solid 1px #d0d0d0;
	border-top: 0;
	width: 99.6%;
	padding-bottom: 10px;
	overflow: hidden;
}
ul.form{
	width: 700px;
	background: #f0f0f0;
	float: left;
	border-bottom: solid 1px #e0e0e0;
}
#commentsFormDiv ul.form{
	width: 457px;
	background: none;
	border-bottom: none;
	margin: 0;
}
ul.form li{
	padding:20px 15px ;
	border-left: solid 1px #e0e0e0;
	border-right: solid 1px #e0e0e0;
	float: left;
	width: 668px;
	background: url(images/dotted.gif) no-repeat 0 bottom;
}
ul.form li small.instruct{
	color: #666;
	display: block;
	padding-top: 5px;
}
ul.form li small.instruct1{
	clear:left;
	float:left;
	padding-top:5px;
	color: #666;
	margin-top: -21px;
	display: inline;
}
.ie7 ul.form li small.instruct1{
	width:200px;
}
ul.form li small.instruct2{
	clear:both;
	float:left;
	margin-top:4px;
	padding-left:258px;
	color: #666;
	display: inline;
}
.ie7 ul.form li small.instruct2{
	width:300px;
}
ul.form li small.instruct3{
	clear:both;
	float:left;
	margin-bottom:4px;
	color: #666;
	margin-top: -4px;
	display: inline;
}
ul.form li.focussed input{
	border: solid 1px #8e8c8c;
}

#commentsFormDiv ul.form li{
	width:426px;
	background: none;
	border-left: none;
	border-right: none;
	border-bottom: dotted 1px #ccc;
	padding: 15px 0;
	margin: 0 15px;
	display: inline;
}
.fullForm #commentsFormDiv ul.form li{
	width: 666px!important;
}
#commentsFormDiv ul.form li.formsubmit{
	border: none;
	padding-bottom: 0;
}
ul.form li.section-break{
	background: #fff;
	padding: 0;
	border: none;
	width: 700px;
	border-top: solid 1px #e0e0e0;
}
ul.form li.sl-border{
	border: none;
}
ul.form li.sl-nobg, ul.form li.formsubmit, #BlogPost ul.form li.cloning{
	background: none;
}
ul.form li label {
	display: block;
	font-weight: bold;
	color: #666;
	font-size: 13px;
	padding: 0 0 5px 0;
}
ul.form li#wrap_directory_address, ul.form li#wrap_directory_fax{
	height: 100px;
}
ul.form li#wrap_directory_address textarea#directory_address{
	width: 310px;
}
ul.form li label.error {
	font-weight: normal;
	color: #cc0000;
	font-size: 11px;
	border: none;
	margin: 0;
	padding: 0;
}

ul.form li label span.required {
	background: url(images/sprite.png) no-repeat 5px -1030px;
	width: 10px;
	height: 10px;
	padding-left: 15px;
}

ul.form li.submit {
	padding: 0 20px 10px !important;
}

#addComments textarea {
	width: 415px!important;
	height: 112px;
	border: solid 1px #bdbdbd;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #333;
}

ul.form li.wrap-remember label {
	display: inline;
	font-weight: normal;
	font-size: 12px;
}

button.submit, button.save {
	border: 0;
	background: none;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	padding: 0;
	cursor: pointer;
}

button.submit span, button.save span {
	background: url(images/bg-default.png) no-repeat scroll 0 -356px;
	float: left;
	padding: 0 0 0 27px;
}

button.submit span em, button.save span em {
	font-style: normal;
	background: url(images/bg-default.png) no-repeat scroll right -385px;
	float: left;
	color: #fff;
	font-style: normal;
	padding: 5px 15px 5px 0;
}

.time-picker {
	position: absolute;
}

/* @end */

/* @group Banner Setting */

.banner {
	text-align: center;
	border: solid 1px #dfdfdf;
	padding: 15px 19px;
	margin: 0px -10px 0;
	display: inline;
	background: #fff;
}

/* @end */

/* @group Home Setting */

.home #sidebar {
	padding: 0;
}

.block {
	clear: both;
	float: left;
	width: 100%;
}

.spotlight {
	background: #f2f2f2;
	float: left;
	margin-bottom: 20px;
	margin-top: 2px;
}

.spotlight img {
	margin: 0;
}

.spotlight h2 {
	font-size: 20px;
	padding: 0px 0 5px;
	margin: 0;
	line-height: 24px;
	border: none;
	color: #2a6db1;
}

.spotlight p {
	margin: 0 15px 4px 0;
}

a.feeder {
	float: right;
	padding-top: 13px;
	margin-bottom: -30px;
	background: url(images/sprite.png) no-repeat 0 -882px;
	text-indent: -999em;
	width: 16px;
	position: relative;
}

/* Side right Setting */

.side-right {
	background: #ededed;
	overflow: hidden;
}

.side-right .widget {
	border: none;
}

.side-right h2 {
	font-size: 14px;
	margin: 0 10px 0px;
	border-bottom: solid 2px #ccc;
	color: #666;
	padding-bottom: 5px;
}

.side-right .widget p {
	margin: 0;
	padding-bottom: 3px;
}

.links a {
	line-height: 20px;
}

.links a {
	line-height: 20px;
}

/* Widget Swine flu */

.swinf-flu {
	background: #000;
}

.swinf-flu h2 {
	margin: 0;
	border: 0;
	font-weight: normal;
	font-size: 13px;
	padding: 5px 0 5px 0;
}

.swinf-flu small {
	font-size: 8px;
	color: #999;
}

.sf-details {
	float: left;
	margin: 0 -10px 5px;
	padding: 0;
	width: 216px;
	border-top: solid 1px #333;
	border-bottom: solid 1px #333;
	color: #cc0001;
	font-size: 30px;
	line-height: 30px;
}

.sf-details strong {
	display: block;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	font-weight: normal;
}

.sf-1 {
	width: 45%;
	float: left;
	border-right: solid 1px #333;
	padding: 5px 0 5px 10px;
	margin-right: 10px;
}

.sf-2 {
	padding-top: 5px;
}

/* Sideright Setting */

.article, .subscribe {
	padding: 0;
	border: 0;
	width: 100%!important;
	float: left;
}
.no-p-widget{
	margin-bottom: 20px;
}
.article img, .subscribe img {
	margin: 0;
}

.subscribe {
	border: solid 1px #ccc;
	border-left: 0;
}

h2.title {
	background: #f1f1f1;
	border: solid 1px #e0e0e0;
	color: #666;
	font-size: 16px;
	padding: 10px;
	clear: both;
	float:left;
	width:920px;
}

.block {
	float: left;
}

.block h3 {
	font-size: 14px;
	color: #666;
	margin: 0;
	padding-bottom: 10px;
}

.block .detail {
	border: solid 1px #ccc;
	padding: 10px;
	background: #f5f5f5;
}

.block .flash .flash-content {
	padding: 0;
	border: solid 1px #ccc;
}

.block h4 {
	font-size: 12px;
	color: #2a6db1;
	padding: 7px 0 0px 0;
	margin: 0;
}

.block p {
	margin: 0;
}

/* Block Information Setting */

.block-info {
	float: left;
	margin-bottom: 20px;
}

.block-info h3 {
	font-size: 14px;
	color: #666;
	margin: 0;
	padding: 0 0 7px 0;
	border-bottom: 2px solid #ccc;
}

.block-info .detail {
	border: solid 1px #ccc;
	border-top: 0;
	float: left;
}

.thumb img {
	border: solid 1px #ccc;
}

.block-info .detail img {
	padding-right: 10px;
}

.block-info .detail p {
	padding: 10px 15px 5px 0px;
	margin: 0;
	font-size: 15px;
	line-height: 19px;
}

.block-info .detail p {
	padding: 10px 10px 5px 0px;
	margin: 0;
	font-size: 15px;
	line-height: 19px;
}

.block-info .twitter .detail {
	background: url(images/bg-default.png) no-repeat 0 -429px;
	padding-left: 180px;
	height: 117px;
	overflow: hidden;
}

.profile {
	padding: 10px 10px 0 10px;
	margin-bottom: 20px;
	float: left;
}

.profile-img {
	float: left;
	border: solid 1px #ccc;
	margin-bottom: 10px;
}

.profile-img:hover {
	color: #00cccc;
}

.profile p {
	margin-bottom: 10px;
}

.boxgrid {
	width: 200px;
	height: 200px;
	float: left;
	background: #161613;
	overflow: hidden;
	position: relative;
}

.boxgrid img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}

.boxcaption {
	float: left;
	position: absolute;
	background: #fff;
	height: 100px;
	width: 100%;
}

.boxcaption p {
	padding: 6px;
	margin: 0;
}

.captionfull .boxcaption {
	top: 260;
	left: 0;
}

.caption .boxcaption {
	top: 220;
	left: 0;
}

.user-log {
	padding: 10px 10px 10px 0;
	float: left;
	width: 100%;
}

/* @end */

/* @group Footer Setting */

a.feedback {
	background-image: url(images/feedback_trans_tab.png);
	color: #FFFFFF;
	cursor: pointer;
	height: 104px;
	left: 0;
	margin-left: -7px;
	overflow: hidden;
	position: fixed;
	text-indent: -100000px;
	top: 35%;
	width: 42px;
	z-index: 100000;
	background-color: #000;
}

a.feedback:hover {
	left: 3px;
}

.footer {
	border-top: 20px solid #fff;
}

.footer .breadcrumb {
	padding: 12px 20px;
	margin: 0 -20px;
	display: inline;
	background: #ebebeb;
}

.breadcrumb a.home {
	float: left;
	background: #ebebeb url(images/sprite.png) no-repeat 0px -384px;
	text-indent: -999em;
	width: 3px;
	height: 20px;
}

.breadcrumb a {
	padding-left: 18px;
	background: url(images/sprite.png) no-repeat scroll 5px -657px;
	color: #666;
}

.breadcrumb a:hover {
	color: #cc0000;
}

.main-footer {
	background: #515151;
	margin: 0 -20px;
	padding: 0 20px 15px;
}

ul.nav-sitemap {
	margin: 0;
	padding-top: 20px;
}

ul.nav-sitemap li {
	margin: 0;
	float: left;
	width: 140px;
}

ul.nav-sitemap li a {
	color: #fff;
}

ul.nav-sitemap li a:hover {
	color: #ccc;
}

ul.nav-sitemap li ul {
	padding-top: 5px;
}

ul.nav-sitemap li li a {
	color: #ccc;
	font-size: 11px;
}

ul.nav-sitemap li li a:hover {
	color: #fff;
}

.nav-footer {
	clear: both;
	width: 100%;
	float: left;
	padding-top: 20px;
}

.nav-footer p {
	float: left;
	color: #999;
	padding-right: 40px;
}

.nav-footer ul li {
	float: left;
	padding: 0 10px;
	background: url(images/sprite.png) no-repeat 0 -413px;
}

.nav-footer ul li a {
	color: #ccc;
	font-size: 11px;
}

.nav-footer ul li a:hover {
	color: #fff;
}
/* @end */

/* @group G Map Setting */

a.map-link {
	font-size: 18px;
	position: absolute;
	float: right;
	top: 6px;
	right: 8px;
	background: url(images/bg-default.png) no-repeat 0 -1135px;
	padding: 10px 0 10px 15px;
	width: 220px;
}

a.map-open span {
	display: block;
	background: url(images/sprite.png) no-repeat 171px -587px;
}

a.map-close span {
	display: block;
	background: url(images/sprite.png) no-repeat 171px -617px;
}

.map-header {
	clear: both;
	float: left;
	padding-bottom: 10px;
}

.map-header input {
	background: #EAEAEA none repeat scroll 0 0;
	border: 0 none;
	color: #666666;
	float: left;
	font-size: 12px;
	margin-right: 10px;
	padding: 4px 10px;
	width: 219px;
}

a.menuBtn {
	margin-right: 10px;
}

.map-header h3 {
	background: url(images/bg-default.png) no-repeat right -1086px;
	float: left;
	font-size: 12px;
	color: #fff;
	padding: 3px 20px 5px 10px;
	margin-right: 10px;
	font-weight: normal;
	margin-bottom: 0;
}

.map-container {
	position: absolute;
	top: 156px;
	left: 0;
	width: 980px;
	padding: 0px 0 38px 0;
	margin: 0 -10px;
	background: url(images/map-shadow.png) no-repeat 0 bottom;
}

.wrap-map {
	background: #fff;
	padding: 10px 20px;
	float: left;
}

.map-details {
	background: #fff;
	float: left;
	clear: both;
	width: 100%;
	padding: 10px 0;
}

.map-details ul {
	margin: 0;
}

.map-details ul li {
	margin: 0 0 0 0;
	padding: 6px 20px 6px 31px;
	float: left;
}

a.close-map {
	float: right;
}

li.blog {
	background: url(images/bg-default.png) no-repeat 0 -1206px;
}

li.incidents {
	background: url(images/bg-default.png) no-repeat -257px -1206px;
}

li.events {
	background: url(images/bg-default.png) no-repeat 0 -1252px;
}

li.di g tory {
	background: url(images/bg-default.png) no-repeat -257px -1253px;
}

a.close-map {
	background: url(images/sprite.png) no-repeat 36px -1214px;
	padding: 0 20px 0 0;
	margin-top: 10px;
}

/* @end */

/* @group Auto Suggest */

.auto-complete {
	position: relative;
	float: left;
}

div.autosuggest {
	position: absolute;
	background-image: url(images/as_pointer.gif);
	background-position: 80px top;
	background-repeat: no-repeat;
	padding: 10px 0 0 0;
	top: 24px;
	width: 239px!important;
}

div.autosuggest div.as_header,
div.autosuggest div.as_footer {
	position: relative;
	height: 6px;
	padding: 0 6px;
	background-image: url(images/ul_corner_tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
	overflow: hidden;
}

div.autosuggest div.as_footer {
	background-image: url(images/ul_corner_br.gif);
}

div.autosuggest div.as_header div.as_corner,
div.autosuggest div.as_footer div.as_corner {
	position: absolute;
	top: 0;
	left: 0;
	height: 6px;
	width: 6px;
	background-image: url(images/ul_corner_tl.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

div.autosuggest div.as_footer div.as_corner {
	background-image: url(images/ul_corner_bl.gif);
}

div.autosuggest div.as_header div.as_bar,
div.autosuggest div.as_footer div.as_bar {
	height: 6px;
	overflow: hidden;
	background-color: #333;
}

input#event_startDate_date, button.calendar-select, input#event_startDate_time, input#event_endDate_date, input#event_endDate_time, .hasDatepicker {
	float: left;
}

div.autosuggest ul, ul.jq-ui-autocomplete, .time-picker {
	list-style: none;
	margin: 0 0 -4px 0;
	padding: 5px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	overflow: hidden;
	background-color: #333;
}

ul.jq-ui-autocomplete {
	background: #666;
	width: 310px!important;
}

div.autosuggest ul li, ul.jq-ui-autocomplete li, .time-picker li {
	color: #ccc;
	padding: 4px 5px;
	margin: 0;
	text-align: left;
}

.time-picker {
	margin-top: 20px;
}

.time-picker ul {
	border-top: 1px solid #666666;
	width: 94px;
}

.time-picker li {
	border-color: -moz-use-text-color #666666 #666666;
	border-style: none solid solid;
	border-width: medium 1px 1px;
	cursor: pointer;
	float: left;
	width: 35px;
}

.time-picker li:hover {
	background: #444444;
	color: #ffcc00;
}

div.autosuggest ul li a, ul.jq-ui-autocomplete li a {
	color: #fff;
	display: block;
	text-decoration: none;
	background-color: transparent;
	text-shadow: #000 0px 0px 5px;
	position: relative;
	padding: 2px 5px;
}

div.autosuggest ul li a small {
	font-size: 10px;
	color: #ccc;
}

div.autosuggest ul li.ac_over, ul.jq-ui-autocomplete li.active {
	background-color: #444;
	cursor: pointer;
}

ul.jq-ui-autocomplete li.active {
	color: #ffcc00;
}

ul.tags {
	margin: 0;
}

ul.tags li {
	padding: 2px 12px 4px 5px;
	clear: none;
	width: auto;
	display: inline;
	margin-top: 10px;
	margin-right: 10px;
}

.clone {
	margin-bottom: 5px;
	padding-top: 10px;
}
.clone input.s4{
	width: auto!important;
}

ul.tags li div.tagtext {
	float: left;
}

div.autosuggest ul li.as_highlight a:hover, ul.jq-ui-autocomplete li.as_highlight a:hover {
	background-color: #1B5CCD;
}

.auto.suggest-loading {
	background: #ccc;
	width: 20px;
	height: 20px;
}

div.autosuggest ul li a span {
	display: block;
	padding: 3px 6px;
	font-weight: bold;
}

div.autosuggest ul li a span small {
	font-weight: normal;
	color: #999;
}

div.autosuggest ul li.as_highlight a span small {
	color: #ccc;
}

div.autosuggest ul li.as_highlight a {
	color: #fff;
	background-color: #1B5CCD;
	background-image: url(images/hl_corner_br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.autosuggest ul li.as_highlight a span {
	background-image: url(images/hl_corner_bl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.autosuggest ul li a .tl,
div.autosuggest ul li a .tr {
	background-image: transparent;
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;
}

div.autosuggest ul li a .tr {
	right: 0;
}

div.autosuggest ul li.as_highlight a .tl {
	left: 0;
	background-image: url(images/hl_corner_tl.gif);
	background-position: bottom left;
}

div.autosuggest ul li.as_highlight a .tr {
	right: 0;
	background-image: url(images/hl_corner_tr.gif);
	background-position: bottom right;
}

div.autosuggest ul li.as_warning {
	font-weight: bold;
	text-align: center;
}

div.autosuggest ul li strong {
	font-style: normal;
	color: #ffcc00;
}

input.ac_loading {
	background: #EAEAEA url(images/spinner.gif) no-repeat 98% 5px;
}

/* @end */

/* @group carousal */

.carousel {
	float:left;
	margin-top:-6px;
	padding-bottom:4px;
	width:100%;
}

#poll a.read {
	margin: 0 10px 0 0;
}

div.carousel-wrap {
	margin-bottom: 20px;
}

div.carousel-wrap img {
	width: 100%;
	margin: 0;
	border: 1px solid #9c9c9c;
	height: 100px;
}

div.carousel-wrap div.meta {
	color: #666;
}

div.carousel-wrap div.meta h4 a {
	color: #2a6db1;
}

div.carousel-wrap p {
	margin-bottom: auto;
	height: 32px;
	overflow: hidden;
	float:left;
}

.carousel-item {
	display: none;
}
.carousel-item{
	float: left;
	overflow: hidden;
}
.carousel a {
	right: 0px;
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	text-indent: -9999em;
	background: url(images/carousel-controls.gif) no-repeat;
}

.carousel a.carousel-page {
	background-position: -32px 0;
}

.carousel a.carousel-page.current, .carousel a.carousel-page:hover {
	background-position: -32px -16px;
}

.carousel a.pause {
	background-position: -16px 0px;
	float: right;
}

.carousel a.pause:hover {
	background-position: -16px -16px;
}

.carousel a.play {
	float: right;
	background-position: 0px 0px;
}

.carousel a.play {
	background-position: 0px -16px;
}

/* @end */

/* @group Rating Setting */

.star-rating-control {
	position: relative;
}

.safari div.rating-cancel {
	left: 90px;
	top: -2px;
}

div.rating-cancel {
	position: absolute;
	left: 10px;
	top: -14px;
	width: 75px;
	font-size: 11px;
}
.ie7 div.rating-cancel{
	top:-4px;
}
div.rating-cancel a {
	width: auto;
	cursor: pointer!important;
}

div.star-rating {
	float: left;
	width: 17px;
	height: 15px;
	text-indent: -999em;
	cursor: pointer;
	display: block;
	background: transparent;
	overflow: hidden
}

div.star-rating,div.star-rating a {
	background: url(images/star.gif) no-repeat 0 0px
}

div.star-rating a {
	display: block;
	width: 16px;
	height: 100%;
	background-position: 0 0px;
	border: 0
}

div.star-rating-on a {
	background-position: 0 -16px!important
}

div.star-rating-hover a {
	background-position: 0 -32px
}

/* Read Only CSS */

div.star-rating-readonly a {
	cursor: default !important
}

/* Partial Star CSS */

div.star-rating {
	background: transparent!important;
	overflow: hidden!important
}

span.star {
	float: left;
	background: url(images/bg-default.png) no-repeat 0 0;
	height: 15px;
	width: 80px !important;
	overflow: hidden;
	text-indent: -999em;
}

span.c-0-5 {
	background-position: 0 -1403px;
}

span.c-1 {
	background-position: 0 -1417px;
}

span.c-1-5 {
	background-position: 0 -1432px;
}

span.c-2 {
	background-position: 0 -1447px;
}

span.c-2-5 {
	background-position: 0 -1462px;
}

span.c-3 {
	background-position: 0 -1477px;
}

span.c-3-5 {
	background-position: 0 -1491px;
}

span.c-4 {
	background-position: 0 -1506px;
}

span.c-4-5 {
	background-position: 0 -1521px;
}

span.c-5 {
	background-position: 0 -1536px;
}

#comments span.star {
	float: none;
	display: block;
}

/* @end */

/* @group Treeview Setting */


.treeview, .treeview ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul li li {
	xpadding-left: 15px;
}

.treeview .hitarea {
	background: url(images/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}

/* fix for IE6 */

* html .hitarea {
	display: inline;
	float: none;
}

.treeview li {
	margin: 0;
	padding: 1px 0pt 1px 16px;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol {
	margin: 1em 0;
	display: none;
}

.treeview .hover {
	color: red;
	cursor: pointer;
}

.treeview li li {
	background: url(images/treeview-default-line.gif) 0 0 no-repeat;
}

.treeview li.collapsable, .treeview li.expandable {
	background-position: 0 -176px;
}

.treeview .expandable-hitarea {
	background-position: -80px -3px;
}

.treeview li.last {
	background: url(images/treeview-default-line.gif) no-repeat 0 -1766px!important
}

.treeview li.lastCollapsable, .treeview li.lastExpandable {
	background: url(images/treeview-default.gif) no-repeat;
}

.treeview li.lastCollapsable {
	background-position: 0 -111px
}

.treeview li.lastExpandable {
	background-position: -32px -67px
}

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea {
	background-position: 0;
}

.treeview-red li {
	background-image: url(images/treeview-red-line.gif);
}

.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable {
	background-image: url(images/treeview-red.gif);
}

.treeview-black li {
	background-image: url(images/treeview-black-line.gif);
}

.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable {
	background-image: url(images/treeview-black.gif);
}

.treeview-gray li {
	background-image: url(images/treeview-gray-line.gif);
}

.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable {
	background-image: url(images/treeview-gray.gif);
}

.treeview-famfamfam li {
	background-image: url(images/treeview-famfamfam-line.gif);
}

.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable {
	background-image: url(images/treeview-famfamfam.gif);
}

/* @end */

/* @group Input Form Styling */

/* ----- FIELDS ----- */
a.timeSelectLink {
	background: url(images/icon-time.gif) no-repeat 0 0;
	float: left;
	text-indent: -999em;
	width: 30px;
	height: 25px;
	margin-left: 4px;
}
input.text, input.search, input.file, textarea.textarea, select.select, input, textarea, select {
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	font-size: 100%;
	color: #333;
	margin: 0;
	padding: 6px 5px;
}

input.text, input.search, textarea.textarea, input, textarea, select {
	border: solid 1px #ccc;
	width: 200px;
}
input.large{
	font-size: 20px;
	font-weight: bold;
	padding:6px 10px;
	width:96.7% !important;
}
ul.form li input.error, ul.form li textarea.error {
	border: 1px solid #cc0000;
}

select.select, select {
	padding: 1px 0 0 0;
}

input.search {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-left: 6px;
}

input.checkbox, input.radio {
	display: block;
	margin: 4px 0 0 0;
	padding: 0;
	width: 13px;
	height: 13px;
}

input.other {
	margin: 0 0 8px 25px;
}

.safari select.select, .safari select {
	font-size: 120% !important;
	margin: 0 0 1px 0;
}

* html select.select, .ie select {
	margin: 1px 0;
}

*+html select.select {
	margin: 1px 0;
	border: 1px solid red;
}

.filterbar {
	clear: both;
	float: left;
	width: 100%;
	border-bottom: dotted 1px #666;
	margin-bottom: 20px;
}

.filterbar ul.form {
	margin: 0;
	padding: 10px 0;
}

.filterbar ul.form li {
	padding: 0 10px 0 0;
	margin: 0;
	float: left;
	clear: none;
	width: auto;
}

.filterbar ul.form li button {
	margin-top: -5px;
}

table {
	width: 100%;
	margin-bottom: 10px;
	font-size: 12px;
}

th, td {
	padding: 5px;
	text-align: left;
}

tbody th, tbody td {
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	background: #eee;
}

table tr:last-child td {
	border-bottom: 3px solid #999;
}

tbody th {
	background-color: #666;
	color: #fff;
}

tbody tr.odd th, tbody tr.odd td {
	background: #fff;
}

table tr:nth-child(odd) td {
	background-color: #fff;
}

tfoot th, tfoot td {
	border-top: 2px solid #666;
	background: #eee;
}

tfoot tr.total th, tfoot tr.total td {
	border-top: 6px double #666;
}

tfoot tr.total th {
	text-transform: uppercase;
}

th.currency, td.currency {
	text-align: right;
}

table th {
	background: #ccc;
}

button.calendar-select {
	background: none;
	border: 0;
	cursor: pointer;
	margin-right: 15px;
}

ul.form li.float-left {
	float: left;
	padding: 10px 0 0 15px;
	width: 334px;
	background: none;
}
ul.form li.no-border{
	border-right: none!important;
}
ul.form li.no-left-border{
	border-left: none!important;
}
ul.form li.float-left input {
	width: 93%!important;
}

a.tag-delete {
	float: left;
	padding-right: 5px;
	background: url(images/bg-default.png) no-repeat -275px -1533px;
	width: 14px;
	text-indent: -999em;
}

li.tag {
	background: #444!important;
	border: solid 1px #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #ffcc00;
}

#datepicker_div {
	background: url(images/bg-calendar.gif) no-repeat 0 0;
	width: 216px!important;
	-moz-box-shadow:1px 1px 10px #333333;
	-webkit-box-shadow:1px 1px 10px #333333;
}
#dp-popup{
	background: url(images/bg-calendar-top.gif) no-repeat 0 0;
	width: 216px!important;
	padding: 0!important;
	margin-top: 23px;
	margin-bottom: 0!important;
	-moz-box-shadow:1px 1px 10px #333333;
	-webkit-box-shadow:1px 1px 10px #333333;
}
.event-calendar{
	padding: 0;
	background: url(images/bg-calendar.gif) no-repeat 0 -33px;	
	border: none;
	width: 216px!important;
}
.event-calendar .event-calendar{
	background:none!important;
}
.event-calendar .wid-calendar{
	width: 216px;
}
.wid-calendar .month-title{
	color: #fff;
	text-align: center;
	font-weight: bold;	
	padding-top: 7px;
	padding-bottom: 10px;
	width:65%;
	float:left;
}
.wid-calendar table th, .wid-calendar table td{
	font-weight: bold;
	border: none!important;
	background: none!important;
	
}  
.wid-calendar table td{
	padding: 0 0 0px!important;
	height: 25px;
}
.wid-calendar table td .month-day-cell{
	padding: 7px 0!important;
	width: 31px;
	
} 
a.dp-nav-prev-year, a.dp-nav-next-year, img.nav-next, img.nav-prev{
	display: none;
}
table tr.datepicker_titleRow td a{
	width: 30px;
	height: 25px;
	color: #fff;
	padding-top: 6px;
	text-align: center;
	display: block;
}
table.jCalendar th{
	background: none!important;
	padding: 9px 0 11px!important;
	text-align: center;
}
table.jCalendar td{
	background: none!important;
	border: none!important;
	padding: 9px 0!important;
	color: #333!important;
	font-weight: bold;
	cursor: pointer;
}
.ie7 table.jCalendar td {
	background: none!important;
	border: none!important;
	padding: 14px 0px 14px 2px!important;
	color: #333!important;
	font-weight: bold;
	display:block;
	cursor: pointer;
	margin:0!important;
	line-height:0px;
}
table.jCalendar td.dp-hover, table.jCalendar td.today, table.jCalendar td.selected{
	background: url(images/bg-date.gif) no-repeat 1px 0!important;
	color: #ffcc00!important;
}
.ie7 table.jCalendar td.dp-hover, .ie7 table.jCalendar td.today, .ie7 table.jCalendar td.selected{
	background: url(images/bg-date.gif) no-repeat 2px 1px!important;
	color: #ffcc00!important;
}
.datepicker_clear {
	float: left;
}
.full{
	width: auto;
}
.datepicker_close {
	float: right;
	cursor: pointer;
	display: none;
}

.datepicker_links {
	clear: both;
	text-align: center;
	padding: 10px;
}
.ie7 .datepicker_links {
	height:15px;
	overflow:hidden;
}
select.datepicker_newYear{
	width: 64px;
	margin-left: 10px;
}
select.datepicker_newMonth{
	width: 122px;
}
.datepicker_prev, .datepicker_next, .datepicker_current, .c-next, .c-prev{
	cursor: pointer;
	display: inline;
	margin: 5px;
	color: #fff;
	font-weight: bold;
}
.ie7 .datepicker_prev, .ie7 .datepicker_next, .ie7 .datepicker_current, .ie7 .c-next, .ie7 .c-prev{
	margin: 0px;
}
.ie7 .datepicker_current{
	float:left;
	width:125px;
}
.c-next, .c-prev{
	margin: 0;
}
#dp-popup h2{
	color: #fff;
	font-weight: bold;
	padding: 10px 0;
	
}
.ie7 #dp-popup h2{
	margin:0;
}
.datepicker_current a{
	color: #fff;
}
.datepicker_prev a, a.dp-nav-prev-month, .c-prev{
	float: left!important;
	text-indent: -999em;
	background: url(images/bg-default.png) no-repeat -273px -1322px;
	height: 10px;
	padding: 10px!important;
	width:10px;	
}
 .c-prev{
	background-position: -273px -1316px;
}
a.dp-nav-prev-month{
	background-position: -273px -1317px;
}
.datepicker_next a, a.dp-nav-next-month, .c-next{
	float: right!important;
	text-indent: -999em;
	background: url(images/bg-default.png) no-repeat -273px -1420px;
	height: 10px;
	padding: 10px!important;
	width:10px;
}
.c-next{
	background-position: -270px -1412px;
}
table.jCalendar td.other-month, div.dp-popup td.disabled{
	color: #999!important;
	background: none!important;
}
table.jCalendar td.other-month{
	color: #666!important;
}
a.dp-nav-next-month{
	background-position: -265px -1413px;

}
.datepicker_header {
	text-align: center;
	margin: 5px 5px 8px;
}
.ie7 .datepicker_header{
	width:95%;
}
table.jCalendar{
	background: none!important;
	border: none!important;
	border-collapse: collapse!important;
	border-spacing: 0!important;
	margin: 0!important;
}
table.datepicker {
	clear: both;
	width: 100% !important;
	margin: 0 0 1px 0;
}

table.datepicker td, table.datepicker th {
	padding: 0;
	background: none!important;
	border: none!important;
	
}
td.datepicker_daysCell a {
	display: block;
	padding-top: 5px;
	cursor: pointer;
	width: 31px;
	height: 25px;
	text-align: center;
	font-weight: bold;
	color: #333;
}

td.datepicker_daysCell a:hover, td.datepicker_today a, td.datepicker_currentDay a{
	background: url(images/bg-date.gif) no-repeat 0 0;
	color: #ffcc00;
	text-decoration: none;
}
.wid-calendar table td.hover .current-event, .wid-calendar table td.today .current-event{
	background: url(images/bg-date.gif) no-repeat 0 0!important;
	color: #ffcc00!important;
}
.wid-calendar table td .current-event a:hover, .wid-calendar table td.today .current-event a{
	color: #ffcc00;
}
td.datepicker_weekEndCell {
	background: none !important;
}

.wid-calendar div.header {
	margin-bottom: 0px;
	border-bottom: none;
	text-align: center;
	padding: 1px 0 0px;
}
/* Event Calendar Full */
.calendar table th{
	background: #666!important;
}
.calendar table td {
	background:#FFFFFF!important;
	border:1px solid #999999;
	overflow:hidden;
	vertical-align:top;
	width:14%;
}
.calendar div.header {
	border-bottom:3px solid #CCCCCC;
	margin-bottom:10px;
	padding-bottom:2px;
	text-align:center;
}
.wid-calendar div.header a {
	margin-left: 5px;
	padding: 5px;
	color: #ffcc00;
	font-weight: bold;
}
.calendar div.header a {
	background-color:#CCCCCC;
	border:1px solid #CCCCCC;
	color:#333333;
	margin-left:5px;
	padding:5px;
}
.wid-calendar table {
	clear: both;
	border-collapse: collapse;
}

.calendar table td {
	width: 14%;
	overflow: hidden;
	vertical-align: top;
	background: none;
}

.calendar table.week td.time {
	background: none;
	font-size: 11px;
	text-align: right;
}

.calendar table.day td.time {
	background: none;
	font-size: 11px;
	text-align: right;
	width: 1%;
}

.calendar table.week td, .calendar table.week td.time {
	width: 12.5%;
}

.calendar table tr.half td {
	
}

.calendar table td div.month-day-date {
	text-align: right;
}

.calendar table td div.month-day-cell {
	min-height: 40px;
	vertical-align: top;
}

.calendar td.today {
	background-color: #E5ECF7;
}

.calendar td a.item {
	color: #333;
	font-size: 11px;
	display: block;
	margin-bottom: 10px;
}

.wid-calendar table th {
	text-align: center;
	font-weight: normal;
	font-size: 11px;
	background: none;
	border: none;
	padding: 8px;
}

.home.event-calendar td {
	border: 0px;
	border-bottom: 1px solid #ccc;
}

.home.event-calendar td div.month-day-cell {
	padding: 0;
	min-height: 0px;
}

.home.event-calendar td div.month-day-date {
	text-align: center;
}

.google-map-field label {
	width: 200px;
	
}
.google-map-field input#coordinate_lat{
	margin-bottom: 15px;
}
.google-map-preview {
	margin-right: 290px;
	float: right;
}

/* ----- SIZES ----- */

.third {
	width: 32% !important;
}

.half {
	width: 48% !important;
}

.full {
	width: 100% !important;
}

input.small, select.small {
	width: 25%;
}

input.medium, select.medium, input.s4, textarea.s4 {
	width: 50%;
}
.tag-input input{
	width: 97.7%;
}
input.large, select.large, textarea.textarea {
	width: 100%;
}

textarea.small {
	height: 5.5em;
}

textarea.medium {
	height: 10em;
}

textarea.large {
	height: 20em;
}

/* ----- ERRORS ----- */

ul.checkboxes li {
	clear: both;
	width: 100%;
	display: inline;
	padding: 0 0 5px 0;
	background: none!important;
	border: none!important;
}

ul.checkboxes li label {
	display: inline;
	font-weight: normal;
	font-size: 12px;
}

ul.nested, ul.checkboxes {
	margin-top: 10px;
}

ul.nested li {
	clear: none;
	width: 33%;
	display: inline;
	padding: 0 0 10px 0;
	background: none;
	border: none;
}

ul.nested li label {
	display: inline;
	font-weight: normal;
}

ul.checkboxes input {
	width: 15px;
	height: 15px;
}

a.tag-add, a.cfmaddmore, a.cfmremove {
	padding-left: 30px;
	background: url(images/sprite.png) no-repeat 10px -1420px;
	padding-bottom: 4px;
	cursor: pointer;
}
a.tag-add{
	display: none;
}
a.cfmremove {
	background-position: 10px -1214px;
}

a.tag-browse {
	display: none;
}

li.section-break h3 {
	border-bottom: solid 1px #e0e0e0;
	color: #333;
	margin: 0;
	padding-top: 20px;
}
h3.groupName{
	padding: 0;
	margin: 0;
	color: #666;
	border: none;
	font-size: 13px;
}
.jq-ui-autocomplete {
	position: absolute;
}

#errorLi {
	width: 99%;
	margin: 15px auto 0 auto;
	background: #fff !important;
	border: 1px solid red;
	margin-bottom: 1em;
	text-align: center;
	padding: 1em 0 1em 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

#errorMsgLbl {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 125%;
	color: #DF0000 !important;
}

#errorMsg {
	margin: 0 0 2px 0;
	color: #000 !important;
	font-size: 100%;
}

#errorMsg strong {
	padding: 2px 3px;
	background-color: #FFDFDF !important;
	color: red !important;
}

form li.error label, form li.error span.symbol {
	color: #000 !important;
}

form li.error label.desc {
	color: #DF0000 !important;
}

form p.error {
	display: none;
	margin: 0 !important;
	padding: 7px 0 0 0 !important;
	color: #DF0000 !important;
	font-weight: bold;
	font-size: 10px;
	line-height: 10px !important;
	clear: both;
}

form li.complex p.error {
	padding: 0 0 9px 0 !important;
}

form li.error p.error {
	display: block;
}

.leftLabel p.error, .rightLabel p.error {
	margin-left: 30%;
	padding-left: 15px;
}

.noI .leftLabel p.error, .noI .rightLabel p.error {
	margin-left: 35%;
	padding-left: 15px;
}

/* ----- REQUIRED ----- */

form span.required {
	display: inline;
	float: none;
	color: red !important;
	font-weight: bold;
	margi n:
	0;
	paddin g:
0
;
}


/* @end */

.block .widget {
	margin-bottom: 0;
}

.block .widget, .block .detail {
	min-height: 219px;
	height: auto!important;
	height: 219px
}


/* @group Sliding Gallery Home Spotlight */



.tab-content{
	overflow: hidden;
}
.galleryview{
	height: 370px!important;
	overflow: hidden;
}
.panel{
	background: none!important;
	padding: 20px;
	display: none;
}
.panel-detail{
	float: right;
	width: 359px;
}
.panel-detail h2 a{
	color: #2a6db1;
}
.panel-detail h2 a:hover{
	color:#cc0000;
}
.filmstrip, #pointer{
	z-index: 99!important;
}
.filmstrip li{
margin:0 !important;
padding:0px 4px 0 !important;
width:130px !important;
}
.swinf-flu h2{
	border: none!important;
}
.filmstrip li span{
	display: block;
	color: #2a6db1;
	font-weight: bold;
	font-size: 11px;
	padding: 5px 0 0;
	line-height: 12px;
	height: 25px;
	overflow: hidden;
}
.filmstrip li div{
	padding: 20px 0 0 4px;
}
li.filmstripnode:hover div span, li.filmstripnode a:hover{
	color: #666;
}
li.filmstripnode a{
	color:#2a6db1;
}
.ad-gallery {
  width: 600px;
}
.galleryview{
	background: url(images/bg-spotlight.gif) repeat-x 0 0!important;	
	-moz-box-shadow:0 0 10px #CCC;
	-webkit-box-shadow:0 0 10px #ccc;
}
#pointer img{
	top: 0!important;
}
.ad-gallery, .ad-gallery * {
  margin: 0;
  padding: 0;
}
  .ad-gallery .ad-image-wrapper {
    width: 100%;
    height: 400px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
  }
    .ad-gallery .ad-image-wrapper .ad-loader {
      position: absolute;
      z-index: 10;
      top: 48%;
      left: 48%;
      border: 1px solid #CCC;
    }
    .ad-gallery .ad-image-wrapper .ad-next {
      position: absolute;
      right: 0;
      top: 0;
      width: 25%;
      height: 100%;
      cursor: pointer;
      display: block;
      z-index: 100;
    }
    .ad-gallery .ad-image-wrapper .ad-prev {
      position: absolute;
      left: 0;
      top: 0;
      width: 25%;
      height: 100%;
      cursor: pointer;
      display: block;
      z-index: 100;
    }
    .ad-gallery .ad-image-wrapper .ad-prev, .ad-gallery .ad-image-wrapper .ad-next {
      /* Or else IE will hide it */
      background: url(non-existing.jpg)\9
    }
      .ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image, .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
        background: url(ad_prev.png);
        width: 30px;
        height: 30px;
        display: none;
        position: absolute;
        top: 47%;
        left: 0;
        z-index: 101;
      }
      .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
        background: url(ad_next.png);
        width: 30px;
        height: 30px;
        right: 0;
        left: auto;
      }
    .ad-gallery .ad-image-wrapper .ad-image {
      position: absolute;
      overflow: hidden;
      top: 0;
      left: 0;
      z-index: 9;
    }
      .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
        position: absolute;
        bottom: 0px;
        left: 0px;
        padding: 7px;
        text-align: left;
        width: 100%;
        z-index: 2;
        background: url(opa75.png);
        color: #000;
      }
      * html .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
        background: none;
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src='opa75.png');
      }
        .ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {
          display: block;
        }
  .ad-gallery .ad-controls {
    height: 20px;
  }
    .ad-gallery .ad-info {
      float: left;
    }
    .ad-gallery .ad-slideshow-controls {
      float: right;
    }
      .ad-gallery .ad-slideshow-controls .ad-slideshow-start, .ad-gallery .ad-slideshow-controls .ad-slideshow-stop {
        padding-left: 5px;
        cursor: pointer;
      }
      .ad-gallery .ad-slideshow-controls .ad-slideshow-countdown {
        padding-left: 5px;
        font-size: 0.9em;
      }
    .ad-gallery .ad-slideshow-running .ad-slideshow-start {
      cursor: default;
      font-style: italic;
    }
  .ad-gallery .ad-nav {
    width: 100%;
    position: relative;
  }
    .ad-gallery .ad-forward, .ad-gallery .ad-back {
      position: absolute;
      top: 0;
      height: 100%;
      z-index: 10;
    }
    /* IE 6 doesn't like height: 100% */
    * html .ad-gallery .ad-forward, .ad-gallery .ad-back {
      height: 100px;
    }
    .ad-gallery .ad-back {
      cursor: pointer;
      left: -20px;
      width: 13px;
      display: block;
      background: url(ad_scroll_back.png) 0px 22px no-repeat;
    }
    .ad-gallery .ad-forward {
      cursor: pointer;
      display: block;
      right: -20px;
      width: 13px;
      background: url(ad_scroll_forward.png) 0px 22px no-repeat;
    }
    .ad-gallery .ad-nav .ad-thumbs {
      overflow: hidden;
      width: 100%;
    }
      .ad-gallery .ad-thumbs .ad-thumb-list {
        float: left;
        width: 9000px;
        list-style: none;
      }
        .ad-gallery .ad-thumbs li {
          float: left;
          padding-right: 5px;
        }
          .ad-gallery .ad-thumbs li a {
            display: block;
          }
            .ad-gallery .ad-thumbs li a img {
              border: 3px solid #CCC;
              display: block;
            }
            .ad-gallery .ad-thumbs li a.ad-active img {
              border: 3px solid #616161;
            }
/* Can't do display none, since Opera won't load the images then */
.ad-preloads {
  position: absolute;
  left: -9000px;
  top: -9000px;
}
.tabbed_area {
	float: left;
	width:338px;
	border: solid 1px #d7d7d7;
	border-top: none;	
	margin-bottom: 20px;
	height: 300px;
	background: url(images/bg-spotlight.gif) repeat-x 0 -67px;
}
.ie7 .tabbed_area{
	margin-bottom:0;
}
.ie7 #directoryBlock .grid_6{
	padding-bottom:20px;
}
#directoryBlock{
	width: 700px;
}
ul.tabs {
	margin:0px; padding:0px;
	float: left;
	width: 100%;
}
ul.tabs li {
	list-style:none;
	display:inline;
	float: left;
}
ul.tabs li a {
	padding-left: 20px;
	float: left;
	width: 88px;
	padding-top: 15px;
	min-height: 90px;
}
ul.tabs li a img{
	cursor: pointer;
}
ul.tabs li a span{
	display: block;
	font-size: 11px;
	color: #2a6db1;
	line-height: 12px;
	padding-top: 5px;
	padding-bottom: 10px;
	height: 15px;
	float: left;
	clear: both;
	overflow: hidden;
}
ul.tabs li a:hover span, ul.tabs li a.active span {
	color: #666;	
}
ul.tabs li a.active {
	background: url(images/arrow.png) no-repeat center 0px;
}
.content-box {
	height: 155px;
	padding: 13px 0 15px 15px;
	display: none;
}
.tabbed_area h3{
	border: none;
	padding: 0 0 5px 0;
	margin: 0;
}
.tabbed_area h3 a{
	color: #2a6db1;
}
.tabbed_area h3 a:hover{
	color: #cc0000;
}
.tabbed_area p{
	margin: 0;
	padding-bottom: 5px;
	font-size: 13px;
	padding-right: 10px;
	color: #333;
}
.tab-detail{
	width: 210px;
	float: right;
}
#content_2, #content_3, .datepicker_clear { display:none; }

.content-box ul {
	margin:0px;
	padding:0px 20px 0px 20px;
}
.content-box ul li {
	list-style:none;
	border-bottom:1px solid #d6dde0;
	padding-top:15px;
	padding-bottom:15px;
	font-size:13px;
}
.content-box ul li:last-child {
	border-bottom:none;
}
.content-box ul li a {
	text-decoration:none;
	color:#3e4346;
}
.content-box ul li a small {
	color:#8b959c;
	font-size:9px;
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	left:4px;
	top:0px;
}
.content-box ul li a:hover {
	color:#a59c83;
}
.content-box ul li a:hover small {
	color:#baae8e;
}
h2.home-icon{
	padding-left: 35px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 16px;
	color: #000;
	margin-bottom: 0px;
}
#wrap_event_body label{
	display: none;
}
#citizenPolicing_incidentDateTime_time, .hasDatepicker{
	float: left;
}
/* @end */

/* @group TinyMCE */
/* Containers */
.defaultSkin table {background:#F0F0EE; border: solid 1px #ccc;}
.defaultSkin iframe {display:block; background:#FFF}
.defaultSkin .mceToolbar {height:38px!important; background: url(images/bg-panel.gif) repeat-x;}
.defaultSkin .mceLeft {text-align:left}
.defaultSkin .mceRight {text-align:right}

/* External */
.defaultSkin .mceExternalToolbar {position:absolute; border:1px solid #CCC; border-bottom:0; display:none;}
.defaultSkin .mceExternalToolbar td.mceToolbar {padding-right:13px;}
.defaultSkin .mceExternalClose {position:absolute; top:3px; right:3px; width:7px; height:7px; background:url(../../img/icons.gif) -820px 0}

/* Layout */
.defaultSkin table.mceLayout {border:0; border-left:1px solid #CCC; border-right:1px solid #CCC}
.defaultSkin table.mceLayout tr.mceFirst td {border-top:1px solid #CCC}
.defaultSkin table.mceLayout tr.mceLast td {border-bottom:1px solid #CCC}
.defaultSkin table.mceToolbar, .defaultSkin tr.mceFirst .mceToolbar tr td, .defaultSkin tr.mceLast .mceToolbar tr td {border:0; margin:0; padding:0; background: none!important;}
.defaultSkin td.mceToolbar {padding-top:1px; vertical-align:top}
.defaultSkin .mceIframeContainer {border-top:1px solid #CCC; border-bottom:1px solid #CCC}
.defaultSkin .mceStatusbar {font-family:'MS Sans Serif',sans-serif,Verdana,Arial; font-size:9pt; line-height:16px; overflow:visible; color:#000; display:block; height:20px}
.defaultSkin .mceStatusbar div {float:left; margin:2px}
.defaultSkin .mceStatusbar a:hover {text-decoration:underline}
.defaultSkin table.mceToolbar {margin-left:10px!important}
.defaultSkin span.mceIcon, .defaultSkin img.mceIcon {display:block; width:24px!important; height:24px!important; cursor: pointer;}
.defaultSkin .mceIcon {
	background-image:url(images/icons.gif)!important;
	background-repeat: no-repeat;
}
.mceListBoxMenu .mceIcon{
	background:transparent url(../../img/icons.gif) no-repeat scroll 20px 20px!important;	
}

/* Button */
.defaultSkin .mceButton {display:block; border:none!important; width:24px!important; height:24px!important; margin-right:5px!important; cursor: pointer;}
.defaultSkin a.mceButtonEnabled:hover {border:none!important; background:none!important}
.defaultSkin a.mceButtonActive, .defaultSkin a.mceButtonSelected {border:none!important; background:none!important}
.defaultSkin .mceButtonDisabled .mceIcon {opacity:0.3; -ms-filter:'alpha(opacity=30)'; filter:alpha(opacity=30)}
.defaultSkin .mceButtonLabeled {width:auto}
.defaultSkin .mceButtonLabeled span.mceIcon {float:left}
.defaultSkin span.mceButtonLabel {display:block; font-size:10px; padding:4px 6px 0 22px; font-family:Tahoma,Verdana,Arial,Helvetica}
.defaultSkin .mceButtonDisabled .mceButtonLabel {color:#888}

/* Separator */
.defaultSkin .mceSeparator {display:block; background:none!important; width:2px; height:20px; margin:2px 2px 0 4px}

/* Theme */
.defaultSkin span.mce_bold {background-position:0 0}
.defaultSkin span.mce_italic {background-position:-30px 0!important}
.defaultSkin span.mce_underline {background-position:-60px 0!important}
.defaultSkin span.mce_strikethrough {background-position:-92px 0!important}
.defaultSkin span.mce_undo {background-position:-407px 0!important}
.defaultSkin span.mce_redo {background-position:-434px 1px !important}
.defaultSkin span.mce_cleanup {background-position:-560px 0px !important}
.defaultSkin span.mce_bullist {background-position:-120px 0!important}
.defaultSkin span.mce_numlist {background-position:-150px 0!important}
.defaultSkin span.mce_indent {background-position:-211px 0!important}
.defaultSkin span.mce_outdent {background-position:-180px 0!important}
.defaultSkin span.mce_link {background-position:-499px 0!important}
.defaultSkin span.mce_unlink {background-position:-527px 0!important}

.defaultSkin span.mce_image {background-position:-468px 0!important}
/* Plugins */
.defaultSkin span.mce_pasteword {background-position:-243px 0px!important}

input#authLogin_remember{
	width: auto;
	border: none;
}

.home-widget h2{
	margin: 0 0 5px 0;
}
.home-widget .blog-detail h3{
	border: none;
	display: block;
}
.home-widget .blog-detail h3 a{
	color: #cc0000;
}
.home-widget .blog-detail h3 a:hover{
	color: #2A6DB1;
}
.home-widget .blog-detail p{
	padding-bottom: 0;
}

.home-widget .blog-detail p{
	padding-bottom: 0;
}
.callout-box{
	float: left;
	width: 200px;
	padding: 10px;
	background:#ffcc01 url(images/bg-default.png) repeat 0 -555px;
	margin-bottom: 20px;
}
.callout-box  p{
	font-size:13px;
	font-weight:bold;
	margin:0;
	padding-bottom:5px;
}
.callout-box button{
	text-align: center;
	width: 200px;
	font-size: 18px;
	margin: 6px 0 4px 0;
	background:transparent none repeat scroll 0 0;
	border:0 none;
	color:#FFFFFF;
	cursor:pointer;
	padding:0;
}
.callout-box button span{
	background: url(images/bg-default.png) no-repeat scroll 0 -1022px;
	width: 180px;
	padding: 6px 0 10px 20px;
	text-align: center;
	float: none;
	display: block;
	margin-left: -3px;
}
.ie7 .callout-box button span{
	padding: 10px 0 12px 20px;
	margin:0;
}
.safari .callout-box button span{
	margin-left: 0;
	padding: 8px 0 8px 20px;
}
.callout-box button span em{
	background: none;
	float: none;
	font-style: normal;
}
.event-option{
	margin:10px 0px 15px;
	line-height: 20px;
}


.form-content{
	height: 500px;
	overflow: auto;
	overflow-x:hidden
}	
.dialog-box ul.form{
	width: auto;
	background: none;
}
.form-content ul.form li{
	background: none;
	border: none;
}
.form-content ul.form li label{
	color:#666666;
	float:left;
	margin-right:10px;
	width:197px;
}
.form-content ul.form li input{
	padding: 3px;
}
.form-content ul.form li strong{
	background:transparent url(images/sprite.png) no-repeat scroll 5px -1032px;
	height:10px;
	padding-left:15px;
	width:10px;
}
.form-content ul.form li.mandatory{
	font-size: 11px;
	color: #666;
}
.form-content ul.form li textarea{
	width: 93%!important;
	margin-top: 5px;
	height: 50px;
}
.form-content ul.form li label.error{
	color: #cc0000;
	font-size: 11px!important;
	padding-left: 208px!important;
} 
.form-content ul.form li#wrap_contactForm_message label.error{
	padding-left: 0!important;
}
.strip_wrapper{
	margin-left: 12px;
}
.noImage{
	width: 100%!important;
	float: left;
}
.home-sidebar{
	padding: 0!important;
	
}
#managePostFilter ul.form li{
	background: none!important;
	border: none!important;	
}
td.action a.edit{
	text-indent: -999em;
	display: block;
	background: url(images/bg-default.png) no-repeat -268px -1486px;
	width: 20px;
	height: 20px;
}
td.action a.delete{
	text-indent: -999em;
	display: block;
	background: url(images/bg-default.png) no-repeat -261px -1451px;
	width: 20px;
	height: 20px;
	padding-left: 20px;
}
#tab-event select.small{
	width: 139px;
}
.main-footer{
	height: 200px;
}
.ie7 .main-footer{
	height: 230px;
}
.m-info{
	width: 180px;
	padding: 15px 20px 20px;
	float: right;
	background: #595959;
	position: absolute;
	right: 20px;
	top: 20px;
}
.m-info h2{
	font-size: 14px;
	color: #fff;
	line-height: 19px;
	margin: 0 0 12px 0;
}
.m-info ul{
	margin: 0;
	float: left;
	width: 100%;
}
.m-info ul li{
	color: #fff;
	padding: 0 0 10px 48px;
	clear: both;
	float: left;
	font-size: 12px;
}
.m-info ul li a, .m-info ul li span{
	color: #ffcc00;
	white-space: nowrap;
}
.m-info ul li.write{
	background: url(images/bg-default.png) no-repeat -250px -1137px;
}
.m-info ul li.call{
	background: url(images/bg-default.png) no-repeat -250px -767px;
}
.panel-detail .clear-fix{
	padding-top: 8px;
	clear: both;
}
.panel-detail .event-date{
	width: 45px;
	padding: 0 0 15px;
}
.panel-detail .event-date span{
	clear: both;
} 
.panel-detail .b-detail, .panel-detail .i-detail{
	line-height: 19px;
}
.panel-detail .d-detail{
	line-height: 18px;
}
.panel-detail .event-date span strong{
	padding-left: 3px;
}
#eventBlock, #blogBlock{
	width: 700px;
	float: left;
}
a.dp-choose-date{
	float: left;
	position: absolute;
	top: 4px;
	right: 8px;
	width: 20px;
	height: 20px;
	text-indent: -999em;
	background: url(images/sprite.png) no-repeat 0 -1300px;
	display: block!important;
}
.g-box{
	width: 350px!important;
	border: none!important;
	padding: 0!important;
}
.g-box p{
	line-height: 15px;
	clear: none!important;
}

.g-box p{
	line-height: 15px;
}
.g-box .details{
	line-height: 20px;
}
.remember-label{
	clear:both;
	color:#CCCCCC;
	float:left;
	vertical-align:top;
	width:194px;
	padding-bottom: 7px;	
}
.ie7 .remember-label{
	padding-top:10px;
}
.remember-label input{
	margin: 2px 7px 0 0!important;
	border:none!important;
	background:none!important;
}
.ie7 .remember-label input{
	margin:-1px 3px 0 0!important;
}
p.entry-note{
	font-size: 11px;
	color: #666;
	padding: 0 0 5px 25px!important;
}
p.citizen-policing{
	background: url(images/icon-events.png) no-repeat 0 -425px;
}
p.blog{
	background: url(images/icon-events.png) no-repeat 0 -357px;
}
p.event{
	background: url(images/icon-events.png) no-repeat 0 -264px;
}
p.directory{
	background: url(images/icon-events.png) no-repeat 0 -294px!important;
	font-weight: normal!important;
	padding-left: 20px!important;
}
p.comment{
	background: url(images/icon-events.png) no-repeat 0 -323px;
}
#authRegister_subscribeNewsletter{
	float:left;
	height:15px;
	margin-right:10px;
	width:15px;
	border: none;
}
ul li.diwali h3 a{
	padding: 0 0 0 25px;
	background: url(images/icon-d.gif) no-repeat 0 0;
	display: block;
}
.blog-image{
	float: left;
	margin-bottom: 20px;
	display: inline;	
}
/* @end */
.summary-detail{
	background:#F5F5F5;
	float:left;
	font-size:12px;
	font-weight:bold;
	padding:20px;
	width:420px;
}
.summary-detail span, .summary-detail p{
	font-size:12px;
	margin:0;
}
.site-search ul{
	padding-bottom:0;
}
.site-search ul li{
	margin-bottom:5px!important;
	padding-bottom:5px!important;
}
.incident-widget{
	float:left;
}
.incident-widget .carousel{
	margin:0;
	padding:3px 0;
}
.incident-widget .meta{
	padding-top:10px;
}
.incident-widget .meta a{
	font-size:13px;
	color:#2A6DB1;
	font-weight:bold;
}
.incident-widget a.more{
	background: url(images/sprite.png) no-repeat 0 -168px!important;
	padding-left: 15px!important;
	color:#CC0000!important;
	font-weight:normal!important;
}
.content-author-detail{
	float:left;
	width:440px;
	padding:10px 10px;
	background:#fffcc9;
	box-shadow:0px 4px 2px #ccc;
	-moz-box-shadow:0px 4px 2px #ccc;
	-webkit-box-shadow:0px 4px 2px #ccc;
}
.content-author-detail .author-avatar{
	float:left;
}
.content-author-detail .c-details{
	float:left;
	padding-left:10px;
	width:87%;
}
.content-author-detail p{
	margin:0 0 2px 0;
	color:#666;
}
.content-author-detail p strong{
	color:#333;
}
.content-author-detail .no-margin{
	margin:0;
}
img.avatar-thumb{
	max-width:40px;
	max-height:40px;
	overflow:hidden;
}


/* STYLE FOR iphone App */

.app_page .spotlight {
	background:none;
	position:relative;
}
.app-highlight {
	position:absolute;
	top:120px;
	right:20px;
	width:320px;
	height:280px;
}
.app-highlight h3{
	border-bottom:none;
	margin:0;
	padding:0 0 15px 0;
	color:#333333;
}
.app-highlight p{
	padding:0 0 20px 0 ;
}
.app_page div.line{
	border-top:solid 1px #f5f5f5;
	height:1px;
	padding-bottom:45px;
}
.app_page #features div.excerpt {
	padding-bottom:45px;
	background:url(images/mumbaikar-app/bg-thumb.gif) no-repeat 0 bottom;
}
.app_page #features{
	padding-top:30px;
}
.app_page #features h2{
	border:none;
	padding:0 0 8px 0;
	margin:30px 0 0 0;
	color:#2a6db1;
	font: 14px/16px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-weight: bold;
	letter-spacing:-1px;
}
.app_page .tab-container .update{ 
	float:left;
	padding:30px 0 30px 0;
}
.app_page .tab-container .update li{ 
	float:left;
	width:100%;
	padding:30px 0 10px 0;
	margin:0 0 10px 0;
	border-bottom:solid 1px #f5f5f5;
}
.app_page .tab-container .update li img.thumb{ 
	float:left;
	margin:-20px 20px 0 0 ;
}
.app_page .tab-container .update li div{
	float:left;
	width:700px;
}
.app_page .tab-container .update li a{
	color:#d70202;
}
.app_page .tab-container .update li a:hover{
	color:#666666;
}
.app_page .category{ 
	border:solid 1px #e0e0e0;
	background:#f1f1f1;
	height:21px;
	padding:8px 19px;
	margin-top:20px;
}
.app_page .category h2{
	padding:0;
	margin:0;
	border:none;
	float:left;
	width:700px;
	line-height:18px;
}
.app_page .category select{
	width:170px;
	float:right;
	border:solid 1px #dddddd;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3e3e3e;
	padding:0 3px;
}
.app_page .category select option{
	padding:0 0 0 5px;
	line-height:20px;
}
.app_page .howto ul{
	float:left;
	width:100%;
	margin:0;
	padding:0;
}
.app_page .howto ul li{
	float:left;
	width:100%;
	margin:0;
	padding:10px 0;
	border-bottom:solid 1px #f5f5f5;
}
.app_page .howto ul{display:none;}
.app_page .howto ul#started{display:block;}

.app_page .howto ul li h3{
	margin:0;
	padding:15px 0 ;
	border:none;
	color:#2a6db1;
	font: 14px/16px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-weight: bold;
}
.app_page .howto ul li h3 a{
	color:#2a6db1;
	padding:0 0 0 30px;
	background:url(images/mumbaikar-app/img-app-arrow.gif) no-repeat 0 0;
}
.app_page .howto ul li h3.selected a{
	background:url(images/mumbaikar-app/img-app-arrow.gif) no-repeat 0 bottom;
}
.app_page .howto ul li h3 a:hover{
	color:#666666;
}
.app_page .howto img.thumb{
	margin-right:15px;
}
.app_page .howto ul li p{
	padding:0 0 8px 0;
	margin:0;
	line-height:18px;
	font-size:12px;
	font:"Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
.app_page .howto ul li dl{
	margin:0;
	float:left;
	width:100%;
	padding:0 0 20px 0;
}
.app_page .howto ul li dl dt{
	color:#2a6db1;
	font-size:13px;
	margin-right:15px;
	font-weight:bold;
	float:left;
	width:50px;
	line-height:20px;
}
.app_page .howto ul li dl dd{
	float:left;
	width:850px;
	line-height:20px;
}
.app_page  #empty_category{
	min-height:200px;
	height:auto!important;
	height:200px;
}