/* Global StyleSheet for www.bartgrantham.com */
/*      Likely to change in the future!       */

/* Begin Header Styles */

.bgLargeHeader
{
    font-size: 24px;
    font: Verdana, Geneva, sans-serif;
    font-weight: bold;
    color: #000000;
    line-height: 28px;
}

.bgMediumHeader
{
    font-size: 16px;
    font: Verdana, Geneva, sans-serif;
    font-weight: bold;
    color: #000000;
    line-height: 20px;
}

.bgSmallHeader
{
    font-size: 12px;
    font: Verdana, Geneva, sans-serif;
    font-weight: bold;
    color: #000000;
    line-height: 16px;
}

.bgTinyHeader
{
    font-size: 8px;
    font: Verdana, Geneva, sans-serif;
    font-weight: bold;
    color: #000000;
    line-height: 12px;
}

/* End Header Styles */

/* Begin Text Styles */

.bgLargeText
{
    font-size: 20px;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: normal;
    color: #000000;
    line-height: 22px;
}

.bgMediumText
{
    font-size: 12px;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: normal;
    color: #000000;
    line-height: 14px;
}

.bgSmallText
{
    font-size: 10px;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: normal;
    color: #000000;
    line-height: 12px;
}

.bgTinyText
{
    font-size: 6px;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: normal;
    color: #000000;
    line-height: 8px;
}

/* End Text Styles */

.bgPhotoCell
{
    font-size: 10px;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: normal;
    color: #000000;
    line-height: 12px;
    background-color: #D0D0D0;
    padding-top: 3; padding-bottom: 3; padding-left: 3; padding-right: 3;
    text-align: center;
}

.centered {  text-align: center;  }


/* experimental css tricks */

.lightlyRoundBox
{
    -moz-border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb( 100%, 80%, 80% ); 
    background-color: rgb( 100%, 95%, 95% );
    padding: 3px;
}

.mediumRoundBox
{
    -moz-border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb( 80%, 100%, 80% );
    background-color: rgb( 95%, 100%, 95% );
    padding: 4px;
}

.heavyRoundBox
{
    -moz-border-radius: 8px;
    border-width: 2px;
    border-style: solid;
    border-color: rgb( 80%, 80%, 100% );
    background-color: rgb( 95%, 95%, 100% );
    padding: 5px;
}

.extremeRoundBox
{
    -moz-border-radius: 12px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb( 100%, 80%, 100% );
    background-color: rgb( 100%, 95%, 100% );
    padding: 6px;
}

.aaTitle
{
    margin : 0px;
    font : italic 18px/24px Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
    color : #000000;
}

span.obfuscatereverse { unicode-bidi:bidi-override; direction: rtl; }  /* <span class="obfuscatereverse">moc.mahtnargtrab@trab</span> */

