body {
    margin: 0px;
    color: #222;
    font: 14px verdana, arial, helvetica, sans-serif;
    background: url(../images/background950.png) center repeat-y;
}

p {
    margin: 0 0 1.1em;
}

.showgrid {
    background: transparent url(../images/grid.png) repeat scroll 0 0;
}

.vbanner {
/*background: url(../images/front/vbanner.png) center no-repeat;*/
    text-align: center;
    padding: 20px 0;
}

.content {
    clear: both;
}

.center {
    text-align: center;
}

.footer img {
    vertical-align: middle;
}

.footer {
    padding-bottom: 14px;
}

.frontevent {
    background: url(../images/front/hbox.png) left top no-repeat;
    width: 831px;
    height: 100px;
    padding: 10px;
    margin-bottom: 10px;
}

a {
    color: #d45500;
}

h1, h2, h3, h4 {
    color: #d45500;
    font-weight: bold;
    margin-top: 0.3em;
    margin-bottom: 0.5em;
}

h1 {
    font-size: 1.7em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.3em;
}

h4 {
    font-size: 1.1em;
    margin-bottom: 0.4em;
}

/* TABLES */

table {
    border: 1px solid #ccc;
    width: 100%
}

tr {
    border: 0;
}

td, th {
    font: 11px verdana, arial, helvetica, sans-serif;
    line-height: 12px;
    padding: 5px 6px;
    text-align: left;
    vertical-align: top;
}

th {
    background: #fff url(../images/skin/shadow.png);
    color: #666;
    font-size: 11px;
    font-weight: bold;
    line-height: 17px;
    padding: 2px 6px;
}

th a:link, th a:visited, th a:hover {
    color: #333;
    display: block;
    font-size: 10px;
    text-decoration: none;
    width: 100%;
}

th.asc a, th.desc a {
    background-position: right;
    background-repeat: no-repeat;
}

th.asc a {
    background-image: url(../images/skin/sorted_asc.gif);
}

th.desc a {
    background-image: url(../images/skin/sorted_desc.gif);
}

.odd {
    background: #f7f7f7;
}

.even {
    background: #fff;
}

/* LIST */

.list table {
    border-collapse: collapse;
}

.list th, .list td {
    border-left: 1px solid #ddd;
}

.list th:hover, .list tr:hover {
    background: #b2d1ff;
}

th[title] {
    cursor: default;
}

/* PAGINATION */

.paginateButtons {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    border-top: 0;
    color: #666;
    font-size: 10px;
    overflow: hidden;
    padding: 10px 3px;
}

.paginateButtons a {
    background: #fff;
    border: 1px solid #ccc;
    border-color: #ccc #aaa #aaa #ccc;
    color: #666;
    margin: 0 3px;
    padding: 2px 6px;
}

.paginateButtons span {
    padding: 2px 3px;
}

/* DIALOG */

.dialog {
    min-width: 510px;
}

.buttons {
    clear: both;
}

.prop {
    padding: 5px;
}

.prop .name {
    text-align: right;
    width: 100px;
    white-space: nowrap;
}

.prop .value {
    text-align: left;
    width: 400px;
}

div.box h4 {
    margin: 0px;
    padding-top: 4px;

}

div.news {
    margin-right: 10px;
    margin-top: 10px;
}

div.sponsors h4, div.news h4 {
    text-align: center;
}

div.sponsors img {
    max-width: 170px;
    padding-top: 8px;
}

div.box {
    background: url(../images/box/top.png) no-repeat top left;
    padding: 13px 0;
    width: 180px;
    margin-bottom: 10px;
}

div.box h1 {
    text-align: center;
    margin-bottom: 0px;
    font-size: 1.1em;
}

div.box hr {
    margin-top: 4px;
    margin-bottom: 0px;
    background-color: #DB722C;
    height: 1px;
}

div.box div.box-center {
    background: url(../images/box/center.png) repeat-y top left;
    padding: 0 5px;
}

div.box div.box-bottom {
    background: url(../images/box/bottom.png) no-repeat bottom left;
    height: 13px;
}

div.twitter {
    margin-right: 10px;
    width: 170px;
}

.twtr-doc {
    -moz-border-radius-bottomleft: 12px !important;
    -moz-border-radius-bottomright: 12px !important;
    -moz-border-radius-topleft: 12px !important;
    -moz-border-radius-topright: 12px !important;
}

.speakers hr {
    background-color: #d45500;
    height: 1px;
}

.speaker img {
    max-height: 114px;
    float: right;
    margin-bottom: 10px;
}

.speaker div.name {
    font-weight: bold;
}

.speaker div.bio {
    clear: both;
}

div.presentationBy {
    float: right;
    text-align: right;
}

div.presentationName {
    font-size: 10px;
}

div.presentationText {
    clear: both;
}

.agendaBox {
    clear: both;

}

.agendaBox div.agendaTitle {

}

.agendaBox span.agendaTime {
    float: right;
}

.priceInfo {
    max-width: 356px;
    margin-top: 6px;
}

.priceInfo td.total {
    color: #d45500;
    font-weight: bold;
}

#prices div.priceInfo {
    margin: -3px -1px 0;
}

/* jQuery Tabs */
.ui-tabs .ui-tabs-hide {
    display: none;
}

/* jQuery toolTips */

/* simple css-based tooltip */
div.register_tooltip {
    background-color: #000;
    border: 1px solid #fff;
    padding: 10px 15px;
    width: 300px;
    display: none;
    color: #fff;
    text-align: left;
    font-size: 12px;
    z-index: 200; /* outline radius for mozilla/firefox only */
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
}

/* simple css-based tooltip */
div.errorInField_tooltip {
    background: #B81900 url(./ui/gr8conf/images/ui-bg_diagonals-thick_18_b81900_40x40.png) repeat scroll 50% 50%;
}

/* Forms fieldsets */
fieldset {
    border: 1px solid #ccc;

    font-size: 12px;
    line-height: 15px;
    margin: 0 0 1px;
    padding: 0 5px 8px;
    float: left;
}

fieldset legend {
    color: #d45500;
    font-weight: bold;
    padding: 5px;
}

dl.prop {
    margin: 0.2em 0;
    padding: 0.2em 0;
    clear: both;
}

dl.prop dt {
    float: left;
    font-weight: bold;
    margin: .3em 0 0;
    padding: 0.3em;
    text-align: right;
    width: 14em;

}

dl.prop dt.show {
    margin-top: 0;
    padding: 0.3em 0;
}

dl.prop dd {
    margin: 0;
    padding: 0.2em;
    float: left;
}

dd input {
/*height: 100%;*/
    width: 250px;
}

dd div {
    margin: 0.2em 0;
}

dd input[type='checkbox'] {
    width: inherit;
}

dd select {
/*height: 100%;*/
    width: 250px;
}

dd.errors, dd div.errors, dd span.errors {
    background: #fff3f3;
    border: 1px solid red;
    color: #cc0000;
    margin: 10px 0 5px 0;
    padding: 5px 0 5px 0;
}

dd div.errors, dd span.errors {
    margin-top: 0;
}

#blogs div.blog a {
    font-size: 10px;
}

#blogs div.blog span.bodytext {
    font-size: 10px;
}

#blogs div.moreArticles {
    font-size: 10px;
}

.blog div.published {
    text-align: right;
    font-size: 80%;
}

.blog p {
    margin-bottom: 0.3em;
}

div.admin {
    position: fixed;
    top: 0;
    right: 0;

}

div.sponsors {
    margin-left: 10px;
}

div.speaker a {
    color: black;
    text-decoration: none;

}


.alignRight {
    text-align: right;
}