.dgv_fontBig {
    color: #000000;
    font-weight: normal;
    font-size: 24pt;
}

.dgv_fontXXLarge {
    color: #000000;
    font-weight: normal;
    font-size: 22pt;
}

.dgv_fontSmall {
    color: #616162;
    font-weight: normal;
    font-size: 8pt;
}

.dgv_fontMedium {
    color: #000000;
    font-weight: normal;
    font-size: 13pt;
}

.dgv_fontTournamentName {
    color: #000000;
    font-weight: bold;
    font-size: 12pt;
}

.dgv_fontDate {
    color: #000000;
    font-weight: bold;
    font-size: 11pt;
}

.dgv_fontXSmall {
    color: #000000;
    font-weight: normal;
    font-size: 7pt;
}

/* Common styles */

body.commonPage {
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    overflow: hidden;

    font-family: Trebuchet MS,Arial,Verdana,Helvetica,sans-serif;
    font-size: 9pt;
    font-weight: normal;
}

table.main {
    padding: 0px;
    width: 100%;
    height: 100%;
    border: 0px;
}

.dgv_caption {
    background-color: #ffffff;
    border-bottom: 1px solid #C1C1C1;
}

.dgv_bg {
    background-color: #ffffff;
}

select {
    font-size: 8pt;
    font-weight: normal;
    width: 120px;
    vertical-align: middle;
    color: #616162;
}

img {
    border-width: 0px;
}

img.abutton {
    cursor: pointer;
}

a {
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}

/* Common control styles */

.staticValue {
    color: #616162;

    height: 20px;
    vertical-align: middle;
    font-size: 8pt;
    font-weight: bold;
}

td.flagCell {
    width: 26px;
    height: 18px;
}

td.flagCell_sel {
    width: 26px;
    height: 18px;
    background-color: #9E9E9E;
}

.left3 {
    padding-left: 3px;
}

.right3 {
    padding-right: 3px;
}

.aLeft {
    text-align: left;
}

.aRight {
    text-align: right;
}

.aCenter {
    text-align: center;
}

.borderStyle {
    border: 1px solid #000000;
}

.controlLabel {
    color: #616162;

    font-size: 8pt;
    font-weight: normal;
    line-height:12px;
}

/* Datagrid */

.dgBodyLayoutAbs {
    border: 1px solid #7E7F7F;
    background-color: #FEFEFE;
}

.dgCaptLayoutAbs {
    background-color: #A1A1A1;
    border: 1px solid #7E7F7F;
    border-bottom: none;
}

.dgCaptText {
    border-left: 1px solid #AAAEAB;
    padding-left: 0px;
    padding-right: 0px;
    color: #616162;
    vertical-align: middle;

    font-size: 9pt;
    font-weight: bold;
    background-color: #677453;
    /*height: 26px;*/
    background-image: url( ../../img/buttons/border/bg2.png );
    background-repeat: repeat-x;
    background-position: left top;
    cursor: default;
}

.dgCell {
    vertical-align: middle;
    color: #333334;
    background-color: white;
    padding-left: 0px;
    padding-right: 0px;
    cursor: default;

    font-size: 9pt;
    height: 11px;
    line-height:12px;
    font-weight: normal;
    border: 1px solid #E0E0E0;
}

.dgLinkText {
    color: #555555;
    cursor: pointer;
	font-weight: normal;
}

.dgCell_1 {
    background-color: #EFF0E8;
}

.dgCell_Jt {
    color: #333334;
    background-color: #EAEAEB;
}

.dgCellSc_Eagle {
    background-color: #FF9050;
}

.dgCellSc_Birdie {
    background-color: #FF7070;
}

.dgCellSc_Par {
    background-color: #FFFFFF;
}

.dgCellSc_Bogey {
    background-color: #80BB80;
}

.dgCellSc_Doublebogey {
    background-color: #A0A0CC;
}

.dgCellSc_More {
    background-color: #60608C;
    color: #FFFFFF;
}

.dgCellBigMarked {
    font-size: 10pt;
    color: #FF3C3C;
}

.dgCellBigBlack {
    font-weight: bold;
    font-size: 10pt;
    color: #000000;
}

.dgRelevant {
    background-image: url(../../img/circle18.gif);
    background-repeat: no-repeat;
    background-position: center;
}

.dgR {
    border-top:none;
    border-right:none;
}

.dgSR {
    border-right:none;
}

.dgL {
    border-top:none;
    border-left:none;
    border-right:none;
}

.dgSL {
    border-left:none;
    border-right:none;
}

.dgCell div {
    overflow:hidden;
}

.scrollBar {
    scrollbar-arrow-color: #454545;
    scrollbar-base-color: E8e8e8;
    scrollbar-darkshadow-color: #Dfdfdf;
    scrollbar-face-color: #Dbdbdb;
}
