body {
    background-repeat: repeat;
    background-image: url('/images/background.gif');
    font-family: Verdana, Tahoma, Arial;
    font-size: 11px;
}

hr {
    color: #000;
    height: 1px;
}

.coreArea {
    width: 100%;
    height: 100%;
    margin: 0;
    vertical-align: top;
}

.mainAreaAdmin {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3px;
}

.contentArea {
    width: 100%;
    margin: auto;
    padding: 10px 10px 10px 10px;
}

.menuArea {
    margin-left: auto;
    margin-right: auto;
    padding: 10px 10px 10px 10px;
}

#Table_01 {
    width: 900px;
    height: auto;
    margin: auto;
    position:relative;
}

#layout-01 {
    position:absolute;
    left:0px;
    top:0px;
    width:206px;
    height:164px;
    background: transparent;
    background-repeat: no-repeat;
    background-image: url('/images/layout_01.gif');
    background-position: top left;
}

#layout-02 {
    position:absolute;
    left:206px;
    top:0px;
    width:484px;
    height:86px;
    background-repeat: no-repeat;
    background-image: url('/images/layout_02.gif');
    background-position: top left;
}

#layout-03 {
    position:absolute;
    left:690px;
    top:0px;
    width:110px;
    height:86px;
    background-repeat: no-repeat;
    background-image: url('/images/layout_03.gif');
    background-position: top left;
}

#layout-04 {
    position:absolute;
    left:800px;
    top:0px;
    width:100px;
    height:86px;
    background-repeat: no-repeat;
    background-image: url('/images/layout_04.gif');
    background-position: top left;
}

#layout-05 {
    position:absolute;
    left:206px;
    top:86px;
    width:694px;
    height:48px;

    font-family: Verdana, Tahoma, Arial;
    font-weight: bold;
    font-size: 16px;

    background-repeat: no-repeat;
    background-image: url('/images/layout_05.gif');
    background-position: top left;
}

#layout-06 {
    position:relative;
    left:206px;
    top:134px;
    width:694px;
    height:30px;
    background-repeat: no-repeat;
    background-image: url('/images/layout_06.gif');
    background-position: top left;
}

#menu {
    /* background:#D6E6FF;
    border-bottom:1px solid white; */
    font-family: Verdana, Tahoma, Arial;
    font-size: 12px;
    padding:4px 0;
    width:694px;
}

#menu a {
    padding:4px 10px;
    color: #FC0;
    font-weight: bold;
    border: 1px solid #000;
    background-image: url('/images/grad_block.gif');
    background-repeat: repeat-x;
}

#menu a.hover {
    color: #FF0;
    cursor: pointer;
}

#menu span {
    display:none;
}

#layout-07 {
    position:absolute;
    left:0px;
    top:164px;
    width:206px;
    height:400px;
    background-repeat: no-repeat;
    background-image: url('/images/layout_07.gif');
    background-position: top left;
}

#layout-08 {
    position:absolute;
    left:206px;
    top:164px;
    width:584px;
    height:400px;
    background-repeat: no-repeat;
    background-image: url('/images/layout_08.gif');
    background-position: top left;
}

#layout-09 {
    position:absolute;
    left:790px;
    top:164px;
    width:110px;
    height:400px;
    background-repeat: no-repeat;
    background-image: url('/images/layout_09.gif');
    background-position: top left;
    padding-top: 15px;
}

a {
    text-decoration: none;
    color : #000000;
}

a:hover {
    color : blue;
    cursor: pointer;
}

a.textRed {
    color: #E63030;
    font-weight :  normal;
    text-decoration: none;
}

a.textRed:hover {
    color: #E63030;
    font-weight :  normal;
}

a.textGreen {
    color: #007764;
    font-weight :  normal;
}

a.textGreen:hover {
    color: #007764;
    font-weight :  normal;
}

br {
    line-height: 10px;
}

p	{
    margin-top: 0px;
    margin-bottom: 10px;
}

hr {
    color: #BBB;
    background-color: #BBB;
    height : 1px;
    border: 0;
}

form {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

textarea {
    color: #000000;
    font-family : Arial, Helvetica, Tahoma, Verdana;
    font-size : 12px;
    font-style : normal;

    background-color: #FFFFFF;
    border-bottom: #E5E5E5 1px solid;
    border-left: #C1C1C1 1px solid;
    border-right: #E5E5E5 1px solid;
    border-top: #C1C1C1 1px solid;

    padding : 0px 0px 0px 6px;
}

select {
    font-size : 13px;
}

input {
    color: #000000;
    font-family : Arial, Helvetica, Tahoma, Verdana;
    font-size : 12px;
    font-style : normal;
    line-height: 12px;
    background-color: #FFFFFF;
    border-bottom: #E5E5E5 1px solid;
    border-left: #C1C1C1 1px solid;
    border-right: #E5E5E5 1px solid;
    border-top: #C1C1C1 1px solid;
    padding : 2px 4px 0px 4px;
    height : 18px;
}

.buttonYellow {
    background-color: #FF0;
    color: #000;
    border: none;
    font-weight: bold;
    height: 20px;
    padding : 0px 0px 0px 0px;
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #CCCCCC;
}

.buttonRed {
    background-color: #E63030;
    color : #000;
    border: none;
    font-weight: bold;
    height: 20px;
    padding : 0px 0px 0px 0px;
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #CCCCCC;
}

.headerBig {
    font-size: 18px;
    font-weight :  bold;
    color : #000000;
    line-height: 20px;
}

.headerMedium {
    font-size: 16px;
    font-weight :  bold;
    color : #000000;
    line-height: 18px;
}

.headerSmall {
    font-size: 13px;
    font-weight :  bold;
    color : #000000;
    line-height: 15px;
}

.textSmall {
    font-size: 10px;
    font-weight : normal;
    line-height: 14px;
}

.textNormal {
    font-family: Verdana, Tahoma, Arial;
    font-weight : normal;
    font-size: 12px;
}

.textRed {
    color: #E63030;
    font-weight :  normal;
    text-decoration: none;
}

.error {
    color: #E63030;
    font-weight :  bold;
    text-decoration: none;
}

.textGreen {
    color: #007764;
    font-weight :  normal;
    text-decoration: none;
}

.ok {
    color: #007764;
    font-weight :  bold;
    text-decoration: none;
}

.content_block {
    border: 1px solid #111;
    -moz-border-radius: 5px;
    background: #F0F0F0;
}

.title_block {
    color: #FC0;
    font-weight: bold;
    border: 1px solid #000;
    padding-top: 2px;
    width: 113px;
    height: 18px;
    background-image: url('/images/grad_block.gif');
    background-repeat: repeat-x;
    text-align: center;
    -moz-border-radius: 2px;
}

.fixed {
    font-family: Courier New, Courier, mono;
}

.fixedSmall {
    font-family: Courier New, Courier, mono;
    font-size: 6px;
}

.fixedRed {
    font-family: Courier New, Courier, mono;
    color: #E63030;
    font-weight :  normal;
    text-decoration: none;
}

.statHead {
    font-weight: bold;
    font-size: 16px;
}

.statColSmall {
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
}

.statColSmallOver {
    font-weight: bold;
    font-size: 12px;
    line-height: 12px;
}

.statCol {
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
}

.statColOver {
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
}

.statColTotal {
    font-weight: bold;
    font-size: 16px;
}

.rtTableRowLine {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: black;
}


.grayBg {
    font-weight: bold;
}

.transBg {
    font-weight: normal;
}

/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
    position:absolute;
    overflow:hidden;
    left:-1000px;
    top:-1000px;
}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
    position:absolute;
}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
    position:relative;
    left:0px; top:0px;
    z-index:2;
}

.transMenu.top .items {
    border-top:none;
}

/* each TR.item is one menu item */
.transMenu .item {
    color:#000;
    font-size: 12px;
    /*font-family:sans-serif;*/
    text-decoration:none;
    /* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
    border:none;
}

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background {
    position:absolute;
    left:0px; top:0px;
    z-index:1;
    -moz-opacity:.8;
    filter:alpha(opacity=80);
}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
    position:absolute;
    z-index:3;
    top:3px; width:2px;
    -moz-opacity:.4;
    filter:alpha(opacity=40);
}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
    position:absolute;
    z-index:1;
    left:3px; height:2px;
    -moz-opacity:.4;
    filter:alpha(opacity=40);
}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item.hover {
    background:#FDFDFD;
    color:#FC0;
    font-weight: bold;
    cursor: pointer;
}

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
    margin-left:10px;
}


#serie_stats_table_pager {display:none;}
#fixtures_list_pager {display:none;}
.ui-jqgrid-titlebar {display:none;}
.ui-search-toolbar {display:none;}
