body {
        scrollbar-face-color: #99CC00;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #D4DD9A;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #D4DD9A;
	scrollbar-darkshadow-color: #98AAB1;

	margin-left: 15px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 12px;

        font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
        font-size : 12px;

}

a {
        text-decoration: underline;
	color: #0000CC;
}

.float {
    float:left;
}

.spacer {
    clear:both;
}

.arial {
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

.dropdownmenu {  
	background-color: #FFFFFF; 
	border: thin groove; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: bold;
	color: #ADC05C; 
	border-color: #CCCCCC CCCCCC CCCCCC
}
.quickmsgfield {
        background-color : #ffffff;
        border : 0px;
        font-family : Arial, Helvetica, sans-serif;
        font-size : 9px;
        width : 132px;
	height: 39px;
        cursor: text;
        scrollbar-3dlight-color : #ffffff;
        scrollbar-arrow-color : #ffcc33;
        scrollbar-base-color : #ffffff;
        scrollbar-darkshadow-color : #ffffff;
        scrollbar-face-color : #ffffff;
        scrollbar-highlight-color : #ffffff;
        scrollbar-shadow-color : #ffffff;
        scrollbar-track-color : #ffffff;
        overflow-x:hidden;overflow-y:scroll;

}

.fieldmultiline {
	background-color : #ffffff;
	border : 1px solid #999999;
	font-family : "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size : 12px;
	height : 60px;
	cursor: text;
	
        scrollbar-3dlight-color : #ffffff;
	scrollbar-arrow-color : #ffcc33;
	scrollbar-base-color : #ffffff;
	scrollbar-darkshadow-color : #ffffff;
	scrollbar-face-color : #ffffff;
	scrollbar-highlight-color : #ffffff;
	scrollbar-shadow-color : #ffffff;
	scrollbar-track-color : #ffffff;

}

.fieldlogin {
	background-color : #ffffff;
	border : 1px solid #ffcc33;
        font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size : 13px;
	height : 17px;
	width : 104px;
	cursor: text;

}
.fieldsingle {
	background-color : #ffffff;
	border : 1px solid #999999;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size : 12px;
	height : 20px;
	cursor: text;

}
.bigfont {
	font-family : "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size : 12px;

} 
.smallfont2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;

} 

.emailfont { /* used in addfriends */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
}
.screenfont { /* used in addfriends */
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px; 
        color:#000000;
}


.checkboxstyle {
	background-color : #ffffff;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	cursor: crosshair;

}
.checkboxsmall {
	background-color : #ffffff;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	width : 12px;
	height : 12px;
        margin-bottom:0;margin-top:0
}

.profilebutton {
	background-image: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #9DCEE6;
}



.bigfont5 {
	color: #D4B155;
	font-weight: bold;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
}
.bigfont4 {
	font-weight: bold;
	font-family : "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size : 13px;
}


.hdr1 {
        font-size: 11px;
        font:  Arial, sans-serif;
        color: #7C7C7C;
        font-weight: bold;
}
.hdr1 a {
        text-decoration: underline;
        font-size: 11px;
        font:  Arial, sans-serif;
        color: #7C7C7C;
        font-weight: bold;
}
.hdr2 {
        font-size: 12px;
        font:  Arial, sans-serif;
        color: #969696;
        font-weight: bold;
}

#sidebar {float: right; width: 200px; font: 10px 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;}
#sidebar h2 {font-size: 12px; margin: 0;}
#sidebar h3 {font-size: 11px; margin: 0;}
#sidebar h4 {font-size: 10px; margin: 0;}



#main .box {border: 1px solid #a1a5a9; padding: 0 5px 5px 5px; margin: 0 0 1.25em 0;}
#content .box h2 {border-bottom: 1px solid #a1a5a9; padding: 5px; background: #f2f2f2; margin: 0 -5px 5px -5px; font-size: 
12px;}
#sidebar .box h2 {border-bottom: 1px solid #a1a5a9; padding: 5px; background: #f2f2f2; margin: 0 -5px 5px -5px; font-size: 
11px;}




.roundcont {
    width: 350px;
    color: #000;
    background-image: url(/static/images/gradient.gif); background-repeat: repeat-x;
}
.roundcont p {
    margin: 0 10px;
}

.roundtop {
    background: url(/static/images/rev_tr.gif) no-repeat top right;
}
.roundbtm {
    background: url(/static/images/rev_br.gif) no-repeat top right;
}

/* for coffeeshop */
.roundtop2 {
    background: url(/static/images/cf_tr.gif) no-repeat top right;
}
.roundbtm2 {  
    background: url(/static/images/cf_br.gif) no-repeat top right;
}

img.corner {
    width: 14px;
    height: 14px;
    border: none;
    display: block !important;
}

img.corner2 {
    width: 9px; 
    height: 8px;
    border: none;
    display: block !important;
}

#pfbox {
   margin-left: 8px;
}

#pfbox h4 {
    font: normal 12px Arial;
    font-weight: bold;
    color:#D4B155;
    margin:0;
    margin-top:17px;

}
#pfbox p {
    font: normal 12px "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
    color:#666666;
    font-weight: bold;
    margin:0;
    margin-top: 5px;
}


#pfsection {
    margin-left:15px;
}
#pfsection h4 {
    font: normal 12px Arial;
    font-weight: bold;
    color:#D4B155;
    margin:0;
}
#pfsection h5 {
    font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
    font-weight: bold;
    color:#D4B155;
    margin-top: -10px;
    margin-left: 10px;
}
#pfsection p {
    /* margin-top:-10px; */	
    margin-left: 0px;
    margin-bottom:13px;
    margin-right:16px;
    overflow-x: wrap;
    font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
}
#pfsection ul {
    margin-top:0;
    margin-left: 15px;
    font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
}

#pfsectionadmin {
    margin-left:15px;
}
#pfsectionadmin h4 {
    font: normal 12px Arial;
    font-weight: bold;
    color:#000000;
    margin:0;
}
#pfsectionadmin h5 {
    font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
    font-weight: bold;
    color:#D4B155;
    margin-top: -10px;
    margin-left: 10px;
}
#pfsectionadmin p {
    /* margin-top:-10px; */	
    margin-left: 0px;
    margin-bottom:13px;
    margin-right:16px;
    overflow-x: wrap;
    font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
}
#pfsectionadmin ul {
    margin-top:0;
    margin-left: 15px;
    font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
}
#pfsectionadmin.hr {
  border: 0;
  width: 66%;
  color: #000000; /* for IE compatibility */
  background-color: #000000; /* for Mozilla/Opera */
  height: 1px;
  margin-top: -2px;
  margin-bottom: 3px;
}


div.hr { /* ref: http://www.sovavsiti.cz/css/hr.html */
  border: 0;
  width: 66%;
  color: #D4B155; /* for IE compatibility */
  background-color: #D4B155; /* for Mozilla/Opera */
  height: 1px;
  margin-top: -2px;
  margin-bottom: 3px;
}
div.hr hr {
  display: none; /* !IMPT */
}

.hr2 {
  border: 0;
  color: #D3D3D3; /* for IE compatibility */
  background-color: #D3D3D3; /* for Mozilla/Opera */
  height: 1px;
  margin-top: 0px;
  margin-bottom: 8px;
}
div.hr2 hr {
   display:none; /* !IMPT this has to stay with .hr2 */
}

div.hr-f { /* ref: http://www.sovavsiti.cz/css/hr.html */
  border: 0;
  width: 90%;
  color: #FFEDFB; /* for IE compatibility */
  background-color: #FFEDFB; /* for Mozilla/Opera */
  height: 1px;
  margin-top: -2px;
  margin-bottom: 3px;
}

div.hr-m { /* ref: http://www.sovavsiti.cz/css/hr.html */
  border: 0;
  width: 90%;
  color: #ECF5FB; /* for IE compatibility */
  background-color: #ECF5FB; /* for Mozilla/Opera */
  height: 1px;
  margin-top: -2px;
  margin-bottom: 3px;
}
.clear {font-size: 1px; height: 1px}


.mainpad {
    margin-left:25px;
}


.contentcont {
    margin-left:15px;
    /* margin-right:15px; */
}

.profilephoto { }

#profilename {
    padding-left: 20px;
    margin:0;
}

#profilename h2 {
    font: normal 17px "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
    font-weight: bold;
    margin:0;padding:0;
    display:inline;
}

#editmyprofile {
    font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
    font-weight: bold;
    padding-left:10px;
}

#editmyprofile a:hover {
    text-decoration:underline;
}
#editmyprofile a:link {
    color:#606060;
}
#editmyprofile a:visited {
    color:#606060;
}


.menusection {
    /* use individual padding instead padding-left: 15px; */
    padding-bottom: 10px;
}
.menuitem a:link {
    text-decoration: none;
    color: #777777;
}
.menuitem a:hover {
    text-decoration:none;
    color: #777777;
}  
.menuitem a:visited {
    text-decoration:none;
    color: #777777;   
}
.menuitem {
    font-family: "Arial";
    font-weight: bold;
    font-size: 14px;
    color: #777777;
    padding-left:12px;
    padding-bottom: 5px;
    padding-top: 3px;
}
.menuitemselected {
    background-image: url(/static/images/grad_menusel.gif); background-repeat: repeat-y;
    height:23px;
}
.petmenuitem {
    font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif; 
    color: #AA7500;
}
.petmenuitem h3 {
    padding:0; margin:0;
    font-weight: bold;
    font-size: 16px;
}
.petmenuitem h4 {
    padding:0; margin:0;
    font-size: 12px;
    font-weight: normal;
}

.deflink a:link {
    text-decoration:underline;
}
.deflink a:visited {
    text-decoration:underline;
}
.deflink a:hover {
    text-decoration:none;
}
.deflink2 a:link {
    text-decoration:none;
}
.deflink2 a:visited {
    text-decoration:none;
}
.deflink2 a:hover {
    text-decoration:underline;
}

.seemorephotos a:link {
    text-decoration:underline;
}
.seemorephotos a:visited {
    text-decoration:underline;
}
.seemorephotos a:hover {
    text-decoration:none;
}
.seemorephotos {
    font: normal 12px "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
    font-weight: bold;
}


/************************************** START message box styles **************/

.msgsectionhdr {
    font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
    font-size:14px;
    font-weight:bold;
    color: #7C7C7C;
    margin-left:15px;
    margin-bottom:3px;
}
.msgsectionhdr img {
    float:left;
    margin-right: 7px;
}
.msgsection {
    /* use individual padding instead padding-left: 15px; */
    width: 200px; overflow:hidden;  /* this sucks, but needed to clip thosereallylongstrings */
}
.msgopensection {

}
.clitem {
    font-weight:bold;
    font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
    font-size: 12px;
    padding-left:10px;
    padding-bottom: 2px;
    padding-top: 2px;
    padding-right:10px; /*strangely this doesn't work */
    line-height: 13px;
    /* looks cramped letter-spacing: -1pt; */
    width: 188px;
}
.clitem a:link {
    text-decoration: none;
    color: #3F3F3F; 
}
.clitem a:visited {  
    text-decoration: none;
    color: #3F3F3F;  
}
.clitem a:hover {
    text-decoration: none;
    color: #3F3F3F;
 
}
.msgitem {
    font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
    font-size: 12px;
    color: #3F3F3F;
    padding-left:10px;
    padding-bottom: 2px;
    padding-top: 4px;
    padding-right:10px; /*strangely this doesn't work */
    line-height: 13px;
    /* looks cramped letter-spacing: -1pt; */
    width: 188px; overflow:hidden;  /* this sucks, but needed to clip thosereallylongstrings */
    height: 12px; /* a workaround to preview exactly 2 rows */
}
.msgitemselected {
    background-image: url(/static/images/grad_msgsel.gif); background-repeat: repeat-y;
}
.msgitem a:link {
    text-decoration: none;
    color: #3F3F3F;
}
.msgitem a:visited {
    text-decoration: none;
    color: #3F3F3F;
}
.msgitem a:hover {
    text-decoration: none;
    color: #3F3F3F;

}

.msgiteminfo {
    font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #3F3F3F;
    padding-left:12px;
    padding-bottom: 14px;
    padding-top: 0px;
    padding-right:7px;
    line-height: 13px;
}
.msgiteminfo img {
    float:right;
    margin-right: 5px;
}
.msgopenhdr {
    font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
    font-size:17px;  
    font-weight:bold; 
    color: #DBA731;
    margin-left:10px;
    margin-top:-10px;
}
.msgopenhdr img {  /* for the cross at the upper right corner of msgbox */
    /* float:right; */
    margin-right: 10px;
    margin-top: 3px;
}
.msgopenhdr a:link {
    text-decoration: underline;
    color: #DBA731;
}
.msgopenhdr a:visited {
    text-decoration: underline;
    color: #DBA731;
}
.msgopenhdr a:hover {
    text-decoration: underline;
    color: #DBA731;
}
.msgopenhdr h3 { /* for the name of sender */
    margin-left:90px;
    margin-top:0;
    margin-bottom:0;
    padding:0;
}
.msgopenhdr h4 { /* for the datetime of message */
    float:right;
    font-size:12px;
    color:#7C7C7C;
    margin-right: 7px;
    margin-top: 2px;
}
.msgbigwrd {
    font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
    font-size:14px;
    font-weight: bold;
    color: #8E8E8E;
    margin-left: 17px;
    margin-bottom: 30px;
}
.msgopenbigwrd {
    font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
    font-size:14px;
    font-weight: bold;
    color: #8E8E8E;   
    margin-top: 90px;
    margin-bottom: 100px;
    margin-left: 80px;
}

.msgopenhdr p {
    float:left;
    font-size:13px;
    margin-top:2px;
    margin-left:2px;
}
.msgopenbody {
    clear:both;
    margin-left:20px;
    margin-top:25px;
    margin-bottom:25px;
    font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;    
}

.msgopenbody h3 {
    margin-left:10px;
    font-size:12px;
    font-weight:bold;
    color: #DBA731;
}

.thumbcontainer {
    float:left;
    /* background: url(/static/images/shadowAlpha.png) no-repeat bottom right !important; */
    /* background: url(/static/images/shadow.gif) no-repeat bottom right; */
    margin: -30px 0 0 11px !important;
    margin: -30px 0 0 5px;
}

.thumbcontainer img {
    display: block;
    position: relative;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    margin: -6px 6px 6px -6px;
    padding: 4px;
}

.thumbcontainernf {
    margin: 0px 0 0 11px !important;
    margin: 0px 0 0 5px;
}
    
.thumbcontainernf img {
    display: block;
    position: relative;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    padding: 4px;
}

.greylink {
    font-size: 8px;
}
.greylink a:link {
    text-decoration: underline;
    color: #666666;
}
.greylink a:visited {
    text-decoration: underline;
    color: #666666;
}
.greylink a:hover {
    text-decoration: none;
    color: #666666;
}

.msgboxlink {
    float:right;
    margin-right:10px;
    font-weight: bold;
}
.msgboxlink a:link {
    text-decoration: underline;
    color: #DBA731;
}
.msgboxlink a:visited {
    text-decoration: underline;
    color: #DBA731;
}
.msgboxlink a:hover {
    text-decoration: none;
    color: #DBA731;
}

/************************************** END message box styles **************/

.bigHeader {
        font-family: Arial,"Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
        font-size: 22px;
        color:#D4B155;
        font-weight: bold;
}

.medHeader {
        font-family: Arial,"Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
        font-size: 16px;
        color:#D4B155;
        font-weight: bold;
}

.smHeader {
        font-family: Arial,"Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
        font-size: 11px;
        color:#D4B155;
	font-weight: bold;
}
.smHeader a:link {
    text-decoration:none;
    color:#D1940B;
}
.smHeader a:visited {
    text-decoration:none;
    color:#D1940B;
}
.smHeader a:hover {    
    text-decoration:underline;
    color:#D1940B;
}

.smHeader2 { 
        font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
        font-size: 11px;
        color:#666666;
}

/******************** explore styles ***/

.expContainer {
        width: 386px;
        clear:both;
	padding-top:45px;
        padding-left:10px;
}
.expHeader {
        font-family: Arial, Verdana, sans-serif;
        font-size: 15px;
        color:#848484;  
        font-weight: bold;
}
.expHeader h3 {
        font-size:15px;
	margin:0;padding:0;
}
.expHeader h4 {
        font-size:11px;
	margin:0;padding:0;
}
.sbContainerFlash {
	width: 180px;
	height: 86px;
	clear:both;
}
.sbContentFlash {
	width: 160px;
	height: 86px;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 11px;
	margin: 5px;
}

.sbContainer {
	width: 180px;
	height: 386px;
	clear:both;
}

.sbContent {
	overflow: auto;
	width: 170px;
	height: 386px;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 11px;
	padding-left: 0px;
    scrollbar-3dlight-color : #ffffff;
    scrollbar-arrow-color : #cc9933;
    scrollbar-base-color : #ffffff;
    scrollbar-darkshadow-color : #ffffff;
    scrollbar-face-color : #ffffff;
    scrollbar-highlight-color : #ffffff;
    scrollbar-shadow-color : #ffffff;
    scrollbar-track-color : #ffffff;
}
.sbContent b {
    font-weight: bold;
}
.sbContent p {
    margin-left: 4px;
    margin-bottom:5px;
	padding:0;
}
.sbMsg {
    margin-left: 4px;
    margin-bottom: 7px;
    color:#666666;
}

.cbContainer {
	width: 386px;
	height: 586px;
	clear:both;
}

.cbContent {
	overflow: auto;
	width: 366px;
	height: 556px;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 11px;
	padding-left: 0px;
    scrollbar-3dlight-color : #ffffff;
    scrollbar-arrow-color : #cc9933;
    scrollbar-base-color : #ffffff;
    scrollbar-darkshadow-color : #ffffff;
    scrollbar-face-color : #ffffff;
    scrollbar-highlight-color : #ffffff;
    scrollbar-shadow-color : #ffffff;
    scrollbar-track-color : #ffffff;
}
.cbContent b {
    font-weight: bold;
}
.cbContent p {
    margin-left: 4px;
    margin-bottom:5px;
	padding:0;
}
.cbMsg {
    margin-left: 4px;
    margin-bottom: 7px;
    color:#666666;
}

.chattxtfield {
	margin-top: 0px;
	margin-left: 5px;
        background-color : #ffffff;
        border : 1px dashed #ffcc33;
        font-family : "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
        font-size : 12px;
        height : 24px;
	width: 300px;
        cursor: text;
    
        scrollbar-3dlight-color : #ffffff;
        scrollbar-arrow-color : #ffcc33;
        scrollbar-base-color : #ffffff;
        scrollbar-darkshadow-color : #ffffff;
        scrollbar-face-color : #ffffff;
        scrollbar-highlight-color : #ffffff;
        scrollbar-shadow-color : #ffffff;
        scrollbar-track-color : #ffffff;
}


.shouttxtfield {
	margin-top: 0px;
	margin-left: 5px;
        background-color : #ffffff;
        border : 1px dashed #ffcc33;
        font-family : "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
        font-size : 12px;
        height : 40px;
	width: 155px;
        cursor: text;
    
        scrollbar-3dlight-color : #ffffff;
        scrollbar-arrow-color : #ffcc33;
        scrollbar-base-color : #ffffff;
        scrollbar-darkshadow-color : #ffffff;
        scrollbar-face-color : #ffffff;
        scrollbar-highlight-color : #ffffff;
        scrollbar-shadow-color : #ffffff;
        scrollbar-track-color : #ffffff;
}

.shouttxtfieldbox {
	margin-top: 0px;
	margin-left: 5px;
        background-color : #ffffff;
        border : 1px dashed #ffcc33;
        font-family : "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
        font-size : 12px;
        height : 20px;
	width: 155px;
        cursor: text;
    
        scrollbar-3dlight-color : #ffffff;
        scrollbar-arrow-color : #ffcc33;
        scrollbar-base-color : #ffffff;
        scrollbar-darkshadow-color : #ffffff;
        scrollbar-face-color : #ffffff;
        scrollbar-highlight-color : #ffffff;
        scrollbar-shadow-color : #ffffff;
        scrollbar-track-color : #ffffff;
}

/* Info message */
        
div.infomsg {
        background-color: #FFFFE1;
        border: 1px dashed #CFCFCF;
        margin-bottom: 16px;
        padding: 6px 6px 6px 44px;
        line-height: 18px;
	color: #000000;
	font-family:  Arial, sans-serif;
	font-size: 12px;
}

div.infomsg td {
        line-height: 18px;
}
        
img.infomsg {
        margin-left: -34px;
}

.profiletable {
	margin-left: 18px;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
}

.profiletable p {
        font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
}

.profiletable td {
	padding-top: 14px;
	padding-bottom: 20px;
}

.menufont {
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
        background-color: #FFFFFF;
        border: thin groove;
        border-color: #CCCCCC #CCCCCC #CCCCCC
}

fieldset {
        border: 1px solid #ddd;
        -moz-border-radius: 5px;
        padding: 3px;
}
fieldset legend {   
        padding: .1em .3em;
	color: #DBA731;
	font-weight:bold;
	font-family: Arial, Verdana;
}
fieldset p {
	padding:0px 5px 15px 8px;
}

fieldset span.cat-nest { 
        display: block;
        margin-left: 10px;
}

fieldset.options {
        padding: 1em;
}
        
fieldset.options legend {
        font-size: 16px;
}

.orangelink a:link {
    text-decoration: underline;
    color: #DBA731;
}
.orangelink a:visited {
    text-decoration: underline;
    color: #DBA731;
}
.orangelink a:hover {
    text-decoration: none;
    color: #DBA731;
}

.menu { background-color: #ffffff; font-size: 11px; color: #000000 } 
td.menu :hover { border : 1px solid red;  display: block;}


.bigfont6 {
        font-weight: bold;
        font-family : Arial, Helvetica, sans-serif;
        font-size : 12px;
	color: #DBA731;
}


/********* photos *********/

ul.photos{
  margin:0;
  padding:1px 1px 1px 1px;   
  text-align: center;
}

ul.photos li {
  text-decoration:none;
  display:inline;
}
  
  
ul.photos li a {
    text-decoration:none!important;
}
  
ul.photos li a img{
    border:2px solid #D4B155;
    margin:5px 5px 5px 5px;
    height:65px;   
    vertical-align:top !important;
}
    
ul.photos li a:hover img{-   
    border:2px solid #F4D680;
}
#photocaption {
  visibility:hidden;
  position:absolute;
  top:0; left:0;
  overflow:hidden;
  width:140px;
  font-size:8pt;
  line-height:1.2em;
  padding:1px 1px 1px 1px;
  border:1px solid #9BA4BC;
  background-color:#FFFFCC;
  text-decoration:none!important;
}
div.selectedphoto {
    width:auto !important;
    padding:2px;
    margin:5px 5px 0 5px;
    border:1px solid #F4D680;
    background-color:#FFFFFF;
    font-size:75%;
    text-align:center;
}

/**** end photos ***/

.pMedium {
  margin-top:0;
  margin-bottom:3px;
}
.pBig {
  margin-top:0;
  margin-bottom:18px;
}
.legal p {
  margin-top:0;
  line-height:1.5em;
}
.legal h2,h3,h4 {
  margin-top:0;
  color:#CC9933;
}
.legal {
  font-family:arial,helvetica,sans-serif;
  width:540px;
  margin-left:15px;
}


.colorbutton {
  background-color: #ADC05C;
  color: #FFFFFF;
  font-weight: bold;
  font-family : Arial, Helvetica, sans-serif;
  font-size : 12px;
}

.greytxt {
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

#piccount a {
     color: #666666;
	font: normal 12px "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight: bold;
  font-size : 12px;
    margin-left: 8px;
    text-align: right;
    text-decoration:none;
}

.tag-h1 {
    font: normal 20px "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
    font-weight: bold;
    color:#D4B155;
    margin-left: 10px;
    margin-bottom: 5px;
}

.tag-h2 {
    font: normal 18px "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
    font-weight: bold;
    color:#D4B155;
    margin-left: 10px;
    margin-bottom: 5px;
}
.tag-h2 a {
    font: normal 18px "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
    font-weight: bold;
    color:#D4B155;
    margin-left: 0px;
    margin-bottom: 5px;
    text-decoration:none;
}

.tag-h3 {
    font: normal 12px "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
    color:#575757;
    margin-left: 10px;
    margin-bottom: 5px;
}

.tag-q1 {
    font: normal 16px "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
    color:#D4B155;
    font-weight: bold;
    margin-left: 10px;
    margin-bottom: 5px;
}

.tag-qe {
    font: normal 16px "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
    color:#FF0000;
    font-weight: bold;
    margin-left: 10px;
    margin-bottom: 5px;
}

.tag-a1 {
    font: normal 12px "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
    color:#575757;
    font-weight: bold;
    margin-left: 10px;
    margin-bottom: 5px;
}


.tag-r1 {
    font: normal 18px "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
    color:#575757;
    font-weight: bold;
    margin-left: 10px;

}

.tag-r2 {
    font: normal 16px "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
    color:#575757;
    font-weight: bold;
    margin-left: 10px;

}

.tag-r3 {
    font: normal 12px "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
    color:#575757;
    font-weight: bold; 
    margin-right: 10px;

}

.tag-r4 {
    font: normal 16px "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
    color:#000000;
    margin-right: 10px;

}

.game-h1 {
    font: normal 20px "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
    font-weight: bold;
    color:#D4B155;
    margin-left: 10px;
    margin-bottom: 5px;
}

.game-h2 {
    font: normal 18px "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
    font-weight: bold;
    color:#D4B155;
    margin-left: 10px;
    margin-bottom: 5px;
}
.game-h2 a {
    font: normal 18px "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
    font-weight: bold;
    color:#D4B155;
    margin-left: 0px;
    margin-bottom: 5px;
    text-decoration:none;
}

.game-h3 {
    font: normal 12px "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
    color:#575757;
    margin-left: 10px;
    margin-bottom: 5px;
}

.game-q1 {
    font: normal 16px "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
    color:#D4B155;
    font-weight: bold;
    margin-left: 10px;
    margin-bottom: 5px;
}

.game-qe {
    font: normal 16px "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
    color:#FF0000;
    font-weight: bold;
    margin-left: 10px;
    margin-bottom: 5px;
}

.game-a1 {
    font: normal 12px "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
    color:#575757;
    font-weight: bold;
    margin-left: 10px;
    margin-bottom: 5px;
}


.game-r1 {
    font: normal 16px "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
    color:#575757;
    font-weight: bold;
    margin-left: 10px;

}

.game-r2 {
    font: normal 14px "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
    color:#575757;
    font-weight: bold;
    margin-left: 10px;

}

.game-r3 {
    font: normal 12px "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
    color:#575757;
    font-weight: bold; 
    margin-right: 10px;

}

.game-r4 {
    font: normal 16px "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
    color:#000000;
    margin-right: 10px;

}

.events-r1 {
    font: normal 12px "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
    color:#FFFFFF;
    font-weight: bold;
    margin-left: 10px;

}

.events-r2 {
    font: normal 14px "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
    color:#FF0000;
    font-weight: bold;
    margin-left: 10px;

}

.events-r3 {
    font: normal 16px "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
    color:#FFFFFF;
    font-weight: bold;
    margin-left: 10px;

}
