#custom-doc {  
    margin:auto;     /* these two values are required, as  */  
    text-align:left; /* they help YUI grids center the page */
    width: 146.15em; /* 1900px / 13 = em-value for most browsers */
    *width: 142.54em; /* 1900px / 13.333 = em-value for IE */
    min-width: 1900px; /* opevent_listtional, but recommended*/
}
html {
    height:100%;
	background:#fefefe;
}
body {
    height:100%;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: "Lucida Grande","DejaVu Sans","Bitstream Vera Sans",Verdana,Arial,sans-serif;
    color: #333;
}
#wrapper {
    position:relative; /* needed for footer positioning*/
    margin:0 auto;
    height:auto !important; /* real browsers */
    height:95%; /* IE6: treaded as min-height*/
    min-height:95%; /* real browsers */
}
#header {
    background:#000000;
    height:90px;
    width:100%;
}
#navigation {
    width: 100%;
    background:#000000;
    height:35px;
    clear:both;
    background:#000000;
}
#content-wrapper {
    margin: 10px;
}

/* MAIN VIEW */

div.latest_event_list_item {
    margin-bottom: 10px;
}

table.latest_event_results_table {
    border: none;
    margin-left: 10px;
}

table.latest_event_results_table td, th {
    border: 0px;
    padding: 1px;
}

.main-content-leftside div.boxed {
    background:#bfb;
    margin: 0px 0px 10px 0px;
    padding:10px;
    min-height:150px;
}
.main-content-column {
    background: #DDDDFF;
    padding: 10px;
}
#ad-banner-sidebar {
    margin-top: 10px;
    margin-bottom: 10px;
}
#event-header {
    padding: 5px;
}
#event-info {
    padding: 5px;
    width: 100%;
    height: 100%;
}
#event-info p.event-info-header {
    font-size: 230%; /* > 23px */
    font-weight: bold;
    margin: 0px;
}
#event-info p.event-info-body {
    font-size: 100%; /* 13px */
}
#content {
    width:980px;
    margin: 10px 15px;
    margin-left: auto;
    margin-right: auto;
    background: #eeeeee;
}
.boxed {
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid;
    border-width:1px;
    margin: 0px;
}
#poll_timer {
    font-size: 77%; /* 10px */
    color: #365874;
}
#maincolumn_right div {
    -moz-border-radius: 5px;
    border-radius: 5px;
	border: solid;
    border-width:1px;
    margin: 0px;
}    
#maincolumn_left {
	padding: 0px;
	float:left;
    width:150px;
}
#maincolumn_wrapper {
    float:left;
    width:600px;
    margin-left:10px;
}
#maincolumn_middle {
	padding: 0px;
    min-height:100%;
    float:left;
    width:640px;
    background:#ddf;
}
#maincolumn_right {
	padding: 0px;
    float:left;
    width:140px;
	margin-left:10px;
}
#footer {
    width: 100%;
    height: 50px;
    clear:both;
    background:#000000;
}
.event_list li {
    margin-left: 10px;
}
/* Main navigation links */
#navigation_links {
    width:900px;
    background:#333;
    height:35px;
    margin-left: auto;
    margin-right: auto;
}
#navigation ul {
    margin: 0; padding: 0;
    float: left;
}
#navigation ul li {
    display: inline;
    font-size: 16px;
}
#navigation ul li a{
    float: left; text-decoration: none;
    color: white;
    padding: 10.5px 11px;
    background-color: #333;
}
#navigation ul li a:visited{
    color: white;
} 
#navigation ul li a:hover, #navigation ul li .current {
    color: #fff;
    background-color:#0b75b2;
}

#login_info {
    float: right;
    color: #e7e49a;
}
/* Main navigation links END */


/* 2nd level navigation links */
.selection_link_list {
    margin-left: auto;
    margin-right: auto;
    clear:both;
}
.selection_link_list ul {
    margin: 0; padding: 0;
}
.selection_link_list ul li {
    display: inline;
}
.selection_link_list ul li a{
    font-size: 93%;
    float: left;
    text-decoration: none;
    color: #5B80B2;
    padding: 5px 5px;
}
.selection_link_list ul li a:visited{
    color: #5B80B2;
} 
.selection_link_list ul li a:hover, .selection_link_list ul li .current {
    text-decoration: underline;
     font-weight: bold;
}
/* 2nd level navigation links END */


#maincolumn_left div.boxed {
    background:#bfb;
	margin: 0px 0px 10px 0px;
    padding:10px;
    min-height:150px;
}
#maincolumn_middle div.single {
    /* border: dotted; /* for debugging */
    /* border-width:1px; /* for debugging */
    margin:0px;
    padding:10px;
    height:auto;
    min-height:300px;
    clear: both;
    overflow: auto;
}
#maincolumn_middle div.double {
    /* border: dotted; /* for debugging */
    /* border-width:1px; for debugging */
    width:46%;
    margin:0px;
    padding:0px;
    height:auto;
    min-height:100%;
}
#maincolumn_middle div.left {
    display: inline;
    float:left;
	width: 47%;
}
#maincolumn_middle div.right {
    float:right;
	width: 50%;
}
#maincolumn_right div {
    background:#dff;
    margin: 0px 0px 10px 0px;
    padding: 10px;
    height: 100px;
}

ul.lifter_best_results li {
    list-style: none;
}

/*  Organization treeView definitions */
.selected .ygtvlabel {
    font-weight: bold;
    font-size: 100%;
}
.ygtvcell {
    background-color: #BBFFBB !important;
}
.ygtvlabel:link {
    background-color: #BBFFBB !important;
}
.ygtvlabel:visited {
    background-color: #BBFFBB !important;
}
.ygtvlabel:hover {
    background-color: #BBFFBB !important;
}
/*  Organization treeView definitions END */


/* Results table definitions */

/* Prevent word warpping */

.editable-event-table .yui-skin-sam .yui-dt-liner {
    white-space: nowrap;
}

div.event-group {
    margin-bottom: 30px;
}

div.group-info {
    float: left;
    margin-right: 10px;
}

div.live-event {
    width: 420px;
}

div.group-info div {
    border: 1px solid;
    border-color: #7F7F7F;
    margin-bottom: 10px;
}

div.group-info div.left {
    float: left;
}

div.group-info div.right {
    float: right;
}

div.group-info table {
    width: 200px;
}

div.lift-order {
    
}

/* Event page styles */
div.lift-order-event {
    float: right;
    margin-bottom: 20px;
}

div.verdict-buttons {
    padding: 5px;
}
/* Event page styles END */

table.lift-info-table td {
    padding: 3px;
    margin: 0px
}
table.lift-order-table tr.info-next-round {
    font-weight: bold;
    background-color: yellow;
}

table.lift-order-table tr.info-end {
    font-weight: bold;
    background-color: #FFAAB4;
}

table.lift-order-table tr.info-group {
    font-weight: bold;
    background-color: #B9E5AF;
}
table.lift-info-table tr.info-record-title {
    font-weight: bold;
    background-color: #B9E5AF;
}

table.lift-info-table td.new-record {
    font-weight: bold;
    background-color: yellow;
}

table.lift-info-table tr.lifter-info-row-content td {
    text-align: left;
}

/* Results table definitions END */


/* Lifter page definitions */

ul.lifter-list {
    margin-top: 10px;
    margin-left: 5px;
}

ul.lifter-list li {
    list-style-type: none;
    font-size: 100%;
    padding-top: 3px;
}

#id_lifter_search_autocomplete {
    width: 12em;
    padding-bottom: 2em;
}

/* Lifter page definitions END */



/* LINKS */

a:link, a:visited {
    color: #5b80b2;
    text-decoration: none;
}

a:hover {
    color: #036;
}

a img {
    border: none;
}

a.section:link, a.section:visited {
    color: white;
    text-decoration: none;
}

a.lifter_link:link, a.lifter_link:visited {
    color: black;
    text-decoration: none;
}

a.lifter_link:hover {
    color: black;
    text-decoration: underline;
}


/* Pagination definitions */
.pager {
    text-align: right;
    padding-top: 20px;
    padding-left: 40px;
}
.pager .page a {
    border: 1px solid #bbbbbb;
    margin-left: 1px;
    margin-right: 1px;
    padding-left: 4px;
    padding-right: 4px;
    text-decoration: none;
}
.pager .current {
    border: 1px solid #444444;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 2px;
}
/* Pagination definitions END */


/* ADD NEW LIFTER FORM */
form.add_new_form fieldset div {
    float: left;
    margin-right: 10px;
}

form.add_new_form label {
    font-size: 90%;
    display: block;
}

form.add_new_form input {
    width: 100px;
}

/* GLOBAL DEFAULTS */

p, ol, ul, dl {
    margin: .2em 0 .8em 0;
}

p {
    padding: 0;
    line-height: 140%;
}

h1,h2,h3,h4,h5 {
    font-weight: bold;
}

h1 {
    font-size: 18px;
    color: #666;
    padding: 0 6px 0 0;
    margin: 0 0 .2em 0;
}

h2 {
    font-size: 16px;
    margin: 1em 0 .5em 0;
}

h2.subhead {
    font-weight: normal;
    margin-top: 0;
}

h3 {
    font-size: 14px;
    margin: .8em 0 .3em 0;
    color: #666;
    font-weight: bold;
}

h4 {
    font-size: 12px;
    margin: 1em 0 .8em 0;
    padding-bottom: 3px;
}

h5 {
    font-size: 10px;
    margin: 1.5em 0 .5em 0;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
}

ul li {
    list-style-type: square;
    padding: 1px 0;
}

ul.plainlist {
    margin-left: 0 !important;
}

ul.plainlist li {
    list-style-type: none;
}

li ul {
    margin-bottom: 0;
}

li, dt, dd {
    font-size: 11px;
    line-height: 14px;
}

dt {
    font-weight: bold;
    margin-top: 4px;
}

dd {
    margin-left: 0;
}

form {
    margin: 0;
    padding: 0;
}

fieldset {
    margin: 0;
    padding: 0;
}

blockquote {
    font-size: 11px;
    color: #777;
    margin-left: 2px;
    padding-left: 10px;
    border-left: 5px solid #ddd;
}

code, pre {
    font-family: "Bitstream Vera Sans Mono", Monaco, "Courier New", Courier, monospace;
    background: inherit;
    color: #666;
    font-size: 11px;
}

pre.literal-block {
    margin: 10px;
    background: #eee;
    padding: 6px 8px;
}

code strong {
    color: #930;
}

hr {
    clear: both;
    color: #eee;
    background-color: #eee;
    height: 1px;
    border: none;
    margin: 0;
    padding: 0;
    font-size: 1px;
    line-height: 1px;
}

/* TEXT STYLES & MODIFIERS */

.small {
    font-size: 11px;
}

.tiny {
    font-size: 10px;
}

p.tiny {
    margin-top: -2px;
}

.mini {
    font-size: 9px;
}

p.mini {
    margin-top: -3px;
}

.help, p.help {
    font-size: 10px !important;
    color: #999;
}

p img, h1 img, h2 img, h3 img, h4 img, td img {
    vertical-align: middle;
}

.quiet, a.quiet:link, a.quiet:visited {
    color: #999 !important;
    font-weight: normal !important;
}

.quiet strong {
    font-weight: bold !important;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.clear {
    clear: both;
}

.align-left {
    text-align: left;
}

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

.example {
    margin: 10px 0;
    padding: 5px 10px;
    background: #efefef;
}

.nowrap {
    white-space: nowrap;
}

/* TABLES */

table {
    border-collapse: collapse;
    border-color: #ccc;
}

td, th {
    font-size: 11px;
    line-height: 13px;
    border-bottom: 1px solid #eee;
    vertical-align: top;
    padding: 5px;
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

th {
    text-align: left;
    font-size: 12px;
    font-weight: bold;
}

thead th,
tfoot td {
    color: #666;
    padding: 2px 5px;
    font-size: 11px;
    background: #e1e1e1 url(../img/admin/nav-bg.gif) top left repeat-x;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

tfoot td {
    border-bottom: none;
    border-top: 1px solid #ddd;
}

thead th:first-child,
tfoot td:first-child {
    border-left: none !important;
}

thead th.optional {
    font-weight: normal !important;
}

fieldset table {
    border-right: 1px solid #eee;
}

tr.row-label td {
    font-size: 9px;
    padding-top: 2px;
    padding-bottom: 0;
    border-bottom: none;
    color: #666;
    margin-top: -1px;
}

tr.alt {
    background: #f6f6f6;
}

.row1 {
    background: #EDF3FE;
}

.row2 {
    background: white;
}

/* SORTABLE TABLES */

thead th a:link, thead th a:visited {
    color: #666;
    display: block;
}

table thead th.sorted {
    background-position: bottom left !important;
}

table thead th.sorted a {
    padding-right: 13px;
}

table thead th.ascending a {
    background: url(../img/admin/arrow-down.gif) right .4em no-repeat;
}

table thead th.descending a {
    background: url(../img/admin/arrow-up.gif) right .4em no-repeat;
}

/* ORDERABLE TABLES */

table.orderable tbody tr td:hover {
    cursor: move;
}

table.orderable tbody tr td:first-child {
    padding-left: 14px;
    background-image: url(../img/admin/nav-bg-grabber.gif);
    background-repeat: repeat-y;
}

table.orderable-initalized .order-cell, body>tr>td.order-cell {
    display: none;
}

/* FORM DEFAULTS */

input, textarea, select, .form-row p {
    margin: 2px 0;
    padding: 2px 3px;
    vertical-align: middle;
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
    font-weight: normal;
    font-size: 11px;
}

textarea {
    vertical-align: top !important;
}

input[type=text], input[type=password], textarea, select, .vTextField {
    border: 1px solid #ccc;
}

/* FORM BUTTONS */

.button, input[type=submit], input[type=button], .submit-row input {
    background: white url(../img/admin/nav-bg.gif) bottom repeat-x;
    padding: 3px 5px;
    color: black;
    border: 1px solid #bbb;
    border-color: #ddd #aaa #aaa #ddd;
}

.button:active, input[type=submit]:active, input[type=button]:active {
    background-image: url(../img/admin/nav-bg-reverse.gif);
    background-position: top;
}

.button.default, input[type=submit].default, .submit-row input.default {
    border: 2px solid #5b80b2;
    background: #7CA0C7 url(../img/admin/default-bg.gif) bottom repeat-x;
    font-weight: bold;
    color: white;
    float: right;
}

.button.default:active, input[type=submit].default:active {
    background-image: url(../img/admin/default-bg-reverse.gif);
    background-position: top;
}

/* MODULES */

.module {
    border: 1px solid #ccc;
    margin-bottom: 5px;
    background: white;
}

.module p, .module ul, .module h3, .module h4, .module dl, .module pre {
    padding-left: 10px;
    padding-right: 10px;
}

.module blockquote {
    margin-left: 12px;
}

.module ul, .module ol {
    margin-left: 1.5em;
}

.module h3 {
    margin-top: .6em;
}

.module h2, .module caption, .inline-group h2 {
    margin: 0;
    padding: 2px 5px 3px 5px;
    font-size: 11px;
    text-align: left;
    font-weight: bold;
    background: #7CA0C7 url(../img/admin/default-bg.gif) top left repeat-x;
    color: white;
}

.module table {
    border-collapse: collapse;
}

/* MESSAGES & ERRORS */

ul.messagelist {
    padding: 0 0 5px 0;
    margin: 0;
}

ul.messagelist li {
    font-size: 12px;
    display: block;
    padding: 4px 5px 4px 25px;
    margin: 0 0 3px 0;
    border-bottom: 1px solid #ddd;
    color: #666;
    background: #ffc url(../img/admin/icon_success.gif) 5px .3em no-repeat;
}

ul.messagelist li.warning{
    background-image: url(../img/admin/icon_alert.gif);
}

ul.messagelist li.error{
    background-image: url(../img/admin/icon_error.gif);
}

.errornote {
    font-size: 12px !important;
    display: block;
    padding: 4px 5px 4px 25px;
    margin: 0 0 3px 0;
    border: 1px solid red;
    color: red;
    background: #ffc url(../img/admin/icon_error.gif) 5px .3em no-repeat;
}

ul.errorlist {
    margin: 0 !important;
    padding: 0 !important;
}

.errorlist li {
    font-size: 12px !important;
    display: block;
    padding: 4px 5px 4px 25px;
    margin: 0 0 3px 0;
    border: 1px solid red;
    color: white;
    background: red url(../img/admin/icon_alert.gif) 5px .3em no-repeat;
}

.errorlist li a {
    color: white;
    text-decoration: underline;
}

td ul.errorlist {
    margin: 0 !important;
    padding: 0 !important;
}

td ul.errorlist li {
    margin: 0 !important;
}

.errors {
    background: #ffc;
}

.errors input, .errors select {
    border: 1px solid red;
}

div.system-message {
    background: #ffc;
    margin: 10px;
    padding: 6px 8px;
    font-size: .8em;
}

div.system-message p.system-message-title {
    padding: 4px 5px 4px 25px;
    margin: 0;
    color: red;
    background: #ffc url(../img/admin/icon_error.gif) 5px .3em no-repeat;
}

.description {
    font-size: 12px;
    padding: 5px 0 0 12px;
}

/* BREADCRUMBS */

div.breadcrumbs {
    background: white url(../img/admin/nav-bg-reverse.gif) 0 -10px repeat-x;
    padding: 2px 8px 3px 8px;
    font-size: 11px;
    color: #999;
    border-top: 1px solid white;
    border-bottom: 1px solid #ccc;
    text-align: left;
}

/* ACTION ICONS */

.addlink {
    padding-left: 12px;
    background: url(../img/admin/icon_addlink.gif) 0 .2em no-repeat;
}

.changelink {
    padding-left: 12px;
    background: url(../img/admin/icon_changelink.gif) 0 .2em no-repeat;
}

.deletelink {
    padding-left: 12px;
    background: url(../img/admin/icon_deletelink.gif) 0 .25em no-repeat;
}

a.deletelink:link, a.deletelink:visited {
    color: #CC3434;
}

a.deletelink:hover {
    color: #993333;
}

/* OBJECT TOOLS */

.object-tools {
    font-size: 10px;
    font-weight: bold;
    font-family: Arial,Helvetica,sans-serif;
    padding-left: 0;
    float: right;
    position: relative;
    margin-top: -2.4em;
    margin-bottom: -2em;
}

.form-row .object-tools {
    margin-top: 5px;
    margin-bottom: 5px;
    float: none;
    height: 2em;
    padding-left: 3.5em;
}

.object-tools li {
    display: block;
    float: left;
    background: url(../img/admin/tool-left.gif) 0 0 no-repeat;
    padding: 0 0 0 8px;
    margin-left: 2px;
    height: 16px;
}

.object-tools li:hover {
    background: url(../img/admin/tool-left_over.gif) 0 0 no-repeat;
}

.object-tools a:link, .object-tools a:visited {
    display: block;
    float: left;
    color: white;
    padding: .1em 14px .1em 8px;
    height: 14px;
    background: #999 url(../img/admin/tool-right.gif) 100% 0 no-repeat;
}

.object-tools a:hover, .object-tools li:hover a {
    background: #5b80b2 url(../img/admin/tool-right_over.gif) 100% 0 no-repeat;
}

.object-tools a.viewsitelink, .object-tools a.golink {
    background: #999 url(../img/admin/tooltag-arrowright.gif) top right no-repeat;
    padding-right: 28px;
}

.object-tools a.viewsitelink:hover, .object-tools a.golink:hover {
    background: #5b80b2 url(../img/admin/tooltag-arrowright_over.gif) top right no-repeat;
}

.object-tools a.addlink {
    background: #999 url(../img/admin/tooltag-add.gif) top right no-repeat;
    padding-right: 28px;
}

.object-tools a.addlink:hover {
    background: #5b80b2 url(../img/admin/tooltag-add_over.gif) top right no-repeat;
}

/* OBJECT HISTORY */

table#change-history {
    width: 100%;
}

table#change-history tbody th {
    width: 16em;
}

/* PAGE STRUCTURE */



/* COLUMN TYPES */

.colMS {
    margin-right: 20em !important;
}

.colSM {
    margin-left: 20em !important;
}

.colSM #content-related {
    float: left;
    margin-right: 0;
    margin-left: -19em;
}

.colSM #content-main {
    float: right;
}

.popup .colM {
    width: 95%;
}

.subcol {
    float: left;
    width: 46%;
    margin-right: 15px;
}

.dashboard #content {
    width: 500px;
}

/* HEADER */

