/* ===== outer table ===== */

#outerTable {
    margin: 0 auto; /* shortcut for top & bottom = 0, left & right = auto (center) */
    width: 600px;
    text-align: center;
}

#outerTable a:link,
#outerTable a:visited {
    text-decoration: none;
    color: #069;
    border: 0;
}
#outerTable a:hover {
    color: #0C3;
    border-bottom: 1px dashed #566440;
}




p {
    font-family: "Trebuchet MS",Georgia, serif;
    font-size: .9em;
    line-height: 1.4em;
    margin-left: 0;
}

#contentTable {
    border-left: 1px solid #069;
    border-right: 1px solid #069;
    border-bottom: 1px solid #069;		
	font-family: "Trebuchet MS",Georgia, serif;
	padding: 0;	
	text-align: center;
	
}

#contentTable img {
    border-top: 1px solid #000;
    border-left: 1px solid #344;
    border-right: 1px solid #344;
    border-bottom: 1px solid #344;
}

#contentTable td {
	/* [disabled]text-align:center; */
}

#contentTable td.right {
	text-align:right;		
}

#contentTable td.left {
	text-align:left;		
}

#contentTable tr.oddrow {
	background-color:#0F3;		
}

#contentTable tr.evenrow {
	background-color:#06F;		
}

#contentTable td.heading1 {
	background-color:#09C;	
	text-align:left;			
}

#contentTable tr.heading1 {
	background-color:#069;	
	text-align:left;			
}

#sendInputs {
    font-family: "Trebuchet MS",Georgia, serif;
    font-size: .9em;
    line-height: 1.4em;
    margin-left: 0;
}

.status {
    font-family: "Trebuchet MS",Georgia, serif;
    font-size: .9em;
    line-height: 1.4em;
    margin-left: 0;
	background-color: #0F0;
	background: #0F0;
	border-color: #039;
	text-align: left;
}

.oddText {
	color: green;http://www.yo-wassup.com/ActionServlet?Action=SelectedCard&cardId=10&swfPath=%2Fswf%2Fmessage.swf&imagePath=%2Fswfimages%2Fmessage.jpg
}

.evenText {
	color: #084B8A;
}

#messageTable {
    margin: 10px 2px 5px 2px;
    border-top: 1px solid #069;
    border-left: 1px solid #069;
    border-right: 1px solid #069;
    border-bottom: 1px solid #069;		
	font-family: Arial;
	font-size: 12px;	
	
	color: #084B8A;
	padding: 5px 5px 5px 5px;
	align: center;
	
	
}


	
