﻿body
{
	margin: 0;
	background-color: #ffffff;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#downloadLink
{
    font-size: 15px;
    padding: 5px;
    color: #000000;
}

a:visited
{
    color: #000000;
}

#header
{
	/*height: 60px;
	background-color: #003366;*/
	/*text-align: center;
	width: 100%;*/
	margin: auto;
	/*padding: 5px 5px 0px 5px;*/
}

#bar
{
    /*width: 100%;
    height: 25px;
    background-color: #003366;*/
}

#content
{
	/*border: 1px solid #cacaca;
	width: 1000px;*/
	/*background-color: #fff;*/
	margin: auto;
	height: 500px;
}

#title
{
	/*font: bold 15px Book Antiqua;
	padding: 2px 10px 0px 0px;*/
	padding-left: 15px;
	padding-top: 2px;
	color: #003366;
	font-size: 25px;
	font-weight: bold;
	float: left;
}

#menu
{
	float: right;
	width: 250px;
	height: 15px;
}

#button 
{
	padding: 0;
}
#button li 
{
	display: inline;
}
#button li a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	float: left;
	padding: 0px 10px 3px 10px;
	background-color: #003366;
	color: #fff;
}
#button li a:hov
{
    /*color: #eaeaea;
	background-color: #007297;#007297;*/
}
#button li .selected
{
	background-color: #996600;
	margin-top: 0px;
	padding-bottom: 6px;
	border-bottom: 3px solid #996600;
}

#TopNav
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	text-decoration: none;
	float: left;
	padding: 3px 10px 3px 10px;
	/*background-color: #A12831;*/
	color: #003366;
}


.msg .x-box-mc
{
    font-size: 14px;
    font-weight: bold;
}
#msg-div
{
    position: absolute;
    right: 0;
    top: 10px;
    width: 300px;
    padding: 10px;
    z-index: 20000;
}

.Medication
{
    background-color: #FFFFCC;
    border: 1px solid #C0C0C0;
    color: #000066;
    margin: 0px 0px 5px 0px;
    padding: 4px;
}

#claimLinks a
{
    color: #003366;
    text-decoration: none;
    font-weight: bold;
}

#claimLinks a:hover
{
    color: #003366;
    text-decoration: underline;
    font-weight: bold;
}