/*
http://www.USTournamentPoker.com/style.css
created 2009.06.18 Jake MacWilliamson, MacWCD.com
last modified YYYY.MM.DD Jake MacWilliamson, MacWCD.com
*/
/******************************
 *** DEFAULT/GENERAL STYLES ***
 ******************************/
body {
    background: #000000 url(images/main-background-fade.jpg) repeat-x top left;
    color: #000000;
    font-family: Verdana, Tahoma, sans-serif;
    font-weight: normal;        
    font-size: 12px;            
    text-decoration: none;      
    margin: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0px;
}
h1, h2, h3, h4, h5, h6, h7 {
    background: #FFFFFF;                  
    color: #000000;                  
    font-family: Tahoma, Verdana, sans-serif;
    font-weight: normal;                  
    text-decoration: none;                  
}
h1 { font-size: 30px; }
h2 { font-size: 24px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }
h7 { font-size: 12px; }
A, A:link, A:visited, A:hover, A:active {
    background: transparent;
    color: #0000FF;
    font-weight: normal;
    text-decoration: none;
}
A:link, A:visited, A:active { text-decoration: underline; }
A:hover {
    color: #FF0000;
    text-decoration: none;
}
/********************
 *** COLOR STYLES ***
 ********************/
.colorFF0000 { color: #FF0000; }
.colorFFFFFF { color: #FFFFFF; }
/******************
 *** DIV STYLES ***
 ******************/
div#container {
    background: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 75%;
}
div.column1 {
    float: left;
    text-align: left;
    width: 25%;
}
div.column2 {
    float: left;
    text-align: left;
    width: 75%;
}
div.containerRow { width: 100%; }
div.subMenu {
    background: #0000FF url(images/submenu-fade.jpg) repeat-y top left;
    border-bottom: #CCCCCC 1px solid;
    letter-spacing: 0em;
    margin: 0px;
    padding: 0px;
}
div.subMenuActive {
    background: #000000;
    border-bottom: #FFFFFF 1px solid;
    letter-spacing: .2em;
    margin: 0px;
    padding: 0px;
}
/*****************************
 *** MARGIN/PADDING STYLES ***
 *****************************/
.margin0 { margin: 0px; }
.padding0 { padding: 0px; }
/****************
 *** P STYLES ***
 ****************/
p.subMenu {
    margin: 0;
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
}
/*******************
 *** TEXT STYLES ***
 *******************/
.copyrightText {
    color: #000000;
    font-family: Verdana, Tahoma, sans-serif;
    font-weight: normal;
    font-size: 10px;
    text-decoration: none;
}
.fontSize10 { font-size: 10px; }
.fontTimesNewRoman { font-family: "Times New Roman", Times, serif; }
.footerLinksText, A.footerLinksText, A.footerLinksText:link, A.footerLinksText:visited, A.footerLinksText:hover, A.footerLinksText:active {
    color: #0000FF;
    font-family: Verdana, Tahoma, sans-serif;
    font-weight: normal;
    font-size: 10px;
    text-decoration: underline;
}
.footerLinksText {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
A.footerLinksText:hover {
    color: #FF0000;
    text-decoration: none;
}
.mainMenuText, A.mainMenuText, A.mainMenuText:link, A.mainMenuText:visited, A.mainMenuText:hover, A.mainMenuText:active {
    color: #FFFFFF;
    font-family: Arial, Helvetica, Helv, Verdana, Tahoma, sans-serif;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0em;
    padding-bottom: 7px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    text-decoration: none;
}
A.mainMenuText, A.mainMenuText:link, A.mainMenuText:visited, A.mainMenuText:hover, A.mainMenuText:active {
    background: transparent;
    color: #FFFFFF;
    letter-spacing: 0em;
}
A.mainMenuText:hover {
    background: #0000FF;
    color: #FFFFFF;
    letter-spacing: 0em;
}
.mainMenuTextActive {
    background: #FFFFFF;
    border-bottom: #FF0000 1px solid;
    color: #FF0000;
    font-family: Arial, Helvetica, Helv, Verdana, Tahoma, sans-serif;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: .1em;
    padding-bottom: 7px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    text-decoration: none;
}
.subMenuText, A.subMenuText, A.subMenuText:link, A.subMenuText:visited, A.subMenuText:hover, A.subMenuText:active {
    background: transparent;
    color: #FF0000;
    font-family: Arial, Helvetica, Helv, Verdana, Tahoma, sans-serif;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0em;
    padding-bottom: 5px;
    padding-top: 5px;
    text-decoration: none;
}
.subMenuText {
    letter-spacing: .1em;
}
A.subMenuText, A.subMenuText:link, A.subMenuText:visited, A.subMenuText:hover, A.subMenuText:active {
    color: #FFFFFF;
}
A.subMenuText:hover {
    color: #FF0000;
}
.textBold { font-weight: bold; }
.textNormal { font-weight: normal; }
.textItalic { font-style: italic; }
.textSmallCaps { font-variant: small-caps; }
.textUnderline { text-decoration: underline; }
.USTPHeadingText, A.USTPHeadingText, A.USTPHeadingText:link, A.USTPHeadingText:visited, A.USTPHeadingText:hover, A.USTPHeadingText:active {
    background: transparent;
    color: #000000;
    font-family: Tahoma, Verdana, sans-serif;
    font-weight: bold;
    font-size: 34px;
    text-decoration: none;
}