/* ##### Common Styles ##### */

body {
  color: black;
  /*background-color: #ebf0f3;*/
  background-color: #fafafa;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 73%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}

html > body {
  font-size: 9pt;
}

acronym, .titleTip {
  border-bottom: 1px dotted #538da8;
  cursor: help;
  margin: 0;
  padding: 0;
}

.doNotDisplay {
  display: none !important;
}


.smallCaps {
  font-size: 117%;
  font-variant: small-caps;
}


/* ##### Header ##### */

#header {
  color: inherit;
  background-color: white;
}

.headerTitle {
  margin: 0px;
	height:100px;
	background-color:#10218b;
}

.headerTitle a {
  color: black;
  background-color: transparent;
  text-decoration: none;
  font-size: 110%;  /* For MSIE */
  font-weight: bold;
  font-style: italic;
}

.headerTitle > a {
  font-size: 138%;  /* For fully standards-compliant user agents */
}

.headerTitle span {
  color: white;
  background-color: transparent;
  font-weight: normal;
}

.subHeader {
	border: 1px solid #0b1761;
  color: white;
  /*background-color: black;*/
  background-color: #10218b;
  font-size: 109%;
  text-align: center;
  padding: 0.2ex 0;
}

.subHeader a {
  color:white;
  /*background-color: black;*/
  background-color: #10218b;
  text-decoration: none;
  font-weight: bold;
  padding: 0 1ex;
}


/* ##### Left Side Bar ##### */

.leftSideBar {
  width: 150px;
  float: left;
  clear: left;
}

.leftSideBar .sideBarTitle {
  color: white;
  background-color: #10218b;
  font-weight: bold;
  margin: 0;
  padding: 0.8ex 1ex;
}

.leftSideBar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0 0 1em 0;
  padding: 0;
}

.leftSideBar li {
  margin: 1ex;
  padding: 0 0 1.25ex 0.75ex;
}

.leftSideBar a {
  color: #10218b;
  background-color: transparent;
  text-decoration: none;
}

.leftSideBar a:hover {
  font-weight:bold;
  background-color: transparent;
  text-decoration: none;
}

.leftSideBar .sideBarText {
  color: #10218b;
  background-color: transparent;
  line-height: 1.25em;
  margin: 1ex 0.25ex 1.5em 0.75ex;
  padding: 0;
  display: block;
}

.leftSideBar .sideBarText a {
  text-decoration: underline;
}

.leftSideBar .sideBarText a:hover {
  text-decoration: none;
}

.leftSideBar .thisPage {
  color: rgb(64,64,64);
  background-color: transparent;
  font-weight: bold;
}

/* ##### Main Copy ##### */

#main-copy {
  color: black;
  background-color: white;
  text-align: justify;
  line-height: 1.5em;
  margin: 0 0 0 150px;
  padding: 0.5ex 15em 1em 1em;
  border-left: 1px solid #051358;
}

#main-copy h1 {
  color: #10218b;
  background-color: transparent;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 175%;
  font-weight: bold;
  font-style: italic;
  text-align: left;
  margin: 1em 0 0 0;
  padding: 1em 0 0 0;
  border-top: 1px solid #c3d1d8;
}

#main-copy a {
  color: #538da8;
  background-color: transparent;
  text-decoration: underline;
}

#main-copy a:hover {
  text-decoration: none;
}

p {
  margin: 1em 0 1.5em 0;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0;
  padding: 0 0 0.5ex 0;
}

dd {
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}


/* ##### Footer ##### */

#footer {
  color: black;
  background-color: #fafafa;
	border-top: 1px solid #0b1761;
  font-size: 92%;
  text-align: center;
  line-height: 1.25em;
  margin: 0;
  padding: 1em 4mm 1em 4mm;
  clear: both;
}

#footer div {
  margin: 0;
  padding: 0 0 1ex 0;
}

#footer a {
  color: black;
  background-color: transparent;
  text-decoration: underline;
  font-weight: bold;
}

#footer a:hover {
  text-decoration: none;
}

/* PROJECTS */

img.pj {
	border: 1px solid black;
}

div.pj {
	margin-top: 50px;
	margin-bottom: 50px;
	border: 1px solid #0b1761;
	font-size:12px;
	background-image:url(../media/divbg.jpg);
}

div.pjcontent, div.enbi {
	padding-left:20px;
	padding-right:20px;
}

p.pjcontent {
	border-bottom: 1px dotted #ebebeb;
}

div.pjtitle {
	background-repeat: no-repeat;
	background-position: top left;
	/*border-bottom: 1px dotted #ced9e0;*/
	border-bottom: 1px solid #0b1761;
	height:60px;
	background-color:white;
}

div.spj {
	margin-top: 50px;
	margin-bottom: 50px;
	/*border: 1px solid #ced9e0;*/
	border: 1px solid #0b1761;
	background-image:url(../media/divbg2.jpg)
}

div.enbi {
	margin-top: 20px;
	margin-bottom: 20px;
    border: 1px solid #051358;
	background-color: #fafafa;

}

div.pjfooter {
	border-top: 1px solid #0b1761;
	height:15px;
	background-repeat:no-repeat;
	background-color:white;
}

div.contact {
	margin-left: 40px;
	color: #26404c;
	background-color: #fafafa;
	border: 1px solid #333e4b;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(../media/contactbg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

span.link {
	font-weight:bold;
}

h2.subtitle {
  color: #10218b;
  background-color: transparent;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 175%;
	font-weight: bold;
  border-bottom: 1px solid #051358;
	padding-bottom: 10px;
}

h3.pgtitle {
	letter-spacing: 2px;
	font-size: 18px;
	border-bottom: 1px solid #dadce5;
	text-align:left;
}

/* IMAGE */

table.image {
    float:left;
    border:1px solid #333958;
    height:240px;
    width:160px;
    margin-bottom:20px;
    margin-top:20px;
    margin-left:3px;
    margin-right:3px;
    border-collapse:collapse;
    table-layout:fixed;
}

table.imagetaxo {
    border-collapse:collapse;
    width:100%;
    height:30px;
    background-color:#10218b;
    color:white;
    font-style:italic;
    font-weight:bold;
    text-align:center;
    font-size:x-small;
}

td.infos {
    font-size:x-small;
    text-align:center;
    height:30px;
    width:100px;
    border-top:1px solid #333958;
    background-color:#e5e6ef;
}

td.filename {
    background-color:white;
    padding:0px;
    text-align:center;
    height:180px;
    width:100%;
}

div.infos {
    height:20px;
    width:157px;
    overflow:hidden;
    text-align:center
}

fieldset.formimage, fieldset.instructions {
    background-repeat:repeat-y;
    background-position:bottom right;
    background-color: #fafafa;
    /*border:1px dotted #d7d7d7;*/
		border: 0px;
}

fieldset.formimage {
    background-image:url(../media/bg.png);
}

fieldset.instructions {
    background-image:url(../media/bg2.png);
    margin-bottom:20px;
}

input[type=text] {
    border:1px solid black;
    text-align:center;
    color:#585a5c;
    font-weight:bold;
}

select, input[type=submit], input[type=text] {
    background-color:#efefef;
}

input[type=submit] {
    border:1px solid #ced4d9;
}

li {
    list-style-type: none;
}

table.links {
    border-collapse: collapse;
    text-align:left;
    font-size: x-small;
    background-color: #f0f4f5;
    border: 1px solid #e3e7e8;
}

th {
    font-size:  small;
    padding-top:    5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e3e7e8;
    background-color: #e8eced;
}
