/*
* Children's Mercy Physician Portal Style Sheet
*/

/* --------- GEN --------- */
body {
    margin: 0px;
    padding: 0px;  
    font-size: 11px;
    color: #4f4f4f;
}
body, table td {
    font-family: Verdana;
    color: #4f4f4f;
}

p {
}

img {
    border: none;
}

#topnav
{
	margin-top: 4px;
	margin-bottom: 4px;
}

#topnav a 
{
	font-size: 10px;
	text-decoration: none ! important; 
	color: #002d9a ! important;
}

a {
    color: #4f4f4f ! important;
    text-decoration: underline;
}
a:hover {
    text-decoration: underline;
}

.mainContainer
{
	/*border: 1px solid Purple;*/
}
.mainBody
{
	background: URL(../images/template1_backer.gif) top left repeat-y;
	padding-left: 20px;
	padding-right: 20px;
}
.helpfulContactsBacker
{
	background: URL(../images/contacts_backer.gif) top left repeat-y;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11px ! important;
}
.helpfulContactsBacker table td
{
	padding-top: 9px;
}
.help
{
	border: 1px solid #bfdcdf;
	background-color: #fafcfd;
	color: #007480 ! important;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 258px;
}
.help a
{
	color: #007480 ! important;
	text-decoration: none;
}
.ToolHeading {
	color: #007480 ! important;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.ToolHeading a{
	color: #007480 ! important;
	font-size: 12px;
	text-decoration:none;
}
.dottedDivider
{
	margin-top: 9px;
	margin-bottom: 9px;
}
.mainFooter
{
	background: URL(../images/footer_backer.gif) top left repeat-y;
}
.footer
{	
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	line-height:16px;
}
.onlineToolsBacker
{
	background: URL(../images/tools_backer.gif) top left repeat-y;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 10px;
}
