/* ------------------------------------------
  VIVOconcepts DEFAULT Style Sheet_
  

------------------------------------------ */


/* HTML Elements
-----------------------------------------------------*/

/* custom tags for pop up windows and other pages that are not regulated by standard tags */

#container_nohdr {
	width: 100%;
	width: "100%"; /* IE Hack  */
	margin: 0 auto;
	position: relative;
}

.gridfull {
	padding: 0px 0px 0px 0px;
	margin: 10px 20px 10px 20px;
	float: left;
	display: inline;
	overflow: hidden;
}

.vivoBody   {
	font-family :Verdana;
	font-size :9pt; 
	color :#ffffff; 
	background:transparent;	
	text-decoration : none;
}
.vivobodyA   {
	font-family :Verdana;
	font-size :9pt; 
	color :#000000; 
	background:#eaeaea;	
	text-decoration : none;
	border: 1px solid #cccccc; 
}

.vivobody_green{    
	color: #70A426;
	font-weight: bold;
}

div.plist_vivo1 {
	margin-bottom: 2px;
}

div.plist_vivo1 p {
	margin-top: 0px;
	padding-top: 0px;
	border-top: 0px dotted #ccc;
	margin-bottom: 0px;
	font-size: 11px;
	line-height: 14px;
	*zoom:1; /* border is not applied without this ie6-7 */
}

div.plist_vivo1 p.first {
	margin-top: 0px;
	padding-top: 0px;
	border-top: none;
	
}


/*
ul.vivo_thumbnails {
    list-style-type: none;
    margin: 0px 0px 0px 10px;
}

li.vivo_thumbnails {
    float: left;
    width: 190px;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    margin-left: "0px"; 
	background:transparent;	
}
*/
/*
#plist .p .h3  {
    border-top: none;
}
*/
.blurb2 {
	font-weight: normal;
	}

.vivo_box_1 {
	margin: 0px 0px 10px 0px;
	padding: 0xp 0px 10px 0px;
	clear: left;
	}
	
/*  general settings for SEARCH BOX    */

.search_content_top {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #ffffff;
	/* border: 1px dotted #cccccc;   */
	min-height: 25px; 
	height: "35px";
    }

.search_content_left {
	float: left;
	border: 1px solid none;
	}
	
.search_content_right {
	float: right;
	border: 1px solid none;
	}
	
.search_content form   {
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	color: #333333;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	}

/*  bottom settings mainly for bottom image   */
.search_content_bottom {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: none;
	}

	
/*  BOX headline i.e. 'SEARCH' as set in layout manager    */
.search_content h2 {
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	font-weight: bold;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	/* background: url('/uploadfiles/1/system/mann3_16.gif') no-repeat top left; */
	/* border-top: 1px solid #cc3333; */
	}
	
.search_content form p {
	font-size: 10px;
	line-height: 14px;
	color: #000000;
	font-weight: bold;
	margin: 4px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	/* background: url('/uploadfiles/1/system/mann3_16.gif') no-repeat top left; */
	/* border-top: 1px solid #cc3333; */
	}
	


/* Extranet Menu */
p.ExtranetWelcome {
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 0px;
    font-weight: bold;
    }
p.ExtranetLoggedIn {
    margin-top: 0px;
    font-size: 12px;
	font-weight: bold;
    }
p.ExtranetMenu {
    margin: 2px;
    padding: 2px;
    font-weight: bold;
    color: #000000;
	background: #eaeaea;
	border-top: 1px solid #cc3333;
    }
p.ExtranetMenuPD {
    color: #000000;
    margin: 2px;
    padding: 2px;
    font-weight: bold;
    font-size: 16px;
    }
a.ExtranetMenuPD, a.ExtranetMenuPD:visited  {
     color: #cc3333;
     }
