<!--

/*  Font related definitions  */

.ArialEleven
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
}

.ArialTwelve
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
}

.ArialThirteen
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-style: normal;
}

.ArialFourteen
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
}

.ArialSixteen
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
}

.ArialEighteen
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
}

.ArialTwentyFour
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-style: normal;
}

.GeorgiaTwelve
{
    font-family: Georgia, "Times New Roman", serif;
    font-size: 12px;
    font-style: normal;
}

.GeorgiaFourteen
{
    font-family: Georgia, "Times New Roman", serif;
    font-size: 14px;
    font-style: normal;
}

.Bold
{
    font-weight: bold;
}

.Underlined
{
    text-decoration: underline;
}

.LightGrey
{
    color: #f2f2f2;
}

.Grey
{
    color: #999999;
}

.MediumGrey
{
    color: #666666;
}


.DarkGrey
{
    color: #333333;
}

.Black
{
    color: black;
}

.White
{
    color: white;
}

.Red
{
    color: #f91550;
}

.Green
{
    color: #30ff30;
}

.Blue
{
    color: #00b0d8;
}

.Orange
{
    color: #e85500;
}

.errorColor
{
    color: #d15500;
}

/*  Styles applied to specific element types  */

html,
body
{
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    text-align: center;
    background: #1a1a0d;
    color: white;
}

div
{
      background: transparent;
}

textarea
{
    overflow: auto;
}

img
{
    border: 0;
    -moz-outline-style: none;
}

a
{
    text-decoration: none;
    color: #00b0d8;
    border: 0;
    -moz-outline-style: none;
}

a:hover
{
    text-decoration: underline;
}

form
{
    display: inline;
    margin-top: 0;
    margin-bottom: 0;
}

/*  Styles related floating divs  */

.leftDiv
{
    position: relative;  
    float: left;
}

.rightDiv
{
    position: relative;  
    float: right;
}

.clearRight
{
    clear: right;
}

.clearLeft
{
    clear: left;
}

.clear
{
    clear: both;
}

/*  Button styles  */

div.blueButton
{
    height: 21px;
    width: 72px;
    border: 0px;
    background: #00b0d8;
}

div.blueButton input
{
    height: 21px;
    width: 72px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: white;
    border: 0px;
    background: transparent;
}

div.blueButtonWide
{
    height: 21px;
    width: 143px;
    border: 0px;
    background: #00b0d8;
}

div.blueButtonWide input
{
    height: 21px;
    width: 143px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: white;
    border: 0px;
    background: transparent;
}

.loginButton
{
    height: 28px;
    width: 72px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: white;
    border: 0px;
    background: url(/images/button_blank.gif);
}

.loginButtonWide
{
    height: 29px;
    width: 143px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: white;
    border: 0px;
    background: url(/images/button_LoginBlank.gif); */
}

/*  Header styles  */

div#dopple_header
{
    position: relative;
    width: 100%;
    margin: 0px auto;
}

.headerBar
{
    color: #666666;
}

div.headerPublicPane
{
    position: relative;
    width: 591px;
    padding-top: 38px;
    background: transparent;
}

div.headerPublicLinks
{
    position: relative;
    float: right;
    height: 26px;
    border: 1px solid #333333;
    margin-right: 30px;
    padding-left: 10px;
    padding-right: 10px;
    background: #1a1a0d;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 26px;
    vertical-align: middle;
}

div.headerPane
{
    position: relative;
    width: 100%;
    height: 64px;
    background: url(/images/header_bgTile_SignedIn.gif);
}

div.headerContainer
{
    width: 960px;
}

div.headerLogo
{
    position: relative;
    float: left;
    width: 101px;
    height: 64px;
    background: transparent;
}

div.headerLinks
{
    position: relative;
    float: right;
    height: 64px;
    margin-right: 10px;
    background: transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 64px;
    vertical-align: middle;
}

div.headerLinks a
{
    font-weight: bold;
}


/*  Footer styles  */

div#dopple_footer
{
    position: relative;
    margin: 0px auto;
    background: transparent;
}

div.footerPublicPane
{
    width: 960px;
}

div.footerPane
{
    position: relative;
    width: 960px;
    margin-top: 35px;
    border-top: 1px solid #666666;
}

div.footerLinks
{
    height: 26px;
    background: transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #888888;
    line-height: 26px;
    vertical-align: middle;
}

div.footerLinks a
{
    color: #888888;
}

div.footerLinks .footerBar
{
    color: #666666;
}

div.footerLegal
{
    height: 26px;
    background: transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #555555;
    line-height: 26px;
    vertical-align: middle;
}

/*  Content area styles  */

div.contentPane
{
    position: relative;
    width: 960px;
    margin: 0px auto;
}

div.leftPane
{
    position: relative;
    float: left;
    width: 760px;
    margin-top: 20px;
    margin-bottom: 30px;
}

div.rightPane
{
    position: relative;
    float: left;
    width: 180px;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
}

div.leftContent
{
    position: relative;
    width: 760px;
    background: white;
    color: black;
}

div.rightContent
{
    position: relative;
    width: 180px;
    background: #333333;
    color: #666666;
}

div.pageControls
{
    position: relative;
    width: 300px;
    margin: 0px auto;
    padding-top: 20px;
    background: transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #999999;
}

div.helpIcon
{
    position: relativce;
    float: left;
    height: 18px;
    width: 18px;
    vertical-align: middle;
    margin-right: 5px;
}

/*  Puublic page styles  */

div.publicPaneTop
{
    width: 591px;
    height: 49px;
    background: url(/images/bgWhite_Top.gif);
}

div.publicPaneMiddle
{
    position: relative;
    width: 591px;
    background: url(/images/bgWhite_Middle.gif) repeat;
}

div.publicPaneBottom
{
    width: 591px;
    height: 49px;
    background: url(/images/bgWhite_Bottom.gif);
}

div.publicPaneContainer
{
    position: relative;
    width: 492px;
    margin-left: 32px;
    margin-right: 32px;
    padding-left: 35px;
    padding-top: 20px;
    padding-bottom: 20px;
}

div.publicPaneLogo
{
    position: relative;
    float: left;
    width: 139px;
    height: 253px;
    background: url(/images/logo2.jpg);
}

div.publicPaneLogoSep
{
    position: relative;
    float: left;
    height: 253px;
    width: 3px;
    margin-left: 35px;
    background: url(/images/dottedLine.gif);
}

div.publicPaneContent
{
    position: relative;
    float: left;
    width: 280px;
    margin-left: 35px;
    color: black;
}

div.publicTagline
{
    width: 198px;
    height: 25px;
    margin-bottom: 16px;
}

div.publicText
{
    width: 245px;
}

/*  Login and Register related styles  */

span.loginError
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    color: #d15500;
}

div.loginIcon
{
    position: relative;
    float: left;
    width: 82px;
    height: 25px;
}

div.loginFormLabel
{
    width: 175px;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    text-align: left;
    background: transparent;
}

div.loginFormField
{
    width: 175px;
    margin: 0;
    padding-top: 5px;
    background: transparent;
}

.loginFormFieldText
{
    width: 175px;
    padding: 5px;
    background: #fffee5;
    border-top: 1px solid #aaaaaa;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #aaaaaa;
    border-right: 1px solid #dddddd;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: black;
}

.loginFormFieldTextarea
{
    width: 175px;
    padding: 5px;
    background: #fffee5;
    border-top: 1px solid #aaaaaa;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #aaaaaa;
    border-right: 1px solid #dddddd;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: black;
}

span.loginFieldExplain
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    color: #666666;
}

.resetpwUsername
{
    width: 220px;
    padding-left: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    color: #f2f2f2;
    text-align: left;
}

.resetpwExplain
{
    width: 220px;
    padding-top: 3px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal
    color: #f2f2f2;
}

/*  Navigation area styles  */

div.navArea
{
    position: relative;
    width: 960px;
    padding-top: 33px;
    background: transparent;
}

div.navBar
{
    position: relative;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    border-bottom: 1px solid #666666;
    background: transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    text-align: left;
    color: #fcba63;
}

.navTab
{
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    border-right: 1px solid #666666;
}

.navTabLast
{
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
}

/*  Your Account related styles  */

div.profileList
{
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    background: transparent;  
}

div.profileReportList
{
    padding-top: 20px;
    background: transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    color: #666666;
    text-align: center;
}

div.profileReportList td
{
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #cccccc;
}

div.profileReportList th
{
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #eeeeee;
    color: #999999;
}

div.profileReportList .layout
{
    padding: 0;
    border-bottom: 0;
}

div.profileReportList .first
{
    padding-left: 10px;
}

div.profileUserList
{
    padding-top: 20px;
    background: transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    color: #666666;
    text-align: center;
}

div.profileUserList td
{
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #cccccc;
}

div.profileUserList th
{
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #eeeeee;
    color: #999999;
}

div.profileUserList .layout
{
    padding: 0;
    border-bottom: 0;
}

div.profileUserList .first
{
    padding-left: 10px;
}

div.profileDetailsList
{
    padding-top: 20px;
    background: transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    color: #666666;
    text-align: center;
}

div.profileDetailsList td
{
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #cccccc;
}

div.profileDetailsList th
{
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #eeeeee;
    color: #999999;
}

div.profileDetailsList .layout
{
    padding: 0;
    border-bottom: 0;
}

div.profileDetailsList .first
{
    padding-left: 10px;
}

.profileDropDown
{
    width: 300px;
    padding: 5px;
    background: #fffee5;
    border-top: 1px solid #aaaaaa;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #aaaaaa;
    border-right: 1px solid #dddddd;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: black;
}

.profileJSCode
{
    padding: 5px;
    background: #fffee5;
    border-top: 1px solid #aaaaaa;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #aaaaaa;
    border-right: 1px solid #dddddd;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: black;
    overflow: auto;
}

div.accountUser
{
    padding-top: 15px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    background: transparent;
}

div.accountChange
{
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    background: transparent;
    text-align: left;
}

div.userCell
{
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dddddd;
}

div.userFieldLabelMid
{
    position: relative;
    float: left;
    width: 100px;
    margin-right: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
    background: transparent;
    line-height: 27px;
    vertical-align: middle;
    text-align: left;
}

div.userFieldLabelTop
{
    position: relative;
    float: left;
    width: 100px;
    margin-right: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
    background: transparent;
    text-align: left;
}

div.userField
{
    position: relative;
    float: left;
    width: 320px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
    background: transparent;
}

div.userFieldWide
{
    position: relative;
    float: left;
    width: 480px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    background: transparent;
}

.userFieldText
{
    width: 300px;
    padding: 5px;
    background: #fffee5;
    border-top: 1px solid #aaaaaa;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #aaaaaa;
    border-right: 1px solid #dddddd;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: black;
}

.userFieldTextArea
{
    width: 460px; 
    height: 74px;
    padding: 5px;
    background: #fffee5;
    border-top: 1px solid #aaaaaa;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #aaaaaa;
    border-right: 1px solid #dddddd;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: black;
}

.userFieldRadio
{
    position: relative;
    height: 22px;
    margin-top: 3px;
    margin-bottom: 2px;
    vertical-align: middle;
}

.userFieldRadioLabel
{
    position: relative;
    font-weight: bold;
}

.userFieldDropdown
{
    position: relative;
    font-weight: bold;
}

div.changeFieldLabelMid
{
    width: 120px;
    margin-right: 10px;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
    background: transparent;
    line-height: 27px;
    vertical-align: middle;
    text-align: left;
}

div.changeFieldLabelTop
{
    width: 120px;
    margin-right: 10px;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
    background: transparent;
    text-align: left;
}

/*  Styles related to forums  */

div.forumsList
{
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    background: transparent;  
}

div.forumsThreadList
{
    padding-top: 20px;
    background: transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    color: #666666;
    text-align: center;
}

div.forumsThreadList td
{
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #cccccc;
}

div.forumsThreadList th
{
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #eeeeee;
    color: #999999;
    border-bottom: 1px solid #cccccc;
}

div.forumsThreadList .layout
{
    padding: 0;
    border-bottom: 0;
}

div.forumsThreadList .first
{
    padding-left: 10px;
}

div.forumsThreadTitle
{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    background: transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    color: #fcba63;
    text-align: left;
}

div.forumsHeaders
{
    padding-bottom: 15px;
    background: transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    color: #e85500;
    text-align: left;
}

div.forumsMsg
{
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    background: transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    color: #999999;
    text-align: left;
}

div.forumsReply
{
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    background: transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    color: #999999;
    text-align: left;
}

div.forumsComposePane
{
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    background: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    color: black;
    text-align: left;
}

div.forumsComposeField
{
    width: 570px;
    float: left;
    background: transparent;
}

.forumsComposeFieldText
{
    width: 550px;
    padding: 5px;
    background: #fffee5;
    border-top: 1px solid #aaaaaa;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #aaaaaa;
    border-right: 1px solid #dddddd;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    color: black;
}

.forumsComposeFieldTextArea
{
    width: 550px; 
    height: 200px;
    padding: 5px;
    background: #fffee5;
    border-top: 1px solid #aaaaaa;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #aaaaaa;
    border-right: 1px solid #dddddd;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    color: black;
}

/*  Styles related to the admin screens   */

html.admin, body.admin
{
    background: white;
    color: black;
}

/*  jQuery cluetip styles  */

/*  global  */

#cluetip-close img
{
    border: 0;
}

#cluetip-title
{
    overflow: hidden;
}

#cluetip-title #cluetip-close
{
    float: right;
    position: relative;
}

#cluetip-waitimage
{
    width: 43px;
    height: 11px;
    position: absolute;
    background-image: url(/images/cluetip/wait.gif);
}

.cluetip-arrows
{
    display: none;
    position: absolute;
    top: 0;
    left: -11px;
    height: 22px;
    width: 11px;
    background-repeat: no-repeat;
    background-position: 0 0;
}

#cluetip-extra
{
    display: none;
}

/***************************************
   =cluetipClass: 'dopple' 
-------------------------------------- */

.cluetip-dopple
{
    background-color: #ffffe0;
}

.cluetip-dopple #cluetip-outer
{
    position: relative;
    margin: 0;
    margin-top: -20px;
    background-color: #ffffe0;
    border: 3px solid #cccccc;
}

.cluetip-dopple h3#cluetip-title
{
    margin: 0 0 5px;
    padding: 8px 10px 4px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    background-color: black;
    color: #999999;
}

.cluetip-dopple #cluetip-title a
{
    color: #d9d9c2;
    font-size: 0.95em;
}  

.cluetip-dopple #cluetip-inner
{
    padding: 10px;
    text-align: left;
    color: black;
}

.cluetip-dopple div#cluetip-close
{ 
    text-align: right;
    margin: 0 5px 5px;
    color: #900;
}

/*  default arrows  */

.clue-right-dopple .cluetip-arrows
{
    background-image: url(/images/cluetip/darrowleft.gif);
    margin-top: 6px;
}

.clue-left-dopple .cluetip-arrows
{
    background-image: url(/images/cluetip/darrowright.gif);
    left: 100%;
    margin-top: 6px;
    margin-right: -11px;
}

.clue-top-dopple .cluetip-arrows
{
    background-image: url(/images/cluetip/darrowdown.gif);
    top: 100%;
    left: 50%;
    margin-left: -11px;
    height: 11px;
    width: 22px;  
}  

.clue-bottom-dopple .cluetip-arrows
{
    background-image: url(images/darrowup.gif);
    top: -11px;
    left: 50%;
    margin-left: -11px;
    height: 11px;
    width: 22px;
}

/***************************************
   =cluetipClass: 'default' 
-------------------------------------- */

.cluetip-default
{
    background-color: #d9d9c2;
}

.cluetip-default #cluetip-outer
{
    position: relative;
    margin: 0;
    background-color: #d9d9c2;
}

.cluetip-default h3#cluetip-title
{
    margin: 0 0 5px;
    padding: 8px 10px 4px;
    font-size: 1.1em;
    font-weight: normal;
    background-color: #87876a;
    color: #fff;
}

.cluetip-default #cluetip-title a
{
    color: #d9d9c2;
    font-size: 0.95em;
}  

.cluetip-default #cluetip-inner
{
    padding: 10px;
}

.cluetip-default div#cluetip-close
{ 
    text-align: right;
    margin: 0 5px 5px;
    color: #900;
}

/*  default arrows  */

.clue-right-default .cluetip-arrows
{
    background-image: url(/images/cluetip/darrowleft.gif);
}

.clue-left-default .cluetip-arrows
{
    background-image: url(/images/cluetip/darrowright.gif);
    left: 100%;
    margin-right: -11px;
}

.clue-top-default .cluetip-arrows
{
    background-image: url(/images/cluetip/darrowdown.gif);
    top: 100%;
    left: 50%;
    margin-left: -11px;
    height: 11px;
    width: 22px;  
}  

.clue-bottom-default .cluetip-arrows
{
    background-image: url(images/darrowup.gif);
    top: -11px;
    left: 50%;
    margin-left: -11px;
    height: 11px;
    width: 22px;
}

/***************************************
   =cluetipClass: 'jtip'
-------------------------------------- */

.cluetip-jtip
{
    background-color: transparent;
}

.cluetip-jtip #cluetip-outer
{
    border: 2px solid #ccc;
    position: relative;
    background-color: #fff;
}

.cluetip-jtip h3#cluetip-title
{
    margin: 0 0 5px;
    padding: 2px 5px;
    font-size: 16px;
    font-weight: normal;
    background-color: #ccc;
    color: #333;
}

.cluetip-jtip #cluetip-inner
{
    padding: 0 5px 5px;
    display: inline-block;
}

.cluetip-jtip div#cluetip-close
{ 
    text-align: right;
    margin: 0 5px 5px;
    color: #900;
}

/*  jtip arrows  */

.clue-right-jtip .cluetip-arrows
{
    background-image: url(/images/cluetip/arrowleft.gif);
}

.clue-left-jtip .cluetip-arrows
{
    background-image: url(/images/cluetip/arrowright.gif);
    left: 100%;
    margin-right: -11px;
}

.clue-top-jtip .cluetip-arrows
{
    background-image: url(/images/cluetip/arrowdown.gif);
    top: 100%;
    left: 50%;
    margin-left: -11px;
    height: 11px;
    width: 22px;  
}  

.clue-bottom-jtip .cluetip-arrows
{
    background-image: url(/images/cluetip/arrowup.gif);
    top: -11px;
    left: 50%;
    margin-left: -11px;
    height: 11px;
    width: 22px;
}

/***************************************
   =cluetipClass: 'rounded'
-------------------------------------- */

.cluetip-rounded
{
    background: transparent url(/images/cluetip/bl.gif) no-repeat 0 100%;
    margin-top: 10px;
    margin-left: 12px;
}

.cluetip-rounded #cluetip-outer
{
    background: transparent url(/images/cluetip/tl.gif) no-repeat 0 0;
    margin-top: -12px;
}

.cluetip-rounded #cluetip-title
{
    background-color: transparent;
    padding: 12px 12px 0;
    margin: 0 -12px 0 0;
    position: relative;
}

.cluetip-rounded #cluetip-extra
{
    position: absolute;
    display: block;
    background: transparent url(/images/cluetip/tr.gif) no-repeat 100% 0;
    top: 0;
    right: 0;
    width: 12px;
    height: 30px;
    margin: -12px -12px 0 0;
}

.cluetip-rounded #cluetip-inner
{
    background: url(/images/cluetip/br.gif) no-repeat 100% 100%;
    padding: 5px 12px 12px;
    margin: -18px -12px 0 0;
    position: relative;
}

.cluetip-rounded div#cluetip-close
{ 
    text-align: right;
    margin: 0 5px 5px;
    color: #009;
    background: transparent;
}

.cluetip-rounded div#cluetip-close a
{
    color: #777;
}

/*  rounded arrows  */

.clue-right-rounded .cluetip-arrows
{
    background-image: url(/images/cluetip/rarrowleft.gif);
}

.clue-left-rounded .cluetip-arrows
{
    background-image: url(/images/cluetip/rarrowright.gif);
    left: 100%;
    margin-left: 12px;
}

.clue-top-rounded .cluetip-arrows
{
    background-image: url(/images/cluetip/rarrowdown.gif);
    top: 100%;
    left: 50%;
    margin-left: -11px;
    height: 11px;
    width: 22px;  
}  

.clue-bottom-rounded .cluetip-arrows
{
    background-image: url(/images/cluetip/rarrowup.gif);
    top: -23px;
    left: 50%;
    margin-left: -11px;
    height: 11px;
    width: 22px;
}

/*  stupid IE6 HasLayout hack  */

.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner
{
    zoom: 1;
}

/******************************************************************************/

div.rule,
td.rule
{
  height: 1px;
  line-height: 1px;
  background-color: #cccccc;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
}

.centered
{
  margin: 0 auto;
}

.transparent
{
    background: transparent;
}

.smallRule
{
    background-color: #444444;
}

.tabBegin
{
    height: 28px;
    float: left;
    border-bottom: 1px solid #444444;
}

.tabEnd
{
    height: 28px;
    float: left;
    border-left: 1px solid #444444;
    border-bottom: 1px solid #444444;
}

.tabActive
{
    width: 119px;
    height: 28px;
    line-height: 28px;
    float: left;
    border-left: 1px solid #444444;
    border-top: 1px solid #444444;
}

.tabInactive
{
    width: 119px;
    height: 28px;
    line-height: 28px;
    float: left;
    background-color: #252621;
    border-left: 1px solid #444444;
    border-top: 1px solid #444444;
    border-bottom: 1px solid 4444446;
}
