/* GroupServer Standard Stylesheet
 *
 * The stylesheet is in five parts. The first part is taken from the 
 * Yahoo! UI project, and is used to reset all the element styles. The
 * second lays out the page, placing the elements in the correct place. 
 * The top of the page is based on a 30px grid, with 10px spacing used
 * when elements are closely related. The main body of the page is
 * formatted using an 18px grid. The third part of this stylesheet is
 * the default colour-scheme, and is followed by the print and handheld
 * stylesheets.
 *
 * -- Michael JasonSmith (mpj17) 2007
 *
 */

/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.0
*/
/*reset.css*/body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
/*End of YUI code*/

/*******************************/
/* GroupServer Standard Layout */
/*******************************/

body * {
    line-height: 1.39em; /* 18px */
}

p, ul, ol, dl, table, fieldset, .xhtml2-address {
    margin: 1.39em 0px 1.39em 0px;
}

.label {
  margin-bottom: 0em;
}
.label + ul, .label + ol, .label + p {
  margin-top: 0px;
}

ul, ol, dd, blockquote {
  margin-left: 1.39em;
}
ul ul, ul ol, ol ul, ol ol {
  margin-top: 0px;
  margin-bottom: 0px;
}
ol, ol li {
  list-style: decimal outside;
}
ul, ul li {
  list-style: disc outside;
}
dt, strong, th {
    font-weight: bold;
}
cite, em {
    font-style: italic;
}

q:before {
  content: open-quote;
}

q:after {
  content: close-quote;
}

p img {padding: 0px 30px 30px 0px}

abbr {
  border-bottom: thin dotted;
}

p#divisionAdminTasks img,  p.divisionAdminTasks img{
    padding: 0px;
    margin: 0px;
}

/*********/
/* Forms */
/*********/

select, textarea, .formelementtext input {
    width: 30em;   
}
textarea {
    height: 10em;
}

input {
    margin: 0px 10px 30px 0px;
}

fieldset {
    padding: 0px 0px 0px 30px;
}


label, input {
    vertical-align: top;
    display: block;
}

label {
    margin: 0px 10px 10px 0px;
}

.form-widget {
  margin: 1.39em 0px 2.78em 0px;
}

input, fieldset .hint, textarea, select, .wym_box, .form-widget .error, .readonlyWidget {
  margin: 1.39em 0px 0px 1.39em;
  width: 80%
}
input.radioType {
  width: auto;
}
option {
  padding: 0.34em;
}
input.button {
  font-size: 100%;    /*16px*/
  line-height: 1.125em; /*18px*/
  padding: 0.35em;    /* 4px*/
  width: auto;
}

fieldset legend {
    margin: 0px 0px 0px -30px;
}

.formelementbutton input, .checkgroup input, .radiogroup input, .checkboxType, .raidoType {
    width: auto;
}

.checkgroup, .radiogroup {
  margin: 10px 0px 10px 0px
}
.checkgroup input, .checkgroup label, .radiogroup input, .radiogroup label{
    display: inline;
}
.checkgroup input, .radiogroup input {
    margin: 0px;
}    

.checkgroup label, .radiogroup label {
    margin: 0px 0px 0px 10px;
}

.formelementtext {
    margin: 30px 0px 30px 0px;
    display: block;
}

.radiogroup label {
  
}

.checkboxType, .checkboxLabel, .radioType, .radioLabel {
  display: inline;
  margin: 0px 0.64em 0px 0px;
}

.hiddenType {
  display: none;
}

/* Feedback Messages */
.message-result, .message-error {
    margin: 10px 0px 10px 0px;
    padding: 10px 10px 10px 10px;
}

/***************/
/* Menu Styles */
/***************/
/* Three of the menus are structured as ul-lists, but are displayed as  
 * inline lists: External, Utility and Site Navigation. */
#externallinks ul, #utilitylinks ul {
    padding: 0px;
    margin: 0px;
}
#externallinks li, #utilitylinks li, #sitenavigation li {
    list-style-type: none;
    display: inline;
    padding: 0px 0px 0px 0px;
    margin: 0px 30px 0px 0px;
}

/*External Menu*/
#externallinks {
    position: absolute;
    top: 0px;
    right: 30px;
    padding: 0px;
    margin: 10px 0px 0px 0px;
    width: auto;
    height: 30px;
}

/*Utility Menu*/
#utilitylinks {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 40%;
    height: 26px;
    z-index: 50;
    text-align: right;
}

/*Site Navigation Menu*/
#sitenavigation {
    position: absolute;
    top: 30px;
    left: 0px;
    width: 100%;
    height: 30px;
    padding: 0px;
}
#sitenavigation ul {
    margin: 0px 0px 0px 30px;
}
#sitenavigation ul, #utilitylinks ul {
    padding: 5px 0px 0px 0px;
    line-height: 26px;/*--=mpj17=-- TOdo */
}

/* Site Navigation Menu 
 */

#Home-menu-link, #Resources-menu-link, #Groups-menu-link,
#Feedback-menu-link, #Results-menu-link, #Help-menu-link, 
#log-out-link, #profile-link, #About-menu-link, #Blog-menu-link,
#GroupServer-menu-link, #Download-menu-link {
    padding: 0px 0px 0px 18px;
    background-repeat: no-repeat;
}

/* Context Menu */
#contextnav {
    position: absolute;
    top: 150px;
    left: 30px;
    width: 150px;
}
/* Unlike the other menus, the context menu is presented as a list.
 * There are two types of context-list: the first uses a description
 * list for the structure, the second (newer) uses a unordered list.*/
#contextnav dl, #contextnav ul {
    padding: 0px;
    margin: 0px;
}
#contextnav dd, #contextnav li {
    line-height: 1.39em;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
#contextnav dd dd, #contextnav li li {
    list-style-type: none;
}
#contextnav .label {
    padding: 0.69em 0px 0.69em 0.69em; /*9px*/
    margin: 0px;
}
#contextnav a {
    display: block;
    padding: 0.69em 0px 0.69em 0.69em; /*9px*/
}
#contextnav li li a {
    padding: 0.69em 0px 0.69em 1.3em; /*9px*/
}
#contextnav .label a {
    padding: 0px;
    margin: 0px;
}
/*********/
/* Title */
/*********/
#titlebar {
    position: absolute;
    top: 60px;
    left: 0px;
    height: 90px;
    width: auto;
    padding: 30px 0px 0px 30px;
    margin: 0px; 
}
#titlebar .logo {
    display: none;
}
#titlebar .group {
    display: none;
}
/***********/
/* Content */
/***********/
#content, #divisionHomeContent {
    position: absolute;
    top: 150px;
    left: 200px;
    right: 30px;
    bottom: 30px;
    /*width: auto;*/
    margin: 0px;
    padding: 0px 0.69em 0px 0.69em;
}
#divisionHomeContent {
    left: 30px;
    padding: 1.39em 0px 0px 0px; /*18px*/
}

/* Icons in the page */
.ziplink, .pdflink, .excellink, .imagelink, .powerpoint, .tel, .email,
.textlink, .wordlink, .weblink, .rsslink, .atomlink, .alternateATOM {
    padding: 0px 0px 0px 18px;
    background-repeat: no-repeat;
}

/***************/
/* Site Search */
/***************/
div#searcharea {
  display: none;
}
form#searcharea {
  position: absolute;
  top: 75px;
  right: 60px;
}
#searcharea input.text {
    width: 20em;
    display: inline;
}

#searcharea input.button {
    width: auto;
    display: inline;
}

/* Search Results */

ul.searchResults, ul.feeds {
  margin: 0px 0px 1.39em 0px;
}

ul.searchResults li, ul.feeds li {
  list-style: none;
  margin-top: 1.39em;
}

.searchResults .disclosureWidget ul, .searchResults .disclosureWidget p {
  margin: 0px;
}
.searchResults .disclosureWidget li {
  margin: 0px 0px 0px 1.39em;
}
.searchResults .tags ul {
  margin-left: 0px;
}
.tags, .metadata, .groupInfo, .email-summary, .searchResults .disclosureWidget {
  padding-left: 1.39em;
}

.searchResults .topic, .feeds .title {
  font-weight: bold;
}
.searchResults .topic {
  margin-right: 0.7em;
  display: block;
  float: left;
}

.fileName {
  padding-left: 1.39em;
}

.fileIcon {
  display: block;
  float: left;
  min-width: 16px;
  width: 16px;
  min-height: 16px;
  height: 16px;
  margin: 0px 10px 0px 0px;
}

.groupInfo, .tags, .email-summary, .metadata {
  display: block;
  clear: left;
}

.tags p, .tags ul, .tags li {
  display: inline;
}
.tags p {
  margin-right: 1.39em;
}
.tags ul li {
  list-style: none;
  padding: 0px 1.39em 0px 0px;
}

.postCount {
  font-weight: bold;
}

#searchInput {
  margin: 20px 0px 0px 0px;
}

#widenSearch {
  margin: 10px 0px 40px 0px;
  padding-left: 40px;
}

#searchInput input {
  display: inline;
}
#searchInput .text {
  width: 40em;
}

/*********************/
/* Breadcrumb trail */
/*********************/

.breadcrumb {
    padding: 0.69em 0px 0.69em 0px;
}

/* Tabs */
#tabmenu ul {
  margin: 0px;
  padding: 0px;
  line-height: 2.08em;
}

#tabmenu li {
  list-style-type: none;
  display: block;
  float: left;
  line-height: 2.08em;
}

#tabmenu a {
  padding: 0.3em 1.39em;
}
/************************/
/* Contacts and Profile */
/************************/

ul.contacts li {
    list-style-type: none;
    padding-left: 30px;
    background-image: url("++resource++whiteSprites-20071113/user.gif");
    background-repeat: no-repeat;
}

.userself .row .label {
    margin: 10px 0px 0px 0px;
}

.row .field {
    margin: 5px 0px 0px 30px;
}

.row .field ul.emails {
    margin: 0px;
    padding: 0px;
}

.row .field ul.emails li {
    list-style-type: none;
}

#profileAtributes {
  margin: 0px;
  border-spacing: 1.39em 1.39em;
  border-collapse: separate;
}
#profileAtributes tr {
  margin: 1.39em 0px 0px 0px;
}
#changeUserEmailSettings table {
  width: 100%;
}
#changeUserEmailSettings tbody tr {
  height: 4.6em;
}
#changeUserEmailSettings .address *,  #changeUserEmailSettings .status *{
  margin: 0px 1.39em 0px 1.39em;
}

#profileAtributes th, table.profile th {
  vertical-align: top;
}
#profileAtributes th {
  margin: 1.39em 1.39em 0px 0px;
}
#profileAtributes td p, table.profile p {
  margin: 0px;
}
#profileAtributes td p + p {
  margin: 1.39em 0px 0px 0px;
}

table.profile select,  table.profile input {
  width: auto;
  display: inline;
  margin: 0px 0px 0px 1.39em;
}
#userGroupEmailSettings td, #userGroupEmailSettings th {
  padding: 0px 1.39em;
}
#userGroupEmailSettings tbody tr {
  height: 2.78em;
}

table.profile .na {
  text-align: center;
}
userGroupEmailSettings
#emailContact {
  clear: left;
}
#emailContact li {
  list-style-type: none;
}

.userProfile .email-summary {
  overflow: hidden;
}

/* Site and Group Membership */
#membership {
  margin: 1.39em 0px 1.39em 0px;
  width: 43.78em;
}
#membership ul {
  margin: 0px;
}
#membership li {
  list-style: none;  
}
#membership a, #siteMembership .current {
  display: block;
  padding: 0.69em;
}
.userProfile #groups {
  padding: 0px 0px 0px 0.69em;
  width: 20.85em; /*15u*/
}
.userProfile #siteMembership {
  border-left: 0.69em solid black;
  padding: 0px;
  width: 20.85em; /*15u*/
  float: right;
}
#groups h2 {
  margin: 0px 0px 0.45em 0px; /*0.5u*/
}
#siteMembership h2 {
  margin: 0 0 0.45em 0.45em; /*0.5u*/
}
#siteMembership .current {
  color: white;
  background: black;
}

/**********************/
/* Disclosure Buttons */
/**********************/

.disclosureButton {
    display: block;
    text-decoration: none;
}

.history .disclosureButton {
   display: inline;
 }

/*********************/
/* Division Selector */
/*********************/
#externalbar #division {
    display: none;
}

/********************/
/* Multiple Columns */
/********************/
.cols {
  clear: both;
}
.cols h2 {
    margin-top: 0px;
}

.leftColumn {
    padding-right: 60%;
}

.rightColumn {
    width: 55%;
    float: right;
}

.noFloat {
    clear: both;
}

/****************/
/* Footer Links */
/****************/
#footerLinks {
    margin: 30px 0px 30px 0px;
    padding: 0px;
    width: 100%; /* Solves a layout bug with IE */
}
#footerLinks a {
    margin: 0px 1.5em 0px 0px;
}

/*********/
/* Email */
/*********/

/* Summary for the Latest Topics page */
#topicsSummary {
    border-collapse: separate;
}
#topicsSummary .topic, #topicsSummary th.posts, #topicsSummary th.date, #topicsSummary td.posts, #topicsSummary td.date {
    text-align: left;
    padding: 5px 10px 5px 10px;
}
#topicsSummary .topic, #topicsSummary th.date, #topicsSummary td.posts, #topicsSummary td.date {
    text-align: left;
}
#topicsSummary th.posts, #topicsSummary td.posts {
    text-align: right;
}

#topicsSummary caption {
  display: none;
}

pre.email-body, .email-remainder pre {
  margin: 0px;
}

.email-navlink {
    padding: 10px 0px 10px 10px; clear: both;
}

.fileMetadata {
  clear: both;
  margin: 0 0 1.39em 2.09em;
  padding: 0 0 1.39em 0;
  border-bottom: 0.1px dotted #999999;
}

.fileMetadata .figure {
  float:left;
}

.fileMetadata .info {
  clear: both;
}

.cannotPost {
	margin: 5px 0 0 0;
}

.postList {
  margin: 2em 0px 0px 0px;
}
.emaildetails-odd, .emaildetails-self-odd, .emaildetails-even, .emaildetails-self-even
{
  margin: 0px;
  padding: 1.39em;
}

.email-metadata {
  margin-top: 0px;
  padding-bottom: 1.39em;
}
.email-metadata .author, .email-metadata .posted {
  padding-right: 2.08em;
}

.email-link {
     background-image:url("/++resource++16x16/world_link.png");
     min-width: 16px;
     min-height: 16px;
     width: 16px;
     height: 16px;
     display: -moz-inline-stack;
     display: inline-block;
     text-decoration: none;
     border: none;
}

.fb-link {
     background-image:url("/++resource++16x16/facebook.png");
     min-width: 16px;
     min-height: 16px;
     width: 16px;
     height: 16px;
     display: -moz-inline-stack;
     display: inline-block;
     text-decoration: none;
     border: none;
}

.userimage {
    margin: 0px;
    padding: 0px 9px 9px 0px;
    float: left;
}

#topicsSummary {
	min-width: 600px;
	width: 90%;	
}

.email-remainder {
    clear: both;
}

/* List of latest posts */

.email-metadata .topic {
  display: block;
  font-weight: bold;
  font-size: 122%;
  padding: 0px 0px 15px 0px;
}

/* Topic-index table */
table#results caption {
  text-align: left;
  font-size: 122%;
  font-weight: bold;
}
table#results .file {
    padding: 0px 1.39em 0px 1.39em;
}
table#results .file a {
    text-decoration: underline;
    margin-right: 1.39em;
}
table#results .file a img {
  border: none;
}

table#results th.file {
    visibility: hidden;
}

#toggleStickyTopic {
    float: right;
}
#toggleStickyTopic div {
    padding: 0px;
}
#toggleStickyTopic .hint {
    width: 10em;
}
#toggleStickyTopic input.button {
    margin: 1.39em 0px 0px 0px;
    display: block;
}

.fileMetadata img {
    border: none;
}

#post-message {
    margin-top: 2.8em;
}

#post-message h2 {
    padding-top: 0px;
    padding-bottom: 0px;
}
#post-topic-field, #post-from-fields, #singleFrom, #message-fields, #post-message .formelementbutton
 {
    padding-left: 30px;
}
#post-optional-fields {
    padding-left: 60px;
}
#post-optional-fields legend {
    margin-bottom: 10px;
}
#post-message #tags-fields {
    margin-top: 10px;
}
/* Message entry box */
#add-to-topic textarea {
    font-family: monospace;
    width: 35.26em;
    height: 27.8em;
}

/**************/
/* Popup Help */
/**************/
.popup-help {
  float: right;
  width: 15.4em;
  z-index: 512;
  background: white;
}

/****************/
/* Microformats */
/****************/

.vcard .hide {
  display: none;
}

div.vcard div.org, div.vcard .email, div.vcard .adr * {
  display: block;
}
div.vcard span.org {
  display: inline;
}

div.vcard .org, div.vcard .email, div.vcard .adr {
  margin: 1em 0em 1em 0em;
}

.vcard .type {
  text-transform: capitalize;
  border: none;
}

div.vcard .adr * {
    padding-left: 1.39em;
}
div.vcard .adr .type {
    padding-left: 0px;
}

.tel {
  font-family: monospace;
  }

/**************/
/* Image Page */
/**************/

.image .metadata {
  width: 15.4em; /*11u*/
  float: right;
}

.image #linkurl {
  width: 32em;/*23u*/
}

.image #navigation {
  display: block;
  list-style: none;
}

.image #navigation li {
  display: block;
  float: left;
  margin: 0px 2.78em 0px 0px;
  height: 2.78em;/**2u*/
  line-height: 2.78em;
}

/************************************************************************/
/*                    ABEL-Specific Style                               */
/************************************************************************/

/* #01375b Dark (Midnight) Blue: Main heading colour
 * #41638b Navy Blue: 
 * #839ab8 Deep Powder Blue:
 * #79b1d7 Light Power Blue: 
 */ 

body {
    /* The fall-back fonts are inherited*/
    font-family: Trebuchet,'Trebuchet MS';
}

/* Headings */
h1,h2,h3,h4, h5,h6,caption,legend,th,label,.label,#titlebar .division,.row .label {
    color: #01375b;
    background: transparent;
}
#titlebar .division, h1 {
    font-weight: bold;
}
#titlebar a {
  text-decoration: none;
  border: none;
}
#titlebar .division {
    font-size: 197%; /*26px*/
}
h1 {
    font-size: 189%; /*34px*/
    line-height: 1.45em; /*36px*/
    margin-bottom: 0.75em; /*18px*/
}
h1 .shortLink {
    font-size: 40%;
    font-weight: 200;
}

h2 {
    font-size: 153.9%; /*20px*/
    line-height: 1.35em; /*27px*/
    margin: 1.35em 0px 0.9em 0px; /*27px 0px 18px 0px*/
}
h3 {
    font-size: 138.5%; /*18px*/
    line-height: 1em; /*18px*/
    margin: 1em 0px 1em 0px; /*18px*/
}
h4, caption {
    font-size: 123%; /*16px*/
    line-height: 1.125em; /*18px*/
    margin: 1.125em 0px 1.125em 0px; /*18px*/
}
caption {
    margin: 1.125em 0px 0px 0px; /*18px*/
}
h5 {
    font-size: 114%; /*15px*/
    line-height: 1.2em; /*18px*/
    margin: 1.2em 0px 1.2em 0px; /*18px*/
}
h6 {
    font-size: 107%; /*14px*/
    line-height: 1.3em; /*18px*/
    margin: 1.3em 0px 1.3em 0px; /*18px*/
}
label, th {
  line-height: 1.39em;
}
/* Links */
a {
    color: #01375b;
    background: transparent;
}
a:hover, a:visited {
    color: #41638b;
}

p#divisionAdminTasks img,  p.divisionAdminTasks img{
    border: none;
}

/* Site Navigation Menu */ 
#sitenavigation {
    background: #839ab8;
}
#sitenavigation a, #sitenavigation a:visited, #utilitylinks a, #utilitylinks a:visited {
    color: #d8e6f0;
}
#sitenavigation a.current, #sitenavigation a:hover, #utilitylinks a:hover {
    color: #f0ecd8;
}

/* Context Menu */
#contextnav dd a, #contextnav li a {
    font-weight: bold;
}
#contextnav dd dd a, #contextnav li li a {
    font-weight: normal;
}
#contextnav a:hover,  #contextnav .label, #contextnav .label a, #tabmenu a {
    font-weight: bold;
    color: #f0ecd8;
}
#contextnav .current,  #contextnav .current a, #contextnav a.current{
    text-decoration: none;
    font-weight: bold;
}

/** Borders */
#content, #contextnav, #divisionHomeContent {
    border-top: 0.69em solid #41638b;
}

#contextnav dd, #contextnav li {
    border-bottom: thin dotted #41638b;
} 
#contextnav dd dd, #contextnav li li {
    border-bottom: none;
}

#tabmenu a {
  border-top: thin solid #41638b;
  border-right: thin solid #41638b;
  border-bottom: none;
  border-left: thin solid #41638b;
}

.userProfile #groups {
  border-color: #41638b;
}

/* Mouse Overs */
#contextnav .label, #contextnav dd a:hover, #contextnav li a:hover, #tabmenu a {
  background: #839ab8;
}
#tabmenu a.current, #tabmenu a:hover {
  color: #41638b;
  background: none;
}

/* Site Navigation Menu Icons */

#Home-menu-link {
    background: url("/++resource++blueSprites-20071113.gif") no-repeat 0px 0px;
}
#Resources-menu-link {
    background: url("/++resource++blueSprites-20071113.gif") no-repeat 0px -64px;
}
#Groups-menu-link {
    background: url("/++resource++blueSprites-20071113.gif") no-repeat 0px -128px;
}
#Feedback-menu-link, #Blog-menu-link {
    background: url("/++resource++blueSprites-20071113.gif") no-repeat 0px -256px;
}
#Results-menu-link {
    background: url("/++resource++blueSprites-20071113.gif") no-repeat 0px -224px;
}
#Help-menu-link {
    background: url("/++resource++blueSprites-20071113.gif") no-repeat 0px -96px;
}
#log-out-link {
    background: url("/++resource++blueSprites-20071113.gif") no-repeat 0px -192px;
}
#profile-link {
    background: url("/++resource++blueSprites-20071113.gif") no-repeat 0px -160px;
}
#About-menu-link {
    background: url("/++resource++blueSprites-20071113.gif") no-repeat 0px -32px;
}
#Download-menu-link {
    background: url("/++resource++blueSprites-20071113.gif") no-repeat 0px -623px;
}
#GroupServer-menu-link  {
    background: url("/++resource++blueSprites-20071113.gif") no-repeat 0px -592px;
}

/* Icons for in the page */
.ziplink {
    background: url("/++resource++blueSprites-20071113.gif") no-repeat 0px -400px;
}
.pdflink {
    background: url("/++resource++blueSprites-20071113.gif") no-repeat 0px -560px;
}
.excellink {
    background: url("/++resource++blueSprites-20071113.gif") no-repeat 0px -304px;
}
.imagelink {
    background: url("/++resource++blueSprites-20071113.gif") no-repeat 0px -528px;
}
.powerpoint {
    background: url("/++resource++blueSprites-20071113.gif") no-repeat 0px -432px;
}
.textlink {
    background: url("/++resource++blueSprites-20071113.gif") no-repeat 0px -368px;
}
.wordlink {
    background: url("/++resource++blueSprites-20071113.gif") no-repeat 0px -464px;
}
.weblink {
    background: url("/++resource++blueSprites-20071113.gif") no-repeat 0px -496px;
}
.rsslink, .atomlink, .alternateATOM {
    background: url("/++resource++blueSprites-20071113.gif") no-repeat 0px -336px;
}
.tel {
    background: url("/++resource++blueSprites-20071113.gif") no-repeat 0px -655px;
}
.email {
    background: url("/++resource++blueSprites-20071113.gif") no-repeat 0px -687px;
}

/**********/
/* Search */
/**********/
.searchResults .topic, .searchResults .fileName, .feeds .title {
  font-size: 108%;
  line-height: 1.29em;
}

/*****************/
/* Notifications */
/*****************/

/**************/
/* File Icons */
/**************/
.fileIcon, .fileName {
  background-image: url("/++resource++whiteFileSprites-20070810.png");
  background-repeat: no-repeat;
  text-decoration: none;
  border: none;
}

.fileName {
  padding-left: 20px;
}

/*application-octet-stream binary contents2 empty document misc text-css
*/

/* Plain text */
.ascii, .text, .text-richtext, .text-x-generic, .text-x-generic-template,
.text-x-log {
  background-position: 0px -32px;
}

/* Web */
.text-html, .application-xhtml-xml, .application-xml, .html, .text-html,
.text-vnd-wap-wml, .text-xml  {
  background-position: 0px -64px;
}

/* Video */
.video-x-generic {
  background-position: 0px -96px; 
}

/* Script */
.application-x-perl, .application-x-php, .application-x-python-bytecode,
.application-x-shellscript, .application-x-shockwave-flash,
.application-xslt-xml, .application-xslt+xml, .shellscript, .text-x-csh,
.text-x-python, .text-x-script, .text-x-sh, .text-x-zsh
 {
  background-position: 0px -128px;
}

/* TeX */
.application-x-tex, .text-x-bibtex, .text-x-tex {
  background-position: 0px -160px;
}

/* Compressed */
.application-x-7z-compressed, .application-x-archive,
.application-x-arj, .application-x-bzip-compressed-tar,
.application-x-bzip, .application-x-compressed-tar, .application-x-compress,
.application-x-cpio-compressed, .application-x-cpio, .application-x-deb,
.application-x-gzip, .application-x-jar, .application-x-lha, 
.application-x-lhz, application-x-stuffit, .application-x-tar,
.application-x-tarz, .application-x-zip-compressed, .application-zip,
.application-x-rar, .application-x-rpm, .deb, .folder_tar, .gnome-package,
.plan, .package_editors, .package, .package_wordprocessing, 
.package-x-generic, .rpm, .tar {
  background-position: 0px -192px;
}

/* Audio/Sound */
.application-ogg, .audio, .audio-x-generic, .audio-mpeg, .audio-x-wav {
  background-position: 0px -122px;
}

/* skip 1\ldots */

/* Images */
.image-png, .application-vnd-oasis-opendocument-image, .image-bmp,
.image-gif, .image-jpeg, .image-pjpeg, .image, .image, .image-svg-xml,
.image-svg+xml, .image-tiff, .image-x-generic, .image-x, .image-x-xpixmap {
  background-position: 0px -288px;
}

/* Executable */
.application-x-executable, .application-x-ms-dos-executable, .exec, 
.gnome-fs-executable  {
  background-position: 0px -320px;
}

/* skip 5\ldots */

/* Presentation */
.application-magicpoint, .application-vnd-ms-powerpoint, 
.application-vnd-oasis-opendocument-presentation, 
.application-vnd-oasis-opendocument-presentation-template,
.application-vnd-oasis-opendocument-text-web, 
.application-vnd-stardivision-impress, .application-x-kpresenter {
  background-position: 0px -512px;
}

/* Spreadsheet*/
.application-msexcel, .application-vnd-lotus-1-2-3, .application-vnd-ms-excel,
.application-vnd-oasis-opendocument-spreadsheet, 
.application-vnd-oasis-opendocument-spreadsheet-template, 
.application-vnd-openxmlformats-officedocument-spreadsheetml-sheet, 
.application-vnd-stardivision-calc, .application-vnd-sun-xml-calc,
.application-vnd-sun-xml-calc-template, .application-vnd-sun-xml-calc,
.application-vnd-sun-xml-calc-template, .application-x-applix-spreadsheet,
.application-x-applix-spreadsheet, .application-x-gnumeric, 
.application-x-msexcel, .application-x-kspread, 
.text-x-comma-separated-values, .x-office-spreadsheet, 
.x-office-spreadsheet-template
 {
  background-position: 0px -544px;
}

/* Drawing and publishing */
.application-vnd-ms-publisher, .application-vnd-oasis-opendocument-graphics,
.application-vnd-oasis-opendocument-graphics-template, .application-vnd-sun-xml-draw,
.application-vnd-sun-xml-draw-template, .application-x-killustrator,
.x-office-drawing, .x-office-drawing-template, .x-office-presentation,
.x-office-presentation-template {
  background-position: 0px -576px;
}

/* Generic Office Document */
.x-office-document, .application-ms-tnef, .x-office-document-template {
  background-position: 0px -608px;
}
/* Skip 2\ldots */
/* Wordprocessor */
.application-msword, .application-rtf, .application-vnd-lotus-wordpro, 
.application-vnd-ms-word-document-macroEnabled-12, 
.application-vnd-oasis-opendocument-text, 
.application-vnd-oasis-opendocument-text-template, 
.application-vnd-openxmlformats-officedocument-wordprocessingml-document,
.application-vnd-sun-xml-impress, .application-vnd-sun-xml-impress-template
.application-vnd-stardivision-writer, .application-vnd-sun-xml-writer,
.application-vnd-sun-xml-writer-template, .application-wordperfect,
.application-x-abiword, application-x-applix-word, .application-x-abiword,
.application-x-applix-word, .application-x-kword {
  background-position: 0px -704px;
}

/* VCard and Calendar */
.text-x-vcalendar, .text-x-vcard, .x-office-address-book, 
.x-office-calendar {
  background-position: 0px -736px;
}

/*Skip 1\ldots*/

/* Font */
.application-x-font-afm, .application-x-font-bdf, 
.application-x-font-linux-psf, .application-x-font-pcf, 
.application-x-font-sunos-news, .application-x-font-ttf, .font-x-generic,
.x-font-afm {
  background-position: 0px -800px;
}

/*Skip 1\ldots*/

.application-pdf {
  background-position: 0px -864px;
}

.application-certificate {
  background-position: 0px -896px;
}

.application-postscript, .application-x-dvi {
  background-position: 0px -928px;
}

/*********/
/* Forms */
/*********/
textarea, input.text, .text input, .password input {
  width: 32em;
}
.required label:before {
  content: '*';
  color: red;
}
.required label.radioLabel:before {
  content: '';
}

.hint {
    font-size: 85%; /*11px*/
    font-style: italic;
}
/* Feedback Messages */
.message-result {
    background-color: #839ab8;
    color: #f0ecd8;
    border-left: 10px solid #41638b; 
}
.message-error, .form-widget .error {
    background-color: #d86464;
    color: white;
    font-weight: bold;
}

/* Feedback Forms */
.feedbackresults td {
  padding: 0px 30px 0px 30px;
}
.feedbackresults input {
  margin: 0px;
  padding-left: 0px;
  padding-right: 0px;
}


/*********/
/* Email */
/*********/
.email-body, .email-remainder pre {
  font-family: monospace;
  font-size: 92%;
}
#topicSummary .label {
  font-weight: bold;
}

.messages-nl .label {
    font-weight: bold;
}
 
.messages-nl ul {
    list-style: none inside none;
}

.messages-nl a, .messages-nl span {
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: left center;
}

#usefulLinks.messages-nl p {
    display: none;
}

#usefulLinks.messages-nl a {
    padding-left: 0px;
    margin-right: 10px;
}
#usefulLinks.messages-nl .alternateATOM a {
    padding-left: 18px;
}


.messages-nl .first a, .messages-nl .first span {
    background-image: url('/++resource++postImages/arrow_left_bar.png');
}
.messages-nl .prev a, .messages-nl .prev span {
    background-image: url('/++resource++postImages/arrow_up.png');
}
.messages-nl .next a, .messages-nl .next span {
    background-image: url('/++resource++postImages/arrow_down.png');
}

#topicsNavigation li, #topicNavigation li, #postsNavigation li, #usefulLinks li {
    list-style: none;
}

#topicNavigation .label, #topicsNavigation .label, #postsNavigation .label {
    display: none;
}

#singlePostTopicNavigation.messages-nl ul li, #usefulLinks.messages-nl ul li {
    display: inline;
}

#singlePostTopicNavigation.messages-nl .prev a,
#singlePostTopicNavigation.messages-nl .prev span {
    background-image: url('/++resource++postImages/arrow_left.png');
}
#singlePostTopicNavigation.messages-nl .next a, 
#singlePostTopicNavigation.messages-nl .next span {
    background-image: url('/++resource++postImages/arrow_right.png');
}
#singlePostTopicNavigation.messages-nl .last a,
#singlePostTopicNavigation.messages-nl .last span {
    background-image: url('/++resource++postImages/arrow_right_bar.png');
}
#singlePostTopicNavigation.messages-nl .next a,
#singlePostTopicNavigation.messages-nl .next span {
    background-image: url('/++resource++postImages/arrow_right.png');
}
#singlePostTopicNavigation.messages-nl .topicLink a {
    background-image: url('/++resource++postImages/arrow_up.png');
}

/** Email Details **/
.emaildetails-odd, .odd, .oddStickyTopic {
	background-color: #dcdcdf;
}
.emaildetails-even {
	background-color: #fcfcff;	
}
.emaildetails-self-even {
    background-color: #cdd2d6;
}

.postList, .emaildetails-odd, .emaildetails-even, .emaildetails-self-even, .emaildetails-self-odd {
    border-top: thin solid #41638B;
    border-bottom: thin solid #41638B;
}
.postList {
    border-bottom: 0.69em solid #41638B;
}

/**************/
/* Popup Help */
/**************/
.popup-help h3 {
    line-height: 1.39em; /* 18px */
    border-bottom: thin solid #41638B;
    margin: 0px;
}


@media print {
        /***************************************************************/
        /*                   Print Medium Style Sheet                  */
        /***************************************************************/
        body {
          color: black;
          background-color: white;
          font-family: arial,helvetica,clean,sans-serif;
          font-size: 9.5pt;
          margin: 0px;
          padding: 0px;
        }

        p, ul, ol, dl, table {
          font-size: 120%;
        }

        h1,h2,h3,h4, h5, h6, caption, legend, th, 
        label, .label, #titlebar .division, .row .label {
          color: black;
        }

        /* Do not display any of the navigation elements. */
        #externallinks, #utilitylinks, #sitenavigation, #contextnav, #searcharea, .helpLink, #footerLinks {
            display: none;
        }

        #content, #divisionHomeContent {
          border-top: none;
          margin: 0cm;
          padding: 0cm;
          border: none;
          position: static
        }

        /* Reformat the links:                        */
        /* - No underlining,                          */
        /* - No colour, and                           */
        a, a:visited {
          color: inherit;
          background-color: inherit;
          text-decoration: none;
        }
        #titlebar, #topicNavigation, #postsNavigation, #usefulLinks, table#results, #singlePostTopicNavigation, #posting,  #toggleStickyTopic {
            display: none;
          }
          
        .disclosureShowHide {
            display: block;
        }
        
        .pageBreakBefore {
          page-break-before: always;
        }
        table#result {
          page-break-inside: auto; /*Do not stress if we break inside.*/
        }
}/*END print stylesheet*/

@media handheld {
        /***************************************************************/
        /*                Handheld Medium Style Sheet                  */
        /***************************************************************/

        body {
          color: black;
          background-color: white;
          font-family: sans-serif;
          margin: 0px;
          padding: 0px;
        }
        h1, h2, h3, h4, h5, h6, caption, legend, th, label, .label, #titlebar .division, .row .label {
          font-family: inherit;
        }
        /* Do not display any of the navigation elements. */
        #externallinks, #sitenavigation, #contextnav, #titlebar {
          display: none;
        }
        #utilities,#utilitylinks {
          display: block;
          position: static;
          width: auto;
          height: auto;
          top: auto;
          right: auto;
          bottom: auto;
          left: auto;
          float: none;
        }
        #utilitylinks li {
          display: list-item;
          padding: 0px;
        }
        #utilitylinks a, #utilitylinks a:visited, #utilitylinks a:hover{
          color: inherit;
          background: inherit;
        }
        #searcharea {
          display: block;
          position: static;
          width: 100%;
          height: auto;
          float: none;
        }
        #content {
          margin: 0px;
          padding: 0px;
          position: static;
          width: 100%;
          top: auto;
          right: auto;
          bottom: auto;
          left: auto;
        }
}
