/* 
CSS Document
Styles defined in global.css may be adjusted/appended in this document. 
Do not create styles that effect the layout consistency of the overall site design.
*/


a.rtColLink:Link, a.rtColLink:Visited {
	color: #333333;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 8px;
	text-decoration: none;
	background: url(/images/bul_arrow_off.gif) no-repeat left 4px;
	display: block;
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
}
a.rtColLink:Hover, a.rtColLink:Active {	
	color: #B12B46;
	background: url(/images/bul_arrowRed_on.gif) no-repeat left 4px;
	text-decoration: underline;
}

<!---- for word search --->
.list {
	list-style:disc;
	padding-left:35px;
}

.list li{
	padding-top:5px;	
}
#wordsearch{
	width:500px;
	margin:0 auto;
	padding:0px;
}
#wordsearchbox {
	font-family:"Courier New", Courier, monospace;
	font-size:25px;
	border:1px solid #000;
	width:375px;
	margin:0 auto;
	margin-top:10px;
	padding-top:5px;
	padding-bottom:5px;
	word-spacing:-15px;
}

#wordsearchbox a {
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	text-decoration:none;
	color:#000;
	padding-left:5px;
	padding-right:5px;
}
#instructions {
	text-align:left;
}
#finished {
	font-weight:bold;
	display:none;	
}
#show {
	text-align:center;
}
#hide {
	display:none;
	text-align:center;
}

<!-- for back botton -->
.backLink ul {
	width: 500px;
}

.backLink ul li {
	font: normal .85em Verdana, Arial, Helvetica, sans-serif;
	list-style:none;
	float:left;
	padding:0 25px 0 50px;
	color:#a9b2b9;
	
	
	
}
.backLink ul li a {
	text-decoration:none;
	color:#a9b2b9;
}
.backLink ul li a:hover {
	color:#363636;
}

#primarylist {
	border:2px dashed #777;
	padding:20px;
	width:400px;
	float:left;
	margin-left:13px;
}

#bulleted li {
	list-style:disc;
	margin-left:10px;
	margin-top: 6px;
	padding-top: 10px;
}

#number li {
	background-image:
	margin-left:10px;
	margin-top: 6px;
	padding-top: 10px;
}

.emgcontacts {
	list-style:none;  
}

.emgcontacts table{
	border-top:#CCC solid 1px;
	border-right:#CCC solid 1px;
	width: 340px;
	margin-left:30px;
}

.emgcontacts table th{
	background-color:#527d76;
	color:#000;
	font-weight:bold;
}

.emgcontacts table td{
	border-left:#CCC solid 1px;
	border-bottom:#CCC solid 1px;
	padding: 4px;
}


<!-- for luggage tag -->
#luggagetag {
	font-family:  Verdana, Arial, sans-serif; 
	font-size: 11pt;
	padding: .5em;
	margin:0; 
	width:400px;
	background-color: #fdfbf3;
	border:3px solid #820000;  
}
.bigtag {
	border:1px dashed #bbb;
	background-color: #fdfbf3;
	padding: 20px;
	width: 400px;
	float:left;
}
 
.hollowbox {
	border:0px dashed #bbb;
	background-color: #fff;
	padding:20px;
	margin:00px;
	width:200px;
}
 
.smalltag {
	font-size:  9pt ;
	border:1px dashed #bbb;
	background-color: #fdfbf3;
	padding:20px;
	margin:10px 0px  20px  4px;
	width:3.5in; 
	height:2in; 
}
 
.printLink a {
	font: normal .85em Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#a9b2b9;
	margin-top:10px;
}
.printLink a:hover {
	color:#363636;
}
