/*
 *
 *
 *		Top Navigation CSS
 *
 *
 */
/*		BEGIN		*/
td.Subheader {
	vertical-align: top;
/*	background: url(#Request.BaseURL_Themes#/#Request.Theme.DirectoryName#/TMALogo.jpg); */
/* TMASubhead.gif */
	background-repeat: no-repeat;
	background-position: bottom;
}
table.CommunityNavigation {
	border-collapse: collapse;
	width: 100%;
}
table.CommunityNavigation td {
	vertical-align: top;
	padding: 5px 0 5px 5px;
	border-right: 1px solid ##94AFB2;
}
table.CommunityNavigation td.Lesser {
	vertical-align: middle;
	padding-left: 5px;
}
.CoPHeaderFormText {
	font-size: 9px;
	color: white;
	font-weight: bold;
	text-decoration:none;
}	
A.CoPHeaderFormText{
	font-size: 9px;
	color: white;
	font-weight: bold;
	text-decoration:none;
}	
select.CommunityNavigation {
	font-size: 9px;
	width: 90px;
	margin: 0;
	color: black;
	background-color: white;
	border: 1px solid ##B8DBE0;
}
input.CommunityNavigation {
	font-size: 9px;
	width: 120px;
	margin: 0;
	color: black;
	background-color: white;
	border: 1px solid ##B8DBE0;
}
input.CoPRadio {
	font-size: 9px;
	margin: 0px;
	border: 0;
}
input.CommunityNavigationButton {
	vertical-align: bottom;
}
/*		END		*/



/*
 *
 *
 *		Themes/TMA/Resources/All.css
 *
 *
 */
/*		BEGIN		*/
TD.cal { font-family:arial; font-size: 8pt; }
TD.calmonth { font-family:arial; font-size: 8pt; text-align: right;}
TD.caltoday { font-family:arial; font-size: 8pt; text-align: right; color: white; background-color:#C0C0C0; border-width:1; border-type:solid; border-color:#800000; }
A.textlink { font-family:arial; font-size: 8pt; height: 20px; color: black; }
.disabledtextlink { font-family:arial; font-size: 8pt; height: 20px; color: #808080; }
A.cal { text-decoration:none; color:#000000; }
A.calthismonth { text-decoration:none; color:#000000; }
A.calothermonth { text-decoration:none; color:#808080; }
.calnotclickable { color:#808080; }
/*		END		*/



/*
 *
 *
 *		Themes/TMA/Resources/Styles.css
 *
 *
 */
/*		BEGIN		*/

/* 
body {
	margin: 0;
	background: url(/COP/Theme/Fusion/pattern-dkgreen.gif) repeat; 
	background-attachment: fixed;
	text-align: center;
}
*/
/*
#Container {
	position: relative;
 	width: 780px;
	background-color: #F1FCE4;
	overflow: visible;
	margin: 0 auto 0 auto;
	text-align: left;
	font-size: 11px;
	font-family: lucida sans unicode, lucida sans, trebuchet ms, trebuchet, sans-serif;
	color: #000;
}

a {
	color: #3B46A6;
}

a:visited {
	color: #1A2267;
}

a:hover {
	color: #005A84;
}

h2 {
	color: #b43830;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0 0 10px;
}
html>body h2 { padding-top: 0; }

h3 {
	padding: 4px;
	font-family: lucida sans unicode, lucida sans, trebuchet ms, trebuchet, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

h4 {
	font-size: 11px;
	font-weight: bold;
	margin: 2px 0;
}
*/
.floatright {
	float: right;
	padding: 5px;
}

.floatleft {
	float: left;
	padding: 5px;
}

form {
	margin: 6px 0;
}

fieldset {
	margin: 10px 0;
	padding: 0;
	border: 0;
}

div.row {
	clear: both;
	padding: 4px 0;
	font-size: 11px;
	font-family: lucida sans unicode, lucida sans, trebuchet ms, trebuchet, sans-serif;
}

label {
	font-size: 11px;
	font-family: lucida sans unicode, lucida sans, trebuchet ms, trebuchet, sans-serif;
	font-weight: bold;
	color: #333;
	padding: 0 2px 2px 2px;
}

div.row label /*, div.row span.label*/ {
	float: left;
	/* width: 100px; */
	text-align: right;
	margin: 0px 5px 0px 0px;
}

/*
input, textarea, select {
	font-size: 9px;
	font-family: lucida sans unicode, lucida sans, trebuchet ms, trebuchet, sans-serif;
	color: #000;
	border-left: 2px solid #666;
	border-top: 2px solid #666;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 2px;
}
*/

input.fieldNoBorder {
	font-size: 9px;
	font-family: lucida sans unicode, lucida sans, trebuchet ms, trebuchet, sans-serif;
	color: #000;
	border: 0;
	margin: 0;
}

.buttons {
	padding: 0 2px;
	margin: 0;
	color:#000;
	/* font-family: lucida sans unicode, lucida sans, trebuchet ms, trebuchet, sans-serif; */
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
	background-color: #dddddd;
	border-top: 1px solid #000;
	border-left: 1px solid #006d7f;
	border-bottom: 1px solid #006d7f;
	border-right: 1px solid #006d7f;
}

.Total {
	color: red;
	font-size: 9px;
	font-weight: normal;
}

.required {
	font-weight: bold;
	color: red;
	margin-right: 2px;
}

.note {
	color: red;
}

.fieldNote {
	color: gray;
	font-size: 9px;
	font-weight: normal;
}

.number {
	text-align: right;
}

.centered {
	text-align: center;
}

#SystemMessage {
	font-size: 11px;
	font-weight: bold;
	margin: 10px 6px;
	padding: 2px 4px;
	color: #990033;
	background-color: #ffff99;
	border: 1px solid #ffcc66;
}

#SystemMessage img {
	padding: 2px;
	vertical-align: middle;
}

/* Banner
-----------------------------------------------
#Banner {
	position: relative;
}

#Banner h1 {
	margin: 0 0 5px 0;
	width: 780px;
	height: 160px;
	background: url(/COP/Theme/Fusion/banner.jpg) no-repeat top left;
	background-color: #262626;
}

#Banner h1 span {
	display: none;
}

#Ad {
	position: absolute;
	top: 10px;
	left: 510px;
	width: 270px;
	text-align: center;
}
*/
/* Login
-----------------------------------------------
#Login {
	position: absolute;
	top: 100px;
	left: 320px;
	width: 240px;
	height: 85px;
	z-index: 100;
	background: #6b1713 url(/COP/Theme/Fusion/corners-CoPNav.gif) no-repeat left top;
	padding: 4px;
	text-align: right;
	font-size: 9px;
}

#Login a {
	color: #fff;
}

#Login form {
	width: 208px;
	margin: 0 4px 0 0;
}

#Login div.row {
  	clear: both;
  }

#Login label {
	font-size: 11px;
	font-family: lucida sans unicode, lucida sans, trebuchet ms, trebuchet, sans-serif;
	font-weight: bold;
	color: #fff;
	padding: 0;
}
  
#Login div.row span.label {
  	float: left;
  	width: 100px;
  	text-align: right;
  	font-weight: bold;
	color: #fff;
  	margin: 0;
  }
  
#Login input {
	margin: 0;
	padding: 0;
}

#Login input.fieldNoBorder {
	margin: 0 4px 8px 0;
}
html>body #Login input.fieldNoBorder {	margin-left: 4px; }

#Login .buttons {
	margin: 0 0 5px 30px;
	color:#fff;
	background-color: #515FD9;
	border-top: 1px solid #8EAFFA;
	border-left: 1px solid #8EAFFA;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}
html>body #Login .buttons {	margin: 6px 0 0 39px; }

div#Login a {
	display: block;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

div#Login a span {
	display: none;
}

div#Login a:hover span {
	display: block;
   	position: absolute;
	top: 143px;
	left: 0;
	width: 460px;
	margin: 0;
	z-index: 100;
	font-size: 9px;
	font-family: lucida sans unicode, lucida sans, trebuchet ms, trebuchet, sans-serif;
	font-weight: normal;
	color: red;
	text-align: left;
}

#Forgot {
	position: absolute;
	top: 100px;
	left: 560px;
	width: 210px;
	height: 85px;
	background-color: #6b1713;
	border-left: 1px solid #fff;
	padding: 4px 8px 4px 4px;
	text-align: right;
	font-size: 9px;
	color: #fff;
}
html>body #Forgot { left: 558px; width: 200px; }

#Forgot p {
	padding: 0;
	margin: 0;
}

#Forgot form {
	margin: 0;
}

#Forgot input {
	margin: 7px 0 0 4px;
	padding: 1px;
}
html>body #Forgot input { margin-top: 5px; }

#Forgot .buttons {
	margin: 8px 0 8px 2px;
	color:#fff;
	background-color: #515FD9;
	border-top: 1px solid #8EAFFA;
	border-left: 1px solid #8EAFFA;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}
html>body #Forgot .buttons { margin-top: 6px; }
*/

/* SignUp
-----------------------------------------------
#SignUp {
	position: absolute;
	top: 130px;
	left: 10px;
	background-color: #FFDE59;
	border-right: 2px solid #fc0;
	border-bottom: 2px solid #fc0;
	border-left: 2px solid #fc0;
	border-top: 2px solid #fc0;
	padding: 2px 8px;
}

#SignUp h3 {
	background-color: #FFDE59;
	font-family: lucida sans unicode, lucida sans, trebuchet ms, trebuchet, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	margin: 0;
}
 */

/* Member Tools
-----------------------------------------------
#MemberTools {
	position: absolute;
	top: 108px;
	left: 6px;
	padding: 4px;
	text-align: left;
	font-size: 9px;
}
html>body #MemberTools { top: 98px; }

#MemberTools p {
	margin: 2px 0;
}

#MemberTools a {
	color: #fff;
}

#MemberTools a:visited {
	color: #fff;
}
 */
 
/* Mail
-----------------------------------------------
#MailOpen {
	position: absolute;
	top: 118px;
	left: 210px;
	background: url(/COP/Theme/Fusion/Mail.gif) no-repeat left top;
	padding: 4px 5px 4px 40px;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}
html>body #MailOpen { top: 108px; }

#MailClosed {
	position: absolute;
	top: 118px;
	left: 210px;
	background: url(/COP/Theme/Fusion/NoMail.gif) no-repeat left top;
	padding: 4px 5px 4px 40px;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}
html>body #MailClosed { top: 108px; }

#MailOpen a {
	color: #fff;
}

#MailOpen a:visited {
	color: #fff;
}

#MailClosed a {
	color: #fff;
}

#MailClosed a:visited {
	color: #fff;
}
 */
/* CoP Navigation
-----------------------------------------------
#CoP-Navigation {
	position: absolute;
	top: 105px;
	left: 366px;
	margin: 0;
	padding: 3px 10px 0 20px;
	background: #6b1713 url(/COP/Theme/Fusion/corners-CoPNav.gif) no-repeat left top;
	text-align: right;
}
html>body #CoP-Navigation { top: 95px; }
 */
/* Search
-----------------------------------------------
#Search {
	position: absolute;
	top: 188px;
	left: 530px;
	color: #000;
	font-size: 9px;
}

#Search a {
	color: #000;
	font-size: 9px;
	font-weight: bold;
}

#Search p {
	margin: 2px;
	padding: 0;
}

#Search input {
	margin: 0 2px 0 0;
}
 */
/* Breadcrumb
----------------------------------------------- */
#Breadcrumb {
	/* position: relative; */
	margin: 0 10px 5px 10px;
	color: #999;
	font-size: 9px;
}

/* Main
-----------------------------------------------
#Main {
	margin: 0 10px 10px 10px;
	color: #000;
	font-size: 11px;
}

#Main p {
	padding: 0 0 10px 10px;
	margin: 0;
}

#Main td {
	font-size: 9px;
}

#Main h4 {
	margin: 6px 0;
}
 */
/* CommunityMain
----------------------------------------------- */
#CommunityMain {
	margin: 10px;
	color: #000;
	font-size: 11px;
}

#CommunityMain p {
	padding: 0 0 10px 10px;
	margin: 0;
}

#CommunityMain td {
	font-size: 9px;
}

#CommunityMain h2 {
	padding: 1px 0 0 10px;
}

#CommunityMain h1 {
	padding: 1px 0 0 10px;
}
/* html>body #CommunityMain h2 { padding: 50px 0 0 10px; } */

/* AdminMain
----------------------------------------------- */
#AdminMain {
	margin: 10px;
	color: #000;
	font-size: 11px;
}

#AdminMain p {
	padding: 0 0 10px 10px;
	margin: 0;
}

#AdminMain td {
	font-size: 9px;
}

#AdminMain h2 {
	padding: 30px 0 0 10px;
}
/* html>body #AdminMain h2 { padding: 40px 0 0 10px; } */

#AdminMain h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 10px 0 0 150px;
	padding: 4px;
	color: #445178;
	border-top: 1px solid #445178;
}

#AdminMain h4 {
	font-size: 13px;
	font-weight: bold;
	padding: 4px 0;
}

#AdminMain h5 {
	font-size: 11px;
	font-weight: bold;
	padding: 0;
}


/* PortalMain
-----------------------------------------------
#PortalMain {
	margin: 10px;
	color: #000;
	font-size: 11px;
}

#PortalMain p {
	padding: 0 0 10px 10px;
	margin: 0;
}

#PortalMain td {
	font-size: 9px;
}

#PortalMain h2 {
	padding: 38px 0 0 10px;
}
html>body #PortalMain h2 { padding: 48px 0 0 10px; }

#PortalMain h2.Home {
	padding: 10px 0 0 10px;
}
 */
/* cjr: This is for the hard-coded h2 on non-logged in home page
#PortalMain #FirstColumn h2 {
	padding: 10px 0 0 10px;
}
html>body #PortalMain #FirstColumn h2 { padding: 0 0 0 10px; }
 */
/* MyCommunities
-----------------------------------------------
#MyCommunities {
	position: absolute;
	top: 195px;
	left: 170px;
	width: 320px;
}

#MyCommunities #ElementTitle {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
}

#MyCommunities #ElementTitle div {
  background:#1A2267 url(/COP/Theme/Fusion/cornersTop-320.gif) no-repeat left top;
  padding: 5px 0 0;
  }
  
#MyCommunities #ElementTitle div div {
  background: url(/COP/Theme/Fusion/cornersBottom-320.gif) no-repeat left bottom;
  padding: 0 4px 5px 8px;
  }

#MyCommunities form {
	display: inline;
	padding: 4px;
	margin: 0;
}
  
#MyCommunities select {
	font-size: 9px;
	font-family: lucida sans unicode, lucida sans, trebuchet ms, trebuchet, sans-serif;
	color: #000;
	font-weight: normal;
	border: 1px solid #dddddd;
	width: 176px;
}
*/
/* CommunityNav
----------------------------------------------- */
#CommunityNav-container {
	background-color: #006d7f;
	margin-top: 6px;
	height: 15px;
	width: 745px;
	position: relative;
	}

#CommunityNav-tabs {
	position: absolute;
	width: 740px;
	height: 21px;
	margin: 0px;
	padding: 0;
	right: 0px;
	bottom: -2px;
	}
/* html>body #CommunityNav-tabs { bottom: 0px } */

#CommunityNav-tabs .tab {
	height: 16px;
	float: right;
	background-color: #dddddd;
	border: 1px solid #006d7f;
	padding: 2px 5px;
	margin: 0 2px;
	font-family: lucida sans unicode, lucida sans, trebuchet ms, trebuchet, sans-serif;
 	font-size: 11px;
	font-weight: bold;
 	color: #000;
	}

#CommunityNav-tabs a {
	padding: 0px 5px 0px 5px;
	color: #000;
	text-decoration: underline;
	}

#CommunityNav-tabs a:hover {
	background-color: #006d7f;
 	padding: 2px 5px;
	}
	
#CommunityNav-tabs #active {
	background-color: #006d7f;
 	padding: 2px 5px;
	}
	
#CommunityNav-tabs #active .tab {
 	background-color: #006d7f;
 	padding: 2px 5px;
 	}
 
#CommunityNav-tabs #active a {
 	text-decoration: none;
 	}
	
	
/* AdminMenu
----------------------------------------------- 
#AdminMenu {
	float: left;
	width: 150px;
	margin: 10px 0; 
	background-color: #445178;
	color: #fff;
}

#AdminMenu p {
	padding: 0;
	font-family: lucida sans unicode, lucida sans, trebuchet ms, trebuchet, sans-serif;
	font-size: 9px;
}

#AdminMenu h4 {
	font-size: 9px;
	font-weight: bold;
	margin: 0;
	padding: 2px 5px;
	background-color: #445178;
}

#AdminMenu ul {
	margin: 3px 2px 12px 12px;
	padding: 0;
}

#AdminMenu li {
	list-style: bullet;
	padding: 2px;
	font-size: 9px;
	color: #F1FCE4;
}

#AdminMenu a {
	font-family: lucida sans unicode, lucida sans, trebuchet ms, trebuchet, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #fff;
}

#AdminMenu a:hover {
	color: #333366;
}

#AdminMenu a:visited {
	color: #FAF4D1;
}
*/
/* FacilitatorMenu
----------------------------------------------- */
#FacilitatorMenu {
	float: left;
	width: 150px;
	margin: 10px 0; 
	background-color: #131459;
	color: #fff;
}

#FacilitatorMenu h4 {
	font-size: 9px;
	font-weight: bold;
	margin: 0;
	padding: 2px 5px;
	background-color: #445178;
}

#FacilitatorMenu ul {
	margin: 3px 2px 12px 12px;
	padding: 0;
}

#FacilitatorMenu li {
	list-style: bullet;
	padding: 2px;
	font-size: 9px;
}

#FacilitatorMenu a {
	font-family: lucida sans unicode, lucida sans, trebuchet ms, trebuchet, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #fff;
}

#FacilitatorMenu a:hover {
	color: #FFDE59;
}

#FacilitatorMenu a:visited {
	color: #FAF4D1;
}

/* AdminContent
----------------------------------------------- */
#AdminContent {
	float: left;
	width: 590px;
	margin: 4px 10px 10px 10px;
}

#AdminContent p {
	margin: 0;
	padding: 4px 0;
}

#AdminContent ul {
	margin: 4px;
	padding: 0;
}

#AdminContent li {
	list-style: none;
	padding: 1px 4px;
	font-size: 9px;
}

#AdminContent table {
	width: 100%;
	border: 1px solid #E8F2DA;
	border-collapse: collapse;
}

#AdminContent td {
	padding: 4px;
	border-bottom: 1px solid #E8F2DA;
	vertical-align: top;
}

#AdminContent td.error {
	color: red;
}

#AdminContent th {
	background-color: #E8F2DA;
	font-size: 9px;
	font-family: lucida sans unicode, lucida sans, trebuchet ms, trebuchet, sans-serif;
	text-align: left;
	color: #000;
	padding: 4px;
}

/*
.paging {
	padding: 2px 6px;
	font-size: 9px;
}
*/

/* AdminActions
----------------------------------------------- */
#AdminActions {
	margin: 2px 12px;
	text-align: right;
}

#AdminActions a {
	padding: 2px 6px 4px 6px;
	background-color: #dddddd;
	font-weight: bold;
	color: #000;
}

#AdminActions a:visited {
	color: #000;
}

#AdminActions a:hover {
	background-color: #006d7f;
}

/* AdminTabs
----------------------------------------------- 
#AdminTabs {
	margin: 4px 10px 6px 12px;
	padding: 0;
}

#AdminTabs ul {
	padding: 0;
	margin: 0;
}

#AdminTabs li {
	display: inline;
	list-style-type: none;
	padding: 6px 6px 7px 6px;
	margin: 0 3px;
	background-color: #C3CDB7;
	font-size: 11px;
	font-weight: bold;
	color: #131459;
}

#AdminTabs li.active {
	display: inline;
	list-style-type: none;
	padding: 6px;
	background-color: #E8F2DA;
	font-weight: bold;
	color: #131459;
}

#AdminTabs a {
	color: #131459;
}

#AdminTabs a:visited {
	color: #445178;
}
*/

/* First Column
----------------------------------------------- 
#FirstColumn {
	float: left;
	width: 480px;
}

#FirstColumn table {

	width: 466px;
}

#FirstColumn p {
	width: 466px;
	padding: 0 10px 2px 10px;
}
*/
/* FullPage - Basically only one column
-----------------------------------------------
#FullPage {
	float: left;
	width: 760px;
}

#FullPage table {

	width: 746px;
}

#FullPage p {
	width: 746px;
	padding: 0 10px 2px 10px;
}
 */
/* Second Column
-----------------------------------------------
#SecondColumn {
	float: right;
	width: 250px;
}

#SecondColumn p, table {
	width: 234px;
}
 */
/* CommunityModule
-----------------------------------------------
#CommunityMain #FirstColumn .CommunityModule {
	float: left;
	margin: 15px 0 5px 0;
	width: 480px;
}

#CommunityMain .CommunityModule {
	float: left;
	margin: 15px 0 5px 0;
	width: 760px;
}
 */
/* used for clearing after floated items. see eric meyer: http://www.complexspiral.com/publications/containing-floats/ 
.CommunityModule div.clearer {
	clear: all;
}
*/
/*MailNav 
----------------------------------------------- 
#MailNav {
	float: left;
	width: 220px;
	background-color: #131459;
}
*/

/* ModuleNav
----------------------------------------------- */
.ModuleNav {
	float: left;
	width: 100px;
	background-color: #fff;
}

.ModuleNav h3 {
	font-family: lucida sans unicode, lucida sans, trebuchet ms, trebuchet, sans-serif;
 	font-size: 11px;
	font-weight: bold;
	background-color: #dddddd;
	margin: 0 0 2px 0;
	color: #000;
}

.ModuleNav h3 a {
	font-family: lucida sans unicode, lucida sans, trebuchet ms, trebuchet, sans-serif;
 	font-size: 11px;
	font-weight: bold;
	color: #000;
}

.ModuleNav p {
	padding: 0;
	font-family: lucida sans unicode, lucida sans, trebuchet ms, trebuchet, sans-serif;
	font-size: 9px;
	color: #000;
}

.ModuleNav ul {
	margin: 3px 2px 6px 6px;
	padding: 0;
}

.ModuleNav li {
	list-style: circle;
	padding: 1px;
	color: #000;
	font-size: 9px;
}

.ModuleNav a {
	font-family: lucida sans unicode, lucida sans, trebuchet ms, trebuchet, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000;
}

.ModuleNav a:hover {
	color: #000;
}

.ModuleNav a:visited {
	color: #000;
}

.ModuleNav select {
	font-size: 9px;
	font-family: lucida sans unicode, lucida sans, trebuchet ms, trebuchet, sans-serif;
	color: #000;
	font-weight: normal;
	width: 100px;
}

.ModuleNav form {
	margin: 0 0 4px 0;
}

.ModuleNav #Chat {
	background-color: #FFDE59;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	border-left: 2px solid #ff9;
	border-top: 2px solid #ff9;
	padding: 2px;
	margin: 12px;
	color: #666;
	font-weight: normal;
	font-size: 9px;
	text-align: center;
}

.ModuleNav #Chat h3 {
	background-color: #FFDE59;
	font-family: lucida sans unicode, lucida sans, trebuchet ms, trebuchet, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666;
	margin: 2px 0;
}


.ModuleNav #Chat h3 a {
	text-decoration: underline;
	color: #666;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
}

.ModuleNav #Chat h3 a:hover {
	color: #333;
}

/* ModuleNavLong
---------------------------------------------- */

.ModuleNavLong {
	float: left;
	width: 150px;
	background-color: #fff;
	border-top: 2px solid #cc8352;
	border-left: 1px solid #cc8352;
	border-bottom: 1px solid #f4f4f4;
	border-right: 0px;
}

.ModuleNavLong h3 {
	background-color: #f4f4f4;
	margin: 0 0 6px 0;
	color: #00786e;
	font-size: 13px;
}

.ModuleNavLong h3 a {
	font-family: lucida sans unicode, lucida sans, trebuchet ms, trebuchet, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #00786e;
}

.ModuleNavLong p {
	padding: 0;
	font-family: lucida sans unicode, lucida sans, trebuchet ms, trebuchet, sans-serif;
	font-size: 13px;
	color: #2e4e6e;
}

.ModuleNavLong ul {
	margin: 6px 2px 12px 12px;
	padding: 0;
}

.ModuleNavLong li {
	list-style: none;
	padding: 1px;
	color: #2e4e6e;
	font-size: 13px;
}

.ModuleNavLong a {
	font-family: lucida sans unicode, lucida sans, trebuchet ms, trebuchet, sans-serif;
	font-weight: normal;
	color: #2e4e6e;
	font-size: 11px;
}

.ModuleNavLong a:hover {
	color: #2e4e6e;
	font-size: 11px;
}

.ModuleNavLong a:visited {
	color: #2e4e6e;
	font-size: 11px;
}

.ModuleNavLong select {
	font-size: 13px;
	font-family: lucida sans unicode, lucida sans, trebuchet ms, trebuchet, sans-serif;
	color: #000;
	font-weight: normal;
	width: 100px;
}

.ModuleNavLong form {
	margin: 0 0 4px 0;
}

.ModuleNavLong #Chat {
	background-color: #FFDE59;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	border-left: 2px solid #ff9;
	border-top: 2px solid #ff9;
	padding: 2px;
	margin: 12px;
	color: #666;
	font-weight: normal;
	font-size: 13px;
	text-align: center;
}

.ModuleNavLong #Chat h3 {
	background-color: #FFDE59;
	font-family: lucida sans unicode, lucida sans, trebuchet ms, trebuchet, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666;
	margin: 2px 0;
}


.ModuleNavLong #Chat h3 a {
	text-decoration: underline;
	color: #666;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
}

.ModuleNavLong #Chat h3 a:hover {
	color: #333;
}

/* ModuleContentLong
---------------------------------------------- */
#CommunityMain  .ModuleContentLong {
	float: left;
	width: 625px;
	margin: 0 0 6px 0;
}

#CommunityMain  .ModuleContentLong table {
	width: 625px;
	/* border: 1px solid #f4f4f4;
	border-collapse: collapse;
	
	border-style:solid;
	border-right-width:0px;
	border-top-color:#cc8352;
	border-top-width:2px;
	border-bottom-color:#f4f4f4;
	border-bottom-width:1px;
	border-left-width:0px;*/
}

#CommunityMain .ModuleContentLong h3 {
	font-size: 13px;
	font-weight: bold;
	padding: 4px;
	color: #A71E23;
	border-top: 1px solid #f4f4f4;
	margin: 0;
}

#CommunityMain .ModuleContentLong h4 {
	font-size: 11px;
	font-weight: bold;
	padding: 4px;
	margin: 2px 0;
}

#CommunityMain .ModuleContentLong table.NoBorder {
	width: 100%;
	border: none;
}

#CommunityMain .ModuleContentLong p {
	font-size: 13px;
	font-family: lucida sans unicode, lucida sans, trebuchet ms, trebuchet, sans-serif;
}

.ModuleContentLong td {
	padding: 2px 4px;
	font-size: 13px;
	font-family: lucida sans unicode, lucida sans, trebuchet ms, trebuchet, sans-serif;
	color: #000;
	vertical-align: top;
}

.ModuleContentLong td.Divider {
	border-bottom: 2px solid #f4f4f4;
	padding: 0 4px 8px 4px;
}

.ModuleContentLong th {
	background-color: #f4f4f4;
	font-size: 13px;
	font-family: lucida sans unicode, lucida sans, trebuchet ms, trebuchet, sans-serif;
	text-align: left;
	color: #000;
	border-top: 2px solid #cc8352;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

.ModuleContentLong th form {
	margin: 0;
}

.ModuleContentLong th select {
	padding: 0;
}

.ModuleContentLong tr.Category {
	font-size: 13px;
	font-family: lucida sans unicode, lucida sans, trebuchet ms, trebuchet, sans-serif;
	text-align: left;
}

.ModuleContentLong td.Category {
	/* background-color: #bbffdf; */
	color: #333;
	font-weight: bold;
	padding: 0;
}

.ModuleContentLong th {
	padding: 5px;
}

.ModuleContentLong th a {
	color: #fff;
}

.ModuleContentLong th a:hover {
	color: #319DFC;
}

.ModuleContentLong hr {
	width: 80%;
	margin: 2px 4px;
	color: #E4CFC3;
}

.ModuleContentLong .Numbers {
	text-align: right;
}

.ModuleContentLong .docInfo {
	color: #999;
}

.ModuleContentLong .SubmissionDetails {
	text-align: right;
	font-style: italic;
	color: #999;
	font-size: 13px;
	font-family: lucida sans unicode, lucida sans, trebuchet ms, trebuchet, sans-serif;
}

.ModuleContentLong .New {
	color: #f00;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
}

/* ModuleContent
----------------------------------------------- */
#CommunityMain #FirstColumn .ModuleContent {
	float: right;
	width: 620px;
	margin: 0 0 6px 0;
}

#CommunityMain #FirstColumn .ModuleContent table {
	border: 1px solid #1B1C80;
	width: 620px;
	border-collapse: collapse;
}

#CommunityMain .ModuleContent {
	float: right;
	width: 620px;
	margin: 0 0 6px 0;
}

#CommunityMain .ModuleContent h3 {
	font-size: 13px;
	font-weight: bold;
	padding: 4px;
	color: #990000;
	border-top: 1px solid #dddddd;
	margin: 0;
}

#CommunityMain .ModuleContent h4 {
	font-size: 11px;
	font-weight: bold;
	padding: 4px;
	margin: 2px 0;
}

#CommunityMain .ModuleContent table {
	width: 100%;
	border: 1px solid #dddddd;
	border-collapse: collapse;
}

#CommunityMain .ModuleContent table.NoBorder {
	width: 100%;
	border: none;
}

.ModuleContent td {
	padding: 2px 4px;
	font-size: 9px;
	font-family: lucida sans unicode, lucida sans, trebuchet ms, trebuchet, sans-serif;
	color: #000;
	vertical-align: top;
}

.ModuleContent td.Divider {
	border-bottom: 1px solid #ccc;
	padding: 0 4px 8px 4px;
}

.ModuleContent th {
	background-color: #dddddd;
	font-size: 9px;
	font-family: lucida sans unicode, lucida sans, trebuchet ms, trebuchet, sans-serif;
	text-align: left;
	color: #000;
}

.ModuleContent th form {
	margin: 0;
}

.ModuleContent th select {
	padding: 0;
}


.ModuleContent tr.Category {
	font-size: 9px;
	font-family: lucida sans unicode, lucida sans, trebuchet ms, trebuchet, sans-serif;
	text-align: left;
}

.ModuleContent td.Category {
	background-color: #006d7f;
	color: #333;
	font-weight: bold;
}

.ModuleContent th {
	padding: 5px;
}

.ModuleContent th a {
	color: #fff;
}

.ModuleContent th a:hover {
	color: #000;
}

.ModuleContent hr {
	width: 80%;
	margin: 2px 4px;
	color: #E4CFC3;
}

.ModuleContent .Numbers {
	text-align: right;
}

.ModuleContent .docInfo {
	color: #999;
}

.ModuleContent .SubmissionDetails {
	text-align: right;
	font-style: italic;
	color: #999;
}

.ModuleContent .New {
	color: #f00;
	font-size: 9px;
	font-style: italic;
	font-weight: normal;
}

/* TopicThread
----------------------------------------------- */
.ModuleContent .TopicThread {
	background-color: #DDDDDD;
	border: 1px solid #DDDDDD;
	margin: 2px;
}

.ModuleContent .TopicThread .Topic {
	border: 2px solid #F5DADB;
	background-color: #fff;
	font-size: 9px;
	color: #333;
	margin: 2px 2px 4px 2px;
	padding: 5px;
}

#CommunityMain .ModuleContent .Topic h4 {
	font-size: 11px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.ModuleContent .TopicThread .TopicChild {
	border-width: 2px 2px 2px 4px;
	border-style: solid;
	border-color: #F5DADB;
	background-color: #fff;
	font-size: 9px;
	color: #333;
	margin: 2px 2px 4px 10px;
	padding: 5px;
}

.ModuleContent .TopicThread .TopicChild2 {
	border-width: 2px 2px 2px 8px;
	border-style: solid;
	border-color: #F5DADB;
	background-color: #fff;
	font-size: 9px;
	color: #333;
	margin: 2px 2px 4px 20px;
	padding: 5px;
}

.ModuleContent .TopicThread .TopicChild3 {
	border-width: 2px 2px 2px 12px;
	border-style: solid;
	border-color: #F5DADB;
	background-color: #fff;
	font-size: 9px;
	color: #333;
	margin: 2px 2px 4px 30px;
	padding: 5px;
}

.ModuleContent .TopicThread .SubmissionDetails {
	font-style: italic;
	color: #999;
	margin: 0 0 1px 5px;
}

.ModuleContent .TopicThread .TopicContent {
	background-color: #fff;
	margin: 2px;
	padding: 0 3px;
}

.ModuleContent .TopicThread .TopicContent p {
	padding: 1px 0;
}

#CommunityMain .ModuleContent .TopicThread table {
	border: 1px solid #000;
	border-collapse: collapse;
	margin: 2px;
	background-color: #fff;
	width: 630px;
}

.ModuleContent .TopicThread td {
	padding: 2px;
	font-size: 9px;
	font-family: lucida sans unicode, lucida sans, trebuchet ms, trebuchet, sans-serif;
	color: #333;
}

.ModuleContent .TopicThread th {
	background-color: #F5DADB;
	font-size: 9px;
	font-family: lucida sans unicode, lucida sans, trebuchet ms, trebuchet, sans-serif;
	text-align: left;
	color: #333;
	padding: 5px;
}

/* Element
-----------------------------------------------
.Element {
	position: relative;
	margin: 15px 0 10px 0;
}

.ElementTitle {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
  }

.ElementTitle h3 {
	margin: 0;
	padding: 0;
	color: #fff;
  }
  
.ElementTitle div {
	background:#1B1C80 url(/COP/Theme/Fusion/cornersTop-760.gif) no-repeat left top;
	padding: 5px 0 0;
  }
  
#FirstColumn .ElementTitle div {
	background:#1B1C80 url(/COP/Theme/Fusion/cornersTop-480.gif) no-repeat left top;
	padding: 5px 0 0;
  }
  
#SecondColumn .ElementTitle div {
  	background:#1B1C80 url(/COP/Theme/Fusion/cornersTop-250.gif) no-repeat left top;
  	padding: 5px 0 0;
  }

.ElementTitle div div {
  	background: url(/COP/Theme/Fusion/cornersBottom-760.gif) no-repeat left bottom;
  	padding: 0 4px 5px 8px;
  }
  
#FirstColumn .ElementTitle div div {
  	background: url(/COP/Theme/Fusion/cornersBottom-480.gif) no-repeat left bottom;
  	padding: 0 4px 5px 8px;
  }
  
#SecondColumn .ElementTitle div div {
  	background: url(/COP/Theme/Fusion/cornersBottom-250.gif) no-repeat left bottom;
  	padding: 0 4px 5px 8px;
  }
  
.ElementTitle a {
	color: #FAF4D1;
	font-size: 9px;
	font-weight: normal;
	text-align: right;
	padding: 4px;
}

.ElementTitle a:visited {
	color: #FAF4D1;
	font-size: 9px;
	font-weight: normal;
}

.ElementTitle a:hover {
	color: #319DFC;
}
 */
/* Element Content
----------------------------------------------- */
.ElementContent {
	position: relative;
	margin: 0 8px 20px 8px;
}

.ElementContent p {
	margin: 5px 0 0 0;
	padding: 0;
}

.ElementContent table {
	border-top: 1px solid #dddddd;
	border-collapse: collapse;
}

/*
#FirstColumn .ElementContent table {
	width: 464px;
}
#SecondColumn .ElementContent table {
	width: 234px;
}
*/

.ElementContent td {
	padding: 2px 4px;
	font-size: 9px;
	font-family: lucida sans unicode, lucida sans, trebuchet ms, trebuchet, sans-serif;
	color: #000;
	vertical-align: top;
}

.ElementContent td.Divider {
	border-bottom: 1px solid #ccc;
	padding: 0 4px 8px 4px;
}

.ElementContent th {
	background-color: #dddddd;
	font-size: 9px;
	font-family: lucida sans unicode, lucida sans, trebuchet ms, trebuchet, sans-serif;
	text-align: left;
	color: #000;
	padding: 2px 4px 2px 4px;
}

.ElementContent th a {
	color: #fff;
}

.ElementContent th a:hover {
	color: #319DFC;
}

.ElementContent .Numbers {
	text-align: right;
}

.ElementContent form {
	margin: 2px;
}

.ElementContent div.row {
  	clear: both;
  }

#SecondColumn .ElementContent div.row span.field {
  	float: left;
	width: 10px;
  	text-align: right;
  } 

#SecondColumn .ElementContent div.row span.label {
  	float: right;
	width: 208px;
  	text-align: left;
  	font-weight: normal;
	margin: 7px 0 0 0;
  }
/* html>body #SecondColumn .ElementContent div.row span.label { margin: 2px 0 0 0; } */

.ElementContent input.buttons {
	margin: 4px 0 0 4px;
}

/* Element Content - Calendar
----------------------------------------------- */
.Calendar table {
	border: 1px solid #dddddd;
	border-collapse: collapse;
	font-weight: bold;
	width:100%;
}

.Calendar table.EventsNav {
	background-color: #dddddd;
	width:100%;
	color: #fff;
}


.Calendar td.Active {
	background-color: #006d7f;
	color: #fff;
}

.Calendar h4 {
	font-size: 11px;
	margin: 0;
}

.Calendar td.NotActive {
	border-left: 1px solid #dddddd;
	color: #006d7f;
}

.Calendar td.NotActive a {
	text-decoration: underline;
	color: #006d7f;
}

.Calendar td.NotActive a:hover {
	text-decoration: underline;
	color: #006d7f;
}

.Calendar th {
	background-color: #dddddd;
	padding: 2px;
	font-size: 9px;
	font-family: lucida sans unicode, lucida sans, trebuchet ms, trebuchet, sans-serif;
	color: #006d7f;
	text-align: center;
}

.Calendar td.Month {
	color: #333;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

.Calendar td.Month a {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

.Calendar tr {
	text-align: center;
	font-size: 9px;
}

.Calendar a {
	font-weight: bold;
}

.Calendar td.Today { 
	background-color: #dddddd;
	border: 1px solid #006d7f;
}

/* Element Content - Events
----------------------------------------------- */
.Events table {
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-top: 0;
	border-collapse: collapse;
	font-size: 9px;
	padding: 4px;
	font-weight: bold;
}

.Events a {
	font-weight: normal;
}

/* Footer
----------------------------------------------- 
#Footer {
	clear: both;
	width: 755px;
	text-align: center;
	margin: 20px 0 20px 0;
	padding: 2px;
	border-top: 1px solid #1B1C80;
	border-bottom: 1px solid #1B1C80;
}

#Footer hr {
	display: none;
}
*/
/* Window
----------------------------------------------- */
#Window {
	border: 4px solid #006d7f;
	text-align: left;
	font-size: 11px;
	font-family: lucida sans unicode, lucida sans, trebuchet ms, trebuchet, sans-serif;
}

#WindowContent {
	background-color: #FFF;
	margin: 10px;
	padding: 6px;
	color: #000;
}

#WindowContent p {
	padding-top: 6px;
}

#Window #PageLinks {
	text-align: right;
	margin: 0 10px;
	padding: 0;
	white-space: nowrap;
}

#Window #PageLinks .buttons {
	padding: 2px 4px;
	margin: 0;
	color:#000;
	font-family: lucida sans unicode, lucida sans, trebuchet ms, trebuchet, sans-serif;
	font-size: 9px;
	text-decoration:none;
	background-color: #dddddd;
	border-top: 1px solid #006d7f;
	border-left: 1px solid #006d7f;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}
/*		END		*/



/*
 *
 *
 *		file css was originally in [Themes/TMA/Resources/All.css]
 *
 *
 */
/*		BEGIN		*/
	/*		css here	*/
/*		END		*/




/*
 *
 *
 *		http://www.texmed.org/Stylesheets/TemplateLarge.css
 *
 *
 */
/*		BEGIN		*/
h1
{ 
font-family: Arial, Helvetica, sans-serif; 
font-size: 18pt; 
color: #990000; 
font-weight: bolder; 
}

h2
{ 
font-family: Arial, Helvetica, sans-serif; 
font-size: 16pt; 
line-height: 18pt; 
color: #000000; 
font-weight: bold; 
}

h3, h4
{ 
font-family: Arial, Helvetica, sans-serif; 
font-size: 12pt; 
line-height: 14pt; 
color: #990000; 
font-weight: bold; 
}

h5
{ 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10pt; 
line-height: 14pt; 
font-weight: bold; 
}

p, td, blockquote 
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	line-height: 12pt;
}

a
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	line-height: 12pt;
    TEXT-DECORATION: underline
}

a:visited 
{ 
	color: #666666; 
}

a:link
{   
	color: #000000; 
}

a.collectionhead
{
	color: #000000;
	font-weight: bold; 
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	line-height: 10pt; 
}

input
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

select
{
    BORDER-RIGHT: black 1px;
    BORDER-TOP: black 1px;
    BORDER-LEFT: black 1px;
    BORDER-BOTTOM: black 1px;
    FONT-SIZE: 10pt;
    FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

textarea
{
    BORDER-RIGHT: black 1px solid;
    BORDER-TOP: black 1px solid;
    BORDER-LEFT: black 1px solid;
    BORDER-BOTTOM: black 1px solid;
    FONT-SIZE: 10pt;
    FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

li.white 
{ 
	color: #FFFFFF;
}

/* 
Custom Classes
*/

.breadcrumb
{ 
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #999999; 
}


.storyfooter 
{ 
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-style: normal; 
	line-height: 16pt; 
	font-weight: normal; 
	color: #000000; 
	text-indent: 0px; 
	text-align: center ; 
	border: #CCCCCC; 
	border-style: solid; 
	border-top-width: thin; 
	border-right-width: thin; 
	border-bottom-width: thin; 
	border-left-width: thin
}

.collectiontext 
{ 
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #000000; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	font-variant: normal 
}

.collectiondate 
{ 
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #000000; 
	font-style: normal; 
	line-height: normal; 
	font-weight: lighter; 
	font-variant: normal 
}

.adtop 
{
	border: #CCCCCC solid; 
	text-align: center; 
	border-width: thin thin 0px; 
	border-color: #CCCCCC solid; 
	font-style: normal
}

.admiddle 
{ 
	border: #CCCCCC solid; 
	text-align: center; 
	border-width: 0px thin; 
	border-color: #CCCCCC solid; 
	font-style: normal
}

.adbottom
{ 
	border: #CCCCCC solid; 
	text-align: center; 
	border-width: 0px thin thin; 
	border-color: #CCCCCC solid; 
	font-style: normal
}

.pagestatus
{ 
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #999999; 
}



/* 
Home Page Only Styles 
*/

.home li { color: #FFFFFF}
 
.moretop 
{ 
	font-size: 8pt; 
	color: #FFFFFF; 
	font-weight: 800; 
	list-style-type: disc; 
	list-style-position: outside; 
	line-height: 15pt; 
	position: relative; 
	left: 0px; 
	clip:  rect(   )
}

.moretophead 
{ 
	font-size: 8pt; 
	color: #FFFFFF; 
	font-weight: 800; 
	list-style-type: disc; 
	list-style-position: outside ; 
	line-height: 0pt
}
.headfooter 
{ 
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-style: normal; 
	line-height: 16pt; 
	font-weight: normal; 
	color: #000000; 
	text-indent: 0px; 
	text-align: center ; 
	border: #FFFFFF none
}

.subhead 
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-style: normal; 
	line-height: 15pt; 
	font-weight: normal; 
	color: #990000; 
	text-indent: 0px; 
	border: #CCCCCC; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
}

.subhead2r 
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-style: normal; 
	line-height: 15pt; 
	font-weight: normal; 
	color: #990000; 
	text-indent: 0px; 
	border: #CCCCCC solid; 
	border-width: 0px 1px 1px 0px; 
	border-color: #CCCCCC solid; 
	clip: rect(   )
}

.subhead2l 
{ 
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-style: normal; 
	line-height: 15pt; 
	font-weight: normal; 
	color: #990000; 
	text-indent: 0px; 
	border: #CCCCCC solid; 
	border-width: 0px 1px 1px 1px; 
	border-color: #CCCCCC solid 
}

.footer 
{ 
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;  
	font-size: 8pt;
	font-style: normal; 
	line-height: 16pt; 
	font-weight: normal; 
	color: #000000; 
	text-indent: 0px; 
	border: thin #CCCCCC solid; 
	text-align: center; 
}

.border
{ 
	border: #CCCCCC; border-style: solid; 
	border-top-width: thin; 
	border-right-width: thin; 
	border-bottom-width: thin; 
	border-left-width: thin; 
	border-color:  #CCCCCC solid;
	border-width: thin thin thin thin; 
	border-color: #CCCCCC solid; 
	padding-top: 4px; 
	padding-right: 4px; 
	padding-bottom: 4px; 
	padding-left: 4px
}

.advertisements
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-style: normal; 
	line-height: 15pt; 
	font-weight: normal; 
	color: #000000; 
	text-indent: 0px; 
	border: #CCCCCC; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	padding-right: 4px; 
	padding-left: 4px
}


/* 
Include Menu Styles 
*/

.TopMenuGroupHorizontal
{
  background-color:#006D7F;
  width:600px;
}

.TopMenuGroupVertical
{
  background-color:#006D7F;
  width:129px;
}


.MenuGroup
{
  background-color:#006D7F;

}

.MenuItem
{
  background-color:#006D7F;
  color:white;
  font-family:verdana,tahoma,verdana;
  font-size:11px;
  font-weight:  bold;
  cursor:hand;
  line-height: 13pt; 

}

.MenuItemHover
{
  background-color:#006D7F;
  color:#FF9900;
  font-family:verdana,tahoma,arial;
  font-size:11px;
  font-weight:  bold;
  cursor:hand;
  line-height: 13pt; 
}

.MenuItemDown
{
  background-color:#006D7F;
  color:#FF9900;
  font-family:verdana,tahoma,arial;
  font-size:11px;
  font-weight:  bold;
  cursor:hand;
  line-height: 13pt; 
}                  


.SelectedItem
{
  background-color:#006D7F;
  color:#FF9900;
  font-family:verdana,tahoma,arial;
  font-size:11px;
  font-weight:  bold;
  cursor:default;
  line-height: 13pt; 

}

.SelectedItemHover
{
  background-color:#006D7F;
  color:#FF9900;
  font-family:verdana,tahoma,arial;
  font-size:11px;
  font-weight:  bold;
  cursor:hand;
  line-height: 13pt; 

}


/* 
Include TAB Strip Styles 
*/

.TopGroup
{
  background-color:#444444;
  color:white;
  font-family:tahoma,verdana,arial;
  font-size:8pt;
  font-weight:  bold;
  cursor:hand;
  line-height: 13pt;
 
  border-width:1px;
  border-style:solid;
  border-color:#444444;
}

.TopLevelTab 
{
  background-color:#444444;
  color:white;
  font-family:tahoma,verdana,arial;
  font-size:8pt;
  font-weight:  bold;
  cursor:hand;
  line-height: 13pt;

  border-width:1px;
  border-style:solid;
  border-color:#444444;
   
}

.TopLevelTabHover 
{
  background-color:#444444;
  color:white;
  font-family:tahoma,verdana,arial;
  font-size:8pt;
  font-weight:  bold;
  cursor:hand;
  line-height: 13pt;
  
  border-width:1px;
  border-style:solid;
  border-color:#444444;
  border-left-style:outset;
  border-left-color: White; 
  border-right-style:outset;
  border-right-color: Black;
}

.SelectedTopLevelTab
{
  color: #3F3F3F;
  background-color: #CCCCCC;
  font-family:tahoma,verdana,arial;
  font-size:8pt;
  font-weight:  bold;
  cursor:default;
  line-height: 13pt; 
  
  border-width:1px;
  border-style:solid;
  border-color:#444444;
  border-right-color:#FFFFFF;
  border-bottom-color:#CCCCCC;

}
/*		END		*/

/* TEST CSS */
/*
a {
	color: #330099; 
	text-decoration: underline;
}

a:visited {
	color: #330099;
	text-decoration: underline;
}
a:active {
	color: #330099;
	text-decoration: underline;
}
a:hover {
	color: #330099;
	text-decoration: underline;
}

body,td,th {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #555555;
}
*/
tr.Header {
	text-align : left;
	background-color : #dddddd;
	color: #000;
}
tr.Even {
	background-color : #F3F3F3;
}
th {
	text-align : left;
	font-size : 10px;
	font-weight: bold;
	background-color : #dddddd;
}
td.Action {
	font-style : italic;
	font-size : 9px;
}
.Small {
	font-size : 9px;
}
.Large {
	font-size : 14px;
}
h1,.VeryLarge {
	font-size : 18px;
	font-weight : bolder;
}
th.Tab, th.Tab a {
	background-color : #8888aa;
	color : #555555;
}
th.ActiveTab, th.ActiveTab a {
	background-color : #ACBECC;
	color : #555555;
}
td.Shaded {
	background-color : #dddddd;
}
td.dark {
	background-color : #555555;
}
<!--  -->
.PageTitle {
	font-size : 14px;
	background-color : #ACBECC;
	color : white;
}
.PageLinks {
	font-family : Tahoma;
	font-size : 12px;
	color : #330099;
	background-color : #D7E1F3;
	border-bottom : 1px solid #666699;
}
.PageLinks a {
	color : #330099;
	text-decoration : none;
}

.PageLinks a:visited {
	color : #330099;
	text-decoration : none;
}
.PageLinks a:hover {
	color: #330099;
	text-decoration: underline;
}
.PageSiteLinks {
	color : #000000;
	font-size : 9px;
}
.PlusColumn {
	border-right : 1px solid #666699;
}
.BreadcrumbRow {
	border-top : 1px solid #666699;
	border-bottom : 1px solid #666699;
}

.XX-PlusColumn .Element tr td {
	padding-left : 6px;
}

<!--  -->
.Element {
	margin-top : 0px;
	margin-bottom : 5px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	text-align : left;
	border-top : 1px solid #000000;
	border-bottom : 1px solid #000000;
	background-color : #ffffff;
	color : #555555;
}
.Element tr,.Element td,.Element th {
	font-size : 10px;
}
.Element td.Action {
	font-style : italic;
}
.Element .ElementTitle {
	text-align : left;
	font-size : 12px;
	background-color : #006d7f;
	color : #fff;
}
.Element .ElementLinks {
	text-align : right;
	font-size : 10px;
	background-color : #006d7f;
	color : #fff;
}
.Element .ElementLinks a {
	font-size : 10px;
	color : #fff;
}
.ElementTitle h3 {
	margin: 0;
	padding: 0;
	color: #fff;
  }
.ElementTitle a {
	color: #000;
	font-size: 11px;
  }
.Element .Small {
	font-size : 9px;
}

.Navigation {
	text-align : center;
	font-size : 10px;
	background-color : #3F70A6;
	color : #FFDD60;
	font-family : Trebuchet;
}

td.Navigation A, td.Navigation A:Visited{
	text-decoration : none;
	color : #FFDD60;
	font-weight : bold;
	
}

td.Navigation A:Hover {
	text-decoration : underline;
	color : #FFDD60;
	font-weight : bold;
}

.CommunityNav A {
	color : #FFDD60
}

.CommunityNav A:Visited {
	color : #FFFFFF
}

.PageNav {
	margin-top : 0px;
	margin-bottom : 5px;
	font-family : Trebuchet;
	font-size : 9px;
	text-align : right;
	background-color : #ffffff;
	color : #555555;
}

.PageNav .PageNavLinks {
	text-align : right;
	font-size : 9px;
	background-color : #3F70A6;
	color : white;
}
.PageNav .PageNavLinks a {
	text-decoration : none;
	font-size : 9px;
	color : white;
	font-weight : bold;
}

.PageNav A:Hover {
	text-decoration : underline;
	font-size : 9px;
	color : white;
	font-weight : bold;
}

.UserAgreement li, .Netiquette li {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
