/* CSS Document */
body {
	margin: 0;
	}

h1 {
	font-size: 1.2em;
	color: #006C68;
	}

h2 {
	font-size: 1em;
	color: #91AB82;
	border-bottom: 1px solid #68A7A8;
	}

a {
	text-decoration: underline;
	color:  #505E81;
	}
a:visited {
	color:  #505E81;
	}
a:hover {
	color: #C00;
	text-decoration: underline;
	}
a:active,
.linkColor {
	color:  #505E81;
	}

ul li {
	list-style-image: url("../images/arrow_black.gif");
	margin-bottom: .5em;
	}
	
img {
	border: 0;
	}
	
#header {
	background-color: #EDF1DA;
	height: 127px;
	border-bottom: 3px solid #006C68;
	width:776px;
	}
#headImg {
	position: absolute;
	}
	
#logo {
	position: absolute;
	left: 680px;
	top: 50px;
	}

#navUtil {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: small;  
	font-weight: bold;
	text-align: right;
	color: #006C68;
	padding: 10px; 
/*	position: absolute; 
	left: 525px;
	top: 10px;	*/
	}


#body-wrap {
	font: .75em arial, verdana, helvetica, sans-serif;
	width:780px;
	background-color: #fff;
	/* IE Peek-a-boo hack: applied to this container because it holds holds float and vanishing text */ 
	line-height: 1.2;
	}

#main-content {
	margin: 0 .5em 0 .5em;
	padding: 0 .5em .5em .5em;
} 

form#login {
	margin-top: 2em;
	margin-bottom: 10px;
	width: 45%;
	float:left;
	text-align: right;
	}

#loginInst {
	margin-top: 3%;
	margin-bottom: 2em;
	margin-left: 50%;
	}

#loginInst ul {
	padding-left: 0;
	margin-left: 0;
	}

#helpUmp {
	text-align: center;
	}

/* tables */
caption {
	text-align: left;
	background: #C13A2C;
	color: #fff;
	font-size: .7em;
	font-weight: bold;
	padding: 0 0 .2em .2em;
	}

table {
	margin: 0 0 .5em 0;
	width: 95%;
	}

th {
	text-align: left;
	font-size: .7em;
	vertical-align: bottom;
	}

td {
	vertical-align: top;
	font-size: .7em;
	}


table#sub-header-info th,
table#claim-provider-info th,
table#effective-dates th,
table#subscriber-summary th 
	{
	width: 20%;
	}

table#subscriber-information th#a1,
table#subscriber-information th#a8,
table#pcp-history th#a1,
table#pcp-history th#a7
	{
	background-color:#CCCCCC
	}

table#subscriber-information th a {
	font-weight: normal;
	}


/* Footer */
#footer {
	border-top: 1px solid #68A7A8;
	margin-top: .5em;
	padding: .5em .5em .1em 1em;
	text-align: center;
	clear: both;
	font-size: .8em;
	}

#footer img {
	margin-top: 1em;
	border: 0;
	}
	
#footer ul {
	margin: 0 0 0 0;
	}
		
#footer li {
	display: inline;
	list-style-type: none; 
	}

#footer a {
	border-left: 1px solid black;
	padding-left: .5em;
	color: #006C68;
	}

.no-pipe,
#footer a.no-pipe {
	border-left: none;
	}

.alert {
	font-weight: bold;
	color: #f00;
	}
#pilotRxAlert {
                font: .75em arial, verdana, helvetica, sans-serif;
                margin-left: 180px;
                margin-top: 0;
                width: 475px;
                
                }
