/*
* dotCal UI CSS Formatting
* Copyright (c) 2009 neutralspace, inc.
*/

/* Formatting
----------------------------------*/

body.ui-widget-content {
    background-image: none !important;
	border: 0 !important;
}

/* Pages */

.pages #header {
	margin-right: 0px;
}
.pages #header #search {
	display: none;
}
.pages #footer {
	margin-right: 0px;
}

/* Event Landing */

#landingPage {
    width: 800px;
    margin: 0 auto;
}
#landingPage .header {
    text-align: center;
    margin: 0 0 0 0;
}
#landingPage .content {
    padding: 20px;
    margin: 0 0 10px 0;
    background-image: none;
    font-weight: normal;
    -moz-border-radius-bottomleft: 30px !important;
    -moz-border-radius-bottomright: 30px !important;
    -moz-border-radius-topleft: 30px !important;
    -moz-border-radius-topright: 0 !important;
    -webkit-border-bottom-left-radius: 30px !important;
    -webkit-border-bottom-right-radius: 30px !important;
    -webkit-border-top-left-radius: 30px !important;
    -webkit-border-top-right-radius: 0 !important;
}
#landingPage .content a {
    color: #000;
}
#landingPage #content {
    margin: 2em 0 0 0;
}
#landingPage .subFooter {
    padding: 10px 20px;
    background-image: none;
    text-align: center;
    font-weight: normal;
}
#landingPage .footer {
    font-size: 0.92em;
    color: #666;
    text-align: center;
}
#landingPage #guests {
    width: 100%;
    table-layout: fixed;
    border: 0;
}
#landingPage #guests thead th {
    border-width: 1px 1px 1px 0;
}
#landingPage #guests thead th.first {
    border-left-width: 1px;
}
#landingPage #guests tbody td {
    border-width: 0 1px 1px 0;
}
#landingPage #guests tbody td.first {
    border-left-width: 1px;
}
#landingPage .rightColumn .content, #landingPage .leftColumn .content {
    padding: 10px;
}
#landingPage .rightColumn .ads, #landingPage .leftColumn .ads {
    padding-bottom: 20px !important;
}
#landingPage #banners, #landingPage #banners {
    text-align: center;
}
#landingPage #banners img {
    margin: 0 0 10px 0;
    border: 1px solid #999;
}
#landingPage hr {
  background-color: #999;
  color: #999;
  width: 45%;
  margin: 1.33em auto;
  height: 1px;
  line-height: 0;
  border: 0;
}

/* Overrides 
----------------------------------*/

.ui-accordion a {
	display: block;
}
.ui-accordion .ui-accordion-content {
	padding: 10px;
}

/* Content
----------------------------------*/

.ui-tabs {
	background-image: none !important;
	background-color: #fff !important;
}
.ui-tabs .ui-tabs-nav li a {
    text-decoration: none !important;
    border: 0px;
    background: none transparent;
}
.ui-tabs .ui-tabs-panel {
	background-image: none !important;
	background-color: #fff !important;
	color: #333;
}
.items {
    margin: 0;
    top: 0;
}
.items .item {
	padding: 10px;
	background-image: none !important;
	font-weight: normal;
	margin: 0 0 10px 0;
}
.items .item .image {
    float: left;
    display: block;
}
.panels .item .desc {
    
}
.panels .last {
    margin: 0;
}
.detail #middleColumnInnerWrap {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Misc
----------------------------------*/
