
body {
	background: #ffffff;
	color: #000000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	margin: 1px;
	padding: 0px;
}

/* BEGIN a */
a:link {
	color:#de0505;
	text-decoration:none;
}

a:visited	{
	color:#0f3cad;
	text-decoration:none;
}

a:active {
	color:#0f3cad;
	text-decoration:none;
}

a:hover {
	background-color:#f8e0ee;
	color:#000000;
	text-decoration:none;
}

a.image:hover {
	background-color:transparent;
	text-decoration:none;
}
/* END a */

/* BEGIN div / span */
div#content {
	pading-bottom: 3px;
}

div#content_main {
	border-left: 1px solid #d6026b;
	margin-left: 100px;
	padding: 3px;
}

/* FIX to make the main content DIV expand to be bigger than left 
floating div */
div#content_main:after{
    content: "";
    display: block;
    line-height: 1px;
    font-size: 1px;
    clear: both;
}
/* END */

div#content_print {
	padding: 4px;
}

div#footer {
	border-top: 2px solid #d6026b;
	font-size: 10px;
	padding: 3px;
}

div#header {
	border-bottom: 2px solid #d6026b;
	height: 110px;
}

div#logo_left {
	float: left;
	width: 155px;
}

div#logo_right {
	float: right;
	width: 83px;
}

div#subtitle {
	font-size: 18px;
	font-weight: bold;
	height: 28px;
	margin-left: 155px;
	margin-right: 83px;
	vertical-align:middle;
}

div#title {
	color: #d6026b;
	font-size: 35px;
	font-weight: bold;
	height: 55px;
	margin-left: 155px;
	margin-right: 83px;
	text-align: center;
}

div.item_content1 {
	background: #fefefe;
	border-color: #d696b6;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	padding: 3px;
	width: 99%;
}

.content_hide {
	display: none;
}

.content_show {
	display: block;
}

.hide {
	display: none;
}

.show {
	display: inline;
}

div.item_content2 {
	background: #f5f5f5;
	border-color: #d696b6;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	padding: 3px;
	width: 99%;
}

div.item_header {
	background: #dcdcdc;
	border-color: #d696b6;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	font-weight: bold;
	padding: 3px;
	text-align: center;
	width: 99%;
}

div.left_pane {
	float: left;
	width: 100px;
}

div.right_pane {
	float: right;
	font-size: 10px;
	padding: 0 4px 0 4px;
	text-align: right;
	width: 170px;
}

div.small, span.small {
	font-size: 10px;
}

span.ssdg {
	color: #d6026b;
	font-weight: bold;
}
/* END div / span */

/* BEGIN img */
img {
	border: 0px;
}
/* END img */

/* BEGIN list */
ul.nobullet,li.nobullet {
	list-style-type: none;
}
/* END list */

/* BEGIN table */
table.nav {
    width: 100%;
}

table.nav td:hover, table.nav td:hover a {
    background-color: #f8e0ee;
	cursor: pointer;
}

table.outline {
	background: #d696b6;
	border: 0;
	width: 99%;
}

td {
	background: #ffffff;
}

.meds {
    background-repeat: no-repeat;
    color: #ffffff ;
    font-family: tahoma, sans-serif;
    font-size: 12px;
    padding-left:2px;
    padding-right:3px;
}

.meds1 {
    background-repeat: no-repeat;
    color: #000000;
    font-family: tahoma, sans-serif;
    font-size: 12px;
}

.meds2 {
    background:#ffffff;
    background-repeat: no-repeat;
    color: #000000;
    font-family: tahoma, sans-serif;
    font-size: 12px;
}

.row1 {
	background: #fefefe;
	padding: 3px;
}

.row2 {
	background: #f5f5f5;
	padding: 3px;
}

.row3 {
	background:#e1e1e1;
	padding:3px;
}

th.cat {
	background: #dcdcdc;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 3px;
	text-align: center;
	text-indent: 4px;
}
/* END table */
