/***************** TAB STYLES *******************/
#header {
    margin: 0 0 0 0;
}

#header div 
{
    float:left;
    height: 48px;
    border: black 0px solid;
    text-indent: -9999px;
    cursor: pointer;
}

#header #tab_first, #header #tab_last
{
    width: 111px;
    background-repeat: no-repeat;
}

#header #tab_2, #header #tab_3, #header #tab_4
{
    width: 106px;
    background-repeat: no-repeat;
}

/* First Tab */
#header #tab_first.off 
{
    background-image: url(../assets/tabs/first_off.gif);
}

#header #tab_first
{
    background-image: url(../assets/tabs/first_on.gif);
}

/* Second Tab */
#header #tab_2.off
{
    background-image: url(../assets/tabs/second_off.gif);
}

#header #tab_2
{
    background-image: url(../assets/tabs/second_on.gif);
}

/* Third Tab */
#header #tab_3.off
{
    background-image: url(../assets/tabs/third_off.gif);
}

#header #tab_3
{
    background-image: url(../assets/tabs/third_on.gif);
}

/* Fourth Tab */
#header #tab_4.off
{
    background-image: url(../assets/tabs/fourth_off.gif);
}

#header #tab_4
{
    background-image: url(../assets/tabs/fourth_on.gif);
}

/* Last Tab */
#header #tab_last.off
{
    background-image: url(../assets/tabs/last_off.gif);
}

#header #tab_last
{
    background-image: url(../assets/tabs/last_on.gif);
}




/***************** BOX STYLES *******************/

#tab_box .box 
{
    clear: both;
	width: 540px;
	background: url(../assets/tabs/box_bg.gif) repeat-y top left;
	color: #666;
}

#tab_box #box_bottom 
{
    width: 540px;
	background: url(../assets/tabs/box_bottom.gif) no-repeat top left;
	height: 19px;
}

/***************** SIDE LINK OVERRIDES *******************/
body#disease a.active {
	background:url(../patient-images/common/nav_arrow.gif) no-repeat top right;
	color:#ffd200;
}

body#disease a.inactive 
{
    color: #93d2f8;
}

/**************** Other Styles *******************/


#preload 
{
    display:none;
}

a.top 
{
    color: #0e7dc2 !important;
    text-decoration:none !important;
	padding:0px;
	margin:0px;
}

#main 
{
    width: 540px;
    border: red 0px solid;
}



/***************** CONTENT OVERRIDES *******************/
p.tab_content_headline img
{
    padding: 10px 0 0px 0;
}


#content_container p.head 
{
     font-weight: normal;
     font-size: 16px;
     color: #000;
     padding: 40px 0 75px 125px;
}

#content_container p 
{
    font-size: 12px;
    color: #000000;
    padding: 0 20px 15px 20px;
    margin: 0 0 0 0 !important;
}

#content_container hr 
{
    margin: 0 0 0 20px;
    
}

#content_container ul 
{
    margin: 0 20px 15px 50px;
    line-height: 20px;
    list-style-type: disc;
}

#content_container ul li span
{
    color: #000;
}
