
/* ------------------------------- General ---------------------------------- */

/* Get rid of that annoying firefox border for highlighted links */
a:focus {
	-moz-outline: none; /* fx 1.07*/
	/* outline: none; fx 1.05, Safari, Mac IE*/
}

a:link {
        color:#105CB6;
        text-decoration:underline;
}
a:visited {
        color:Purple;
        text-decoration:none;
}
a:hover {
        color:#789;
        text-decoration:underline;
}

code {
  font-family: monospace;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 a {
 margin: 0;
 padding: 0;
}


h2 {
  color: black;
  font-size: 1.4em;
  margin-bottom: 0px;
  margin-top: 40px;
  margin-left: 10px;
}

h3 {
 text-align: left;
 color: black;
 margin: 0;
 margin-top: 3px;
 margin-bottom: 3px;
 padding: 0;
 font-size: 1.1em;
 font-weight: bold;
}


dt {
  font-weight: bold;
}

img {
	border: 0;
}
/* ------------- Utility Classes ------------- */

.clear  { 
	clear: both; 
}
.clearer {
 clear: both;
 line-height: 0px;
}
.hidden * { display: none; }
.target   {}
.displayNone {
	display: none;
	height:0px;width:0px	
;}
#debug-box { display: none; background-color: #900; color: #FFF; padding: 5px; }

/* 
This piece of code is for clearing
the floats without structural markup
Don't modify it
*/
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
 height: 1%;
}
.clearfix {
 display: block;
}
/* End hide from IE-mac */

/*
.debugWidget { display: none;} 
*/

#dbgStateEnum { 
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
}

        

/* <<<<<<<<<<<<<<<<<<<<<<<<<< Structural Layout >>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

body {
	background: #fff;
	margin:  0;
	padding: 0;
	text-align: center; /* IE hack Part 1 */ 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
}


/* Anchor elements with no href= used for link targets. */
a.label {
  text-decoration: none;
  color: black;
}
a.label:hover {
  text-decoration: none;
  color: black;
}
a.label:visited {
  text-decoration: none;
  color: black;
}


/*---------------------------- Site Navigation -------------------------------*/


/* used in title.tt2 */
/*  Common Toolbar */
#site-tools * {	
	font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 12px; 
}
#site-tools {	
	background-color: #FFFFFF; 
	line-height: 14px; overflow: auto; padding: 6px 8px; 
}
#site-tools a {
	display: block; text-decoration: none; 
}
#site-tools a:hover .label { 
	text-decoration: underline; 
}
#site-tools ul { 
	list-style: none;
	margin: 0; padding: 0; 
}
#site-tools li { 
	display: block; 
	float: left; padding: 0 6px; 
}

#site-userinfo { 
	float: right;
}
#site-userinfo li {
	border-right: 1px solid #000; 
}
#site-userinfo .first { 
	border-right: none; 
}
#site-userinfo .last { 
	border-right: none; 
	padding-right: 0; 
}
#site-userinfo .userid { 
	text-decoration: underline;
}

#log-out .label { font-weight: bold; }
#log-out img { vertical-align: top; border: none; }

#site-sites { float: left; }
#site-sites li { border-right: 1px solid #000; }
#site-sites .first { padding-left: 0; }
#site-sites .last { border-right: none;  }

/* Site Header */
#site-header { 
	background: url(/brand/bkgd-crest.gif) repeat-x left bottom ; 
        color: #000; 
	font-size: 12px; 
	overflow: hidden;	
	padding: 0px 0px; 
	height: 89px;
}
#site-header .label { color: #333; }
#site-header .label a:hover { color: #C00;}

#title { 
	margin: 0; 
	overflow: hidden;
	float: left;
	background-color: transparent;
	display: table;
}
#titleLogo { 	
	font-size: 1.0em; 
	margin: 0 ;
	background-color: transparent; 
}
#titleLogo img { 
	margin: 0 1.3em 0 1.3em;
	background-color: transparent; 
}
#titleLogoText { 
	padding-top: 4px; 
	font-size: 18px; font-family: Times New Roman, Times ; font-weight: bold;
	text-align: center;
	background-color: transparent; 
}
#rhsLogo {
	float: right; 
	height: 89px; width: 290px; 
	background: white url(/brand/bkgd-topElement.gif) no-repeat right bottom ;
}

#org-tools { float: right; list-style: none; margin: 0; padding: 0; }
#org-tools li { display: block; float: left; border-right: 1px solid #000; padding: 0 6px; }
#org-tools .last { border-right: none; padding-right: 0; }
#org-tools a { color: #000; text-decoration: none; }
#org-tools a:hover .label { color: #C00; text-decoration: underline; }

/* end title.tt2 styles */

/* used in menu.tt2 */
/* WWSympa top level Navigation (Tabs) */
#tabNavBar {
        background: url(/brand/bkgd-topTitle.jpg) repeat-x;
	color: #000;
	width: 100%;
	float: left;
	z-index: 10;
	text-align: right;
}

#tabs { 
	float: left; 
	margin: 0; padding: 0;
	list-style: none; 
	z-index: 10; }
#tabs li { 
	display: block; float: left; 
}
#tabs li a {
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	border-top: 1px solid #FFF;
	border-left: 1px solid #DDD;
	color:#222C3C;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 7px 14px 8px 14px;
	text-decoration: none;
}

#tabs .tab-spare { 
	float: right;
}

#tabs .tab-active a, #tabs .tab-active a:hover { 
        /*
	background: #222C3C ; color: #FFF; 
	*/
	border: none;
	padding: 8px 15px;
}

#tabs .tab-hover a,  #tabs a:hover { 
	background:#BDC7CE ; color:#6D7F90 ; 
	}

/* end menu.tt2 */

/*------------------------------- Main Body ----------------------------------*/

#listTitle {
	background: url(/brand/bkgd-topTitle.jpg) repeat-x;
        color:#003366;
        font-weight: bold; font-size: .90em;
        margin: 0 auto 5px auto;
        padding: 0px;
	line-height: 34px;
	display: table;
	vertical-align: middle;
	height: 34px;
	width: 100%;
}

#container {
	width: 100%;
	margin: 0px;
	background: #fff;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	text-align: left; /* IE hack Part 2 */
}

/* fixes ie 6.0 bug */
#container * table { 
	font-size: 1.0em ;
	font-weight: normal ;
}

#mainCol {
 margin: 0px 0px 0px 235px;
 padding: 0;
}

#mainCol a:link, 
#mainCol a:visited {
	text-decoration:underline
}

#content {
 background: #ffffff;
 margin:  10px ;
 padding: 0px 10px 10px 10px;
 font-size: 13px;
}

    /* font-family: Verdana, Arial, Helvetica, Geneva, sans-serif; */
#content h1,
#content h2,
#content h3,
#content h4,
#content h5
{
    color: #003D68;
    margin: 10px 28px 0px 10px;
}

#content h1,
#content h2 {
  margin: 0px;
  margin-bottom: 1em;
  font-weight: bold;
}

#content h1  {
  background: url(/brand/bkgd-mainBodyH2.jpg) no-repeat left bottom;
  color: #3f9200;
  font-size: 130%;
}

#content h2 {
  color: #105cb6; 
  margin-top: 1em;
  font-size: 120%;  
}

#content h3 { font-size:115%;   }
#content h4 { font-size:110%;   }
#content h5 { font-size:105%;    }

#content p, #content ul, #content dl, #content form {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 28px;
}

#content table.admonition {
  margin-bottom: 1em;
}

#content .admonition .admIcon {
	vertical-align: top;
	font-weight: bold;
	padding-right: 0.5em;
}

#content .admonition .admContent {
	border-left-width: 2px; 
	border-left-style: solid ; 
	border-left-color: silver; 
	padding-left: 1em;
}

#content dl p {
  margin-left: 0px;
  margin-right: 0px;
}

#content dd {
  margin-top: 0.5em;
  margin-bottom: 0.75em;
}

#content form dl {
  margin-left: 0px;
}

#content ul li ul li {
  margin-left: 0px;
}

#listindex dd {
  margin-top: 0.25em;
  margin-bottom: 0.75em;
}

.statusPanel {
	margin: 5px 5px 10px 5px;
	padding: 5px;
}

#errorPanel {
	background: rgb(255, 150, 150);
}

#noticePanel {
	background: rgb(255, 251, 93);
}

.statusPanel h2 {
	color: black;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: .5em;
	font-weight: bold;
	font-size: 14pt;
}

.statusPanel p {
	margin: 0px;
	padding: 5px;
}

fieldset {  
	width:auto;
	margin: 5px 5px 10px 5px;
	padding: 0px 10px 5px 10px; 
	border: solid 1px silver;
	/* background: url(/brand/bkgd-safeTravel.gif) repeat-x ; ie cant handle this */
}
fieldset legend { 
	font-weight: bold ; 
	color: black; 
	background: white ;	
	border: solid 1px silver ; 
	border-bottom: none;
	padding: 5px 10px 5px 10px; 
	margin-bottom: 0px;
}
.fieldSetShim { 
	margin: 0px 0px 0px 8%;
	padding-top: 5px; 
	line-height: 1.5 ;
	font-size: 1.0em ;
}
.fieldSetShim ul {
	 padding-left: 0px;
 }
.fieldSetShim li {
	 list-style-type: none ; 
}
.fieldSetShim table tr {
	 line-height: 1.5	
 }
.fieldSetShim table th { 
	text-align: left;
	white-space: nowrap ;
	width: 12em;
	padding-right: 1em; 
}
fieldset .helpLink {
	float: right; 
	font-weight: bold; font-size: 0.85em; 
	line-height: normal ;
 	display: none
}
fieldset .MainMenuLinks { 
	float: right;
	font-size: 0.9em; 
}

/* account preferences page pref.tt2 */

#prefPage fieldset legend { 
	font-size: 1.1em ;  font-weight: normal
}

/* Users subscription options page suboptions.tt2 */

#suboptionsPage #subscStats {
	float: right; 
	margin: 0 10px 10px 10px;
	padding: 5px 5px 5px 5px;
	overflow: hidden;
	background: url(/brand/bkgd-contactPanel.gif) repeat-x ; 
}

#suboptionsPage #subscCreatedDate {
	padding: 3px; width: auto  
}
#suboptionsPage #subscChangedDate { 
	padding: 3px; width: auto  
}

#suboptionsPage .ContentBlock form { 	
	margin-top: 2em ;
	clear: right 
}
#suboptionsPage select { 
	font-size: 1.0em;
}
#suboptionsPage #topics p {
	margin:0; padding:0;
}
#suboptionsPage #topics input[type="checkbox"] { 
	margin: 3px
}
.topicGroupTitle { 
	margin-top: 0;
}
.topicGroup { 
	overflow:auto; 
	height:10em; width:30em;
	border-top:solid 1px silver;
	border-left:solid 1px silver;
	border-bottom:solid 1px silver;
	border-right:solid 1px silver; 
	margin-bottom: 1em
}

#msg_topics .topicGroup { 
	height:6em;
}
#msg_topics p { 
	margin:0; padding:0;
}
#msg_topics input[type="checkbox"] {
	margin: 3px
}

/* dump_scenario.tt2 */

#dump_scenarioPage .ContentBlock form textarea { 
	font-family: monospace,courier ;
	width: 100% ; overflow: hidden;
	margin-bottom: 1em;   
}
#dump_scenarioPage .ContentBlock form input[type="text"] {
	margin-bottom: 1em;
}

/* Subscriber review */

#ancillaryActionLinks .setOfLinks {
	margin-top: 0;
	list-style-type: none;
}
.subsPageNav {
	clear: right;
}
.subsPageNav .subsPrevLink {
	display: block;
	float: left;
}
.subsPageNav .subsNextLink {
	display: block;
	float: right;
}
.subsPageNav .subsPageNumber {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 30em;
	text-align: center;
}

.subsSelectionTools {
}


/* Subscriber review address list table */

#subscribersList table {
	  border: none;
          margin: 10px
}
#subscribersList table td {
  padding: 3px 4px ;
  border: 2px;
}

#subscribersList table th {
  text-align: left;
}

#subscribersList table th.checkbox {
  width: 3em;
  text-align: center;
}

#subscibersList table td.checkbox {
  text-align: center;
}

#subscribersList table td.reception {
  text-align: center;
}

/* Pending lists */
/* Recently created lists */
/* Inactive lists */
/* Closed lists */
/* Message moderation */
.pendinglist, .recentlist, .inactivelist, .closedlist, .modlist {
  border: none;
  width: 100%;
  margin: 10px;
}

.pendinglist th, .recentlist th, .inactivelist th, .closedlist th, .modlist th {
  text-align: left;
}

.closedlist th.checkbox, .modlist th.checkbox {
  width: 3em;
  text-align: center;
}

.closedlist td.checkbox, .modlist td.checkbox {
  text-align: center;
}

.editsubscriber th {
  text-align: right;
}

.defaultIcon {
  font-style: italic;
  font-weight: normal;
}

#listconfig dd {
  margin-top: 10px;
  margin-bottom: 25px;
}

#listconfig dd dd {
  margin-top: 0.125em;
  margin-bottom: 0.25em;
  margin-left: 30px;
}

#listconfig dd ul {
  padding-left: 0px;
  margin-left: 0px;
  list-style-type: none;
}

#listconfig table {
  margin-bottom: 15px;
}

#listconfig th {
  text-align: right;
  font-weight: normal;
}

#listconfig .default {
  font-style: italic;
}

.help {
  text-align: left;
  padding-left: 10px;
  font-size: .70em;
  margin-top: -10px;
}

.help h1 {
  margin: 0px;
  margin-bottom: .5em;
  font-weight: bold;
}

.help dl {
  padding: 10px;
}

.help dd {
  margin-bottom: 1em;
}

.filedisplay {
  border: 1px dashed black;
  padding: 5px;
  margin: 0px;
  background: rgb(233, 233, 233);
}

#colorstable {
  width: 100%;
}

#colorstable td {
  text-align: center;
}

#listrequesttable {
  /* width: 100%; */
}

#listrequesttable tr.info td,
#listrequesttable tr.info th {
  padding-bottom: 2em;
}

#listrequesttable th {
  text-align: right;
}

#listrequesttable th {
  text-align: left;
}

#listrequesttable th.listtype,
#listrequesttable th.description {
  vertical-align: top;
}

/* Message moderation table */
#modindex td {
  text-align: left;
}
#modindex th.checkbox, #modindex td.checkbox {
  text-align: center;
}
#modindex th.subject, #modindex td.subject {
}

/* The calendar in the archives. */
#ArcCalendar {
  padding-bottom: 10px;
}
ul.calendar a {
  font-size: smaller;
}
ul.calendar li {
  list-style: none;
  display: inline;
  padding: 0px 1px 0px 2px;
  font-size: smaller;;
  text-decoration: none;
}
ul li.calendarLinks {
}
ul li.calendarLinks:hover {
}
ul li.calendarLinksCurrentPage {
}
ul li.calendarLinksCurrentPage:hover {
}
ul li.calendarLinksInactive {
}

/* Archive navigation */
.pagenavigation {
}

/* Archive search */
#arcsearch {
  float: right;
}

/* Archive index display */
#indexDisplay {
  float: right;
}

/* List of messages in archives */
#msglistThread, #msglistChrono {
  margin: 10px;
}
#msglistThread ul {
  list-style-image: url(/local-img/list-line.gif);
  padding-left: 10px;
}
#msglistChrono ul {
  list-style-type: none;
  padding-left: 10px;
}
#msglistThread ul li ul {
  list-style-image: url(/local-img/list-crook.gif);
}
#msglistChrono ul li ul {
  list-style-image: url(/local-img/list-line.gif);
}

/* subtitle, in the archived message view */
.subtitle {
  margin-bottom: 1em;
}

/* The little reply-to button box in the archived message view */
#replyTo {
  /*float: right; */
}
#replyTo table th {
  text-align: left;
  font-weight: normal;
  padding: 0px;
}
#replyTo table td {
  padding-left: 10px;
  padding-right: 10px;
}

/* The little navigation bar in archived message view */
#msgViewNav {
  text-align: center;
}

/* The header in archived message view */
#toplinks {
  text-align: center;
}

/* The message headers in archived message view */
#msgHeaders {
  margin-bottom: 1.5em;
  border-top: 1px solid #cdced2;
}
#msgHeaders th {
  text-align: right;
  font-weight: bold;
}
#msgHeaders td {
  text-align: left;
}

/* The body of the message in archived message view */
#msgBody {
  border-bottom: 1px solid #cdced2;
  padding-bottom: 5px;
}

/* The thread overview navigator in the archived message view */
#threadNav {
}

/* Powered by MHonArc tag line */
#poweredByMHonArc {
  margin-top: 1.5em;
  font-size: smaller;
  clear: both;
}

/* Archive search results */
#searchTermsLeft {
}
#searchTermsRight {
  float: right;
}
#searchResults {
  clear: both;
  border-bottom: 1px solid black;
  padding-top: 5px;
  margin-bottom: 1.5em;
}
#searchResults h2 {
  border-bottom: 1px solid black;
}
#searchResults ul {
  list-style-type: none;
  padding-left: 0px;
  margin-left: 0px;
}
#result {
  border-bottom: 1px solid #cdced2;
  padding-top: 5px;
  padding-bottom: 1.5em;
}
#last {
}

/* Advanced search form */
#searchParams th {
  text-align: right;
}

/* "Powered by" box for archive search results */
#poweredByMarcSearch {
  margin-top: 1.5em;
  font-size: smaller;
  clear: both; 
  font-weight: normal;
}

/* The compose mail editor */
#composeMail th {
  text-align: right;
}

/* Shared document property editor box */
#propedit {
}

/* Shared document mode selector */
#modeselector {
  float: right;
  list-style-type: none;
}

/* Shared document file listing */
#filetable {
  margin-bottom: 10px;
  width: 95%;
}
#filetable td {
  padding-left: .5em;
  padding-right: .5em;
}
#filetable .f_size {
  text-align: right;
}
#filetable .f_date {
  white-space: nowrap;
}

/* The currently displayed folder's properties in the shared document view */
#folderProperties {
  border-bottom: 1px solid #cdced2;
  margin-bottom: 1.5em;
  width: 95%;
}
#folderProperties th {
  text-align: left;
  padding: 0 1em 0 1em;
}
#folderProperties td {
  padding: 0 1em 1em 1em;
}

/* Shared document operations on the current folder (upload, etc.) */
#fileOperations {
}

/* The currently selected column for sorting */
.orderedBy {
  /*background: #cdced2;*/
  font-style: italic;
}

/* Empty folder in the shared document listing */
#emptyFolder {
  text-align: center;
  font-weight: bold;
  font-style: italic;
}

/* Help file table of contents */
#helpContents ol {
  list-style-type: lower-alpha;
}
#helpContents ol ol {
  list-style-type: lower-roman;
}

/* edit_list_request list parameters */
.listParameters label {
  font-weight: bold
}

/* ------------------------------ LH Sidebar -----------------------------------*/

#sidebar {
	position: relative;
	float: left;
	width: 225px;
	margin: 0 0 0 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.83em;
	text-align: left; /* IE hack Part 2 */
	display: inline;
}

#sidebar * input {
	font-size: 1.15em;
}

#sidebar * a.subMenuLink { 
	display: inline;
}

#sidebar ul {
	 position: relative;
	 margin: 0;
	 padding: 0;
}

#sidebar ul li {
	 list-style-type: none;
	 list-style-image: none;
	 margin: 0 0 10px 0;
}

#loginWidgets input { 
}
#loginWidgets input { 
	font-size: 1.0em;
}
#loginWidgets #email { 
	width: 190px;
}
#loginWidgets #passwd { 
	width: 110px;
}

#sidebar ul li div.sb_paneltitle {
	width: 223px;
	padding:  0;
	margin:  0;
}

#sidebar ul li div.sb_paneltitle h2 {
	background: #003369 ;
	color: #FFFFFF;
	background: #BCD300 ;
	color: #000;
	height: 16px;
	margin: 0 0 0 0;
	padding:  5px 4px 2px 6px;
	font-size: 1.1em;
	vertical-align: middle;
}

#sidebar ul li div.sb_panelbody {
	background: url(/brand/bkgd-sbnavigation.jpg) repeat-x left top;
	margin: 0 0 0 0;
	width: 223px;
	padding: 0.5em 0px 5px 0px;
	/* border: 1px solid #aaa; */
	overflow: hidden;
}

#sidebar ul li div.sb_infopanelbody {
	background: url(/brand/bkgd-safeTravel.gif) repeat-x ;
	width: 221px;
	border: 1px solid silver;
}

#sidebar ul li div.sb_panelbody * a {
        padding: 2px 0px 3px 10px ;
        color: #003D68;
        font-weight: bold;
	text-decoration: none;
	display: block;
}
#sidebar ul li div.sb_panelbody * a:hover { 
        background: url(/brand/bkgd-mainNavHover.gif) repeat-y left top;
	text-decoration: underline;
}
#sidebar ul li div.sb_panelbody * a:visited { 
        color: #003D68;
}

#sidebar ul li div.sb_panelbody *  a.subMenuLink { 
	display: inline;
}

#sidebar ul li div.sb_panelbody ul{
  margin: 0 5px 0 0;
}

#sidebar ul li div.sb_panelbody ul li ul {
 margin: 0;
 padding: 0;
}

#sidebar ul li div.sb_panelbody ul li{
	display: block;
	padding: 0    0   1px 10px;
	margin:  0px 10px 0px  0px;
}
#sidebar ul li div.sb_panelbody ul li a {
	position: relative;
	right: 10px;
	padding-left: 20px;
}
#sidebar ul li div.sb_panelbody ul li ul li a {
	position: relative;
	right: 20px;
	padding-left: 30px;
}
#sidebar ul li div.sb_panelbody ul li ul li ul li a {
	position: relative;
	right: 30px;
	padding-left: 40px;
}

#sidebar ul li div.sb_panelbody dl {
	margin: 0 5px 10px 0;
	padding: 0px 5px 0px 0px;
	display: block;
}

#sidebar ul li div.sb_panelbody dl dt {
	margin: 4px 0px 4px 0px;
	display: block;
	padding: 0 0 0 5px; 
}

#sidebar ul li div.sb_panelbody dl dd {
	margin: 4px 10px 4px 1em;
	padding: 0 0 1px 5px;
}

#sidebar ul li div.sb_panelbody dl dd.input {
	background: none;
}

#sidebar .inactive {
	display: none;
}

/* ------------------------------- Credits ---------------------------------- */

#footer {
        border-top: 7px solid #b8cc00;
        margin: 0 0 0 0 ; 
        padding: 10px 230px 20px 250px;
        background: url(/brand/bkgd-footerLogo.gif) no-repeat right top;
        font: small Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #666666;
}
#footer a:link {text-decoration:underline}
#footer a:visited {text-decoration:underline}
#footer #providedByText {
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
}
#footer #footerLinks {
	font-size: 0.8em; 	
	font-family: Arial, Helvetica, sans-serif;
}
#footer p {
        margin:0; 
	padding:0 0 7px 1%;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
#footer p.credits {
	padding: 0px 0px;
	text-align: center;
	margin: 10px 0px; 
	font-size: 0.8em;
}



