/* Misc CLASSES for styleing */



/* TEXT ORNAMENTS AND STYLE CALLOUTS */
/* ============================================== */
.HLY { background-color:#FFFF99 } /* yellow highlighter */

.HLG { background-color:#99FF99 } /* green highlighter */

.HLR { background-color:#FFCCCC } /* red highlighter */

.blue1 { color:#000099 } /* TO MAKE EDITORIAL COPY BLUE - CALLOUTS */

.blue2 { color:#000099; font-weight:bold }

.blue3 { color:#000099; font-style:italic }

.blue4 { color:#000099; font-weight:bold; font-style:italic }

.red1 { color:#660000; font-weight:bold } /* TO CALL OUT FREE STUFF */

.red2 { color:#660000; font-weight:bold; font-style:italic } /* TO CALL IMPORTANT STUFF */

/* MOUSEOVER STYLING FOR CLIENT LISTINGS */
.clientListing:hover {background-color:#D9FFFF;}

.dotRBgray {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC
}

.dotLTgray {
	border-left-width: 1px;
	border-top-width: 1px;
	border-left-style: dotted;
	border-top-style: dotted;
	border-left-color: #CCCCCC;
	border-top-color: #CCCCCC
}

.dotBgray {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC
}

.dotALLgray { border: 1px dotted #CCCCCC }

.dotALLblue { border: 1px dotted #000099 }

.mythStyles { padding-left:10px; padding-right:10px; font-family:'Times New Roman', Times, serif; font-size:15px; text-indent: 10px; }

.islePicTN { display:inline; width:150px; height:113px; }

.borderCap { border:1px solid #CCCCCC; padding:6px; text-align:center; width:80px; } /* HOLD NOT IN USE */

.roman { font-family:'Times New Roman', Times, serif; }

/* USE TO TRANSFORM CASES */
.upperCase { text-transform:uppercase; }
.lowerCase { text-transform:lowercase; }


/* SECTION COVER STYLES */
.scIMG { height:260px; width:480px; margin-top:10px; }
.scClientL { float:left; margin-top:5px; }
.scClientR { float:right; margin-top:5px; }

/* 7 WONDERS IMAGE POS STYLE */
.sevenWndImg { float:left; margin:-3px 0px 0px -4px; }

/* MAP DISCLAIMER STYLE */
.disclaimer { font-family:'Times New Roman', Times, serif; font-size:13px }

