/* 
================================
Skin styles for DotNetNuke - PAGE
================================
*/ 
.pagemaster {
	width: 100%;
	height: 100%;
}
.bgleft {
	background: url("left.jpg") no-repeat top right;
}
.cpbg_intro {
	background: url("intro.jpg") no-repeat top left;
}
.cpbg_bio {
	background: url("bio.jpg") no-repeat top left;
}
.cpbg_bio_w {
	background: url("bio_w.jpg") no-repeat top left;
}
.cpbg_lab {
	background: url("lab.jpg") no-repeat top left;
}
.cpbg_lab_w {
	background: url("lab_w.jpg") no-repeat top left;
}
.cpbg_gal {
	background: url("gal.jpg") no-repeat top left;
}
.cpbg_gal_w {
	background: url("gal_w.jpg") no-repeat top left;
}
.cpbg_press {
	background: url("press_w.jpg") no-repeat top left;
}
.cpbg_pass {
	background: url("pass_w.jpg") no-repeat top left;
}
.cpbg_cont {
	background: url("cont_w.jpg") no-repeat top left;
}
.contentpane {
  padding: 30px 20px 67px 20px;
	background: url("vie.gif") no-repeat bottom left;
}
.menupane {
  padding-left: 22px;
}
.submenupane {
  padding-left: 10px;
}
/* Main Menu */
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border: 0;
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-size: 19px;
	font-weight: normal;
	background-color: Transparent;
  font-family: Tahoma;
  letter-spacing: -1px;
  background: url("menuleft.gif") no-repeat top left;
}
.MainMenu_MenuIcon {
	background-color: #436384; 
	border-left: #436384 1px solid; 
	border-bottom: #436384 1px solid; 
	border-top: #436384 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px;
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #436384;
	border: #EEEEEE 1px solid;
	padding: 2px; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	background-color: Transparent;
  border : 0;
}
.MainMenu_MenuItemSel {
	border: 0;
	cursor: pointer; 
	cursor: hand; 
	color: #f3e8cb; 
	font-size: 19px;
	font-weight: normal;
	background-color: Transparent;
  font-family: Tahoma;
  letter-spacing: -1px;
  background: url("menuleftactive.gif") no-repeat top left;
}
.MainMenu_MenuArrow {
	border-right: #436384 1px solid; 
	border-bottom: #436384 1px solid; 
	border-top: #436384 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  10pt;
   font-weight: bold;
   color: #5d5d5d;
}
.webdings {
	font-family: webdings; 
	font-size: 10pt;
	color: #ffffff;
}
/* text style used for most text rendered by modules */
.Normal,.NormalDisabled {
    font-family: "Trebuchet MS", Arial, Helvetica;
    font-size: 13px;
    font-weight: normal;
    color: black;
}
table {
    font-family: "Trebuchet MS", Arial, Helvetica;
    font-size: 13px;
    font-weight: normal;
    color: black;
}
/* LINKS */
A:link, A:visited, A:active {
    text-decoration: underline;
    color: black;
}
A:hover {
    text-decoration: underline;
color: #8fb3d1;
}
/* LISTE */
UL LI {
    list-style-type: disc;
}
UL LI LI {
    list-style-type: circle;
}
/* OTHER STYLES */
.copyright {
	color: #575757;
	font-family: Arial;
	font-size: 9px;
}
.copyright a:link, .copyright a:visited, .copyright a:active {
  color: #575757;
}
.copyright a:hover {
color: #8fb3d1;
}


