/******************************************
 * TITLE: Psychic blue Screen Stylesheet  *
 * URI  : Psychic_blue/screen.css         *
 * MODIF: 2005-Dec-09                     *
 ******************************************/


/* ##### Common Styles ##### */

body {
  color: black;
  background-color: #E7ECE6;
  font-family: Corbel,verdana, helvetica, arial, sans-serif;
  font-size: 75%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}

html > body {
  font-size: 8.5pt;
}

acronym, .titleTip {
  border-bottom: 1px dotted #999;
  cursor: help;
  margin: 0;
  padding: 0 0 0.4px 0;
}

.doNotDisplay {
  display: none;
}

.smallCaps {
  font-size: 110%;
  font-variant: small-caps;
}
.main {
	width: 788px;
	color: #333;
	margin-left: -394px;
	margin-top: -100px;
	top: 20%;
	left: 50%;
	position: absolute;
	visibility: visible;
}

/* ##### Header ##### */

.superHeader {
  color: #fff;
  background-color: #E7ECE6;
  height: 1em;
}

.superHeader a {
  color: #fff;
  background-color: transparent;
  text-decoration: none;
  font-size: 91%;
  margin: 0;
  padding: 0 0.5ex 0 0.25ex;
}

.superHeader a:hover {
  text-decoration: underline;
}


.superHeader .right {
  position: absolute;
  right: 1.5mm;
  top: 0.75ex;
}

.midHeader {
	position:relative;
	background-color: #E7ECE6;
	height: 180px;
	width: 100%;
	background-image: url(header.gif);
	background-repeat: repeat-x;
	color: #E7ECE6;
	padding-top: 5px;	
	z-index:10;
}

.headerTitle {
	font-size: 500%;
	display: block;
	text-align: center; 
	color: #000;
	vertical-align: middle;
	font-weight: bold;
	margin: 0 0 0 4mm;
	padding: 0.25ex 0;
}
.headerSubTitle {
	font-size: 150%;
	display: block;
	text-align: center; 
	vertical-align: middle;
	font-weight: bold;
	margin: 0 0 0 4mm;
	padding-left:50px;
}

.subHeader {
	height: 28px;
	background-image: url(menu.gif);
	background-repeat: repeat-x;
	color: #666;
	margin-bottom: 0ex;
	padding-right: 3ex;
	padding-top: 1.2ex;
	padding-bottom: 1.3ex;

}

.subHeader a {
	border-right: 1px solid #CCC;
	font-weight: bold; 
	height: 28px;
	background-image: url(menu.gif);
	background-repeat: repeat-x;
	color: #fff;
	margin-top: 2ex;
	padding-left: 3ex;
	padding-right: 3ex;
	padding-top: 1.2ex;
	padding-bottom: 1.3ex;
}  

.subHeader a:hover {
	height: 28px;
	background-image: url(menuf.gif);
	background-repeat: repeat-x;
	color: #000;
	text-decoration: none;
}

.superHeader .highlight, .subHeader .highlight {
  color: #FCA;
  background-color: transparent;
}

.breadcrumb {
  color: #666;
  float:right;
  position: absolute;
  left: 1.5mm;
  top: 0.75ex;
  padding-bottom:5px;
  display:block;
  font-weight: bold;
}

/* ##### Side Bar ##### */

#side-bar {
	width: 140px;
	float: left;
	clear: left;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 1em;
}

#side-bar div {
}

.sideBarTitle {
	font-weight: bold; 
	margin-top: 2em;
	margin-bottom: .5em;
}

#side-bar ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 1.1em 0;
}

#side-bar li {
  margin: 0;
  padding: 0.1ex 0;  /* Circumvents a rendering bug (?) in MSIE 6.0 */
}

#side-bar a, .thisPage {
	background-image: url(menu.gif);
	height: .5em;
	background-repeat: repeat-x;
	color: #fff;
	background-color: transparent;
	font-weight: bold; 
	margin: 0;
	padding: 0.75em 1ex 0.75em 5mm;
	display: block;
}
#side-bar a:hover {
	height: .5em;
	background-image: url(menuf.gif);
	background-repeat: repeat-x;
	color: #000;
	text-decoration: none;
}

.thisPage {
	color: black;
	background-color: #E7ECE6;
	padding-left: 4mm;
	border: 1px dashed #C4CBD1;
}

.login_string {
	font-size: 10px;
	width: 116px;
	border: 1px solid #222281; background-color: #EFF2FF;
}
.login_submit {
	clear: none;
	width: 122px;
	height: 22px;
	font-size: 10px; color: #000; border: 1px solid #CCC; background-color: #444; text-transform: uppercase; 
	background-image: url(menu.gif);
	background-repeat: repeat-x;
}

.sideBarText {
	line-height: 1.2em;
	margin-top: .5em;
	margin-bottom: .5em;
	display: block;
	vertical-align: middle;
	text-align: center; 
 	border: 1px solid #666;
}

#side-bar .sideBarText a {
	background-image: url(menu.gif);
	background-repeat: repeat-x;
	height: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	display: inline;
	align: center;
}

#side-bar .sideBarText a:hover {
	background-image: url(menuf.gif);
	background-repeat: repeat-x;
	height: 16px;
	background-color: transparent;
	text-decoration: none;
	margin: 0;
	padding: 0;
	display: inline;
	align: center;
}

.lighterBackground {
  color: inherit;
  background-color: #fff;
}


/* ##### Main Copy ##### */




#main-copy {
	color: black;
	background-color: #fff;
	height:100%;
	text-align: justify;
	line-height: 1.5em;
	margin: 0 0 0 15em;
	padding: 12px;
	border-left: 1px dashed #454749;
	border-right: 1px dashed #454749;
}

#main-copy p {
  margin: 1em 1ex 2em 1ex;
  padding: 0;
}

#main-copy a {
  color: #222281;
  background-color: transparent;
  text-decoration: underline;
}

#main-copy a:hover {
  	color: #4059A0;
	text-decoration: none;
}

#main-copy h1 {
  color: #fff;
  background-color: #222281;
  font-size: 100%;
  font-weight: bold;
  margin: 3em 0 0 0;
  padding: 0.5ex 0 0.5ex 1ex;
}

#main-copy .topOfPage {
  color: #fff;
  background-color: transparent;
  font-size: 91%;
  font-weight: bold;
  text-decoration: none;
  margin: 2.5ex 1ex 0 0;  /* For MSIE */
  padding: 0;
  float: right;
}

#main-copy > .topOfPage {
  margin: 2.75ex 1ex 0 0;  /* For fully standards-compliant user agents */
}

dl {
  margin: 1em 1ex 2em 1ex;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 0;
}

dd {
  margin: 0 0 2em 2em;
  padding: 0;
}


/* ##### Footer ##### */

.search_box {
	height: 16px;
	width: 250px;
}
.search_string {
	height: 15px;
	font-size: 10px;
	width: 120px;
	border: 1px solid #C4CBD1; background-color: #EFF2FF;
}
.search_submit {
	clear: none;
	width: 100px;
	height: 19px;
	font-size: 10px; color: #000; border: 1px solid #CCC; background-color: #444; text-transform: uppercase; 
	background-image: url(menu.gif);
	background-repeat: repeat-x;
}

#footer {
	background-image: url(menu.gif);
	background-repeat: repeat-x;
 	background-color: #E7ECE6;
	color: #000;
	font-size: 91%;
	height: 17px;
	margin: 0px;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-top: 0.5em;
	clear: both;
}

#footer .left {
  float: left;
  clear: left;
}

#footer .right {
  float: right;
  text-align: right;
  clear: right;
}

#footer a {
  color: #fff;
  background-color: transparent;
  text-decoration: underline;
}

#footer a:hover {
  text-decoration: none;
}
.print_page{
   background-image: url(print.gif);
   height: 20px;
   width: 20px;
   float: left;
   background-repeat: no-repeat;
   background-position: center center;
   margin-right:5px;
   cursor: hand;
}
.email_page{
   background-image: url(mail.gif);
   height: 20px;
   width: 20px;
   float: left;
   background-repeat: no-repeat;
   background-position: center center;
   cursor: hand;
} 
/* ##### Form fields ##### */
.required {
	color: #FF0000;
}
.field_title {
	width: 20%;
	vertical-align: top;
	text-align:right;
}
.textfield {
	width: 80%;
}
.textarea {
	width: 80%;
	height: 100px;
}
.field_heading {
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
	color: #666666;
}
.select {
	font-size: 100%;
}
.checkbox_label {
	font-size: 90%;
	cursor: pointer;
}
.radio_label {
	font-size: 90%;
	cursor: pointer;
}
.email {
	font-size: 100%;
	width: 80%;
}

/* snazzy border : http://www.cssplay.co.uk/boxes/snazzy.html */
.xtop, .xbottom {z-index:20;display:block; height:5px; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {z-index:21;display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#F1F4F7; border-left:1px solid #E7ECE6; border-right:1px solid #E7ECE6;}
.xb1 {margin:0 5px; background:#F1F4F7;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

/* .xboxcontent {display:block; background:#E7ECE6; border:0 solid #E7ECE6; border-width:0 1px;} */




