html {
	margin:0px auto;
	width:725px; /* 700 for content 25 for shadows and moving them around! */
}

html body {
	color:#637375;
	padding: 0 0px 0px 5px;
	font-family: Verdana, "Trebuchet MS";
	font-size:10px;
	background-image: url(../img/background.gif);
}


/* @group Headings */
#head {
	width:700px;
	margin-bottom:0px;
}

div#head p {
	background-color: #fff;
	font-size: 1.5em;
	padding: 20px 20px;
	text-align: right;
	border: 1px solid #bbb;
}



div#head a {
	text-decoration: none;
	color: grey;
	font-weight: bold;
}
/* @end */

/* @group Menu */
div#menu{
	padding: 15px 0px;
	background-color: #fff;
	font-size: 1.2em;
	border: 1px solid #bbb;
}


/* navigation list formatting */

ul#nav {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width: 700px;
	border: 0px solid #000;
	text-align: center;
}

#nav li {
	display: inline;
	padding: 0px 30px;
	border: 0px solid #000;
}


#nav a {
	font-weight: normal;
	text-decoration: none;
	color: grey;
}
#nav a:hover {
	font-weight: normal;
	background-color: #fff;
	text-decoration: none;
	color: #637375;
}

#nav a.activelink {
	color: #637375;
	background-color: #fff;
	text-decoration: none;
	font-weight: bold;
}

/* @end */


/* @group Content */

#content {
	font-size: 1.1em;
	line-height: 1.5em;
	margin-top: 20px;
	padding: 20px;
	padding-bottom: 60px;
	background-color: #fff;
	border: 1px solid #bbb;
}


div.float_right {
	font-family: "Trebuchet MS", verdana;
	font-style: italic;
	font-weight: bold;
	float: right;
	width: 15%;
	margin-left: 20px;
	padding: 10px;
	background-color: #fafafa;
	text-align: center;
	border: 1px dashed #bbb;
}
div.float_right_qlinks {
	font-family: "Trebuchet MS", verdana;
	font-style: italic;
	font-weight: normal;
	float: right;
	margin-left: 20px;
	padding: 10px;
	background-color: #fafafa;
	text-align: right;
	border: 1px dashed #bbb;
	color: grey;
}
div.float_right_qlinks span.float_right_title {
	font-weight: bold;
	text-decoration: underline;
	color: #637375;
}


#content h2 {
	background-color: #fff;
	padding-bottom: 5px;
}
#content h3 {
	padding-top:10px;
	margin-top: 30px;
	text-decoration: underline;
}
#content h3.first {
	padding-top: 0px;
}
#content h3.close {
	padding-top: 20px;
}

#content h3 span.date {
	color: red;
	padding-right: 30px;
	font-size: 1.5em;
}
#content h4 {
	padding-top: 10px;
}

#content p {
	width: 100%;
	letter-spacing: 0.em;
	margin-left: 0px;
	text-align: justify;
}

#content p.psign {
	width: 78%;
	text-align: left;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-style: italic;
	font-weight: bold;
	padding-top: 12px;
	padding-left: 0px;
}
#content p span.organ {
	margin-right: 5px;
}

span.undlined {
	border-bottom: 1px dotted grey;
	border-color: olive;
}

/*deprecated*/
#content span.citation {
	padding: 10px;
	font-family: serif;
	font-style: italic;
}
div.citation {
	padding: 5px 20px;
	font-family: serif;
	font-style: italic;
	text-align: center;
	background-color: #fafafa;
	border-left: 1px dotted silver;
	border-right: 1px dotted silver;
	font-size: 1.1em;
	word-spacing: .2em;
}

#content span.spacer {
	padding: 0px 5px;
}

#content a.out {
	color: #6197DC;
	text-decoration: none;
	/*background: url(../img/links.gif) no-repeat right center;
	padding-right: 12px;*/
}
#content a.in {
	color: #C6E14E;
	text-decoration: none;
}
#content a.in_eff {
	color: #C6E14E;
	padding: 0px 5px;
	border: 0px solid #efefef;
	text-decoration: none;
}
#content a.in_eff:hover {
	background-color: #f7f7f7;
}



#content ul {
	padding-left: 35px;
	list-style-type: square;
}

#content li.nobullet {
	list-style-type: none;
	text-decoration: underline;
}

#content div.more {
	color: #ADADAD;
	font-style: italic;
	margin-left: 10px;
	padding: 10px 20px;
	width: 90%;
	border-left: 1px dotted grey;
	border-right: 1px dotted grey;
}

div.sep_null {
	background: url(../img/background.gif);
	margin-top: 20px;
	margin-bottom: -20px;
	border: 1px solid #bbb;
	height: 2px;
}



#content a.file {
	padding-right: 15px;
	background:url(../img/file.gif) center right no-repeat;
}




/* @end */







/* @group footer */

#footer {
	font-size: 0.9em;
	line-height: 1.5em;
	margin-top: 20px;
	padding: 10px 20px;
	background-color: #fff;
	border: 1px solid #bbb;
	color: grey;
}

#footer span.l_footer {
	text-transform: uppercase;
}
#footer span.r_footer {
	float: right;
	font-style: italic;
}
#footer span.updated {
	font-style: italic;
	font-family: times;
	color: #bbb;
	float: right;
}



/* @end */





span.sub {
	font-size: small;
	vertical-align: baseline;
	position: relative;
	bottom: -0.25em;
}
span.sup {
	font-size: small;
	vertical-align: baseline;
	position: relative;
	bottom: 0.5em;
}





/* @group dropshadows */

.dropshadow {
	float:left;
	background: url(../img/template_shadow.png) no-repeat bottom right !important;
	background: url(../img/template_shadow.gif) no-repeat bottom right;
}


.wrap1, .wrap2, .wrap3 {
	display:inline-table;
	/* \*/display:block;/**/
  }
.wrap1 {
	float:left;
	background:url(shadow.gif) right bottom no-repeat;
  }
.wrap2 {
	background:url(corner_bl.gif) left bottom no-repeat;
  }
.wrap3 {
	padding:0 4px 4px 0;
	background:url(corner_tr.gif) right top no-repeat;
  }

/* @end */



.tool-tip {
	font-size: 0.9em;
	color: #fff;
	background-color: grey;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	margin: 0;
	color: #9FD4FF;
	padding: 6px 8px 3px;
}
 
.tool-text {
	padding: 0px 8px 6px;
}


