/* Custom CSS for the Ask the Doctor Application */

td {
text-align: left;
}

h2 {
	height: 30px;
	vertical-align: bottom;
    font-family: Georgia, Verdana, Helvetica, sans-serif;
	font-size: 20px;
 	font-weight: normal;
	color: #4971BA;
	text-align: left;
	width: 100%;
}

/* 4971BA */

.submit {
/*	    font-family: sans-serif;*/
	    color: #FFFFFF;
/*	    font-size: 9px;*/
	    line-height: 13px;
	    padding-right: 1px;
	    padding-left: 1px;
	    text-align: justify;
	    background-color:#4971BA;
	    border-top-color: #4971BA;
	    border-top-style: solid;
	    border-top-width: 1px;
	    border-right-color: #4971BA;
	    border-right-style: solid;
	    border-right-width: 1px;
	    border-left-color: #4971BA;
	    border-left-style: solid;
	    border-left-width: 1px;
	    border-bottom-color: #4971BA;
	    border-bottom-style: solid;
	    border-bottom-width: 1px;
}
/*.pulldown {
	    font-family: sans-serif;
	    color: #000000;
	    font-size: 9px;
	    line-height: 13px;
	    padding-right: 1px;
	    padding-left: 1px;
	    text-align: justify;
	    background-color:#4971BA;
	    border-top: #4971BA;
	    border-top-style: solid;
	    border-top-width: 1px;
	    border-right-color: #4971BA;
	    border-right-style: solid;
	    border-right-width: 1px;
	    border-left-color: #4971BA;
	    border-left-style: solid;
	    border-left-width: 1px;
	    border-bottom-color: #4971BA;
	    border-bottom-style: solid;
	    border-bottom-width: 1px;
}*/
.even_row {
	font-family: Arial, Helvetica, sans-serif; 
}
.odd_row {
	font-family: Arial, Helvetica, sans-serif; 
	background-color: #EEEEEE;
}
.table_header_row {
	font-family: Arial, Helvetica, sans-serif; 
    color: #FFFFFF;
	background-color: #4971BA;
}
A.menu_link {
	font-weight: bold;
}
TABLE.msg_table {
	border: 1px solid black;
	background-color: yellow;
}
TD.msg_table {
	padding: 4px;
}