@charset "UTF-8";

select {
  -webkit-appearance: button;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
  background-color: #009DBD;
  /*background-image: url(../images/select-arrow.png), 
    -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);*/
  background-position: center right;
  background-repeat: no-repeat;
  border: 1px solid #60B2C3;
  color: #fff;
  font-size: inherit;
  margin: 0;
  overflow: hidden;
  padding-top: 2px;
  padding-bottom: 2px;
  text-overflow: ellipsis;
  white-space: nowrap;}

body {
	font: 100% Helvetica, sans-serif;
	height: 100%;
	margin: 0;
	/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 12px;
	background-image: url(background2.jpg);
	background-color: #eff1f4;
	background-repeat: repeat-y;
	line-height: 120%;
}

h3 {
	margin: 0px 0px 0px 0px;
	color: #999;
}

a {
	text-decoration: none;
}

.capsit {
	text-transform: uppercase;
}

.shadow {
	-moz-box-shadow: 0px 0px 10px #999;
	-webkit-box-shadow: 0px 0px 10px #999;
	box-shadow: 0px 0px 10px #999;
	/* For IE 8 */
	-ms-filter:
		"progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')"
		;
	/* For IE 5.5 - 7 */
	filter: progid :     DXImageTransform.Microsoft.Shadow (     Strength =
		    4, Direction =     135, Color =     '#999999' );
}

a.rollO span {
	display: none;
}

a.rollO:hover span {
	display: inline;
	left: 33px;
	background-color: #fff;
	position: absolute;
	z-index: 25;
	border-style: solid;
	border-color: #ccc;
	line-height: 15px;
}

/* Tips for Elastic layouts
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.oneColAD #container {
	min-width: 1050px;
	/* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 0 auto;
	/* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	/* this overrides the text-align: center on the body element. */
}
.oneColAD #container .conBar {
	font-size: 12px;
	padding: 0px;
	font-style: normal;
	background-color: #60B2C3;
	color: #fff;
	margin: 0px 0px 0px 0px;
	width: 100%;
}

.oneColAD #mainCentered {
	float: center;
}

.oneColAD #header {
	padding: 10px 10px 0px 30px;
	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 115px;
	min-width: 1065px;
}

.oneColAD #header h1 {
	margin: 0;
	/* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
	/* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColAD #leftHeader {
	float: left;
	width: 38%;
	min-width: 425px;
	padding: 0px 0px 0px 0px;
	height: 100px;
}

.oneColAD #rightHeader {
	float: right;
	width: 55%;
	min-width: 600px;
	height: 115px;
	padding: 0px 30px 0px 0px;
}

.oneColAD #rLogin {
	padding: 0px 0px 0px 0px;
	color: #888888;
	font-size: 10px;
	float: left;
	position: relative;
	top: -10px;
}

.oneColAD #rLogin a {
	color: #888888;
	text-decoration: underline;
}

.oneColAD #rhLogin a {
	color: #888888;
}

.linkColor a {
	color: #888888;
	text-decoration: underline;
}

.oneColAD #lhLogo {
	padding: 5px 0px 5px 0px;
	float: left;
	position: relative;
	left: -10px;
	text-align: left;
	width: 100%;
}

.oneColAD #mainTabs {
	background: #000000;
	border-top-style: solid;
	border-top-color: red;
	border-bottom-style: solid;
	border-width: 1px;
	font-size: 12px;
	height: 20px;
}

.oneColAD #mainTabs a {
	color: #ffffff;
	text-decoration: none;
}

.oneColAD #mainTabs ul {
	list-style-type: none;
	height: 20px;
	margin: auto;
	padding: 0px 0px 0px 20px;
}

.oneColAD #mainTabs li {
	float: left;
	padding: 5px 30px 5px 10px;
	color: #ffffff;
}

.oneColAD #underTabCrumb {
	background: #800000;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-color: #000000;
	border-top-color: #ffffff;
	border-width: 1px;
	font-size: 12px;
	color: #fff;
	padding: 3px 20px 3px 20px;
}

.oneColAD #underTabBar {
	color: #fff;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-color: #000000;
	border-top-color: #ffffff;
	border-width: 1px;
	font-size: 12px;
	padding: 5px 5px 5px 30px;
}

.oneColAD #underTabBar a {
	color: #fff;
}

.oneColAD .qlBar {
	background-color: #3333cc;
	background-image: url('session_gradients/gradients_quality.gif');
}

.oneColAD .idBar {
	background-color: #00cc66;
	background-image: url('session_gradients/gradients_identity.gif');
}

.oneColAD .shBar {
	background-color: #cc9900;
	background-image: url('session_gradients/gradients_stories.gif');
}

.oneColAD .waBar {
	background-color: #ce4204;
	background-image: url('session_gradients/gradients_word.gif');
}

.oneColAD .dgBar {
	background-color: #9900cc;
	background-image: url('session_gradients/gradients_democracy.gif');
}

.oneColAD .seBar {
	background-color: #6600cc;
	background-image: url('session_gradients/gradients_science.gif');
}

.oneColAD #leftcenter {
	float: left;
	width: 820px;
	max-height: 510px;
	margin: 0px 0px 0px 0px;
}

.oneColAD #leftcenter .hbar {
	font-size: 12px;
	padding: 10px;
	font-style: normal;
	background-color: #60B2C3;
	color: #fff;
	margin: 0px 0px 0px 0px;
	width: 800px;
}

.oneColAD #mainall {
	max-height: 510px;
	background: #fff;
}

.oneColAD #mainleft {
	float: left;
	width: 170px;
	color: #999999;
	border-right-style: solid;
	border-width: 1px;
	border-color: #999999;
}

.oneColAD #menuLeft {
	float: left;
	width: 170px;
}

.oneColAD #maincenter {
	float: left;
	width: 642px;
	height: 400px;
	border-style: solid;
	border-width: 3px;
	/*border-color: #60B2C3;*/
	border-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	/*white-space:nowrap;*/
}

.oneColAD #mcLeft {
	float: left;
	width: 250px;
	height: 400px;
	background: #fff;
}

.mcLeftscroll {
	width: 250px;
	height: 400px;
	/*overflow: auto;*/
}

.oneColAD #mcRight {
	float: left;
	width: 365px;
	height: 345px;
	padding: 5px 10px 0px 10px;
	background: #fff;
	border-style: solid;
	border-color: #eee;
}

.oneColAD #mainright { /*float: left;*/
	min-width: 150px;
	max-width: 600px;
	position: absolute;
	left: 850px;
	margin: 0px 20px 10px 10px;
	padding: 0px 0px 0px 0px;
	color: #777777;
	height: 430px;
	background: #fff; /*overflow: auto;*/
}
.oneColAD #mainright .box { 
	min-width: 150px;
	max-width: 600px;
	min-height: 160px;
	max-height: 160px;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	color: #777777;
	
	background: #fff; 
	overflow: auto;
}
.oneColAD #mainright .hbar {
	font-size: 12px;
	padding: 10px;
	font-style: normal;
	background-color: #60B2C3;
	color: #fff;
	margin: 0px 0px 0px 0px;
	width: 94%;
}
.oneColAD #mainContent {
	min-width: 1050px;
	padding: 20px 30px;
	margin: auto;
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColAD #summaryContent {
	min-width: 800px;
	padding: 10px 10px;
	margin: auto;
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.disLeft {
	float: left;
	/*width: 150px;*/
	width: 100%;
}

.disRight {
	float: right;
	width: 200px;
	height: 190px;
	background: #fff;
}

.disLinks {
	float: right;
	width: 355px;
	height: 10px;
	padding: 18px 18px;
	background: #A80000;
	color: #fff;
}

.disLinks a {
	padding: 0px 7px;
	color: #fff;
}

.disLinks span {
	padding: 0px 7px;
	color: #aaa;
}

.oneColAD #contentRight {
	float: left;
	width: 600px;
}

.oneColAD #rhLogin a {
	color: #888888;
}

.oneColAD #topbox {
	background-color: #fff;
	width: 560px;
}

.oneColAD #rhSearch {
	width: 170px;
	background: #fff;
	font-size: 12px;
	color: #333333;
	float: right;
	padding: 7px;
	margin: 0px 5px;
	height: 101px;
}

.oneColAD #rhFind {
	width: 170px;
	background: #fff;
	border-right-style: solid;
	border-width: 2px;
	border-color: #eee;
	font-size: 12px;
	float: right;
	padding: 7px;
	margin: 0px 5px;
	height: 101px;
}

.oneColAD #rhFind a {
	color: #333333;
	text-decoration: none;
}

.oneColAD #rhFind ul {
	list-style-type: none;
	height: 70px;
	display: block;
	margin: auto;
	padding: 5px 0px 0px 5px;
	float: left;
	width: 90px;
}

.oneColAD #rhFind li {
	float: left;
	display: block;
	padding: 0px 5px 0px 5px;
	color: #333333;
	width: 90px;
}

.oneColAD .header {
	font-size: 10px;
	font-weight: bold;
	color: #990000;
}

.oneColAD hr {
	color: #990000;
}

.oneColAD #rhRecommended {
	width: 170px;
	background: #fff;
	border-right-style: solid;
	border-width: 2px;
	border-color: #eee;
	font-size: 12px;
	color: #333333;
	float: right;
	padding: 7px;
	margin: 0px 5px;
	height: 101px;
}

.oneColAD #rhRecommended a {
	color: #333333;
	text-decoration: none;
}

.oneColAD #rhRecommended ul {
	list-style-type: none;
	height: 70px;
	margin: auto;
	width: 120px;
	padding: 5px 0px 0px 5px;
	float: left;
	width: 90%;
}

.oneColAD #rhRecommended li {
	float: left;
	padding: 0px 5px 0px 5px;
	color: #333333;
	width: 100%;
}

.oneColAD #rhRecommended li.selected {
	float: left;
	padding: 0px 5px 0px 5px;
	color: #ffffff;
	vertical-align: text-bottom;
	background-color: #eee;
}

.oneColAD #results { /*background: #C06000;*/
	background: #fff;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #C06000;
	font-size: 12px;
	color: #666666;
	padding: 10px;
	margin: 0px 30px;
	min-width: 1010px;
}

.oneColAD #results a {
	color: #333333;
	text-decoration: none;
}

.oneColAD #breadcrumb {
	color: #BBBBBB;
}

.oneColAD #tSessions {
	
}

.oneColAD #tSessionHeading {
	float: left;
	width: 730px;
	padding: 0px 10px 10px 10px;
}

.oneColAD #tSessionHeading H1 {
	font-size: 16px;
	color: #404080;
}

.oneColAD #tSessionContent {
	float: left;
	width: 100%;
	padding: 0px 10px 10px 10px;
}

.oneColAD #tSessionContent H1 {
	font-size: 14px;
	margin: 0px 20px;
}

.oneColAD #tSessions a {
	color: #333333;
	text-decoration: none;
}

.oneColAD #tSessions ul {
	list-style-type: none;
	height: 27px;
	margin: auto;
	padding: 3px 0px 0px 0px;
}

.oneColAD #tSessions li {
	float: left;
	padding: 5px 5px 5px 5px;
	color: #333333;
	vertical-align: text-bottom;
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #333333;
}

.oneColAD #footer {
	padding: 0 10px;
	margin: 0px 30px 0px 30px;
	/* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #fff;
	font-size: 11px;
	text-align: center;
	color: #999;
	border-style: solid;
	border-width: 1px;
	border-color: #999;
}

.oneColAD #footer p {
	margin: 0;
	/* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColAD #footer a {
	color: #999;
}

.oneColAD #container #header h1 {
	
}

.connectAD {
	float: right;
	width: 250px;
	border-style: solid;
	border-color: #999;
	/*background: #404080;*/
	color: #404080;
	font-size: 12px;
	text-align: center;
	padding: 10px 0px 10px 0px;
	margin: 0px 10px;
}

.connectAD #do {
	float: left;
	width: 33%;
	padding: 10px 0px 10px 0px;
}

.connectAD #share {
	float: right;
	padding: 0px 10px 0px 0px;
}

.discourse {
	background: #fff;
}

.discoursepad {
	padding: 0px 10px 0px 0px;
	margin: 0px 20px;
}

.discourse a {
	color: #666666;
}

.discourse #discourseHeading {
	float: left;
	width: 500px;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 10px 10px;
	color: #666666;
}

.discourse #discourseHeading H1 {
	font-size: 16px;
	color: #000;
}

.discourse #dsAuthor {
	font-weight: bold;
	padding: 0px 5px 5px 5px;
}

.discourse #dsTagline {
	padding: 0px 5px 5px 5px;
}

.discourse #dsTagline h {
	font-weight: bold;
}

.discourse #leftMedia {
	padding: 5px 0px 5px 10px;
	float: left;
	width: 100px;
	border-style: solid;
	border-width: 1px;
	border-color: #333333;
}

.discourse #centerSummary {
	padding: 5px 10px 5px 10px;
	float: left;
	width: 620px;
	border-top-style: solid;
	border-width: 1px;
	border-color: #333333;
}

.discourse #rightPresentation {
	padding: 0px 0px 0px 0px;
	background: #dddddd;
	float: right;
	width: 200px;
}

.discourse #commentButton {
	padding: 5px 5px 5px 5px;
	float: left;
	margin: 0px 0px 0px 250px;
	border-style: solid;
	border-width: 1px;
	border-color: #C04000;
}

.discourse #commentTab a {
	padding: 5px 5px 5px 5px;
	float: right;
	background: #cccccc;
	color: #990000;
	border-style: solid;
	border-width: 1px;
	border-color: #fff;
}

.discourse #imagesTab a {
	padding: 5px 5px 5px 5px;
	float: right;
	background: #cccccc;
	color: #990000;
	border-style: solid;
	border-width: 1px;
	border-color: #fff;
}

.discourse #commentButton a {
	text-decoration: none;
}

.discourse #textMenu {
	padding: 5px 5px 5px 5px;
	float: left;
	width: 170px;
	border-top-style: solid;
	border-width: 1px;
	border-color: #333333;
}

.discourse #imageViewList {
	float: right;
	width: 16%;
	text-algin: right;
	overflow-y: auto;
	overflow-x: hidden;
	height: 95%;
	padding: 0px 15px 0px 0px;
}

.discourse #imageViewList span {
	float: right;
	text-align: left;
}

.discourse #sumFull {
	position: relative;
	float: right;
	width: 50%;
}

.textWrap {
	width: 100%;
}

.discourse #textMain {
	padding: 5px 5px 5px 65px;
	margin: 0px 0px 0px 50px;
	float: left;
	height: 95%;
	border-top-style: solid;
	border-width: 1px;
	border-color: #333333;
	overflow: auto;
	overflow-x: hidden;
	margin-right: 0px;
	min-width: 400px;
	width: 50%;
	position: relative;
	left: 0px;
}

.discourse #textMain a { /*color: #000;*/
	line-height: 125%;
}

.discourse #textMain2 {
	padding: 5px 5px 5px 65px;
	float: left;
	height: 95%;
	border-top-style: solid;
	border-width: 1px;
	border-color: #333333;
	overflow: auto;
	overflow-x: hidden;
	margin-right: 0px;
	min-width: 400px;
	width: 50%;
	position: relative;
	left: 0px;
}

.discourse #textMain2 a { /*color: #000;*/
	line-height: 125%;
}

.discourse #disTextLeft {
	padding: 5px 5px 5px 5px;
	float: left;
	height: 95%;
	border-top-style: solid;
	border-right-style: solid;
	border-width: 1px;
	border-color: #333333;
	width: 40px;
	position: relative;
	left: 50px;
}

.discourse #textPar {
	padding: 0px;
	position: relative;
	left: -60px;
	float: left;
	width: 10px;
}

.discourse #textComment {
	padding: 5px 5px 5px 5px;
	float: right;
	height: 95%;
	width: 22%;
	border-top-style: solid;
	border-width: 1px;
	border-color: #333333;
	background: #EEEEEE;
	overflow: auto;
	margin-left: 0px;
}

.discourse #videoMain {
	padding: 5px 5px 5px 5px;
	float: left;
	width: 640px;
	border-top-style: solid;
	border-width: 1px;
	border-color: #333333;
}

.discourse #videoComment {
	padding: 5px 5px 5px 5px;
	float: right;
	width: 300px;
	border-top-style: solid;
	border-width: 1px;
	border-color: #333333;
	background: #EEEEEE;
}

.discourseSummary {
	width: 90%;
	color: #666666;
	font-size: 12px;
	padding: 10px 10px 10px 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #333333;
}

.discourseSummary #dsTitle {
	font-size: 14px;
	color: #404080;
	font-weight: bold;
}

.discourseSummary #dsAuthor {
	font-weight: bold;
}

.discourseSummary #dsTagline {
	
}

.discourseSummary #dsTagline h {
	font-weight: bold;
}

.discourseSummary #dsSummary {
	float: left;
	width: 540px;
	padding: 0px 50px 0px 100px;
}

.discourseSummary #dsSummary h {
	font-weight: bold;
}

.discourseSummary #dsMedia {
	float: left;
	width: 200px;
	padding: 5px;
	height: 300px;
	overflow: auto;
	overflow-x: hidden;
}

.discourseSummary #dsVideo {
	float: left;
	width: 200px;
	height: 200px;
	background: #EEEEEE;
}

.discourseSummary #dsPic {
	float: left;
	width: 100px;
}

.discourseSummary #dsInfo {
	float: left;
	width: 570px;
}

.discourseSummary #dsAction {
	float: left;
	width: 130px;
	font-size: 14px;
	color: #404080;
	padding: 5px 5px 5px 10px;
}

.discourseSummary #dsAction a {
	color: #404080;
	text-decoration: none;
}

.discourseSummary #dsMore {
	float: left;
	width: 50px;
	font-size: 11px;
	text-align: right;
	vertical-align: text-bottom;
}

.discourseSummary #dsMore a {
	color: #666666;
	text-decoration: none;
}

/* For list of data input*/
.genericeo {
	text-align: left;
}

.genericeo dl {
	margin: 0;
}

/* ---------------------------------------------------------------------------------------------------------------- */
	/* EO Edit Form
 Styling of attribute/value and form label/field elements
use dl for the list of label-value pairs, use dt (definition term) for the label
and dd (definition data) for the value field or widget and wrap in a styled dl to configure relative layout */
	/* Form labels */
.genericeo dl dt {
	font-weight: normal;
	font-size: 11px;
}

/* horizantal layout is default */
.genericeo dl dt {
	clear: both;
	float: left;
	width: 30%;
	padding: 0.4em 1em 0.4em 0;
	text-align: right;
}

.genericeo dl dd {
	float: left;
	text-align: left;
	padding: 0em 0em 0em 0em;
	margin: 0em;
	width: 60%;
}

.genericeo dl.stacked dt {
	clear: both;
	float: none;
	padding: 1em 0 0.2em 0em;
	text-align: left;
	width: auto;
}

.genericeo dl.stacked dd {
	clear: both;
	float: none;
	padding: 0.2em 0 0.5em 0em;
	text-align: left;
	line-height: 1.4em;
}

.adminmenu,.adminmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.adminmenu {
	width: 170px;
}

.adminmenu li {
	margin: 0;
	padding: 0;
	margin-bottom: 1px;
	text-align: left;
}

.adminmenu a {
	display: block;
	padding: 0px 0px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 2em;
	background: #B2C0C0;
	text-decoration: none;
	vertical-align: middle;
	text-align: left;
	padding-left: 10px;
	/*
  white-space: nowrap;

  */
}

.adminmenu a:hover {
	background: #666666;
}

.adminmenu ul li {
	padding-left: 10px;
}

.adminmenu ul a {
	background: #6666FF;
	color: #FFFFFF;
	text-align: left;
	font-size: 10px;
}

.hidden {
	display: none;
}

/* For list of admindata input*/
.adminEdit {
	text-align: left;
}

.adminEdit dl {
	margin: 0;
	width: 100%;
}

/* Form labels */
.adminEdit dl dt {
	font-weight: normal;
	font-size: 11px;
}

/* horizantal layout is default */
.adminEdit dl dt {
	clear: both;
	float: left;
	width: 20%;
	padding: 0.4em 1em 0.4em 0;
	text-align: right;
}

.adminEdit dl dd {
	float: left;
	text-align: left;
	padding: 0em 0em 0em 0em;
	margin: 0em;
	width: 70%;
}

.adminEdit dl.stacked dt {
	clear: both;
	float: none;
	padding: 1em 0 0.2em 0em;
	text-align: left;
	width: auto;
}

.adminEdit dl.stacked dd {
	clear: both;
	float: none;
	padding: 0.2em 0 0.5em 0em;
	text-align: left;
	line-height: 1.4em;
}

/*********************** Register Table ************************/
	/* PC 05/22/10 */
.regTable {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}

.regTable table {
	
}

.regTable tr {
	
}

.regTable #tf {
	text-align: left;
	padding-left: 10px;
}

.regTable td {
	
}

.regTable #note {
	text-align: left;
	padding-left: 10px;
	font-size: 80%;
}

.lmscroller {
	text-align: left;
	width: 170px;
	height: 250px;
	overflow: auto;
	background: #fff;
	line-height: 20px
}

.lmscroller a {
	color: #000000;
	margin: 5px 5px 5px 5px;
}

.lmscroller a:hover {
	color: #000000;
	margin: 5px 5px 5px 5px;
}

.scroller {
	width: 170px;
	height: 245px;
	overflow: auto;
	background: #fff;
}

.perScroller {
	width: 240px;
	max-height: 70%;
	overflow: auto;
	background: #fff;
}

.scroller a {
	color: #000000;
}

.scrollCom {
	height: 600px;
	overflow: auto;
}

/*********************** Register Table ************************/
	/* PC 06/27/10 */
.pText {
	clear: both;
}

.sa a {
	color: #000;
}

.sa1 {
	background: #336699;
	color: #fff;
}

.sa1 a {
	color: #fff;
}

.sa2 {
	background: #6699cc;
	color: #fff;
}

.sa2 a {
	color: #fff;
}

.sa3 {
	background: #003366;
	color: #fff;
}

.sa3 a {
	color: #fff;
}

/********************** Accordion *******/
.AccordionTitle,.AccordionContent,.AccordionContainer {
	position: relative;
	width: 200px;
}

.AccordionTitle {
	height: 20px;
	overflow: hidden;
	cursor: pointer;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	background-repeat: repeat-x;
	display: table-cell;
	-moz-user-select: none;
}

.AccordionContent {
	height: 0px;
	overflow: auto;
	display: none;
}

.AccordionContainer {
	border-top: solid 1px #C1C1C1;
	border-bottom: solid 1px #C1C1C1;
	border-left: solid 2px #C1C1C1;
	border-right: solid 2px #C1C1C1;
}

/* CSS Accordion styles */
#menuLeft dl {
	margin: 0;
	padding: 0px;
	width: 170px;
}

#menuLeft	a.ie {
	background: #eeeeee;
	text-decoration: none;
}

#menuLeft	dl dt { /*-webkit-border-radius: 5px;
		-moz-border-radius: 5px;*/
	border: 1px solid #ffffff;
	margin: 0;
	padding: 5px;
	background: #dcdada;
	font-size: 9;
	text-transform: uppercase;
}

#menuLeft .qlBar {
	background-color: #3333cc;
	background-image: url('session_gradients/gradients_quality.gif');
	color: #fff;
}

#menuLeft .qlBar a {
	color: #fff;
}

#menuLeft .idBar {
	background-color: #00cc66;
	background-image: url('session_gradients/gradients_identity.gif');
	color: #fff;
}

#menuLeft .idBar a {
	color: #fff;
}

#menuLeft .shBar {
	background-color: #cc9900;
	background-image: url('session_gradients/gradients_stories.gif');
	color: #fff;
}

#menuLeft .shBar a {
	color: #fff;
}

#menuLeft .waBar {
	background-color: #ce4204;
	background-image: url('session_gradients/gradients_word.gif');
	color: #fff;
}

#menuLeft .waBar a {
	color: #fff;
}

#menuLeft .dgBar {
	background-color: #9900cc;
	background-image: url('session_gradients/gradients_democracy.gif');
	color: #fff;
}

#menuLeft .dgBar a {
	color: #fff;
}

#menuLeft .seBar {
	background-color: #6600cc;
	background-image: url('session_gradients/gradients_science.gif');
	color: #fff;
}

#menuLeft .seBar a {
	color: #fff;
}

#menuLeft  dl dt a,dl a.ie dt {
	margin: 0;
	color: #333333;
	/*font-weight: bold;*/
	text-decoration: none;
	display: block;
	text-align: right;
}

#menuLeft	dl dd {
	background: #eeeeee;
	color: #333333;
	margin: 0;
	height: 250px;
	font-size: 10;
	/*overflow: hidden;*/
	-webkit-transition: height 1s ease;
}

#menuLeft		dl dd p {
	background: #fff;
	padding: 0px;
	margin: 0;
}

#menuLeft	dl dd:target {
	margin: 0;
	height: 355px;
}

#menuLeft	dl a.ie:hover dd,dl a.ie:focus dd {
	height: auto;
	color: #cccccc !important;
}

@media ( -webkit-transition ) {
	#menuLeft	dl dd:target {
		height: 355px;
	}
}

#menuText {
	float: left;
	position: relative;
	top: 0px;
	width: 200px;
}

#menuText dl {
	margin: 0;
	padding: 0px;
	width: 250px;
}

#menuText	a.ie {
	background: #eeeeee;
	text-decoration: none;
}

#menuText	dl dt { /*-webkit-border-radius: 5px;
		-moz-border-radius: 5px;*/
	border-bottom: 1px solid #ffffff;
	margin: 0;
	padding: 5px 5px 5px 5px;
	background: #eeeeee;
}

#menuText  dl dt a,dl a.ie dt {
	margin: 0;
	color: #333333;
	/*font-weight: bold;*/
	text-decoration: none;
	display: block;
	text-align: left;
}

#menuText	dl dd {
	background: #fff;
	color: #333333;
	margin: 0px 0px 0px 10px;
	max-height: 70%;
	/*overflow: hidden;*/
	-webkit-transition: height 1s ease;
	padding: 0px;
}

#menuText		dl dd p {
	padding: 0px;
	margin: 0;
}

#menuText	dl dd:target {
	margin: 0;
	height: 70%;
}

#menuText	dl a.ie:hover dd,dl a.ie:focus dd {
	height: auto;
	color: #cccccc !important;
}

@media ( -webkit-transition ) {
	#menuText	dl dd:target {
		height: 70%;
	}
}

.imagelefttop {
	position: relative;
	width: 148px;
	height: 150px;
	top: 0px;
	background-color: #ddd;
	border: solid 1px #CCCCCC;
	margin: 0px 0px 0px 0px;
	margin-right: 0px;
	overflow:hidden;
}

.imagerighttop {
	position: relative;
	width: 94px;
	height: 95px;
	left: 152px;
	top: -152px;
	background-color: #ccc;
	border: solid 1px #CCCCCC;
	overflow:hidden;
}

.imagemiddle {
	position: relative;
	width: 95px;
	height: 52px;
	left: 152px;
	top: -150px;
	background-color: #bbb;
}

.imagebottom {
	position: relative;
	width: 245px;
	height: 245px;
	top: -147px;
	background-color: #eee;
	border: solid 1px #CCCCCC;
	overflow:hidden;
}

.topImages {
	position: relative;
	width: 220px;
	height: 45px;
	background-color: #eee;
	
}

.diswrapper { /*background-color: #fff;*/
	
}

.comColor1 {
	background: #fff;
	color: #336699;
}

.comColor1 a {
	color: #336699;
	font-weight: normal;
}

.comColor2 {
	background: #fff;
	color: #6699cc;
}

.comColor2 a {
	color: #6699cc;
	font-weight: normal;
}

.comColor3 {
	background: #fff;
	color: #003366;
}

.comColor3 a {
	color: #003366;
	font-weight: normal;
}

.re {
	background: #ffffcc;
}

.alphaList {
	float: left;
	width: 335px;
	background: #fff;
	margin: 5px;
	padding: 5px;
}

.alphaList a {
	font-weight: bold;
}

.nameList {
	float: left;
	width: 90%;
	background: #fff;
	margin: 5px;
	padding: 5px;
}

.nameList a {
	font-weight: bold;
	color: #aaa;
}

.personDetail {
	background-color: #fff;
	padding: 20px;
}

.pdImage {
	float: left;
}

.pdTop {
	height: 210px;
	padding: 0px 0px 0px 250px;
}

.pdRight {
	float: right;
	width: 200px;
	height: 100%;
	background: #eee;
	padding: 10px;
}

.pdHeading {
	font-weight: bold;
	font-size: 16px;
}

.ImgRight {
	border-style: solid;
	border-color: #ccc;
	border-width: thin;
	padding: 10px 10px 15px 10px;
	width: 90%;
	margin: 0px 0px 0px 0px;
}

.ImgRightTxt {
	background: #ccc;
	color: #666;
}

.quote {
	padding: 10px 0px 10px 20px;
}

.biblio {
	float: right;
	width: 100%;
	text-align: right;
	padding: 0px 0px 10px 0px;
}

.foreign {
	font-style: italic;
}

.hi {
	font-weight: bold;
}

.emph {
	font-style: italic;
}

.citation {
	display: block;
}

.citLine {
	display: block;
}

.urlLinks a {
	text-decoration: underline;
}

/****************************** ADTextEdit ************************************/
	/* Oct 29, 2010 */
#textEditMain {
	padding: 10px;
	background: #FFFFFF;
}

#textEditMain #fullText {
	padding: 5px 5px 5px 5px;
	float: left;
	height: 95%;
	border-style: solid;
	border-width: 1px;
	border-color: #333333;
	overflow: auto;
	margin-right: 0px;
	min-width: 400px;
	width: 45%;
	position: relative;
}

#textEditMain #editText {
	padding: 5px 5px 5px 10px;;
	height: 95%;
	border-style: solid;
	border-width: 1px;
	border-color: #333333;
	overflow: auto;
	margin-right: 0px;
	min-width: 400px;
	width: 45%;
	position: relative;
}

#textEditMain #btnsEdit {
	padding: 5px;
}

/****************************** ADDiscourseVideo ************************************/
	/* Mar 10, 2011 */
.discourse #videoPlayer {
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 65px;
	float: left;
	height: 95%;
	border-top-style: solid;
	border-width: 1px;
	border-color: #333333;
	overflow: auto;
	overflow-x: hidden;
	margin-right: 0px;
	min-width: 400px;
	max-width: 490px;
	position: relative;
	left: 0px;
}

.discourse #videoPlayer #info {
	padding: 8px;
	border: 1px solid #ccc;
	background-color: #efefef;
}

a.player {
	display: block;
	width: 480px;
	height: 320px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

/****************************** RSS Feed ************************************/
	/* June 2012 */
	
.rssFeed {
	margin-left: 3px;
	padding: 0 0 0 19px;
	background: url('feed-icon-14x14.png') no-repeat 0 50%;
}

.rssFeed-list {
	margin: 0 0 15px 15px;
	padding: 0;
	list-style-type: none;
}

.rssFeed-list li {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

.rssFeed-list li a {
	padding: 0 0 0 19px;
	background: url('feed-icon-14x14.png') no-repeat 0 50%;
	list-style-type: none;
}