﻿/*  == COLOR SCHEME ==

Blue accent dialog subtitle:   #36C
Light Blue accent              #09F 
Orange for links and accents:  #DA6
Dark Orange for dark links:    #963
Dark Orange :  #850

Tree color:             #D0D0D0
Tree yellow (new):      #FFB

+ black, white, grays

*/

@media screen
{

body {background-color:#000;color:#FFF;margin:0;padding:0;}

a {color: #DA6;text-decoration:none;outline:0;}
a:hover {color:#36C;}
a img {border:none;}
a:focus {outline: none;}
div:focus {outline: none;}

h1, h2, h3, h4, h5, h6 {font-family:verdana,sans-serif;font-weight:bolder;color:#DA6;}
h1 {font-size:18px}
h2 {font-size:16px;}
h3 {font-size:14px;}
h4 {font-size:12px;}
h5 {font-size:11px;}
h6 {font-size:10px;}

hr {color: #DA6;}


.hide 
{
    display: none;
}

.show 
{
    display: block;
}

.strong
{
    font-weight: bold;
}

.inner10
{
    margin: 10px;
}

.genericLabel
{
    font: bolder 14px tahoma,sans-serif;
    color: #FFF;
}

.genericText
{
    font: normal 14px tahoma,sans-serif;
    color: #FFF;
}


.btnPostback
{
    width: 1px;
    height: 1px;
    border: none;
    background: transparent;
}


.inputWatermark
{
    font: bold 12px verdana,sans-serif;
    background-color: #FFC;
    border: solid 1px #888;
    height: 18px;
    color: #BBB;
}


.popupControl {
	background-color: #AAD4FF;
	position: absolute;
	visibility: hidden;
	border-style: solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}


.updateProgress
{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #DDD;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    color: #666;
    font: bold 14px tahoma,sans-serif;
    z-index: 10000;
}

.validateErrorHighlight
{
    background-color: #F88;
}

.genericButton:link, .genericButton:visited
{
  margin: 2px 5px 2px 5px;
  padding: 4px 8px 4px 8px;
  border-style: outset;
  background: #CCC;
  text-align: center;
  text-decoration: none;
  font: normal 11px tahoma,sans-serif;
  color: #000;
  line-height: 2.5em;
}

.genericButton:hover
{
   font-weight: bold;
   color: #FFF;
   background-color: #999;
   border-style: outset;
}

.genericButton:active
{
  font-weight: bold;
  color: #FFF;
  background-color: #666;
  border-style: inset;
}



.clickMail:link, .clickMail:visited
{
  margin: 2px;
  padding: 4px 8px 4px 40px;
  border-top: solid 1px #DDD;
  border-left: solid 1px #DDD;
  border-bottom: solid 1px #666;
  border-right: solid 1px #666;
  background: #FFF url(clickmail.jpg) no-repeat center left;
  text-align: left;
  text-decoration: none;
  font: bold 11px verdana,sans-serif;
  color: #884;
  line-height: 2.5em;
}

.clickMail:hover
{
  color: #A44;
  border-style: outset;
}

.clickMail:active
{
  border-style: inset;
}



/*

 .diag applies to dialog.ascx webcontrol

*/

.diagTitleBox
{
    background: url(dialog_titleback.gif) repeat;
    margin: 0;
    width: 600px;
    height: 1.5em;
    text-align: left;
    vertical-align: middle;
}

.diagTitle
{
    display: inline;
    color: #FFF;
    font: bold 14px tahoma,sans-serif;
}

.diagTitleHelp
{
    float: right;
    margin-right: 5px;
    text-align: right;
    width: 125px;
}

.diagTitleHelp a
{
    color: #FFF;
    font: 12px verdana,sans-serif;
}

.diagSubtitleBox
{
	background-color: #36C; 
    margin: 0;
    width: 600px;
    height: 24px;
    text-align: left; 
    vertical-align: middle;
}

.diagSubtitle
{
    padding-left: 14px;
    padding-top: 4px;
    color: #EEE;
    font: bold 12px tahoma,sans-serif;
}

.diagBodyBox
{
	background-color: #222; 
    margin: 0;
    width: 600px;
    height: auto;
    overflow: auto;
    font: 12px helvetica,sans-serif;
	color: #FFF;
}

.diagInnerBody
{
    padding: 5px 15px 5px 15px;
}
    
.diagInnerBody p
{
    padding: 0;
}


/*

 .login applies to login.aspx, works with .diag styles

*/

.loginSubtitleFloatBox
{
    background: url(signin_or.gif) no-repeat 0 0;
    float: right; 
    width: 391px;
    height: 100%;
    margin: 0;
    padding: 0;
}
    
.loginBodyFloatBox
{
    float: right;
    width: 360px;
    border-left: solid 1px #FFF;
    margin: 0;
    padding: 0;
}    

.loginError
{
    font: bold 12px arial,sans-serif;
    color: #E00;
}



/*

    #welcome applies to login.aspx page

*/

.picback
{
    background: #333 url(welcome_back.jpg) repeat-x top left;
}

#welcome
{
    position: relative;
    width: 100%;
    height: 150px;
}


#welcome h1
{
    position: absolute;
    top: 15px;
    left: 100px;
    color: #FFF;
    font: bold 15px tahoma,sans-serif;
    font-style: italic;
    margin: 0;
    padding: 0;
}

#welcome hr
{
    position: absolute;
    top: 33px;
    left: 103px;
    width: 480px;
    margin: 0;
    padding: 0;
}

#welcome #logo
{
    position: absolute;
    top: 10px;
    left: 10px;
    width: 110px;
    height: 110px;
    background: url(cabl_logo.png) no-repeat center center;
}

#welcome #headline
{
    position: absolute;
    top: 60px;
    left: 140px;
    margin: 0;
    padding: 10px 10px 10px 65px;
    background: #FFF url(icon_note.gif) no-repeat 10px 10px;
    border: solid 1px #888;
    font: bold 12px tahoma,sans-serif;
    color: #333;
    text-align: center;
    line-height: 25px;
}

#welcome #headline a
{
    background-color: #CCC;
    border-style: outset;
    padding: 2px 4px;
    margin-right: 6px;
    font-family: arial,sans-serif;
    color: #222;
}

#welcome #headline a:hover
{
    background-color: #444;
    border-style: outset;
    color: #FFF;
}

#welcome #sitenews
{
    position: absolute;
    top: 35px;
    left: 620px;
    width: 200px;
    height: 500px;
    background: url(sitenews.jpg) no-repeat;
}
#welcome #sitenewsinner
{
    padding-top: 40px;
    padding-left: 14px;
}



    
/*

 .help applies to help.aspx page

*/

.helpTitle
{
	font: bold 12pt verdana,sans-serif;
	color: #DA6;  
}

.helpHeader
{
    border: 1px solid #333;
    color: white;
    background: url(tree_headback.gif) repeat;
	font: bold 12px arial,sans-serif;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.helpHeaderLink
{
     color: #FFF;
}

.helpHeaderLink:hover
{
     color: #FC6;
}

.helpContent
{
	background: #FFF;
	border: solid 1px #888;
    border-top: none;
	margin: 0;
    padding: 30px;
    padding-top: 15px;
    color: #000;
	font: 14px arial,helvetica,sans-serif;
}

.helpContent a
{
    color: #850;   
}

.helpContent h1
{
    font: bold 18px verdana,sans-serif;
    color: #850;
}

.helpContent h2
{
    font: bold 16px verdana,sans-serif;
    color: #850;
}

.helpContent h3
{
    font: bold 14px verdana,sans-serif;
    color: #850;
}

.helpMenu
{
    position: fixed;
    top: 0;
    right: 0;
    height: 16px;
    margin-right: 0;
    padding-right: 0;
}

.helpMenu li
{
    font: bold 12px tahoma,sans-serif;
    display: inline;
    list-style: none;
}

.helpMenu li a
{
    background-color: #CCC;
    border: 2px solid #CCC;
    color: #000;
    float: left;
    padding: 2px 0.5em;
    text-decoration: none;
}

.helpMenu li a:hover
{
    background-color: #888;
    border-style: outset;
    color: #FFF;
}



/*

    .mailto applies to mailto.aspx

*/

.mailtoPrivileged
{
    border: solid 1px #CCC;
    padding: 10px;
}

.mailtoPrivileged .mtlink
{
    text-align: center;
    margin-top: 20px;
}

.mailtoAddress
{
    font: bold 14px tahoma,sans-serif;
    color: #69F
}

.mailtoForm fieldset
{
    padding: 10px;
}

.mailtoForm legend
{
    border: 1px solid #CCC;
    color: #DA6;
    font: bold 14px georgia,sans-serif;
    padding: 5px;
}



/*

    .mbuddy applies to mybuddy.aspx

*/
#mbuddybox
{
    width: 680px;
    background: #222;
}

#mbuddybox h1
{
    background-color: #228;
    font: 16px bold verdana,sans-serif;
    color: #FFF;
    padding: 6px 14px 6px 14px;
}

#mbuddybox .mbitem, .mbuddybox .mbhead
{

}

#mbuddybox span
{
    display: block;
    float: left;
}

#mbuddybox .mbname
{
    clear: both;
    width: 150px;
    margin-left: 10px;
}

#mbuddybox .mbonline
{
    width: 60px;
}
#mbuddybox .mbcobuddy
{
    width: 100px;
    text-align: center;
}
#mbuddybox .mblaston
{
    width: 150px;
    text-align: center;
}
#mbuddybox .mbpm, #mbuddybox .mbkill
{
    width: 70px;
    text-align: center;
}

#mbuddybox .mbhead span
{
    text-align: center;
    font: bold 12px verdana,sans-serif;
}

#mbuddybox .mbname a
{
    font: bold 12px tahoma,sans-serif;
}

#mbuddybox .mbitem 
{
    font: 12px normal tahoma,sans-serif;
}



/*

    .mlist applies to listthread.aspx

*/

.mlistHeading
{
    font: bold 14px verdana,sans-serif;
    color: #DA6;
    padding-left: 10px;
}

.mlistPage
{
    float: right;
    width: 350px;
    height: 18px;
    margin-top: 2px;
    margin-right: 35px;
    padding: 2px;
    font: 9px tahoma,sans-serif;
    text-align: right;
}

.mlistPage a, .mlistPage a:visited, .mlistPage .current, .mlistPage .disable
{
    text-align: center;
    margin: 0;
    padding: 1px 4px;
    border: 1px solid #666;
    color: #FFF;
    background-color: #009;
    text-decoration: none; 
}

.mlistPage a:hover, .mlistPage a:active
{
    border: 1px solid #FF6;
    color: #000;
    background-color: #FFF;
}

.mlistPage .next
{
    padding: 1px 4px;
    font-weight: bold;
}

.mlistPage .current
{
    font-weight: bold;
    border-color: #CCC;
    background-color: #06F;
}

.mlistPage .disable
{
    border-color: #333;
    background-color: #666;
    color: #333;
}


#mlistMainBox
{
    margin-top: 15px;
    margin-left: 10px;
}


.mlistThreadBox, .mlistThreadBoxH
{
    border: solid 1px #888;
    clear: right;
}

.mlistThreadBox
{
    background: #222;
    padding: 3px;
}

.mlistThreadBoxH
{
    background: #888;
    padding: 3px;
}

.mlistThreadInner
{
    float: right;
    width: 380px;
}


.mlistThreadInner .author, .mlistThreadInner .lastpost, .mlistThreadInner .nolastpost, .mlistThreadInner .Hbig
{
    display: block;
    float: right;
    width: 150px;
}

.mlistThreadInner .replies, .mlistThreadInner .Hsmall
{
    display: block;
    float: right;
    width: 60px;
}


.mlistThreadInner .author, .mlistThreadInner .lastpost
{
	font: normal 10px arial,sans-serif;
	color: #DDD; 
	text-align: left;
}

.mlistThreadInner .replies
{
	font: normal 12px arial,sans-serif;
	color: #DDD; 
	text-align: center;
	margin-top: .4em;
}

.mlistThreadInner .lastpost, .mlistThreadInner .nolastpost
{
    padding-left: 10px;
}

.mlistThreadInner .nolastpost
{
	font: normal 12px arial,sans-serif;
	color: #999; 
	text-align: center;
	margin-top: .4em;
}

.mlistThreadBox .title, .mlistThreadBoxH .title, .mlistThreadBox .title_new
{
    display: block;
	vertical-align: middle;
}

.mlistThreadInner .Hbig, .mlistThreadInner .Hsmall, .mlistThreadBoxH .title, .mlistThreadBoxH .title_new
{
	font: bold 12px verdana,arial,sans-serif;
	color: #EEE; 
	text-align: center;
}

.mlistThreadBox .title, .mlistThreadBox .title_new
{
    padding-top: 4px;
  	font: normal 14px tahoma,arial,sans-serif;
    color: #FED;
}


.mlistThreadBox .title_new
{
  	padding-left: 25px;
    background: url(icon_new_thread.gif) no-repeat left center;
}

.mlistThreadBox .truncnote
{
    padding: 6px 0 4px 0;
    font: italic 15px georgia;
    color: #000;   
    border-bottom: solid 2px #888;
}

.mlistThreadBox .truncnote a
{
    font: bold 11px tahoma,sans-serif;
    color: #963;   
}

.mlistThreadBox .messages
{
    background: #CCC8C8;
    padding-left: 25px;
    padding-right: 20px;
    border: solid 1px #888;
    clear: both;
}

.mlistThreadBox .replybox
{
    margin-left: 5px;
}

.mlistMsgBox, .mlistMsgBoxOpen
{
    margin-top: 2px;
    margin-bottom: 2px;
}

.mlistMsgBox
{
    border-bottom: solid 1px #DDD;
}

.mlistMsgBoxOpen
{
    border: solid 1px #000;
    background: #AAA url(mlist_title.gif) repeat;
}

.mlistThreadBox .mdatebox, .mlistThreadBox .memberBox
{
    float: right;
    color: #000;
}

.mlistThreadBox .mdatebox
{
    width: 120px;
}

.mlistThreadBox .mdate
{
    display: block;
    font: normal 11px arial,sans-serif;
}

.mlistThreadBox .mreplybtn
{
    display: none;
}

.mlistMsgBoxOpen .mreplybtn
{
    display: block;
}

.mlistThreadBox .memberBox
{
    width: 215px;
}

.mlistThreadBox .mhandle
{
    display: block;
    font: normal 12px verdana,sans-serif;
    color: #850;
}

.mlistThreadBox .mmemP, .mlistThreadBox .mmemC,.mlistThreadBox .mmemR, .mlistThreadBox .mmemS
{
    font-weight: bold;
    padding-left: 17px;
    background: no-repeat left center;
}

.mlistThreadBox .mmemP
{
    background-image: url(mlist_memp.gif);
}

.mlistThreadBox .mmemC
{
    background-image: url(mlist_memc.gif);
}

.mlistThreadBox .mmemR
{
    background-image: url(mlist_memr.gif);
}

.mlistThreadBox .mmemS
{
    background-image: url(mlist_mems.gif);
}

.mlistThreadBox .mmoniker
{
    display: none;
}

.mlistThreadBox .mhandle:visited, .mlistMsgBox .mhandle:hover
{
    color: #000;
}

.mlistMsgBoxOpen .mhandle
{
    background: url(mlist_handleA.gif) no-repeat left center;
    padding-left: 30px;
    padding-top: 2px;
    color: #850;
    font-weight: bold;
}

.mlistMsgBoxOpen .mhandle:hover
{
    background: url(mlist_handle.gif) no-repeat left center;
    color: #FFC;
}

.mlistMsgBoxOpen .mmoniker
{
    display: block;
    padding-left: 30px;
    margin-top: 3px;
    font: italic 14px georgia,sans-serif; 
}

.mlistThreadBox .mtitle a, .mlistThreadBox .mtitle_new a
{
    display: block;
    font: normal 14px verdana,sans-serif;
    text-decoration: none;
    color: #420;
}

.mlistThreadBox .mtitle_new a
{
    padding-left: 24px;
    background: url(icon_new.gif) no-repeat left center;
}

.mlistThreadBox .mtitle a:hover, .mlistThreadBox .mtitle_new a:hover
{
    color: #900;
}

.mlistThreadBox .mtitle a:visited, .mlistThreadBox .mtitle_new a:visited
{
    color: #420;
}

.mlistMsgBoxOpen .mtitle, .mlistMsgBoxOpen .mtitle_new
{
    margin-left: 10px;
    padding-top: 6px;
}

.mlistMsgBoxOpen .mtitle a, .mlistMsgBoxOpen .mtitle_new a
{
    font-size: 16px;
}

.mlistThreadBox .replyto, .mlistThreadBox .noreplyto
{   
    display: none;
}

.mlistMsgBoxOpen .replyto, .mlistMsgBoxOpen .noreplyto
{
    display: block;
    color: #442;
    font: 11px arial,sans-serif;
}

.mlistMsgBoxOpen .replyto
{
    font-weight: bold;
    margin-top: 4px;
    margin-bottom: 4px;
    padding-left: 62px;
    background: url(mlist_inreply.gif) no-repeat left center;
}


.mlistThreadBox .loading
{
    display: none;
    background: #FFF url(loading.gif) no-repeat center;
    color: #888;
    font: normal 14px verdana,arial,sans-serif;
    padding: 15px;
}

.mlistThreadBox .message
{
    display: block;
    background-color: #FFF;
    padding: 10px;
}


.mlistAutBox
{
    background-color: #EDA;
    width: 180px;
    height: 120px;
    color: #444;
    font: normal 10px arial,sans-serif;
    margin-top: 2px;
    margin-left: 2px;
    padding: 5px;
}

.mlistAutBox .udat
{
    font-family: verdana,arial,sans-serif;
    color: #000;
}

.mlistAutBox a
{
    font: normal 11px verdana,arial,sans-serif;
    text-decoration: underline;
    color: #822;
}

.mlistAutBox a:hover
{
    color: #C92;
}

.mlistMsgBoxOpen .avatar
{
    display: block;
    float: left;
    border: outset;
    margin-right: 10px;
    margin-bottom: 4px;
}

.mlistMsgBoxOpen .body
{
    margin-bottom: 5px;
    color: #000;
    font: normal 12px verdana,sans-serif;
}

.mlistMsgBoxOpen .sig
{
    display: block;
    clear: both;
    height: 25px;
    overflow: hidden;
    font: italic 11px georgia,serif;
    color: #000;
    line-height: 20px;
    margin-top: 5px;
    padding: 2px 10px 2px 30px;
    background: #DDD url(mlist_sig.gif) no-repeat left top;
    border: solid 1px #BBB;
}

.mlistMsgBoxOpen .sigHr
{
    clear: both;
	color: #DA6; 
}

.mlistMsgBoxOpen .mlink
{
    float: right;
    width: 200px;
    height: 18px;
    color: #222;
    font: normal 10px tahoma,sans-serif;
    text-align: right;
}

.mlistMsgBoxOpen .murl, mlistMsgBoxOpen .murl:visited
{
    color: #DA6;
    text-decoration: underline;
    font: normal 10px courier-new,monospace;
}

.mlistMsgBoxOpen .mbook, .mlistMsgBoxOpen .mprint, .mlistMsgBoxOpen .mmail
{
    background: url(addfav_w.gif) no-repeat left;
    height: 17px;
    margin-left: 8px;
    margin-top: 1px;
    padding-left: 22px;
    padding-right: 3px;
    border: solid 1px #FFF;
    text-decoration: none;
    font: bold 10px tahoma,sans-serif;
}

.mlistMsgBoxOpen .mbook
{
    padding-top: 4px;
}

.mlistMsgBoxOpen .mtools
{
    height: 18px;
}

.mlistMsgBoxOpen .mprint
{
    background: url(print_sml.gif) no-repeat left;
}

.mlistMsgBoxOpen .mprint:hover, .mlistMsgBoxOpen .mmail:hover, .mlistMsgBoxOpen .mbook:hover
{
   border-style: outset;
}

.mlistMsgBoxOpen .mmail
{
    background: url(email_sml.gif) no-repeat left;
    margin-top: 2px;
}


.mlistNewThreadBox
{
    margin: 10px 14px 10px 14px;
}


.mlistNewThreadBox .mlistForumDesc
{
    display: block;
    background-color: #222;
    font: normal 12px tahoma,sans-serif;
    padding: 15px;
}

.mlistMsgBoxOpen .mlistForumDesc
{
    display: none;
}

.mlistNewThreadBox #postBox
{
    clear: both;
}

.mlistPost
{
    clear: both;
    display: block;
    padding: 12px;
    color: #FFF;
}

.mlistPost #postLegend
{
    color: #DA6;
    font: bold 14px tahoma,sans-serif;
}

.mlistMsgBoxOpen #postLegend
{
    color: #850;
}

.mlistPost #postTitleBox
{
    padding-top: 9px;
    padding-left: 1px;
    padding-bottom: 3px;
}

.mlistPost #postTitleLabel
{
    color: #FFF;
    font: bold 12px verdana,sans-serif;
}

.mlistMsgBoxOpen #postTitleLabel
{
    color: #000;
}




.mo_box
{
    padding: 10px;
}

.mo_box .mo_time
{
    display: block;
    text-align: center;
    font: normal 12px tahoma,sans-serif;
    padding-bottom: 3px;
}

.mo_box .mo_users
{
    background: #004;
    padding: 5px;
}

.mo_box .mo_count
{
    display: block;
    font: bold 11px verdana,sans-serif;
}

.mo_box .mo_list
{
    display: block;
    font: normal 11px tahoma,sans-serif;
}






/* Applies to listsplit.aspx (top list) for Messages */


.mlistItem, .mlistItemA
{
    height: auto;
    clear: right;
    background: #222;
    padding: 3px;
}

.mlistItemA
{
    background: #333;
}


.mlistRead
{
    background: url(mlist_read.gif) no-repeat left center;
    padding-left: 25px;
}

.mlistUnread 
{
    background: url(mlist_unread.gif) no-repeat left center;
    padding-left: 25px;
    font-weight: bold;
    color: #FFF;
}


.mlistMsgTitle, .mlistMsgTitleNew
{
    font: normal 14px tahoma,sans-serif;
    color: #FFF;
    margin-left: 4px;
}

.mlistMsgTitleNew
{
    background: url(icon_new.gif) left center no-repeat;
    padding-left: 23px;
}




.mlistNormal a, .mlistStrong a, .mlistIgnored a, .mlistDeleted a, .mlistRead a, .mlistUnread a
{
    font: normal 12px arial,sans-serif;
	color: #DDD;
}

.mlistStrong a, .mlistUnread a
{
    font-weight: bold;
	color: #EEE; 
}

.mlistIgnored a
{
	color: #888;
}

.mlistDeleted a
{
    color: #F66;
}

.mlistMember, .mlistMemberPatron, .mlistMemberSponsor
{
    float: right;
    width: 150px;
	font: normal 11px arial,sans-serif;
	color: #DDD; 
}

.mlistMemberPatron, .mlistMemberSponsor
{
    font-weight: bold;
    color: #EEE;
}

.mlistDate
{
    float: right;
    width: 150px;
	font: normal 11px arial,sans-serif;
	color: #DDD; 
}



/* Applies to listsplit.aspx (top list) for Ads */


.mlistAdHead
{
    height: 30px;
    background: #666;
    border: solid 1px #999;
	font: bold 12px verdana,sans-serif;
	color: #FFF;
    padding-right: 15px;
    padding-left: 12px;
}

.mlistAdHead .htitle
{
    margin-top: 6px;    
}

.mlistAdHead img
{
    display: block;
    float: right;
    width: 15px;
    margin-top: 6px;
    margin-left: 6px;
}

.mlistAdHead .hprice, .mlistAdHead .hdate, .mlistAdHead .hlocation, .mlistAdHead .hterms, .mlistAdHead .hempdate
{
    float: right;
    margin-top: 6px;    
    text-align: right;
    width: 100px;
}

.mlistAdHead .hlocation
{
    width: 75px;
}

.mlistAdHead .hterms
{
    width: 110px;
}

.mlistAdHead .hempdate
{
    width: 165px;
}


.mlistAdItem, .mlistAdItemA
{
    clear: both;
    padding: 8px;
    padding-left: 12px;
    background: #FFF;
    border-bottom: solid 1px #99F;
	font: normal 12px verdana,sans-serif;
	color: #000;
}

.mlistAdItemA
{
    background: #EEE;
}

.mlistAdTitle a, .mlistAdTitleNew a
{
	font: normal 12px verdana,sans-serif;
	color: #000;
}

.mlistAdTitle a:hover, .mlistAdTitleNew a:hover
{
	color: #00F;
}

.mlistAdTitleNew
{
    background: url(icon_new.gif) left center no-repeat;
    padding-left: 23px;
	font-weight: bold;
}

.mlistAdLocation, .mlistAdTerms, .mlistAdDate, .mlistAdPrice
{
    float: right;
    width: 120px;
	font: normal 11px arial,sans-serif;
	color: #222; 
}

.mlistAdTerms
{
    width: 175px;
}

.mlistAdPrice
{
    width: 100px;
    text-align: right;
    padding-right: 40px;
}

.mlistAdDate
{
    width: 80px;
}

.mlistAdNationwide
{
    font: bold 14px arial,sans-serif;
    color: #F00;
}

.mlistAdMyHead
{
    
}


/*

    .freead applies to listfreead.aspx

*/


.freeadItem, .freeadItemA, .freeadItemP, .freeadItemPA
{
    clear: both;
    padding: 4px 6px 2px 10px;
    border-bottom: solid 1px #99F;
    background: #FFF;
}

.freeadItemA, .freeadItemPA
{
    background: #EEE;
}

.freeadTitle, .freeadTitleNew
{
	font: normal 12px verdana,sans-serif;
	color: #222;
}

.freeadItemP .freeadTitle, .freeadItemP .freeadTitleNew
{
	font: bold 12px verdana,sans-serif;
	color: #000;
}

.freeadTitleNew
{
    background: url(icon_new.gif) left center no-repeat;
    padding-left: 20px;
	font-weight: bold;
}

.freeadDate
{
    float: right;
    width: 80px;
	font: normal 11px arial,sans-serif;
	color: #222; 
}

.freeadUser
{
    float: right;
    width: 150px;
}

.freeadUser a
{
	font: bold 11px verdana,sans-serif;
	color: #963;
}

.freeadUser a:hover
{

}

.freeadBody
{
    background-color: #FFE;
    margin: 5px 15px 5px 15px;
    padding: 10px;
    clear: both;
	font: normal 10px arial,sans-serif;
	color: #222; 
}



/*

    .noscript applies to noscriptmenu.aspx page

*/

#noscriptMain
{
    width: 600px;
}

#noscriptAccountWrapper
{
    float: left;
}

#noscriptAccount
{
    margin: 0 200px 0 200px; /* 0 InfoWidth 0 NavigateWidth */
}

#noscriptNavigate
{
    float: left;
    width: 200px;
    margin-left: -600px; /* -MainWidth*/
}

#noscriptInfo
{
    float: left;
    width: 200px; 
    margin-left: -200px; /* -width */
}

#noscriptMain ul
{
    list-style-type: none;
    margin: 10px;
    padding: 0;
}

#noscriptMain a
{
    display: block;
    font: small verdana,sans-serif;
}

#noscriptMain a:hover
{
    background: #DA6;
    border: none;
}



/*

    .read applies to MessagePage.ascx 

*/


.readPanel
{
}

.readBanner
{
    float: left;
    width: 120px;
    height: 240px;
}

.readSentToBox
{
    width: 257px;
    font: bold 12px verdana,sans-serif;
    color: #DDD;
    background-color: #222;
    padding: 5px 0 5px 12px;
    margin-bottom: 4px;
}


.readSentToName
{
    font: bold 14px tahoma,sans-serif;
    color: #963;
}

.readBody
{
    margin-left: 122px;
}

.profilebody /* replaces body in member profile page */
{
    margin-left: 10px;
}

.readHeader
{
    border: solid 5px #222;
    border-bottom: solid 1px #222;
    background: #111;
}

.readAvatar
{
    width: 130px;
    height: 130px;
    float: left;
    background: #222 no-repeat center center;
}

.readDetail1
{
    width: 160px;
    height: 95px;
    float: right;
    text-align: right;
}

.readDetail2
{
   width: 160px;
   height: 35px;
   float: right;
   text-align: right;
   clear: right;
}

.readMember
{
    height: 130px;
    width: auto;
}

.readHandle
{
    display: block;
    font: bold 14px arial,sans-serif;
    margin-left: 10px;
    margin-top: 12px;
}

.readAutname
{
    font-weight: normal;
}

.readMemberNo, .readRegistered, .readCompany, 
.readOccupation, .readLocation, .readPostcount
{
    display: block;
    font: normal 11px tahoma,sans-serif;
    margin-left: 10px;
}

.readHeaderLabel
{
    color: #CCC;
    padding-right: 2px;
}

.readMoniker
{
    display: block;
    font: italic 16px georgia,serif;
    margin-right: 10px;
    margin-top: 10px;
}

.readImgOnline
{
    margin-right: 10px;
    margin-top: 5px;
}

.readDate
{
    font: normal 11px tahoma,sans-serif;
    margin-right: 10px;
}

.readEmail
{
    font: normal 14px tahoma,sans-serif;
    margin-right: 10px;
}

.readTitle
{
    display: block;
    margin-top: 2px;
    padding: 10px 20px;
    background: #112;
    color: #FFF;
    font: bold 14px verdana,sans-serif;
}

.readMessagetext
{
    margin-top: 2px;
    padding: 20px;
    background-color: #FFF;
    border: solid 2px #888;
    color: #000;
    font: normal 14px verdana,sans-serif;
}

.readSignature
{
    display: block;
    height: 24px;
    overflow: hidden;
    font: italic 12px georgia,serif;
    line-height: 22px;
    margin-top: 2px;
    padding: 1px 10px 2px 10px;
    background: #111;
}

.readItemLink
{
    height: 15px;
    font: normal 10px verdana,sans-serif;
    color: #EEE;
    background: #005;
    padding-top: 4px;
    padding-right: 12px;
    text-align: right;
}

.readBookmark
{
    background: url(addfav.gif) no-repeat left;
    margin-left: 8px;
    margin-right: 10px;
    padding-left: 22px;
    font-weight: bold;
}

.readBuddyInfo
{
    background-color: #AAA;
    color: #000;
    font: normal 12px arial,sans-serif;
}

.readBuddyTitle
{
    background-color: #222;
    color: #FFF;
    font: bold 14px verdana,sans-serif;
    padding: 4px 0 4px 10px;
}

 .profileAnonymous, .profilePatron, .profilePremier, .profileCorporate, .profileSponsor, .profileRecruiter
{
    display: block;
    margin-top: 2px;
    margin-bottom: 10px;
    font: normal 10px verdana,sans-serif;
    text-align: center;
    padding: 6px 10px;
    color: #CCC;
    background: #444;
}

.profilePatron, .profilePremier
{
    background: #004;
}

.profileSponsor, .profileCorporate, .profileRecruiter
{
    background: #400;
}


/*

    .ad applies to AdPage.ascx

*/

.aaBorder
{
    margin: 0;
    padding: 0;
    border: outset 4px #888;
}


.aaBody
{
    margin: 0;
    padding: 0;
    background-color: #FFF;
}
.aaBody td
{    
    font: normal 11px helvetica;
}

.aaBody h2
{
    margin-top: 10px;
    margin-left: 10px;
    font: bold 9px tahoma,sans-serif;
    color: #000;
}

.aaTitlebox
{
    margin: 0;
    padding: 0;
    height: 45px;
    background-color: #369; 
    border: solid 2px #888;
    border-bottom: solid 3px #888;
}

.aaTitlebox h1
{
    margin: 0;
    padding-left: 15px;
    padding-top: 14px;
    font: bold 16px verdana,sans-serif;
    color: #EEE;
}

.aaOwnerbox
{
    float: right;
    width: 80px;
    padding-top: 18px;
}

.aaOwnerbox a
{
    font: bolder 14px verdana,sans-serif;
    color: #DA6;
}
.aaOwnerbox a:hover
{
    color: #DA6;
}

.aaMenubox
{
    float: right;
    width: 100px;
}

.aaMenubox img
{
    margin-top: 2px;
    padding: 3px;
    border: solid 2px #369; 
}

.aaMenubox a:hover img
{
    border: outset 2px #CCC;
}

.aaTerms, .aaStart, .aaPay
{
    /*width: 33%;*/
    vertical-align: top;
}

.aaTerms, .aaStart
{
    border-right: 1px solid #DDF;
}


.aaQual, .aaReq
{
    border-top: 1px solid #DDF;
    /*width: 50%;*/
    vertical-align: top;
}

.aaQual, .aaPrice
{
    border-right: 1px solid #DDF;
}

.aaPrice, .aaDetail
{
    /*width: 50%;*/
    vertical-align: top;
}

.aaPicbox
{
    width: 280px;
    border-right: 1px solid #DDF;
    vertical-align: top;
}

.aaPicbox .ob_show_panel
{
    text-align: center;
}

.aaShow
{
    font: 10px verdana,sans-serif;
}

.aaBox
{
    border-top: 1px solid #DDF;
}

.aaTextBlock, .aaTextBlockTop
{
    display: block;
    margin: 20px 25px;
    padding-bottom: 20px;
    font: normal 12px helvetica,serif;
    color: #000;
}

.aaTextBlockTop
{
    padding-bottom: 0;
}

.aaFoot
{
    height: 30px;
    font: normal 10px verdana,sans-serif;
    color: #EEE;
    background: #005;
    border-top: solid 2px #888;
    padding: 3px 12px 3px 12px;
}

.aaFoot .aaListInfo
{
    display: block;
    float: left;
    width: 150px;
    color: #AAA;
}

.aaFoot .aaLink
{
    padding-top: 8px;
    text-align: right;
}

.aaFoot .aaBookmark
{
    background: url(addfav.gif) no-repeat left;
    margin-left: 8px;
    padding-left: 22px;
    font-weight: bold;
}



/*

    .form applies to the register.aspx, editprofile.aspx, editoptions.aspx

*/

.formMain
{
    padding: 15px;
}

.formMain a
{
	color: #963;
} 


#formMain a:hover
{
	color: #36C;
} 


.formMain fieldset
{
    margin-top: 20px;
    padding: 10px;
    font: bold 12px verdana,sans-serif;
    line-height: 18px;
}

.formMain legend
{
    border: 1px solid #CCC;
    color: #DA6;
    font: bolder 14px tahoma,sans-serif;
    margin-bottom: 10px; 
    padding: 5px 10px 5px 10px;
}

.formMain .formItem
{
    background: #CCC;
    clear: left;
    vertical-align: middle;
    border-bottom: solid 1px #000;
    color: #000;
    overflow: auto;
}

.formMain .formItem>label
{
    background: url(icon_info.gif) no-repeat right center;
    float: left;
    display: block;
    font: 14px tahoma,sans-serif;
    width: 190px;
    margin-top: 2px;
    margin-left: 10px;
    cursor: help;
}

.formMain .formField
{
    margin: 2px;
    font: 12px verdana,sans-serif;
}

.formMain input
{
    border: 1px solid #FFF; 
    background: #FFF;
}

.formMain textarea
{
    border: 1px solid #FFF; 
    background: #FFF url(form.gif) repeat-x bottom left;
}

.formFlyout
{
    background: #FFD url(icon_info.gif) no-repeat left center;
    color: #000;
    padding: 8px;
    padding-left: 22px;
    border: solid 1px #999;
    width: 400px;
    font: normal 11px tahoma,sans-serif;
}

.formFlyout div
{
    border-top: solid 1px #666;
    border-bottom: solid 1px #666;
    background: #DDD;
    margin: 4px 1px 4px 1px;
    text-align: center;
}

.formFooter
{
    clear: both;
    text-align: center;
    padding: 5px 15px 5px 15px;
    font: 12px verdana,sans-serif;
    line-height: 18px;
}

.formFooter a
{
    color: #DA6;
}

.formFooter a:hover
{
	color: #36C;
} 


#formAvatar td
{
    width: 130px;
    height: 120px;
    padding: 5px;
    margin: 5px;
}

#formAvatar img
{
    border: 1px solid #999;
    padding: 4px;
}


/*

  .tree applies to tree.aspx page

*/

.treeBody
{
    background-color: #111;
    margin: 0;
    padding: 0 4px 0 4px;
}

.treeWarn
{
    position: absolute;
    top: 0;
    left: 0;
    height: 500px;
    font: bold 12px helvetica;
    z-index: 1000; 
}
.treeWarn li
{
    font: normal 10px helvetica;
}

#treeLogon
{ 
    background: #309 url(tree_logonback.gif) repeat;
    width: 100%;
    height: 16px;
    padding-top: 2px;
    margin-bottom: 2px;
}

#treeLogout
{ 
    float: right;
    width: 18px;
}

#treeMember a, #treeMember a:hover
{ 
    color: #FFB; 
    font: 10px verdana,sans-serif;
}

.treeHeader
{
    border: 1px solid #222;
    color: white;
    background: url(tree_headback.gif) repeat;
	font: bold 10px arial,sans-serif;
    padding: 3px 5px 4px 5px;
    margin-top: 0;
    cursor: pointer; 
    width: 130px;
}

.treeHeader2
{
    border: 1px solid #222;
    color: white;
    background: url(tree_head2back.gif) repeat;
	font: bold 10px arial,sans-serif;
    padding: 1px 2px 3px 4px;
    margin-top: 0;
    margin-left: 4px;
    cursor: pointer; 
    width: 120px;
}

.treeHeaderLink
{
     color: #FFF;
     width: 100px;
}

.treeHeaderLink:hover
{
     color: #FC6;
}

.treeHeadNew
{
    float: right;
    width: 26px;
    color: #FFB;
    font: normal 10px verdana,sans-serif;
}

.treeHeadNewr
{
    color: #BFB;
}

.treeContent
{
	margin: 0;
    padding: 1px 2px 2px 0;  
}

.treePane, .treePane2
{
    overflow: hidden;
}

.treePane a, .treePane2 a
{
    display: block;
    height: 13px;
    border: solid 1px #111;
    font: 11px arial,sans-serif;
    color: #FFF;
    padding-left: 16px;
    margin: 0;
    margin-left: 1px;
    width: 120px;
}


.treePane a:hover, .treePane2 a:hover
{
    border: solid 1px #FFF;
    background-color: #FFF;
    color: #000;
}


.treeNew
{
    float: right;
    color: #FFB;
    font: normal 10px tahoma,sans-serif;
    width: 30px;
    padding-right: 2px;
    text-align: right;
}

.treeNewr
{
    color: #BFB;
}





/*

  .postad applies to postad.aspx page

*/


#postadInstruct
{
    position: relative;
	background: url(stripe.gif) repeat;
    color: #000;
    font: 13px verdana,sans-serif;
    padding: 2px 20px 10px 20px;
}

#postadInstruct a
{
    font-weight: bold;
	color: #963;
} 

#postadInstruct a:hover
{
	color: #36C;
} 

#postadInstruct #phonehelp
{
    position: absolute;
    right: 40px;
    top: 30px;
    height: 31px;
    background: url(icon_phone.gif) no-repeat;
    padding-left: 38px;
    font: bold 12px verdana,sans-serif;
}

#postadInstruct h1
{
    background: url(arrow.gif) no-repeat;
    font: 18px georgia;
    padding-left: 36px;
    margin-bottom: 0px;
    color: #000;
}

#postadInstruct h2
{
    background: url(bullet.gif) no-repeat;
    font: 16px georgia;
    padding-left: 20px;
    color: #000;
}

#postadCostTable
{
    float: right;
    margin: 10px;
    border: solid 1px #888;
    font: 12px tahoma,sans-serif;
}

#postadCostHead
{
    background-color: #228;
    color: #FFF;
    font: bold 14px tahoma,sans-serif;
    text-align: center;
}

#postadCostTable .postadsect
{
    font: bold 11px verdana,sans-serif;
    color: #228
}

#postadCostTable .subtxt
{
    font: 10px arial,sans-serif;
    color: #222;
}

#postadSelectType
{
    border: 1px #444;
    margin-top: 10px;
    margin-left: 10px;
    padding: 8px;
}

#postadSelectType h1
{
    font: bold 16px verdana,sans-serif;
    color: #FFF;
    display: inline;
    margin-right: 15px;
}

#postadSelectType h2
{
    font: 14px tahoma,sans-serif;
    color: #AAA;
    margin-top: 5px;
    margin-bottom: 5px;
}


#postadForm
{
    padding: 15px;
}


#postadForm fieldset
{
    margin-top: 20px;
    padding: 10px;
    font: bold 12px verdana,sans-serif;
    line-height: 18px;
}

#postadForm legend
{
    border: 1px solid #CCC;
    color: #DA6;
    font: bolder 14px tahoma,sans-serif;
    margin-bottom: 10px; 
    padding: 5px 10px 5px 10px;
}

#postadForm .formItem
{
    background: #CCC;
    padding-bottom: 8px;
    border-bottom: solid 1px #000;
    color: #000;
    overflow: auto;
}

#postadForm .formItem>label
{
    float: left;
    display: block;
    margin-top: 4px;
    margin-left: 10px;
    width: 220px;
    font: bold 14px tahoma,sans-serif;
    color: #000;
}

#postadForm .formLOpt
{
    color: #666;
}

#postadForm .formOpt
{
    font: italic 11px arial,sans-serif;
}

#postadForm .formNote
{
    margin: 4px;
    margin-left: 10px;
    padding: 8px;
    font: 11px tahoma,sans-serif;
}

#postadForm .formField
{
    clear: both;
    margin: 8px 50px 8px 50px;
    font: 12px verdana,sans-serif;
}

#postadForm .picgroup
{
    float: left;
    width: 100px;
    height: 100px;
    margin: 0;
}
#postadForm .adpic
{
    border: solid 2px #444;
    margin: 0 0 5px 0;
}
#postadForm .adrpic, #postadForm .adrpicinvis
{
    height: 14px;
    width: 80px;
    font: normal 12px tahoma,sans-serif;
    margin: 0;
}
#postadForm .adrpicinvis
{
    visibility: hidden;
}

#postadForm #addpicbtn
{
    clear: both;
}


#postadForm .formNote2
{
    clear: both;
    background: #FFD url(icon_info.gif) no-repeat left center;
    margin-top: 6px;
    border: #CCC;
    padding: 8px 15px 8px 25px;
    font: 11px tahoma,sans-serif;
}

#postadForm .formNoteInstr
{
    background: #EEE;
    padding: 4px 20px 10px 20px;
    font: 12px tahoma,sans-serif;
    color: #222;
    border-bottom: double 3px #888;
}

#postadForm .formNoteInstr h2, #postadForm .formNoteInstr h3
{
    color: #850;
}

#postadForm .formNote2 a
{
    font-weight: bold;
	color: #963;
} 

#postadForm .formNote2 a:hover
{
	color: #36C;
}

#postadForm .formLimit
{
    padding-left: 6px;
    font: 11px tahoma,sans-serif;
    color: Green;
}

#postadForm input
{

}


#postadForm #pnlUpload 
{
	border: solid 3px Gray;
	margin: 10px;
}

#postadForm #ifUpload
{
    border: none;
    width: 100%;
}

#postadMail
{
    margin: 20px;
    color: #000;
    font: 11px tahoma,sans-serif;
}

#postadMail h1
{
    color: #000;
    font: bold 14px verdana,sans-serif;
}

#fileUpload #title
{
    margin: 5px 0 10px 0;
    font: bold 16px tahoma,sans-serif;
    color: #850;
}

#fileUpload .FileUploadProgress_MainDiv      
{
    border: solid 1px #000;
    background-color: #DDD;
    padding: 3px;
    padding-top: 5px;
    width: 500px;
}
#fileUpload .FileUploadProgress_Primary, #fileUpload .FileUploadProgress_Secondary, 
   #fileUpload .FileUploadProgress_Status, #fileUpload .FileUploadProgress_Current
{
    margin: 3px;
    font: 12px tahoma,sans-serif;
    color: #000;
}
#fileUpload .FileUploadProgress_Primary
{
    font-size: 14px;
}
#fileUpload .FileUploadProgress_Current
{
    font-weight: bold;
    color: #0C6;
}
#fileUpload .FileUploadProgress_Bar
{
    width: 100%;
    margin: 0 2px 0 2px;
    background-color: #CCC;
    background-repeat: repeat-x;
}
#fileUpload .FileUploadProgress_ProgressBar
{
    height: 21px;
    background-repeat: repeat-x;
}


/*

    hist applies to myhistory.aspx

*/

.histMembership
{
    background-color: #222;
    margin-bottom: 10px;
    padding: 10px;
    font: normal 14px verdana,sans-serif;
    color: #CCC;
}



/*       

    featr applies to Features.master

*/

.featr_box
{
    background: #ffffff url(cornr_grad.gif) repeat-x top left;
}
.featr_top div
{
    background: url(cornr_tl.gif) no-repeat top left;
}
.featr_top
{
    background: transparent url(cornr_tr.gif) no-repeat top right;
}
.featr_bottom div
{
    background: url(cornr_bl.gif) no-repeat bottom left;
}
.featr_bottom
{
    background: transparent url(cornr_br.gif) no-repeat bottom right;
}
.featr_top div, .cornr_top, .featr_bottom div, .featr_bottom
{
    width: 100%;
    height: 30px;
    font-size: 1px;
}

.featr_content
{
    margin: 0 30px;
    color: #000;
    font: 12px verdana,sans-serif;
    overflow: auto;
}

.featr_content h1
{
    font: bold 22px verdana,sans-serif;
    color: #963;
}




}


@media print
{

.noPrint, .btnPostback
{
    display: none;
}

}
