/**********************************************/
/* CSS Document */
/* Default Styles */
/**********************************************/
body, td, th, div, span, p, li, input
{
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 0px;
}
body
{
    margin-top: 0px;
    background-color: #000000;
    background-image: url(../images/binary_bg.png);
}
td
{
    vertical-align: top;
    margin-top: 0px;
    margin-bottom: auto;
}
th
{
    vertical-align: top;
}
ul
{
    padding-left: 15px;
}
img
{
    border: 0px;
}
h1
{
    border-bottom: solid 1px black;
}

/**********************************************/
/* Special Over-ride Styles */
/**********************************************/
.alignBottom
{
    vertical-align: bottom;
}
.alignRight
{
    margin-left: auto;
    margin-right: 0px;
}


/**********************************************/
/* Site Component Styles */
/**********************************************/
#border
{
    border-left: 5px ridge #0000FF;
    border-right: 5px groove #0000FF;
    background-color: #FFFFFF;
    width: 950px;
    margin: 0 auto; /* align for good browsers */
    text-align: left; /* counter the body center */
}
#header
{
    clear: both;
    height: 100px;
    background-image: url(../images/header.jpg);
}
#body
{
    background: #FFFFFF;
    clear: both;
}
#loginBox th
{
    color: #FFFFFF;
    font-size: 12px;
    background-color: #333333;
}
#loginBox input.textbox
{
    border: 1px solid #000000;
    background-color: #FFFFFF;
    background-image: url(../images/slash.png);
}
#messageBox:before
{
    background: transparent url(../images/messagesTR.png) scroll no-repeat top right;
    height: 8px;
    display: block;
    border: none;
    content: url(../images/messagesTL.png);
    padding: 0;
    line-height: 0.1;
    font-size: 1px;
    margin-left: -11px;
    margin-top: -1px;
    margin-right: -11px;
    text-align: left;
}
#messageBox
{
    float: right;
    margin-right: 5px;
    margin-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #000000;
    background-color: #DDD;
    border-top: solid 1px #000;
    border-left: solid 1px #000;
    border-right: solid 1px #000;
}
#messageBox a
{
    text-decoration: none;
    color: #000000;
}
#footer
{
    background-image: url(../images/footer.png);
    height: 25px;
    clear: both;
    padding: 4px;
    color: #FFFFFF;
    font-size: 12px;
    vertical-align: middle;
    line-height: 25px;
}
#menu
{
    background-color: #666;
    height: 28px;
}

/**********************************************/
/* Site Styles */
/**********************************************/
div.leftColumn
{
    float: left;
    width: 100px;
}
div.rightColumn
{
    float: left;
    width: 700px;
}

/**********************************************/
/* Main Menu styling */
/**********************************************/
#menu ul.mainmenu
{
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    background-color: #FFFFFF;
}
#menu ul.mainmenu a, ul.mainmenu h2
{
    font: bold 11px/16px arial, helvetica, sans-serif;
    font-size: 14px;
    display: block;
    border-width: 1px;
    border-style: solid;
    border-color: #000;
    margin: 0;
    padding: 2px 3px;
    line-height: 18px;
}
#menu ul.mainmenu h2
{
    color: #fff;
    background-color: #333366;
    text-transform: uppercase;
}
#menu ul.mainmenu h2 a
{
    background: none;
    border: none;
    color: #FFFFFF;
    text-align: center;
}
#menu ul.mainmenu a
{
    color: #000;
    background: none;
    text-decoration: none;
    padding-left: 25px;
    padding-right: 25px;
}
#menu ul.mainmenu ul li a
{
    font-size: 11px;
}
#menu ul.mainmenu ul li
{
    background: #efefef;
    background-position: left;
    background-repeat: repeat-y;
}
#menu ul.mainmenu a:hover
{
    color: #a00;
    background: #fff;
}
#menu ul.mainmenu li a.more
{
    background-image: url(../images/menu_strip_down_arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
}
#menu ul.mainmenu li ul li a.more
{
    background-image: url(../images/menu-bar-right-arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 6px;
}
#menu ul.mainmenu li
{
    position: relative;
    margin: 0px;
    padding: 0px;
}
#menu ul.mainmenu ul
{
    position: absolute;
    z-index: 500;
    list-style: none;
    width: 190px;
    padding-left: 0px;
    margin-left: 0px;
    background-color: #FFFFFF;
}
#menu ul.mainmenu ul ul
{
    top: 0;
    left: 100%;
}
#menu ul.mainmenu ul, #menu ul.mainmenu li:hover ul, #menu ul.mainmenu ul li:hover ul, #menu ul.mainmenu li:hover ul ul
{
    display: none;
}
#menu ul.mainmenu li:hover ul, #menu ul.mainmenu ul li:hover ul, #menu ul.mainmenu ul ul li:hover ul #menu ul.mainmenu li:hover ul li:hover ul
{
    display: block;
}

/**********************************************/
/* Regular Site styling */
/**********************************************/

div.portlet
{
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
    background-color: #FFFFFF;
    border: 1px solid #000000;
}
div.portlet div.options
{
    float: right;
    margin-top: -10px;
}
div.portlet div.header
{
    text-transform: uppercase;
    border-bottom: 2px groove #000000;
    font-weight: bold;
    color: #000000;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    font-size: 14px;
    margin-top: -10px;
}
div.portlet div.content
{
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
}
div.portlet div.content ul
{
    margin: 5px;
}
div.portlet:before
{
    background: transparent url(../images/portletTR.png) scroll no-repeat top right;
    height: 8px;
    display: block;
    border: none;
    content: url(../images/portletTL.png);
    padding: 0;
    line-height: 0.1;
    font-size: 1px;
    margin-left: -1px;
    margin-top: -1px;
    margin-right: -1px;
    text-align: left;
}
div.portlet:after
{
    display: block;
    line-height: 0.1;
    font-size: 1px;
    content: url(../images/portletBL.png);
    margin-left: -1px;
    margin-bottom: -1px;
    margin-right: -1px;
    height: 8px;
    background: white;
    background: transparent url(../images/portletBR.png) scroll no-repeat bottom right;
    padding: 0;
    text-align: left;
}

div.information
{
    background-color: #BBBBBB;
    border: 1px solid #000;
    margin: 5px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}
div.information a
{
    display: block;
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}
div.information ul
{
    margin: 0;
    margin-left: 15px;
}
div.information:before
{
    background: transparent url(../images/portletTR.png) scroll no-repeat top right;
    height: 8px;
    display: block;
    border: none;
    content: url(../images/portletTL.png);
    padding: 0;
    line-height: 0.1;
    font-size: 1px;
    margin-left: -11px;
    margin-top: -1px;
    margin-right: -11px;
    text-align: left;
}
div.information:after
{
    display: block;
    line-height: 0.1;
    font-size: 1px;
    content: url(../images/portletBL.png);
    margin-left: -11px;
    margin-bottom: -1px;
    margin-right: -11px;
    height: 8px;
    background: white;
    background: transparent url(../images/portletBR.png) scroll no-repeat bottom right;
    padding: 0;
    text-align: left;
}

div.error
{
    background-color: #CC3333;
    border: 1px solid #000;
    margin: 5px;
    color: #000000;
    font-weight: bold;
}
div.error a
{
    display: block;
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}
div.error ul
{
    margin: 0;
    margin-left: 15px;
}
div.error:before
{
    background: transparent url(../images/portletTR.png) scroll no-repeat top right;
    height: 8px;
    display: block;
    border: none;
    content: url(../images/portletTL.png);
    padding: 0;
    line-height: 0.1;
    font-size: 1px;
    margin-left: -1px;
    margin-top: -1px;
    margin-right: -1px;
    text-align: left;
}
div.error:after
{
    display: block;
    line-height: 0.1;
    font-size: 1px;
    content: url(../images/portletBL.png);
    margin-left: -1px;
    margin-bottom: -1px;
    margin-right: -1px;
    height: 8px;
    background: white;
    background: transparent url(../images/portletBR.png) scroll no-repeat bottom right;
    padding: 0;
    text-align: left;
}

div.warning
{
    background-color: #FFFF33;
    border: 1px solid #000;
    margin: 5px;
    color: #000000;
    font-weight: bold;
}
div.warning a
{
    display: block;
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}
div.warning ul
{
    margin: 0;
    margin-left: 15px;
}
div.warning:before
{
    background: transparent url(../images/portletTR.png) scroll no-repeat top right;
    height: 8px;
    display: block;
    border: none;
    content: url(../images/portletTL.png);
    padding: 0;
    line-height: 0.1;
    font-size: 1px;
    margin-left: -1px;
    margin-top: -1px;
    margin-right: -1px;
    text-align: left;
}
div.warning:after
{
    display: block;
    line-height: 0.1;
    font-size: 1px;
    content: url(../images/portletBL.png);
    margin-left: -1px;
    margin-bottom: -1px;
    margin-right: -1px;
    height: 8px;
    background: white;
    background: transparent url(../images/portletBR.png) scroll no-repeat bottom right;
    padding: 0;
    text-align: left;
}

div.submenu
{
    background-color: #CCCCFF;
    text-align: left;
    border: 1px solid #000;
    margin: 5px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}
div.submenu a
{
    /*display: block;*/
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}
div.submenu:before
{
    background: transparent url(../images/portletTR.png) scroll no-repeat top right;
    height: 8px;
    display: block;
    border: none;
    content: url(../images/portletTL.png);
    padding: 0;
    line-height: 0.1;
    font-size: 1px;
    margin-left: -11px;
    margin-top: -1px;
    margin-right: -11px;
    text-align: left;
}
div.submenu:after
{
    display: block;
    line-height: 0.1;
    font-size: 1px;
    content: url(../images/portletBL.png);
    margin-left: -11px;
    margin-bottom: -1px;
    margin-right: -11px;
    height: 8px;
    background: white;
    background: transparent url(../images/portletBR.png) scroll no-repeat bottom right;
    padding: 0;
    text-align: left;
}

div.photo
{
    margin: 5px;
    width: 150px;
    float: left;
    border: 1px solid #CCCCCC;
}
div.photo div.image
{
    width: 150px;
    background-color: #000000;
    vertical-align: middle;
}
.dbimage
{
    width: 100%;
    height: auto;
}
div.photo div.description
{
    position: absolute;
    border-top: 1px solid #CCCCCC;
    width: 146px;
    margin-top: 75px;
    height: 75px;
    overflow: hidden;
    float: left;
    color: #FFFFFF; /*background-image: url(../images/fader.png);*/
    background-color: #000;
    padding-left: 2px;
    padding-right: 2px;
    filter: alpha(opacity=75);
    opacity: 0.75;
}
div.photo div.description a
{
    color: #FFFFFF;
}

div.tabbedContent
{
}
div.tabbedContent div.tabs
{
    display: table;
}
div.tabbedContent div.tabs div.tab
{
    display: table-cell;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    background-color: #000066;
    height: 30px;
}
div.tabbedContent div.tabs div.tab_selected
{
    display: table-cell;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    background-color: #0000AA;
    height: 31px;
}
div.tabbedContent div.tabs div.tab a, div.tabbedContent div.tabs div.tab_selected a
{
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
}
div.tabbedContent div.tabs div.tab:hover
{
    background-color: #000099;
}
div.tabbedContent div.tabs div.tab:before, div.tabbedContent div.tabs div.tab_selected:before
{
    background: transparent url(../images/portletTR.png) scroll no-repeat top right;
    height: 8px;
    display: block;
    border: none;
    content: url(../images/portletTL.png);
    padding: 0;
    line-height: 0.1;
    font-size: 1px;
    margin-left: -1px;
    margin-top: -1px;
    margin-right: -1px;
    text-align: left;
}
div.tabbedContent div.options
{
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}
div.tabbedContent div.content
{
    border: 1px solid #000;
    padding: 10px;
}

table.playerCard
{
    float: left;
    margin: 10px;
}
table.playerCard th
{
    padding: 3px;
    border: 1px solid #000;
    text-align: center;
    background-color: #666666;
    color: #FFFFFF;
}
table.playerCard td
{
    padding: 3px;
    border: 1px solid #000;
    vertical-align: middle;
}

table.gridTable
{
}
table.gridTable tr.header th
{
    background-color: #9999FF;
    border-bottom: 1px solid #999999;
    display: table-cell;
    font-weight: bold;
    padding: 2px;
    vertical-align: top;
}
table.gridTable tr.even th, table.gridTable tr.odd th, table.gridTable tr.subheader th
{
    background-color: #999999;
    border-bottom: 1px solid #999999;
    display: table-cell;
    font-weight: bold;
    padding: 2px;
    vertical-align: top;
}
table.gridTable tr.even td
{
    background-color: #EEEEEE;
    border-bottom: 1px solid #999999;
    padding: 2px;
    vertical-align: top;
}
table.gridTable tr.odd td
{
    background-color: #CCCCCC;
    border-bottom: 1px solid #999999;
    padding: 2px;
    vertical-align: top;
}

input.textBox
{
    width: 100%;
    border: 1px solid #000000;
    font-size: 10px;
}

a.button
{
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 2px;
    margin-right: 2px;
    border: 1px solid #000;
    text-decoration: none;
    color: #000;
    background-color: #6666FF;
    font-weight: bold;
}
a.button:hover
{
    background-color: #9999FF;
}

table.calendar
{
    display: table;
    width: 100%;
    vertical-align: top;
    border: 1px solid #0066CC;
}
table.calendar tr.header th
{
    display: table-cell;
    font-weight: bold;
    padding: 2px;
    vertical-align: top;
    background-color: #AAAAFF;
    border: 1px solid #0066CC;
    color: #003399;
    width: 14.285%;
}
table.calendar tr.nav th
{
    font-weight: bold;
    padding: 2px;
    vertical-align: top;
    text-align: center;
    width: 100%;
}
table.calendar tr.nav th a
{
}
table.calendar tr.even td
{
    background-color: #EEEEEE;
    display: table-cell;
    padding: 2px;
    vertical-align: top;
    border: 1px solid #AAAAFF;
    width: 14.285%;
}
table.calendar tr.odd td
{
    text-align: right;
    background-color: #CCCCFF;
    display: table-cell;
    padding: 2px;
    vertical-align: top;
    border: 1px solid #AAAAFF;
    width: 14.285%;
}
table.calendar a
{
    color: #000000;
    width: 100%;
    display: block;
    text-decoration: none;
}
table.calendar tr td.active
{
    background-color: #44AAFF;
}
table.calendar tr td.active a
{
    font-weight: bold;
}


table.tabbed
{
}
table.tabbed td.active
{
    background-color: #6666FF;
    font-weight: bold;
    border-left: 1px solid #FFFFFF;
    width: 100px;
}
table.tabbed td.active a
{
    color: #FFFFFF;
    width: 100%;
    display: block;
    text-decoration: none;
}
table.tabbed td.deactive
{
    background-color: #000066;
    font-weight: bold;
    border-left: 1px solid #FFFF66;
    width: 100px;
}
table.tabbed td.deactive a
{
    color: #FFFFFF;
    width: 100%;
    display: block;
    text-decoration: none;
}
table.tabbed td.body
{
    border: 1px solid #6666FF;
}

table.fileList
{
}
table.fileList th
{
    background-color: #CCCCCC;
}
table.fileList td.body
{
    border: 1px solid #999999;
}
table.fileList td.footer
{
    background-color: #CCCCCC;
}
table.fileList td.even
{
    background-color: #EEEEEE;
}
table.fileList td.odd
{
}

table.content
{
}
table.content th
{
    background-color: #666666;
    color: #FFFFFF;
}
table.content th.subheader
{
    background-color: #999999;
    color: #FFFFFF;
}
table.content td.body
{
    border: 1px solid #999999;
}
table.content td.footer
{
    background-color: #CCCCCC;
}
table.content td.even
{
    background-color: #EEEEEE;
}
table.content td.odd
{
}
table.content td.positive
{
    background-color: #00FF00;
    font-weight: bold;
}
table.content td.negative
{
    background-color: #FF0000;
    font-weight: bold;
}

input.votingYes
{
    background-color: #00FF00;
}
input.votingNo
{
    background-color: #FF0000;
}

div.CalendarItem
{
    padding: 2px;
}
div.CalendarItem a
{
    display: block;
}

/**********************************************/
/* Effect Styles */
/**********************************************/
.tinyFont
{
    font-size: 10px;
}
.fillWidth
{
    width: 99.9%;
}

/**********************************************/
/* Ajax Control Toolkit styles */
/**********************************************/
.ratingStar
{
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 12px;
    margin: 0;
    padding: 0;
    width: 13px;
}
.filledRatingStar
{
    background-image: url(../images/star.full.png);
}
.emptyRatingStar
{
    background-image: url(../images/star.none.png);
}
.savedRatingStar
{
    background-image: url(../images/star.saved.png);
}
div.ModalPopup
{
    border: solid 2px #000;
    background-color: #fff;
    padding: 5px;
    z-index: 100;
    position: absolute;
}
object
{
    clear: both;
    overflow: hidden;
    display: block;
    z-index: -7;
}
div.panelHeader
{
    background-color: #AAF;
    border: 1px solid #000;
    margin: 5px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}
div.panelHeader a
{
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}
div.panelHeader ul
{
    margin: 0;
    margin-left: 15px;
}
div.panelHeader:before
{
    background: transparent url(../images/portletTR.png) scroll no-repeat top right;
    height: 8px;
    display: block;
    border: none;
    content: url(../images/portletTL.png);
    padding: 0;
    line-height: 0.1;
    font-size: 1px;
    margin-left: -11px;
    margin-top: -1px;
    margin-right: -11px;
    text-align: left;
}
div.panelHeader:after
{
    display: block;
    line-height: 0.1;
    font-size: 1px;
    content: url(../images/portletBL.png);
    margin-left: -11px;
    margin-bottom: -1px;
    margin-right: -11px;
    height: 8px;
    background: white;
    background: transparent url(../images/portletBR.png) scroll no-repeat bottom right;
    padding: 0;
    text-align: left;
}





table
{
    border-collapse: collapse;
}
th
{
    background-color: #FFC;
    text-align: left;
}
table.list, td.details table.list
{
    width: 100%;
    border: 1px solid #000;
}
table.list tr th, td.details table.list tr th
{
    text-align: left;
    background-color: #666;
    color: #FFF;
    font-size: 100%;
    border-style: none;
    padding: 2px 20px 2px 2px;
}
table.list tr td, td.details table.list tr td
{
    border-bottom: 1px solid #999;
    padding: 2px 20px 2px 2px;
}
table.list tr
{
    background-color: #FFC;
}
table.list tr.odd
{
    background-color: #CCC;
}
table.gnav tr td
{
    background-color: #FFC;
    border: 1px solid #000;
    padding: 2px 10px;
    font-weight: bold;
}
table.gnav tr td a
{
    color: #009;
    text-decoration: none;
}
table.gnav tr td a:hover
{
    color: #900;
    text-decoration: underline;
}
table.webparts tr th
{
    background-color: #009;
    padding: 5px;
    color: #FFF;
    font-size: 130%;
    border: 1px solid #009;
}

td.details div table tr td, td.details div table tr td.detailheader
{
    border-style: none;
}
td.detailheader
{
    text-align: right;
    font-weight: bold;
    white-space: nowrap;
    border-style: none;
    padding: 3px 10px 3px 0px;
}
td.details div table
{
    border-style: none;
}
td.details div table tr td.detailitem
{
    width: 100%;
    padding: 3px 10px 3px 0px;
}
td.details
{
    border: 2px solid #009;
    padding: 10px;
    background-color: #EEE;
}
.alert
{
    color: #C00;
    font-weight: bold;
}
