/*
 * pt.css
 *
 * Professor Trim website.
 *
 * Cascading Stylesheet rules.
 */

/******************************************************************************
 *
 * General rules for elements.
 *
 ******************************************************************************/

body
{
    color: #039;
    background-color: white;
    text-align: left;
    font-family:  Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    position: relative;
    margin: 0;
    padding: 0;
}

/*
span
{
    font-size: 9pt;
}
*/

h1
{
    /*margin-top: 0;*/
    font-size: 13pt;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 30px;
}

h2
{
    font-size: 12pt;
    text-transform: uppercase;
    margin-top: 30px;
}

h3, .h3
{
    font-size: 11pt;
    font-weight: bold;
}

h4, .h4
{
    font-size: 10pt;
    font-weight: bold;
}

img
{
    border: none;
    vertical-align: text-bottom;
}

a:hover
{
    color: #99d6ff;
}

a
{
    text-decoration: none;
}

table
{
    border-collapse: collapse;
    width: 100%;
    color: #003399; /* Needed for IE */
    font-size: 9pt; /* Needed for IE */
}

td
{
    vertical-align: top;
}

/******************************************************************************
 *
 * General rules for classes
 *
 ******************************************************************************/

.highlight
{
    font-weight: bold;
}


.wrapper
{ 
    min-width: 750px; 
    width: 100%;
    position: relative;
}

.fine-print
{
    font-size: 7pt;
}

.superscript
{
    vertical-align: super;
    font-size: 50%;
}

.justify
{
    text-align: justify;
}

.main-content
{
    position: relative;
    width: 100%;
}

.form-day, .form-month
{
    width: 2em;
}

.form-year
{
    width: 3em;
}

          

.odd-row
{
    background-color: #e5f5ff;
}


.red
{
    color: red;
    font-style: italic;
}

.clear { clear: both; }


.gutless-page-num
{
    margin-left: 20px;
}

.gutless-pager-list
{
    float: right;
    display: inline;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-right: 20px;
}

.gutless-pager-list li
{
    display: inline;

    padding: 0 3px;
    margin: 0 4px;
}

.gutless-current-page
{
    border: 1px solid black;
    background-color: #e5f5ff;
}

/******************************************************************************
 *
 * Header
 *
 ******************************************************************************/

.header
{
    background-color: #09f;
}


/******************************************************************************
 *
 * Left column
 *
 ******************************************************************************/

.left-column
{
    color: white;
    background: url(../images/leftbg.png) repeat-x;
    background-color: #039;
    width: 140px;
    margin: 0;
    padding: 10px 5px 30px 5px;
}

.left-column h2
{
    text-align: center;
}


.left-column a:link    { color: white; }
.left-column a:visited { color: white; }
.left-column a:active  { color: white; }
.left-column a:hover   { color: #99d6ff; }

/******************************************************************************
 *
 * Right column
 *
 ******************************************************************************/

.right-column
{
    /*background-color: #ab82cc; mauve */
    background-color: #33ccff;  /* blue */
    /*background-color: #21c63f;  green */
    /*background-color: #ffe926;  yellow */
    width: 170px;
    font-style: normal; 
    margin: 0;
    padding: 10px 5px 30px 5px;
}


.right-column a:link    { color: #039; }
.right-column a:visited { color: #fff; }
.right-column a:hover   { color: #fff; }
.right-column a:active  { color: #fff; }

/******************************************************************************
 *
 * Center column
 *
 ******************************************************************************/

.center-column
{
    color: #039;
    font-size: 9pt;
    margin: 0;
    padding: 10px 10px 30px 10px;
    z-index: 1;
}

/******************************************************************************
 *
 * Footer
 *
 ******************************************************************************/

.footer
{
    font-size: 7pt;
    color: #fff;
    background-color: #039;
    text-align: center;
    width: 100%;

    position: relative;

    padding: 3px 0 4px 0;
}

.footer a
{
    color: #fff;
}

.footer a:hover /* Needed for Mozilla */
{
    color: #99d6ff;
}

.footer-right
{
    position: absolute;
    top: 0;
    right: 0;
    margin: 2px;
    padding: 0;
}

/******************************************************************************
 *
 * Home
 *
 ******************************************************************************/

.gutless-info
{
    float: right;
    border: 2px solid #1e90ff;
    margin: 0;
    padding: 5px;
    width: 40%;
}

#info-garry
{
    width: 91px;
    height: 99px;
    float: left;
    margin: 0 10px;
}

.announcements
{
    border: 2px solid #1e90ff;
    margin-top: 20px;
    padding: 5px;
}

/******************************************************************************
 *
 * Club Gutless
 *
 ******************************************************************************/

.form-gutless-search
{
    width: 500px;
    margin: auto;
}

.form-gutless-search .form-element-label
{
    width: 50%;
}

/******************************************************************************
 *
 * Profile
 *
 ******************************************************************************/

.profile
{
    margin-top: 20px;
}

#memberpic
{
    border: 1px inset white;
    margin: 5px;
    width: 128px;
    height: 140px;
}


/******************************************************************************
 *
 * Login/Register/My Details Page
 *
 ******************************************************************************/

.register, .my-details, .login-page
{
    text-align: center;
}


.register-div, .my-details-div, .login-page-div
{
    width: 350px;
    margin: auto;
    text-align: left;
}

.form-register .form-element-label, .form-my-details .form-element-label
{
    width: 50%;
    padding-right: 5px;
}

.gaps
{
    margin-top: 30px;
    margin-bottom: 30px;
}

/******************************************************************************
 *
 * FAQ
 *
 ******************************************************************************/

.question
{
    font-weight: bold;
    margin: 20px 0 -5px 5px;
}

.answer
{
    margin-left: 23px;
}

/******************************************************************************
 *
 * Infomercial
 *
 ******************************************************************************/

.infomercial
{
    width: 600px;
    height: 300px;
    margin: auto;
    margin-top: 100px;
}

/******************************************************************************
 *
 * Associate Professionals
 *
 ******************************************************************************/

.spacer
{
    height: 1em;
}

/******************************************************************************
 *
 * Waistline
 *
 ******************************************************************************/

.waist-archives tr
{
    height: 2em;
}

/******************************************************************************
 *
 * Buletin Board
 *
 ******************************************************************************/

.form-qna
{
    width: 300px;
}

#previous-q
{
    border: 1px solid #1e90ff;
}

#previous-q td
{
    padding: 5px;
    height: 5em;
}

#previous-q th
{
    border-bottom: 1px solid #1e90ff;
    background-color: #e5f5ff;
    padding: 5px;
    vertical-align: top;
}

#bb-item-templ
{
}

.buletinboard-page-num
{
    margin-left: 20px;
}

.buletinboard-pager-list
{
    float: right;
    display: inline;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-right: 20px;
}

.buletinboard-pager-list li
{
    display: inline;

    padding: 0 3px;
    margin: 0 4px;
}

.buletinboard-current-page
{
    border: 1px solid black;
    background-color: #e5f5ff;
}


.list-block
{
    clear: both;
}

/******************************************************************************
 * About Page
 ******************************************************************************/

.prof-trim-process td
{
    border: 1px solid #1e90ff;
    padding: 2px;
}

.prof-trim-process .centered
{
    text-align:center;
    vertical-align:middle;
    font-weight:bold;
}

.prof-trim-process ul
{
    padding-left: 1.5em;
}

.prof-trim-process li
{
    padding-left: 0;
    margin-left: 0;
}

/******************************************************************************
 * About Page
 ******************************************************************************/

.pt-contents h2, .pt-contents p
{
    text-align: center;
}

/******************************************************************************
 *
 * Images
 *
 ******************************************************************************/

.jogger
{
    margin: 10px;
    float: right;
    width: 165px;
    height: 235px;
}

#logo
{
/*
    margin: 0px;
    padding: 0px;
*/
}

#gutbuster
{
    position: relative;
    top: 15px;
    right: 10px;
    float: right;
}

#waistline
{
    border: 0;
    margin: 0 9px;
    /* Padding does not work properly for IE. */
    width: 160px;
    height: 28px;
}

#mags
{
    margin: 0 8px;
    width: 154px;
    height: 138px;
}

#get-firefox
{
    position: relative;
    width: 80px;
    height: 15px;
    border: 0;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

#invoice-pt-logo
{
    width: 272px;
    height: 155px;
}

/******************************************************************************
 *
 * Summer Special
 *
 ******************************************************************************/

.summer_special
{
    text-align: center;
    clear: both;
    padding: 20px;
}
