
@import "sectionHeaders.css";

body {
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size:75%;
	text-align:center;
	margin: 1px 0px 0px 0px;
	padding: 0px;
	color:#333333;
	}
	
h2{font-size:150%;font-weight:normal;color:#999999;}
h3{color:#FF9900;font-size:180%;font-weight:normal;margin-top:30px;}
h5{color:#CC6600;font-size:120%;font-weight:normal;}

Li{list-style-image: url(../gfx/bullet/box-orange.gif);}

label{font-weight:bold;}

hr{
color:#dddddd;
padding:0px;
margin:0px;
height:1px;
width:100%;
clear:both;
}

a:hover{color:red;}

form{padding:0px;margin:0px;}

/* --------------------------------------------------------- */
	
#Wrapper{
	width:770px;
	text-align:left;
	background-color:#ffffff;
	margin:0 auto;
	padding:0px;
	background-image:url(../gfx/header-background.gif);
	background-position: left top;
	background-repeat:no-repeat;
	}
/* -------------------------------------------------------------------- */
#Header{
	float:left;
	clear:both;
	width:768px;
	height:80px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 2px;
	background-image: url(../gfx/background-Header.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	/*border: 1px solid #00ee3e;*/
	vertical-align:top;
	}
#HeaderTitle{
	height:20px;
	float:left;
	width:380px;
	padding:30px 0px 0px 0px;
	margin:0px;

	/*border: 1px solid #00ee3e;*/
	}
#HeaderTitle a{
	color:#030394;
	text-decoration:none;
	font-size:28px;
	font-family:"Times New Roman", Times, serif;
}
#HeaderTitle-Central{
	float:left;
	vertical-align:top;
	height:70px;
	width:60px;
	margin:0px;
	padding:10px 0px 0px 0px;
	/*border: 1px solid #00ee3e;*/
	visibility:hidden;}
	
#NavTop{
	width:310px;
	float:right;
	background-color:#030394;
	height:30px;
	padding:0px 0px 0px 0px;
	margin:50px 0px 0px 0px;
	background-image: url(../gfx/background-topnav.gif);
	background-repeat: repeat-x;
	background-position: right top;
	border-bottom: 1px solid #666666;
	/*border: 1px solid #00ee3e;*/
}
#NavTop-left{
	background-image: url(../gfx/bend-topnav-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width:310px;
	height:30px;
}
#NavTop-right{
	background-image: url(../gfx/bend-topnav-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width:310px;
	height:30px;
}
#NavTop a:hover{color:#FF9933;}

#NavTop li{
	float: left;
	padding: 8px 0px 2px 0px;
	margin:0px;
	list-style: none;
	/*border-right: 1px solid #828EAC;*/
}
	
#NavTop ul{
	margin: 0px;
	padding:0px 0px 0px 10px;
	height:20px;
}

#NavTop a{
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-decoration:none;
	margin:0px;
	padding: 2px 5px 2px 5px;
	height:20px;
}

/* -------------------------------------------------------------------- */
#NavPrimary{
	clear:both;
	width:770px;
	background-color:#030394;
	height:24px;
	background-image: url(../gfx/background-navprimary.gif);
	background-repeat: repeat-x;
	background-position: right top;
	padding:0px 0px 0px 0px;
	margin:0px;	
	border-bottom: 1px solid #000000;
	/*border-bottom: 1px solid #000000;*/
}

#NavPrimary a{
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	color:#FFFF66;
	text-decoration:none;
	margin:0px;
	padding: 2px 7px 2px 7px;
	height:24px;
}

#NavPrimary a:hover {background-color:#195EBB;}
a.NavPrimaryActive{
background-color:#195EBB;
border-right:1px solid #000000;
border-left:1px solid #cccccc;
border-top:1px solid #ffffff;
}

#NavPrimary li{
	float: left;
	padding: 3px 0px 3px 0px;
	margin:0px;
	list-style: none;
	border-right: 1px solid #828EAC;
}
	
#NavPrimary ul{
	margin: 0px;
	padding:0px;
	height:20px;
}

#NavPrimary-left{
	background-image: url(../gfx/bend-navprimary-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width:770px;
}

/* -------------------------------------------------------------------- */

#SecondaryNavigation{
	/*background-color:#f6f6f6;*/
	width:200px;
	float:left;
	border-right:1px solid #eeeeee;
	margin:0px;
	padding:0px 0px 0px 10px;
	/*background-image:url(../gfx/bend-footer-right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;*/
 	background-image:url(../gfx/background-boxgrey-invert.gif);
	background-repeat:repeat-x;
	background-position: left top;
}
#SecondaryNavigation a{text-decoration:none;
	color:#555555;
	padding:0px;
	margin:0px;}
	
#SecondaryNavigation a:hover{
color:red;
background-color:#dddddd;
display:block;
padding:0px 1px 0px 0px;
margin:0px;}


#SecondaryNavigation li{
border-top:1px solid #eeeeee;
list-style:none;
padding:0px;
margin:0px;
list-style-image: url(../gfx/bullet/arrow-orange-right.gif);
}

/* -------------------------------------------------------------------- */

#NavInfoBar{
	clear:both;
	background-color:#5F60B0;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #ffffff;
	background-image: url(../gfx/background-infobar.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height:28px;
	padding:3px 4px 0px 0px;
}


#BreadCrumbs{
float:left;
color:#FFFFFF;
padding: 2px 0px 0px 6px;
}

#BreadCrumbs a{color:#ffffff;}
#BreadCrumbs a:hover{color:#FF9900;}
#BreadCrumbs{color:#cccccc;}

#Search{
float:right;
color:#FFD3A9;
padding: 2px 2px 0px 0px;
}

/* -------------------------------------------------------------------- */

#NavEndocrinologist{float:right;border-right: 1px solid #828EAC;}

#NavEndocrinologist li{
	float: right;
	padding: 3px 0px 3px 0px;
	margin:0px;
	list-style: none;
	border-left: 1px solid #828EAC;
	border-bottom: 1px solid #828EAC;
	background-color:#A8E9D4;
}
	
#NavEndocrinologist ul{
	margin: 0px;
	padding:0px;
	height:24px;
}


#NavEndocrinologist a{
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	color:#555555;
	text-decoration:none;
	margin:0px;
	padding: 3px 7px 3px 7px;
	height:24px;
}

#NavEndocrinologist a:hover {background-color:#195EBB;color:#ffffff;}
/* -------------------------------------------------------------------- */

#SectionHeader{
	height:80px;
	padding:0px;
	margin:0px 0px 0px 0px;
}

#SectionHeader h2{
	color:#777777;
	padding:40px 0px 0px 10px;
	margin:0px;
	font-size:180%;
	height:30px;
}

#SectionHeader a{color:#777777;text-decoration:none;}
#SectionHeader a:hover{color:red;}

#SectionHeaderBottomRight{
	background-image: url(../gfx/section-bottomright.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height:80px;
	border-bottom-color: #cccccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
		}
		

/* -------------------------------------------------------------------- */
#ContentText{
padding:10px 10px 0px 10px;
}
/* -------------------------------------------------------------------- */
#ContentMeetingTop{
	height:auto;
	background-image:url(../gfx/section-bottomright.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding:0px 0px 0px 0px;
	float:left;
	width:549px;
}

#ContentMeetingTopInner{
	border-bottom: 1px solid #cccccc;
	padding:8px;
	height:auto;
}

#ContentMeetingTop197{
	height:70px;
	background-image:url(../gfx/section-bottomright.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding:0px 10px 0px 0px;
	float:left;
	width:549px;
	background-color:#E7E7F7;
}

/* -------------------------------------------------------------------- */
/* -------------------------------------------------------------------- */
#ContentJournalTop{
	height:20px;
	background-color:#E7E7F7;
	background-image:url(../gfx/section-bottomright.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	float:left;
	width:555px;
}

#ContentJournalTopInner{
	border-bottom: 1px solid #cccccc;
	padding:0px 10px 0px 0px;
text-align:right;
	height:10px;
}
/* -------------------------------------------------------------------- */
#ContentEducationTop{
	height:50px;
	background-color:#EFE7FF;
	background-image:url(../gfx/section-bottomright.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	float:left;
	width:559px;
	padding:6px 0px 0px 0px;
}

#ContentEducationTopInner{
	border-bottom: 1px solid #cccccc;
	padding:0px 10px 0px 0px;
	text-align:right;
		height:50px;
}
/* -------------------------------------------------------------------- */
#ContentWithSecondaryNavigation{
width:520px;
float:left;
padding:15px 0px 0px 30px;
margin:0px 0px 0px 0px;
	background-image:url(../gfx/content-withsecondarynav-topleft.gif);
	background-repeat:no-repeat;
	background-position: left top;
}

#ContentWithSecondaryNavigation Li a, #ContentText Li a, #FrontContent Li a
{list-style-image:url(../gfx/bullet/arrow-orange-right.gif);}

/* -------------------------------------------------------------------- */
#ThreeCol_Col1{
width:30%;
float:left;
padding:0px 10px 0px 0px;
margin:0px;
}
#ThreeCol_Col2{
width:30%;
float:left;
padding:0px 10px 0px 10px;
margin:0px;
}
#ThreeCol_Col3{
width:30%;
float:right;
padding:0px 0px 0px 10px;
margin:0px;
}
/* -------------------------------------------------------------------- */
#Education{
background-color:#E7E7F7;
padding:0px 0px 20px 0px;
border:1px solid #cccccc;
padding:20px;
}

#Education h3{
color:#666666;
}

#EducationTabs a{
color:#FFFFFF;
text-decoration:none;
font-weight:bold;
border:1px solid #666666;
padding:5px;
background-color:#000094;
}

#EducationTabs p{
color:#E7E7F7;
padding:0px 0px 0px 0px;
margin:0px;
}

/* -------------------------------------------------------------------- */
#Tabs{
	width:310px;
	float:right;
	background-color:#030394;
	height:30px;
	padding:0px 0px 0px 0px;
	margin:50px 0px 0px 0px;
	background-image: url(../gfx/background-topnav.gif);
	background-repeat: repeat-x;
	background-position: right top;
	border-bottom: 1px solid #666666;
	/*border: 1px solid #00ee3e;*/
}
#Tabs-left{
	background-image: url(../gfx/bend-topnav-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width:310px;
	height:30px;
}
#Tabs-right{
	background-image: url(../gfx/bend-topnav-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width:310px;
	height:30px;
}

/* -------------------------------------------------------------------- */
#educationResource{background-color:#030394;}
/* -------------------------------------------------------------------- */
#FooterHome{
	float:none;
	clear:both;
	height:25px;

	width:770px;
}

#FooterLeftHome{
	background-image: url(../gfx/bend-footer-left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height:25px;
	float:none;
	clear:both;
	background-color:#efefef;
		margin:20px 0px 20px 0px;
	padding:20px 0px 0px 0px;
}
#FooterRightHome{
	background-image: url(../gfx/bend-footer-right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height:25px;
	padding:0px 0px 0px 10px;
	float:none;
	clear:both;
	}
/* -------------------------------------------------------------------- */
#Footer{
	float:none;
	color:#FFFFFF;
	clear:both;
	height:15px;
	width:770px;
	background-color:#030394;
	margin:20px 0px 0px 0px;
}
#FooterLeft a{color:#FFFFFF;
text-decoration:none;}

#FooterLeft{
	background-image: url(../gfx/bend-footer-left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height:15px;
	float:none;
	clear:both;
	background-color:#030394;
	margin:20px 0px 20px 0px;
	padding:0px 0px 0px 0px;
}
#FooterRight{
	background-image: url(../gfx/bend-footer-right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height:15px;
	padding:0px 0px 0px 10px;
	float:none;
	clear:both;
	color:#FFFFFF;
	}
	
/* -------------------------------------------------------------------- */

a:hover.navSamePage{
background-image:url(../gfx/bullet/arrow-nav-samepage.gif);
background-position:right;
background-repeat:no-repeat;
margin:0px 0px 0px 0px;
padding:0px 12px 0px 0px;
display:none;
}
a:hover.navSamePage{
display:inline;
}



/* -------------------------------------------------------------------- */
#NavProgDay{
	clear:both;
	padding:0px 0px 0px 0px;
	margin:0px;
	border-bottom: 1px solid #000000;
}

#NavProgDay a{
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-right: 1px solid #000000;
	background-color:#cccccc;
	font-size:80%;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration:none;
	margin:0px 4px 0px 0px;
	padding: 5px 10px 5px 10px;
	height:30px;
}

#NavProgDay a:hover{background-color:#195EBB;color:#ffffff;}

#NavProgDay li{
	float: left;
	padding: 0px 0px 0px 0px;
	margin:0px;
	list-style: none;
}

#NavProgDay li.DaySelect a{
	background-color:#333333;
	color:#FFFFFF;
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-right: 1px solid #000000;
	font-size:80%;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	text-decoration:none;
	margin:0px 4px 0px 0px;
	padding: 5px 10px 5px 10px;
	height:30px;
}
	
#NavProgDay ul{
	margin: 0px;
	padding:0px;
	height:30px;
}
/* -------------------------------------------------------------------- */




/* -------------------------------------------------------------------- */

.heading-grey{
	color:#666666;
	font-size:120%;
	font-weight:lighter;
	background-image: url(../gfx/backgroundH2.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height:30px;
	padding: 0px 0px 0px 4px;
	text-decoration:none;
	}
	
.txtSearchResultsLink, .txtSearchResultsLink a{
color:#339900;
}

.txtSearchResultsTitle{
color:#3399FF;
font-size:120%;
}

.txtRed{color:#FF0000;}
.txtBlue{color:#0033CC;}
.txtGrey{color:#888;}
.txtGreen{color:#009933;}
.TextRed{color:#FF0000;}
.TextOrange{color:#FF9900;}
.TextWhite{color:#ffffff;}
.txtSmall{font-size:90%;}

.TableStandard{
background-color:#F0F0E1;
}

.TableStandard td{
margin:0px;
padding:5px;
border-left:1px solid #cccccc;
border-bottom:1px solid #cccccc;
border-right:1px solid #cccccc;
border-top:1px solid #cccccc;
}

.TableStandard th{
margin:0px;
padding:5px;
background-color:#DBDBB9;
}

<!-- -->

.TableEducation{
background-color:#FBFBF5;
}

.TableEducation td{
margin:0px;
padding:5px;
border-left:1px solid #cccccc;
border-bottom:1px solid #cccccc;
border-right:1px solid #cccccc;
border-top:1px solid #cccccc;
}

.TableEducation th{
margin:0px;
padding:5px;
background-color:#F0F0E1;
border-left:1px solid #ffffff;
border-top:1px solid #ffffff;
border-bottom:1px solid #999999;
border-right:1px solid #999999;
}

.ParagraphList p{
border-bottom:1px solid #cccccc;
padding:5px;
margin:0px;}

.ParagraphListBlue p{
	border-bottom:1px solid #cccccc;
	background-image:url(../gfx/background-blue-gradient.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding:3px;
	margin:0px;
	background-color:#e6efff;
}

.GreyTitle{
	color:#666666;
	font-size:110%;
	font-weight:bold;
	background-image: url(../gfx/backgroundH2.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0px 0px 0px 2px;
	margin:0px;
	text-decoration:none;
	height:30px;
	border-top:1px solid #999999;
}

.CalLink {
padding:0px;
background-color:#efefef;
border-bottom:1px solid #cccccc;
border-top:1px solid #ffffff;
color:#009933;
}

.FloatRight{float:right;}

/*----------------------------------------*/

.TableLightSeparated
{
width:100%;
border-top:1px solid #cccccc;
}

.TableLightSeparated td
{
color:#666666;
vertical-align:top;
border-bottom:1px solid #cccccc;
}

.TableLightSeparated th
{
background-color:#efefef;
text-align:left;
border-bottom:1px solid #000000;
}

/*----------------------------------------*/
.TableLinedRows
{background-color:#efefef;}

.TableLinedRows td
{border-top:1px solid #666666;margin:3px; padding:4px;}
/*----------------------------------------*/

.TableLinedRowsLight{}
.TableLinedRowsLight td
{border-top:1px solid #efefef;margin:3px; padding-right:15px;}
/*----------------------------------------*/

.TableProgramme{
width:100%;
margin:0px;
padding:0px;
border-bottom:1px solid #000000;
font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
}

.TableProgramme td
{
vertical-align: top;
padding:4px;
margin:1px;
border-top:1px solid #eee;
margin:3px; 
padding:4px;
height:auto;
}

.TableProgramme td p {margin:0px;}

.TableProgramme td.Day{
background-color:#333333;
font-size:120%;
color:#FFFFFF;
}

.TableProgramme td.Title{
background-color:#333333;
font-size:120%;
color:#FFFFFF;
}

.TableProgramme td.Edit{background-color:#9DBFCB;}
.TableProgramme th{
vertical-align: top;
padding:4px;
margin:0px;
border-top:1px solid #eee;margin:3px; padding:4px;
color:#fff;
background-color:#666;
}


/*----------------------------------------*/

.buttonOrange{
border-left: 1px solid #cccccc;
border-top: 1px solid #cccccc;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
padding:4px;
height:30px;
background-color:#FFCC66;
color:#000000;
text-decoration:none;
}

/* -------------------------------------------------------------------- */
.ProgTable{
width:100%;
margin:0px;
padding:0px;
border-bottom:1px solid #000000;
font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
}

.ProgTable td
{
vertical-align: top;
background-color:#eeeeee;
padding:4px;
margin:0px;
}

.ProgTable td.Day{
background-color:#333333;
font-size:120%;
color:#FFFFFF;
}

.ProgTable td.Title{
background-color:#333333;
font-size:120%;
color:#FFFFFF;
}

.ProgTable td.Edit{background-color:#9DBFCB;}
.ProgTable th{background-color:#9DBFCB;}

/* -------------------------------------------------------------------- */
.SubmitButton{
	font-size:90%;
	background-color:#FF8300;
	color:#FFFFFF;
	border: 1px solid #000000;
}

.SearchBox{
	/*background-color:#FEFFCB;*/
	background-color:#EAD6C2;
	color:#333333;
	border: 1px solid #000000;
	height:14px;
	font-size:90%;
}

.TextBox{
	/*background-color:#FEFFCB;*/
	background-color:#ffffff;
	color:#333333;
	border: 1px solid #777777;
	height:14px;
	font-size:90%;
}

/* -------------------------------------------------------------------- */
.BoxGrey{
	background-color:#efefef;
	border-top: 1px solid #efefef;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #CCCCCC;
	padding:0px 5px 0px 20px;
	margin:0px;
	background-image: url(../gfx/background-boxgrey.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
/* -------------------------------------------------------------------- */
.BoxGreyV2{
	background-color:#efefef;
	border-top: 1px solid #efefef;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #CCCCCC;
	margin:0px;
	background-image: url(../gfx/background-boxgrey.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.BoxGreyV2 H4{background-color:#aaa;padding:0px 5px 0px 5px;border-bottom:1px solid #666;font-size:150%;color:#fff;
	background-image:url(../gfx/background-black-gradient.gif);
	background-position:top;
	background-repeat:repeat-x;
	margin:0px;}
.BoxGreyV2 p{padding:0px 5px 0px 5px;margin-top:18px;margin-bottom:8px;}
.BoxGreyV2 ul{padding:0px;margin:0px 0px 0px 20px;}
.BoxGreyV2 a{text-decoration:none;}
.BoxGreyV2 a:hover{text-decoration:underline;}
.BoxGreyV2 .support{
	background-color:#efefef;
	background-image: url(../gfx/background-boxgrey-invert.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding:5px;
	margin:0px;
	border-bottom:1px solid #ddd;}

/* -------------------------------------------------------------------- */
.BoxJournal{
	/*border-top: 1px solid #000000;
	/*padding:0px 5px 0px 20px;
	margin:0px;
	background-image:url(../gfx/background-boxbeige.gif);
	background-color:#F7F7EF;
	background-repeat: repeat-x;
	background-position: left top;*/
}

.ClearFloat{clear:both;float:none;}

.BoxPadding{padding:0px 10px 0px 10px;margin:0px;}


.ThreeCol{width:32%;float:left;}
.ThreeCol2Thirds{width:60%;float:left;}
.TwoCol{width:46%;float:left;}
.FourCol{width:25%;float:left;}

.BorderLeftGrey{border-left:1px solid #999999;}
.BorderRightGrey{border-right:1px solid #999999;}
.BorderAllGrey{border:1px solid #999999;}

.BackgroundGreyFade{
background-image:url(../gfx/background-boxgrey-invert.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.BackgroundBlue{background-color:#e6efff;}


.hide{display:none;}


/* -------------------------------------------------------------------- */

#SecondaryNavigationV2{
	width:200px;
	float:left;
	margin:0px;
	padding:0px 0px 0px 0px;
 	background-image:url(../gfx/background-boxgrey-invert.gif);
	background-repeat:repeat-x;
	background-position: left top;
}


#SecondaryNavigationV2 P{
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	background-color:#bbb;
	color:#FFFFFF;
	padding:5px;
	margin:0px
}


#SecondaryNavigationV2 h3{
	background-color:#E4E4E4;
	color:#F1833C;
	padding:7px 0px 4px 10px;
	margin:0px;
	font-size:14px;
	height:24px;}
	
#SecondaryNavigationV2 h3 a{color:#F1833C;}

#SecondaryNavigationV2 a {
	color:#555555;
	text-decoration:none;
	margin:0px;
	padding: 8px 5px 5px 10px;
	display:block;
	background-color:none;
	border:1px solid #efefef;
	}
	
#SecondaryNavigationV2 a:hover{
	color:#339999;
	background-color:#eee;
	/*border-left:1px solid #555;*/
	display:block;
	margin:0px;
	background-image:none;
}

#SecondaryNavigationV2 li{
	margin: 0;
	border-top: 1px solid #efefef;
	list-style: none;
	list-style-image:none;
	}
	
#SecondaryNavigationV2 ul{
	margin: 0px;
	padding:0px 0px 0px 0px;
	list-style: none;
	}

.NewsList a {text-decoration:none;color:#0066CC;}
.NewsList a:visited {color:#3196F5;}
.NewsList a:hover {text-decoration:underline;}
.NewsList li{
	padding-bottom:8px; 
	line-height:130%;
	list-style-image: url(../gfx/icon/doc.gif);}

/* -------------------------------------------------------------------- */



/* -------------------------------------------------------------------- */



/* -------------------------------------------------------------------- */

.LinkViewerVisibilityOptions, .LinkViewerSearchBox, .LinkViewerSubFilter{
	background-color:#efefef;
	border-top: 1px solid #efefef;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #CCCCCC;
	padding:0px 5px 0px 20px;
	margin:0px;
	background-image: url(../gfx/background-boxgrey.gif);
	background-repeat: repeat-x;
	background-position: left top;}

.LinkViewerTitle{
padding:0px 10px 0px 10px;margin:0px;
background-color:#e6efff;
font-size:150%;
font-weight:bold;
}


.LinkViewerList a {text-decoration:none;color:#0066CC;font-size:110%;}
.LinkViewerList a:visited {color:#3196F5;}
.LinkViewerList a:hover {text-decoration:none;}
.LinkViewerList li{
	padding-bottom:8px; 
	line-height:130%;
	list-style-image:none;
	list-style:none;}
	
.LinkViewerURL{color:#009933;}
	
.LinkViewerLinkName{
	background-color:#efefef;
	border-top: 1px solid #efefef;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #CCCCCC;
	padding:0px 5px 0px 20px;
	margin:0px;
	background-image: url(../gfx/background-boxgrey.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.LinkViewerLinkDescription{
	display:none;
	margin:0px 0px 0px 0px;
	padding-bottom:0px;
	background-color:#efefef;
	border-top: 1px solid #efefef;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #CCCCCC;
	padding:0px 5px 0px 20px;
	margin:0px;
	background-image: url(../gfx/background-boxgrey.gif);
	background-repeat: repeat-x;
	background-position: left top;}
	
.LinkViewerSearchButton{
border-left: 1px solid #cccccc;
border-top: 1px solid #cccccc;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
padding:4px;
height:30px;
background-color:#FFCC66;
color:#000000;
text-decoration:none;}


/* -------------------------------------------------------------------- */

.boxDisplay{
	margin:10px 10px 0px 0px;}

.boxDisplay a{text-decoration:none;}

.boxDisplay .Support{
	border:1px solid #dddddd;
	padding:0px;
	margin:0px;
	/*background-color:#BBBCDD;*/
	background-color:#eee;
	border-bottom:1px solid #ccc;
	border-top:1px solid #fff;
	}
	
.boxDisplay .Support p {}
	
	
.boxDisplay .DisplayText{
	border:1px solid #dddddd;
	padding:10px;
	background-image:url(../gfx/background-boxgrey-invert.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-top:1px solid #fff;
	}

.boxDisplay .Text p {margin:0px 0px 10px 0px}
 
 
.boxDisplay h3{
	background-color:#efefef;
	border:1px solid #ccc;
	margin:0px 0px 0px 0px;
	font-size:130%;
	font-weight:bold;
	padding:10px;
	color:#333;
	border-bottom:1px solid #ccc;
	background-image:url(../gfx/background-section-nurse.gif);
	background-repeat:repeat-x;
	background-position: left top;
	}

.boxDisplay h2{
	background-color:#ddd;
	padding:2px 10px 2px 10px;
	margin:0px 0px 0px 0px;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	font-size:110%;
	color:#333;
	border-bottom:1px solid #ccc;
	}


/* -------------------------------------------------------------------- */

.Shade00{background-color:#000;}
.Shade01{background-color:#FFFBCF;}
.Shade02{background-color:#F8F098;}
.Shade03{background-color:#F1E239;}
.Shade04{background-color:#E2CF00;}