<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* DEFAULTS
----------------------------------------------------------*/

body
{
    background: #9966FF; /*background: #b6b7bc;*/ /*background: url(../Images/backround_1.png) repeat-x;*/
    font-size: .80em;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

/*
body
{
    background: #9966FF; 
    font-size: .80em;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}
*/

a:link, a:visited
{
    font-size: .85em;
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.h1master
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
    height: 90px;
}

.h1master2
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
    height: 70px;
    /*background-image: url('../images/master_image2_3.jpg');*/
    background-image: url('../images/master_img_4.jpg');
}


h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles &lt;h1&gt; and &lt;h2&gt; tags that are the 
first child of the left and right table columns */
.rightColumn &gt; h1, .rightColumn &gt; h2, .leftColumn &gt; h1, .leftColumn &gt; h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 1300px;
    margin: 10px auto 0px auto;
    border: 1px solid #496077;
    background: #eeeeee; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-8 */
}

/*
.page
{
    width: 1300px;
    background-color: #fff;
    margin: 10px auto 0px auto;
    border: 1px solid #496077;
}
*/

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    min-height: 420px;
    background: #f2f5f6; /* Old browsers */
    background: -moz-linear-gradient(top, #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f5f6), color-stop(37%,#e3eaed), color-stop(100%,#c8d7dc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* W3C */ /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 );*/ /* IE6-9 */ /*background: url(/Images/gradient_lightgray.jpg) repeat-x 0px 0px;*/ /*background-color: #47217b;*/
}
/*
.main
{
    min-height: 420px;
    background-color: White;
}
*/
.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/
/* background: url(../Images/pagerBG.gif) repeat-x; */
div.hideSkiplink
{
    background: url(../Images/bg_sprite_1.png) repeat-x;
    width: 100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    /* background: url(/Images/pagerBG.gif) repeat-x; */ /*background: url(../Images/bg_sprite_1.png) repeat-x; */
    border: 0px #4e667d solid;
    color: White;
    display: block;
    line-height: 1.05em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

div.menu ul li a:Selected
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

/* menu2 */

div.menu2
{
    padding: 4px 0px 4px 8px;
}

div.menu2 ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu2 ul li a, div.menu ul li a:visited
{
    /* background: url(/Images/pagerBG.gif) repeat-x; */
    background: url(../Images/bg_sprite_1.png) repeat-x;
    border: 0px #4e667d solid;
    color: White;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu2 ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu2 ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

div.menu2 ul li a:Selected
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.container
{
    margin-left: auto;
    margin-right: auto;
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.InfoTitle
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
    background-color: beige;
    color: Black;
    font-size: 1.1em;
    border:inset;
    border-color:ActiveBorder;
}

.InfoTitleMobile
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
    background-color: black;
    /*color: Black;*/
    font-size: 1.1em;
    border:inset;
    border-color:ActiveBorder;
    width: 100%;
}

.AcctsTitle
{
    display: block;
    float: left;
    text-align: left;
    width: 1300px;
    /*
    height: 140px;
    */
    background: #b6b7bc;
    /*background-image: url('../images/master_image_4.jpg');*/
    background-image: url('../images/master_img_4.jpg');
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.SiteTitleDisplay
{
    font-size: 2.1em; 
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.failureNotificationWhite
{
    font-size: 1.2em;
    color: White;
}

.failureNotificationWhiteBig
{
    font-size: 1.7em;
    color: White;
    font-weight: bold;
}

.failureNotificationSmall
{
    font-size: .85em;
    color: Red;
}

.failureNotBig
{
    font-size: 1.5em;
    color: Red;
    font-weight: bold;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.mailDisplay
{
    color: white;
    text-align: right;
    font-weight: bold;
}

.attachedDisplay
{
    color: white;
    text-align: left;
}
.fieldLabelWhite fieldLabel
{
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 10pt;
    text-align: right;
    vertical-align: top;
    font-weight: bold;
    padding: 3px;
    padding-left: 20px;
    white-space: nowrap;
    color: White;
}

.fieldLabelBlack fieldLabel
{
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 10pt;
    text-align: right;
    vertical-align: top;
    font-weight: bold;
    padding: 3px;
    padding-left: 20px;
    white-space: nowrap;
    color: Black;
}

.fieldHeaderBlack 
{
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 10pt;
    text-align: left;
    vertical-align: bottom;
    font-weight: bold;
    padding: 3px;
    padding-left: 20px;
    white-space: nowrap;
    color: Black;
}

.MsgLabelRed
{
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 12pt;
    text-align: right;
    vertical-align: top;
    font-weight: bold;
    padding: 3px;
    padding-left: 20px;
    white-space: nowrap;
    color: Red;
}

.MsgLabelWhite
{
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 12pt;
    text-align: right;
    vertical-align: top;
    font-weight: bold;
    padding: 3px;
    padding-left: 20px;
    white-space: nowrap;
    color: White;
}

.MsgLabelWhiteMobile
{
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 12pt;
    text-align: right;
    vertical-align: top;
    font-weight: bold;
    padding: 3px;
    padding-left: 30px;
    padding-right: 30px;
    white-space: nowrap;
    color: White;
}

.SLabelWhite
{
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 12pt;
    text-align: center;
    vertical-align: top;
    font-weight: bold;
    padding: 3px;
    padding-left: 5px;
    white-space: nowrap;
    color: White;
}

.ReviewLabelWhite
{
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 12pt;
    text-align: center;
    vertical-align: top;
    font-weight: bold;
    padding: 3px;
    padding-left: 5px;
    white-space: nowrap;
    color: White;
    background-color: Navy;
}

.grid
{
    color: #000;
    width: 99%;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 0px;
    font-size: 1.0em;
    border: 1px solid #999;
    border-collapse: collapse;
}

.grid TH
{
    background: url(../Images/sprite.png) repeat-x 0px 0px;
    border: 1px solid #989898;
    padding: 4px 0px 4px 5px;
    text-align: left;
}

.grid TH A
{
    color: #333333;
    font-weight: bold;
    text-decoration: underline;
}

.grid TD
{
    font-size: .9em;
    padding: 4px 5px 4px 5px;
    border: solid 1px #999;
}

.rowOFF
{
    background-color: #fff;
}


.rowON
{
    background-color: #D3D3D3;
}

.alternaterowOFF
{
    background-color: #a8c7e3;
}

.alternaterowON
{
    background-color: #D3D3D3;
}

.emptyrow
{
    font-size: 1em;
    font-weight: bold;
    color: Red;
}

.gridfooter
{
    color: #000;
    width: 99%;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    font-size: .9em;
    border: 1px outset #999;
    border-collapse: collapse;
    background: url(../Images/slY9P4.png) repeat-x 0px 0px;
}

#leftcolumn
{
    width: 300px;
    border: 0px solid red;
    float: left;
}
#rightcolumn
{
    width: 1000px;
    border: 0px solid red;
    float: right;
}
#div1
{
    z-index: 1000;
    position: absolute;
    left: 0px;
    top: 200px;
    width: 800px;
    border: 5px solid red;
}

#div2
{
    position: absolute;
    left: 325px;
    top: 200px;
    width: 1000px;
}

#div3
{
    position: absolute;
    left: 325px;
    top: 200px;
    width: 150px;
}

.listingNameLink2
{
    text-decoration: none;
    color: #333399;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-weight: bold;
    font-size: 13px;
}

.membername
{
    font-weight: bolder;
    font-size: 13px;
    color: #333399;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    text-decoration: none;
}

.gridTH
{
    font-size: 13px;
    background: url(../Images/sprite.png) repeat-x 0px 0px;
    border: 1px solid #989898;
    padding: 4px 0px 4px 5px;
    text-align: left;
}

.LabelButton
{
    font-size: 24px;
    color: black;
    background: url(../Images/sprite.png) repeat-x 0px 0px;
    border: 1px solid #989898;
    padding: 4px 0px 4px 5px;
    text-align: center;
}

.ppvDisplay
{
    background: url(../Images/sprite.png) repeat-x 0px 0px;
    border: 1px solid #989898;
    padding: 4px 0px 4px 5px;
    text-align: left;
    font-size: medium;
}

.toUpper
{
    font-family: Arial, sans-serif;
    color: Black;
    vertical-align: middle;
    text-align: left;
    text-transform: uppercase;
}

.toUpperWater
{
    vertical-align: middle;
    text-align: left;
    text-transform: uppercase;
    padding: 2px 0 0 2px;
    border: 1px solid #BEBEBE;
    background-color: #F0F8FF;
    color: Gray;
    font-family: Verdana;
    font-weight: lighter;
}

.searchWater
{
    /*     z-index: 1000;     position: absolute;     top: 0;     bottom: 0;     left: 60%;     width: 40%;     background: #97F33B; */
    -moz-opacity: 0.15; /*   visibility: hidden;*/
}


.watermarked
{
    padding: 2px 0 0 2px;
    border: 1px solid #BEBEBE;
    background-color: #F0F8FF;
    color: Gray;
    font-family: Verdana;
    font-weight: lighter;
}

.watermarkedsmall
{
    padding: 2px 0 0 2px;
    border: 1px solid #BEBEBE;
    background-color: #F0F8FF;
    color: Gray;
    font-family: Verdana;
    font-weight: lighter;
    font-size: x-small;
}

#dropddn1
{
    /*     z-index: 1000;     position: absolute;     top: 0;     bottom: 0;     left: 60%;     width: 40%;     background: #97F33B; */
    -moz-opacity: 0.45; /*   visibility: hidden;*/
    display: none;
}

#dropddn2
{
    -moz-opacity: 0.45; /*   visibility: hidden;*/
    display: none;
}

#earningsStl
{
    -moz-opacity: 0.45;
    display: none;
}

#feeStl
{
    -moz-opacity: 0.45;
    display: none;
}

#payStl
{
    -moz-opacity: 0.45;
    display: none;
}

#offerStl
{
    -moz-opacity: 0.45;
    display: none;
}

.hideThis
{
    -moz-opacity: 0.45; /*   visibility: hidden;*/
    display: none;
}

.SomeMenuClass
{
    color: Green;
}

.bigFieldLabel
{
    color: #63177A;
    font-size: 24px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

.bigFieldLabel2 {
    color: #63177A;
    font-size: 24px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

.callTopLine
{
    color: Navy;
    font-size: 18px;
    font: bold 24px auto "Trebuchet MS" , Verdana;
    border: 1px gray;
    padding: 4px;
    padding-top: 7px;
}

.eventTopLine
{
    color: White;
    font-size: 22px;
    font: 22px auto "Trebuchet MS" , Verdana;
    border: 1px gray;
    padding: 4px;
    padding-top: 7px;
}

.eventTopLine2
{
    color: Navy;
    font-size: 22px;
    font: 22px auto "Arial, Helvetica, Verdana, sans-serif";
    border: 1px gray;
    padding: 4px;
    padding-top: 7px;
}


.fheader
{
    color: #63177A;
    font-size: 16px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

.fheaderWhite
{
    color: White;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

.fheaderBlack
{
    color: Black;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

.fheaderPurple
{
    color: mediumpurple;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

.cpHeader
{
    color: white;
    background-color: #719DDB;
    font: bold 11px auto "Trebuchet MS" , Verdana;
    font-size: 12px;
    cursor: pointer;
    height: 18px;
    padding: 4px;
}
.topicHeader
{
    background-color: #DCE4F9;
    color: Black;
    font: bold 12px auto "Trebuchet MS" , Verdana;
    border: 1px gray;
    width: 300px;
    padding: 4px;
    padding-top: 7px;
}
.cpBody
{
    background-color: #DCE4F9;
    font: normal 12px auto Verdana, Arial;
    border: 1px gray;
    width: 300px;
    padding: 4px;
    padding-top: 7px;
}

.cpPopup
{
    border-color: ActiveBorder;
    background-color: #DCE4F9;
    font: normal 12px auto Verdana, Arial;
    border: 1px gray;
    width: 300px;
    padding: 4px;
    padding-top: 7px;
}

.radiotxt
{
    font: normal 10px auto Verdana, Arial;
}

.radiotxtbg
{
    font: normal 10px auto Verdana, Arial;
    height: 15px;
}

.radiotxtred
{
    font: normal 12px auto Verdana, Arial;
    color: Fuchsia;
}

.radiotxtLightRed
{
    font: normal 12px auto Verdana, Arial;
    color: #FFCCFF;
}

.radiotxtwhite
{
    font: normal 10px auto Verdana, Arial;
    color: White;
}

.hlinktxt
{
    font: normal 10px auto Verdana, Arial;
    color: White;
}

.hlinktxt2
{
    font: normal 10px auto Verdana, Arial;
}

ul
{
    list-style-image: url('/images/sqpurple.gif');
}

.smalltext
{
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: normal;
}

.threadHead
{
    color: Gray;
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 20px;
    font-weight: Bold;
}


.forum_subject
{
    color: #63177A;
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: Bold;
}

.forum_head_flds
{
    color: Navy;
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: Bold;
}

.forum_reply_text
{
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: Navy;
}

.vert_sep
{
    padding-left: 4px;
    padding-right: 4px;
}

.textext
{
    background-color: White;
}

.tabwidth
{
    width: 100%;
}

.tab1
{
    width: 100%;
    vertical-align: top;
}

.tcell1
{
    background-color: White;
    vertical-align: top;
    color: Navy;
}

.width20
{
    width: 20%;
}

.evtstyle
{
    font-size: .85em;
}


/*.grid .row TD.first { padding-left: 0px; }
.grid TH.first { padding-left: 0px; }*/

.tborder
{
    background: #D1D1E1;
    color: #000000;
    border: 1px solid #0B198C;
    font-size: .85em;
}
.tborder1
{
    background: #D1D1E1;
    color: #000000;
    border: 1px solid #0B198C;
    font-size: .85em;
}
.tcat
{
    background: #869BBF url(images/gradients/gradient_tcat.gif) repeat-x top left;
    color: #FFFFFF;
    font: bold 10pt verdana, geneva, lucida, 'lucida grande' , arial, helvetica, sans-serif;
}
.tcat a:link, .tcat_alink
{
    color: #ffffff;
    text-decoration: none;
}
.tcat a:visited, .tcat_avisited
{
    color: #ffffff;
    text-decoration: none;
}
.tcat a:hover, .tcat a:active, .tcat_ahover
{
    color: #FFFF66;
    text-decoration: underline;
}
.bgtree
{
    background: #feffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #feffff 0%, #ddf1f9 35%, #a0d8ef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(35%,#ddf1f9), color-stop(100%,#a0d8ef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #feffff 0%,#ddf1f9 35%,#a0d8ef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #feffff 0%,#ddf1f9 35%,#a0d8ef 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #feffff 0%,#ddf1f9 35%,#a0d8ef 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #feffff 0%,#ddf1f9 35%,#a0d8ef 100%); /* W3C */ /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#a0d8ef',GradientType=0 );*/ /* IE6-9 */
}
.mentorlabel
{
    font-size: .85em;
    text-align: left;
    font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande' , arial, helvetica, sans-serif;
}
.mentorfield
{
    font-size: .95em;
    text-align: left;
    font: 12px tahoma, verdana, geneva, lucida, 'lucida grande' , arial, helvetica, sans-serif;
}

.hometree
{
    background: #CCCCFF url(/images/gradient_thead.jpg) repeat-x top left;
    color: #FFFFFF;
    font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande' , arial, helvetica, sans-serif;
}

.thead
{
    background: #5C7099 url(/images/gradient_thead.jpg) repeat-x top left;
    color: #FFFFFF;
    font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande' , arial, helvetica, sans-serif;
}
.thead a:link, .thead_alink
{
    color: #FFFFFF;
}
.thead a:visited, .thead_avisited
{
    color: #FFFFFF;
}
.thead a:hover, .thead a:active, .thead_ahover
{
    color: #FFFF00;
}
.tfoot
{
    background: #3E5C92;
    color: #E0E0F6;
}
.tfoot a:link, .tfoot_alink
{
    color: #E0E0F6;
}
.tfoot a:visited, .tfoot_avisited
{
    color: #E0E0F6;
}
.tfoot a:hover, .tfoot a:active, .tfoot_ahover
{
    color: #FFFF66;
}
.alt1, .alt1Active
{
    background: #F5F5FF;
    color: #000000;
}
.alt2, .alt2Active
{
    background: #E1E4F2;
    color: #000000;
}
.inlinemod
{
    background: #FFFFCC;
    color: #000000;
}

/*******************/
.fbody
{
    background: #FFFFFF;
    color: Navy;
}
.fbody a:link, .fbody_alink
{
    color: Blue;
}
.fbody a:visited, .fbody_avisited
{
    color: #034af3;
}
.fbody a:hover, .fbody a:active, .fbody_ahover
{
    color: #1d60ff;
}

/*** Side Bar *****/

#wizHeader li .prevStep
{
    background-color: #669966;
}
#wizHeader li .prevStep:after
{
    border-left-color: #669966 !important;
}
#wizHeader li .currentStep
{
    background-color: #C36615;
}
#wizHeader li .currentStep:after
{
    border-left-color: #C36615 !important;
}
#wizHeader li .nextStep
{
    background-color: #C2C2C2;
}
#wizHeader li .nextStep:after
{
    border-left-color: #C2C2C2 !important;
}
#wizHeader
{
    list-style: none;
    overflow: hidden;
    font: 18px Helvetica, Arial, Sans-Serif;
    margin: 0px;
    padding: 0px;
}
#wizHeader li
{
    float: left;
}
#wizHeader li a
{
    color: white;
    text-decoration: none;
    padding: 10px 10px 10px 55px;
    background: brown; /* fallback color */
    background: hsla(34,85%,35%,1);
    position: relative;
    display: block;
    float: left;
}
#wizHeader li a:after
{
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 30px solid hsla(34,85%,35%,1);
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}
#wizHeader li a:before
{
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}
#wizHeader li:first-child a
{
    padding-left: 10px;
}
#wizHeader li:last-child
{
    padding-right: 50px;
}
#wizHeader li a:hover
{
    background: #FE9400;
}
#wizHeader li a:hover:after
{
    border-left-color: #FE9400 !important;
}

.content
{
    height: 150px;
    padding-top: 75px;
    text-align: center;
    background-color: #F9F9F9;
    font-size: 48px;
}


.detailField
{
    font-weight: normal;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 10pt;
    color: Black;
}

.detailLabel
{
    font-weight: bold;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 10pt;
    color: Black;
    float: right;
}

.evttabbg
{
    background: #a7c7dc; /* Old browsers */
    background: -moz-linear-gradient(top,  #a7c7dc 0%, #85b2d3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a7c7dc), color-stop(100%,#85b2d3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #a7c7dc 0%,#85b2d3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #a7c7dc 0%,#85b2d3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #a7c7dc 0%,#85b2d3 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #a7c7dc 0%,#85b2d3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7c7dc', endColorstr='#85b2d3',GradientType=0 ); /* IE6-9 */
}

.hometree
{
    background: url(/Images/gradient_lightblue.jpg) repeat-x 0px 0px;
    background-color: #0186B8;
}

.rounded
{
    padding: 4px 0;
    margin: 4px;
    -moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
    -moz-border-radius: 20px;
    -moz-border-radius-topleft: 25px;
    -moz-border-radius-topright: 25px;
    -moz-border-radius-bottomleft: 25px;
    -moz-border-radius-bottomright: 25px;
    -webkit-border-top-left-radius: 25px;
    -webkit-border-top-right-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    background: #feffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #feffff 0%, #ddf1f9 35%, #a0d8ef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(35%,#ddf1f9), color-stop(100%,#a0d8ef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #feffff 0%,#ddf1f9 35%,#a0d8ef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #feffff 0%,#ddf1f9 35%,#a0d8ef 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #feffff 0%,#ddf1f9 35%,#a0d8ef 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #feffff 0%,#ddf1f9 35%,#a0d8ef 100%); /* W3C */ /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#a0d8ef',GradientType=0 );*/ /* IE6-9 */
    background: url(/Images/gradient_lightblue.jpg) repeat-x 0px 0px;
    background-color: #0186B8;
}

.ielisting
{
    /*padding: 4px 0;
    margin: 4px;*/
    /*-moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;*/
    /*-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";*/
    /*filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');*/
    /*background: #feffff;*/ /* Old browsers */
    /*background: -moz-linear-gradient(top,  #feffff 0%, #ddf1f9 35%, #a0d8ef 100%); /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(35%,#ddf1f9), color-stop(100%,#a0d8ef));*/ /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top,  #feffff 0%,#ddf1f9 35%,#a0d8ef 100%);*/ /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top,  #feffff 0%,#ddf1f9 35%,#a0d8ef 100%);*/ /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top,  #feffff 0%,#ddf1f9 35%,#a0d8ef 100%);*/ /* IE10+ */
    /*background: linear-gradient(to bottom,  #feffff 0%,#ddf1f9 35%,#a0d8ef 100%);*/ /* W3C */ /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#a0d8ef',GradientType=0 );*/ /* IE6-9 */
    /*background-image: -ms-linear-gradient(top left, #FFFFFF 0%, #00A3EF 100%);*/
    /*background: url(/Images/gradient_lightblue.jpg) repeat-x 0px 0px;*/
    /*background-color: #0186B8;*/
    /*background-color:  #feffff;*/
        min-height: 100%;
    background-repeat: no-repeat;
    background-color:  #dfdfff;
    /* IE10 Consumer Preview */ 
    /*background-image: -ms-linear-gradient(top left, #feffff; 0%, #00A3EF 100%);*/

    /* W3C Markup, IE10 Release Preview */ 
    /*background-image: linear-gradient(to bottom right, #FFFFFF 0%, #00A3EF 100%);*/
    /*background: #feffff url(/images/gradient_thead.jpg) repeat-x top left;*/
}

.ielistingtab 
{
    min-height: 100%;
    background-repeat: no-repeat;
     /*filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#feffff', endColorstr='#CCCCCC'); /* IE6 &amp; IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#feffff', endColorstr='#CCCCCC')"; /* IE8 */*/
     filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#feffff', endColorstr='#ccccff'); /* IE6 &amp; IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#feffff', endColorstr='#ccccff')"; /* IE8 */
     height: 0; /* gain layout IE5+ */                                                                                                                               height: 0; /* gain layout IE5+ */   
    zoom: 1; /* gain layout IE7+ */
}
/*
#myAwesomeElement {
    border: 1px solid #999;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    behavior: url(/Styles/PIE.htc);
}
*/

.tbStyle
{
    border-style: inset;
    border-color: #CCCCFF;
    border-width: 1;
}

.invisible
{
    display: none;
}
.ratingBoxClose
{
    width: 11px;
    height: 21px;
    margin: 0px 0px;
    padding: 0px;
    display: block;
    float: right;
    text-align: center;
    overflow: hidden;
    vertical-align: middle;
}
.ratingBox
{
    width: 21px;
    height: 21px;
    margin: 0px 2px;
    padding: 0px;
    display: block;
    float: right;
    text-align: center;
    overflow: hidden;
    vertical-align: middle;
}
.ratingStarClose
{
    font-size: 0pt;
    width: 11px;
    height: 11px;
    margin: 0px 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    float: left;
    background-repeat: no-repeat;
}
.ratingStar
{
    font-size: 0pt;
    width: 21px;
    height: 21px;
    margin: 0px 2px;
    padding: 0px;
    cursor: pointer;
    display: block;
    float: left;
    background-repeat: no-repeat;
}

.ratingStarNew
{
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 12px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 13px;
}

.filledRatingStar
{
    background-image: url(../images/FilledStar.png);
}

.emptyRatingStar
{
    background-image: url(../images/EmptyStar.png);
}

.savedRatingStar
{
    background-image: url(../images/SavedStar.png);
}

.ModalPopupBG
{
    background-color: #666699;
    filter: alpha(opacity=50);
    opacity: 0.7;
}

.GuestModalPopupBG
{
    background-color:white;
    /*filter: alpha(opacity=50);
    opacity: 0.7;*/
}

.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal-overlay {
    z-index: 1020;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.HellowWorldPopup
{
    min-width: 400px;
    min-height: 300px;
    background-color: black;
}

#irc_cb {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("data:image/gif;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAWdEVYdENyZWF0aW9uIFRpbWUAMTEvMTMvMTKswDp5AAAAd0lEQVQ4jb2VQRLAIAgDE///Z3qqY1FAhalHMCsCIkVEAIAkkVgvp2lDBgYAnAyHkWotLccNrEd4A7X2TqIdqLfnWBAdaF5rJdyJfjtPH5GT37CaGhoVq3nOm/XflUuLUto2pY1d+vRKh0Pp+MrAVtDe2JkvYNQ+jVSEEFmOkggAAAAASUVORK5CYII=");
    background-origin: padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;
    cursor: pointer;
    height: 20px;
    opacity: 0.2;
    padding-bottom: 7px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 7px;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 20px;
    z-index: 1;
}

.invisible
{
    background-color: transparent;
    opacity: 0.0;
}

.visibleDiv
{
    position: fixed;
}

.HomeHeader
{
    background: #9900CC;
    font-size: 1.70em;
    font-family: 'Comic Sans MS';
    color: White;
    font-weight: bold;
    padding-left: 20;
    padding-right: ;
}

.RightTableMain
{
    background: #9900CC;
    font-size: 1.00em;
    font-family: 'Comic Sans MS';
    margin: 0px;
    padding: 0px;
    color: White;
    font-weight: bold;
}

.RightTableLine
{
    background: #9900CC; 
    font-size: .9em;
    font-family: Arial,Helvetica,'Liberation Sans',FreeSans,sans-serif;
    margin: 0px;
    padding: 0px;
    color: White;
}

#adv_div 
{
  overflow: auto;
  height:520px;
}

iframe#ifrm {
    border: 1px solid #ccc;
    width: 1650px;
    height: 1550px;
}

.guest {
    position: fixed;
    top: 0;
    width: 100%;
}

.centered {
  position: fixed; /* or absolute */
  top: 50%;
  left: 50%;
}

.rounded_button {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px; 
}









</pre></body></html>