
/* GENERAL fonts */

BODY {
	margin: 0, 0, 0, 0;
	background-color: black;
}

P, OL, UL, DIV, H1, H2 {
	font-family: verdana, arial;
	font-size: 11px;
}
H1 { font-size: 15px; }
H2 { font-size: 13px; }
P, H1, H2 {margin: 0px 0px 5px 0px;}

#wholepage {width: 795;
text-align: center;}

#header {
	width:100%; 
	height: 261px; 
	background-repeat: no-repeat; 
	background-position: left; 
	background-image: url('images/body-side-bw.jpg');
	border: dotted 1px #999999;
	}

#middle {
	width: 100%;
	}

/* Style for 2 column Path-menu: */

#pathplace {
	width: 795px;
	background-color: #7D7D7D;
}
#sitepath {
color: #ffffff;
  width: 100%
  white-space: nowrap;
  background-color: #7D7D7D;

  font-family: verdana, arial;
  font-size: 11px;
  padding: 1px 1px 5px 5px;
}
#sitepath A {
  text-decoration: none;
  color:white;
}
#sitepath A:hover {
  text-decoration: underline;
  color: #E1C03B;
}



#footer {
	border-top: dotted 1px #999999;
	width: 100%;
	}
#footer P {
	font-size: 10px;
	text-align: center;
}

#leftside {
	background-color: #7D7D7D;
	vertical-align: top; 
	width: 150px;
	color: #ffffff;
	}
#center {
	vertical-align: top; 
	width: 400px;
	}
#rightside {
	vertical-align: top; 
	width: 200px;
	color: #ffffff;
	}
#rightcolumnof2 {
	vertical-align: top; 
	width: 600px;
	color: #ffffff;
	}

#leftcontent {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	}

#leftcontentshared {
	width: 100%;
	/* Uncomment the following line to visually identify the shared content area */
	/*background-image: url(images/shared.gif); */
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	}

#rightcontent {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;	
	}

#rightcontentshared {
	width: 100%;
	/* Uncomment the following line to visually identify the shared content area */
	/*background-image: url(images/shared.gif); */
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;	
	}

#bordercontent {
	color: #ffffff;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;	
	}

#bordercontentshared {
	color: #ffffff;
	width: 100%;
	/* Uncomment the following line to visually identify the shared content area */
	/*background-image: url(images/shared.gif); */
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;	
	}

/* Content column */
#normalcontent {
	color: #ffffff;
	padding-left: 10px;
	padding-right:10px;
	padding-top: 15px;
	width: 100%;
	background-color: #000000;
}

#normalcontentshared {
	/* Uncomment the following line to visually identify the shared content area */
	/*background-image: url(images/shared.gif); */
	color: #ffffff;
	padding-left: 10px;
	padding-right:10px;
	padding-top: 15px;
	width: 100%;
}

/* Menu 1 column */
#menu_1 {	
	/*vertical-align: top; */
	width: 100%;
	height: 250px;	
	background-image: url(images/headstock.jpg);
	background-repeat : no-repeat;
	/* Uncomment the following line to visually identify the shared content area */
	/*background-image: url(images/shared.gif); */

	padding-top: 10px;
}
#menu_1 DIV {
color: #000000;
	width: 95%;
}
#menu_1 DIV A {
	color: #ffffff;
	text-decoration: none;
}
#menu_1 DIV A:hover {
	color: #FCBF04;
	text-decoration: underline;
}

/*  MENU 1, level 1, normal state (NO) */
#menu_1 DIV.menu1-level1-no {
  border-bottom: 1px dotted #999999;
  font-size: 11px;
  padding-top:5px;
  padding-left:5px;
}
/*  MENU 1, level 1, active state (ACT) */
#menu_1 DIV.menu1-level1-act {
  border-bottom: 1px solid #999999;
  font-weight:bold;
  font-size: 11px;
  padding-top:5px;
  padding-left:5px;

  background-color: #eeeeee;
  filter:alpha(opacity='30', style='0');
}
#menu_1 DIV.menu1-level1-act A {
  color: #000000;
}

/*  MENU 1, level 2, normal state (NO) */
#menu_1 DIV.menu1-level2-no {
  font-size: 10px;
  padding-left:20px;
}
/*  MENU 1, level 2, active state (ACT) */
#menu_1 DIV.menu1-level2-act {
  font-size: 10px;
  font-weight:bold;
  padding-left:20px;
}

/*  MENU 1, level 3, normal state (NO) */
#menu_1 DIV.menu1-level3-no {
  font-size: 10px;
  padding-left:30px;
}
/*  MENU 1, level 3, active state (ACT) */
#menu_1 DIV.menu1-level3-act {
  font-size: 10px;
  font-weight:bold;
  padding-left:30px;
}
/*  MENU 1, level 4, normal state (NO) */
#menu_1 DIV.menu1-level4-no {
  font-size: 10px;
  padding-left:40px;
}
/*  MENU 1, level 4, active state (ACT) */
#menu_1 DIV.menu1-level4-act {
  font-size: 10px;
  font-weight:bold;
  padding-left:40px;
}





/*****************/
/* Various Forms */
/*****************/

/* Email, Login and Search forms generally: */
FORM TABLE TR TD { padding-left: 5px; padding-right: 20px; }
FORM TABLE TR TD.csc-form-labelcell { background-color: #ffffff; }
FORM TABLE TR TD.csc-form-fieldcell { background-color: #ffffff; }
FORM TABLE TR TD.csc-form-fieldcell INPUT, FORM TABLE TR TD.csc-form-fieldcell SELECT, FORM TABLE TR TD.csc-form-fieldcell TEXTAREA { background-color: #ffffff; border: 1px solid #000000; font-style: italic; font-size: 11px; }
FORM TABLE TR TD.csc-form-labelcell P, FORM TABLE TR TD.csc-form-commentcell P { font-size: 11px;}
FORM TABLE TR TD.csc-form-labelcell P.csc-form-label-req { font-weight: bold; color: navy; }
FORM TABLE TR TD.csc-form-labelcell P.csc-form-label { color: #000000; }
FORM TABLE { margin-top: 10px; border: 1px navy dashed; }

/* Email form, specifically */
FORM TABLE.csc-mailform { border-color: #666666; }
FORM TABLE.csc-mailform TR TD.csc-form-labelcell  { color:#000000; background-color: #ffffff; }

/* Search form, specifically */
FORM TABLE.csc-searchform { border-color: 000000; }
FORM TABLE.csc-searchform TR TD.csc-form-labelcell  { background-color: #DCC86C; }

/* Login form, specifically */
FORM TABLE.csc-loginform { border-color: #666666; }
FORM TABLE.csc-loginform TR TD.csc-form-labelcell  { background-color: #DCC86C; }

H1.csc-firstHeader, H2.csc-firstHeader, H3.csc-firstHeader, H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader {color: #ffffff; margin-top: 0px; }


/*****************/
/* Search result */
/*****************/

/* Search Result, result information box: */
TABLE.csc-searchResultInfo { margin-left: 5px; margin-top: 10px; border: 1px black solid; width: 100%;}
TABLE.csc-searchResultInfo TR { background-color: #DCC86C; }
TABLE.csc-searchResultInfo TR TD P { font-size: 11px; padding: 0px 5px 0px 5px;}
TABLE.csc-searchResultInfo TR TD.csc-searchResultRange P { color: #ffffff; font-weight: bold; }
TABLE.csc-searchResultInfo TR TD.csc-searchResultPrevNext P { color: #ffffff; }
TABLE.csc-searchResultInfo TR TD.csc-searchResultPrevNext { text-align: right; }

/* Search Result, header + abstract: */
H3.csc-searchResultHeader A { color: #ffffff; font-size: 11px; }
H3.csc-searchResultHeader { color: #ffffff; background-color: ##000000; padding-left: 5px; }
P.csc-searchResult { color: #000000; font-size: 11px; font-style: italic; background-color: #eeeeee; margin-left: 20px;}
