/* Chat Room Style Sheet */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
.messagearea {
	overflow: auto; 
	background-color: #FFFFFF; 
	border: 1px solid #000000;
}

.blk_border{
	border: 1px solid #000000;
}

.blk_border_right{
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.blk_border_bottom{
	border-bottom: 1px solid #000000;
}

.error {
	font-family:		Verdana;
	text-decoration: 	none;
	font-weight:		bold;
	font-size: 			12px;
	color:				red;
  /*margin-top:			-1in;
	margin-left:		.05in;
	width:				100%;*/
	border:				solid 2px red;
	position:			relative;
	background-color:	#ffffff;
}

.success {
	font-family: Verdana;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #003366;
	border:	solid 2px #003366;
	position: relative;
	background-color: #ffffff;
}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}

a.amenulink:link { 			
	text-decoration: none;
	font-size: 12px;
	font-family: Verdana;
	color: white;
		         }
				 
a.amenulink:visited { 		
	text-decoration: none;
	font-size: 12px;
	font-family: Verdana;
	color: white;
				    }
					
a.amenulink:hover { 		
	color: yellow;
	text-decoration: underline;
		  		  }
				  
.pmBubble{
	position: absolute;
	border: 1px solid black;
	padding: 2px;
	background-color: #ffffff;
	font-size: 10px;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*font-weight:bold;*/
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
				  
.whitetext { 
	font-size: 12px;
	font-family: Verdana;
	font-weight: Bold;
	color: white;
}
/* Weather */
.wsmltxt {
	font-size: 8px;
	font-family: Verdana;
	color: black;
}
.wmedtxt {
	font-size: 10px;
	font-family: Verdana;
	color: black;
}
.wlrgtxt {
	font-size: 18px;
	font-family: Verdana;
	color: black;
}

a.wsmalllink:link { text-decoration: none;
				 	 	  	font-size: 10px;
				     	  	font-family: Verdana;
						 	color: white;
}
		        
		    
a.wsmalllink:visited { text-decoration: none;
	 	 	 	      font-size: 10px;
	     	          font-family: Verdana;
			          color: white;
}

a.wsmalllink:hover { color: #000000;
		   		   text-decoration: underline;
}

a.wblksmalllink:link { text-decoration: none;
				 	 	  	font-size: 10px;
				     	  	font-family: Verdana;
						 	color: black;
}
		        
		    
a.wblksmalllink:visited { text-decoration: none;
	 	 	 	      font-size: 10px;
	     	          font-family: Verdana;
			          color: black;
}

a.wblksmalllink:hover { color: #000000;
		   		   text-decoration: underline;
}

.caxsmall {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8px;
}

.casmall {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.calarge{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
