@CHARSET "UTF-8";

/**
*   Tapestry CSS based on Zen CSS
*
*   $Id: style.css,v 1.17.2.2 2007/01/17 05:02:52 jjeff Exp $
*/

/**
*   IMPORT EXTERNAL STYLE SHEETS 
*/
@import "layout.css";
@import "icons.css";

/**
*   FONT STYLES 
*
*  Standardize font sizes and line-height across browsers 
*/

body, p {
  background-color: #FFFFFF;
  color: #000000;
  font:14px arial,helvetica,clean,sans-serif;
  *font-size:small;
  *font:x-small;
}

table {
  font-size:inherit;
  font:100%;
}

tbody {
  border: none;
}
tbody th {
  border: none;
}

select, input, textarea {
  font:99% arial,helvetica,clean,sans-serif;
}

pre, code {
  font:115% monospace;
  *font-size:100%;
}

table tr.odd {
  background: #ddd;
}

td.icon {
  text-align: center;
}

tr, td {
  margin: 0;
  padding: 0;
}

.round_interior tr, .round_interior td
{
  padding: .25em;
}

/**
*   LAYOUT STYLES 
*
*  Styles pertaining to minor layout adjustments, such as
*   changing from fluid width to fixed width.  
*   See layout.css for major adjustments.
*/
body {
  padding: 0;
  margin: 0 60px 0 60px;
  min-width: 700px;      
  /* 2x (left-side fullwidth + main padding) + right-side fullwidth */
}

#page {
  /*width: 900px;  */             /* page width - optional */
  /*margin: 0 auto;   */          /* center the page - optional */
  /*border-left: 2px solid #AAA;*/
  /*border-right: 2px solid #AAA;*/
}


/**
*  OTHER STYLES
*
*  Styles that are specific to this theme.
*/

/* Common styles */
body {
  background: #fff;
}

#page {
  font-family: Arial, Helvetica, sans-serif;
  color: #111;
  line-height:1.5em;
  background-color: #fff;
}

#main .node .content{
  color: #333;
}

div.content, div.links {
  font-size: 92%;
}

a, a:link, a:visited {
  color: #2763A5;
  text-decoration: none;
}

a:hover, a:focus {
  color: #6191C5;
  text-decoration: underline;
}

a:active, a.active { 
  color: #89A3E4; 
}
		
h1.title, h1.title a, h1.title a:hover {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #6191C5;
  font-size: 200%;
  margin:0;
  margin-bottom:0px;
  line-height:normal;
}

h1, h1 a, h1 a:hover {
  font-size: 140%;
  color: #444;
  font-family: Arial, Helvetica, sans-serif;
  margin:.5em 0 .5em 0;
}

h2, h2 a, h2 a:hover, .block h3, .block h3 a {
  font-size: 122%;
  color: #444;
  font-family: Arial, Helvetica, sans-serif;
  margin:.5em 0 .5em 0;
}

h3 { 
  font-size: 107%;
  font-weight: bold; 
  font-family: Arial, Helvetica, sans-serif;
}

h4, h5, h6 {
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

p, .book .body {
  padding: 0 0 0.5em 0;
  margin: 0;
}

pre {
  background: #ddd;
  border: 1px solid #aaa;
  padding: 0.75em 1.5em;
}

blockquote {
  border: 1px 0px #ccc solid;
  margin: 0.5em 1em;
  padding: 0.3em;
  font-style: italic;
}

code {
  font-size: 100%;
  font-family: Profont, 'lucida console', 'Courier New', Monaco, monospace;
}

img { 
  border: 0; 
}

/* WARNING: Do NOT add a ul to the following definition  unless you love spending hours debugging IE problems.
 * Explicitly adding ul{ position: relative; } seems to make fields disappear in IE when clicking tabs or subsection
 * navigation.  You have been warned.  */
ol, dl { 
  position: relative; 
}

/* Header styles */
#header, #header_left, #header_transition, #header_right
{
  vertical-align: top;
}

#header_transition
{
  width: 100%;
  height: 25px;
}

#header #login_form
{
  margin: 0;
  padding: 0;
  display: inline;
}

#login_message
{
  height: 24px;
  font-size: 11px;
  padding: 3px 5px 5px 0;
  font-weight: bold;
}

#login_form_layout
{
  font-size: 11px;
  padding: 0;
  height: 24px;
  font-weight: bold;
}

.username_input, .password_input
{
  font-size: 11px;
  font-family: arial;
}
 
#logo-title {
  margin: 10px 20px 0 20px;
  position: relative;
}

#logo{
  vertical-align: baseline;
}

#name-and-slogan {
  display: inline;
}

#site-name {
  margin: 0;
  display: inline;
}

#site-name a, #site-name a:hover {
  font-family: "Trebuchet MS", Arial, Verdana, Sans-serif;
  font-weight: normal;
  color: #6DA6E2;
  font-size: 176%;
  margin: 0;
  padding: 0;
}

#site-slogan {
  color: #aaa;
  margin: 0;
  font-size: 85%;
  margin-left:20px;
}

#mission {
  color: #666;
  font-weight:bold;
  padding: 2em;
  background: #D7E3F0 url(images/background.png);
  margin-bottom:20px;
  font-size: 85%;
  border: solid 1px #B5C9D8;
}

.breadcrumb {
  margin:0;
  padding:0;
  font-size: 85%;
  margin-left:20px;
}

/* Menu styles */
div.menu {
  margin-top:15px;
}

td.nav1_middle div.menu { margin: 0; }
#nav1
{
  width: 100%;
  min-height: 29px; 
  margin: 0;
  padding: 0;
  font-family: DIN, Arial, Helevetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
} 

#nav1 ul {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  min-height: 29px;
}

#nav1 ul li
{
  margin: 0;
  padding: 0;
  display: inline;
  float: left;
}

#nav1 ul li a
{
  white-space: nowrap;
  text-decoration: none;
  padding: 8px 10px 9px 10px;
  z-index: 999;
}
/* hack for IE */
html>#nav1 ul li a
{
  padding: 10px 10px 9px 10px;
}
#nav1 ul ul li a
{
  padding: 5px 10px 5px 10px;
  white-space: normal;
}
#nav1 li ul /* second-level lists */
{
  font-size: 11px;
}

html>#nav1 ul li a /* IE hack */
{
  padding-top: 6px;
}
/* son of sucker fish */
#nav1 ul li ul, #nav1 ul { /* all lists */
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1;
}

#nav1 a {
  display: block;
}

#nav1 li { /* all list items */
  float: left;
}

#secondary {
  padding-left:20px;
  background: #6DA6E2; /*#347FD2;*/
  border-bottom: solid #2763A5 4px;
}
#secondary ul {
  margin:0;
  padding:0;
  list-style:none;
}
#secondary li {
  margin:0;
  padding:0;
  display:inline;
}

#secondary li a {
  float:left;
  display:block;
  color: #fff;
  font-size: 85%;
  text-decoration:none;
  padding:0px 5px 0px 5px;
}

#secondary a:hover {
  background:#2763A5;
}

#secondary a.active {
  font-weight:bold;
}
/* round boxes */
.rounded h1 { font-weight: normal; }
.rounded h1, .rounded h2, .rounded h3
{
  margin-top: 0;
  padding-top: 0;
}

.rounded
{
  padding: 15px 15px 15px 15px;
  width: 328px;
  font-size: 14px;
  text-align: justify;
}

.round_layout
{
  padding: 20px 0 0 0;
}
.round_interior
{
  padding: 0 15px 0 15px;
}
* html .rounded { width: 360px; } /* fix padding for IE */

.rounded_top, .rounded_bottom
{
  width: 360px;
  height: 6px;
}
.rounded_bottom
{
  margin-bottom: 30px;
}

/* Link styles */
ul.links {
  text-align:left;
}

ul.links li {
  border-left: 1px solid #9cf;
}

.taxonomy {
  margin:0;
  padding:0;
  display:inline;
}

.taxonomy ul.links li {
  border:none;
  padding:0 .1em 0 .2em;
}

.taxonomy ul.links li:after {
  content: ",";
}

.taxonomy ul.links li.last:after {
  content: "";
}

ul.links li.first {
  padding-left:0;
  border: none;
}

.links {
  color: #999;
}
.links a {
  padding:0 .1em 0 .1em;
}

.submitted, .taxonomy { 
  font-size: 85%;
  color: #999; 
}

/* Form styles */	
input, textarea, textfield {
  margin:0;
  color: #000;
  font-family: arial;
  padding:1px;
  font-size: 0.92em;
}

fieldset {
  border: solid #ccc 1px;
}

input.form-checkbox, input.form-radio {
  border: none;
}

#search .form-text, #user-login-form .form-text {
  color: #444;
  border: 1px solid #6191C5;
  padding: 2px;
}

.form-submit, .button {
  padding: 1px;
}

#search .button, 
#search .form-submit,
#user-login-form .button,
#user-login-form .form-submit {
  background-color: #68A0D9;
  color: #fff;
  font-weight:bold;
  border: 1px solid #4070A1;
}

#node-form, #node-form .node-form {
  overflow:auto;
}

#user-login-form {
  text-align:left;
}

#user-login-form .item-list ul {
  margin-top:10px;
}

/* Alerts, Status, Help Messages  */
.messages {
  min-height: 32px;                 /* icon height */
  padding: 1.3em 1em .3em 52px;
  border: 2px solid #ddd;
  background: #eee;
  margin: 10px 0;
}

div.error {
  border: 2px solid #F00;
}

.messages ul {
  padding: 0 0 0 20px;
  margin: 0;
}

.clearer
{
  clear: both;
  height: 1px;
}

/* Footer styles */
#footer
{
  clear: both;
  height: 50px;
  width: 100%;
  margin-bottom: 12px;
  font-size: 11px;
}

#footer_nav
{
  float: left;
}

#footer_nav ul
{
  margin: 0;
  padding: 0 0 0 10px;
  width: 570px;
}

#footer_nav, #footer_nav ul
{
  display: inline;
}

#footer_nav ul li
{
  margin: 0;
  padding: 0;
  display: inline;
  list-style-type: none;
}

#footer_nav ul li a { text-decoration: none; }
#footer_nav ul li a:hover { text-decoration: underline; }

#copyright
{
  margin: 0;
  min-width: 180px;
  display: inline;
  white-space: nowrap;
}


#copyright a { text-decoration: none; }
#copyright a:hover { text-decoration: underline; }

#closure { text-align: center; }

/* Administration styles */
.admin-panel {
  margin:0;
  padding:0;
}

.admin-panel .body {
  background-color: #eee;
  border: solid #6191C5 1px;
}

.admin-panel .body dl, .admin-panel .body p {
  padding:10px;
}

.admin-panel h3 {
  margin-bottom:0;
  padding:5px 5px 5px 30px;
  font-family: verdana;
  font-size: 122%;
  color:#fff;
  border-width: 0px 2px 2px 2px;
}

/* Comment styles */
.comment {
  margin:0px 0px 10px 0;
  padding: 10px;
  background: #EBF2F8;
}

.comment  h3.title, .comment  h3.title a {
  font-size: 122%;
  color: #2266AB;
  font-weight:normal;
  font-family: "Trebuchet MS", Arial, Verdana, Sans-serif;
  margin-bottom:3px;
  margin-top:0;
}

.comment .picture, .node .picture {
  float:left;
  margin-right:15px;
}

.comment-unpublished {
  background: #FCE38E;
}

.comment .new {
  color: #FFC600;
  font-weight:bold;
  font-family: "Trebuchet MS", Arial, Verdana, Sans-serif;
}

.comment .links {
  text-align: right;
}

/* Poll styles */
.poll .bar .foreground {
  background: #2763A5;
}

.poll .bar {
  padding:2px;
  background: #BDCBDD;
}

/* Book styles */
div.node div.content .book-navigation {
  background: #eee;
  margin:0;
  padding:0;
}

div.node div.content .book-navigation ul.menu {
  border:0;
  border-top:1px solid #2763A5;
  margin:0;
  padding-bottom:10px;
}

div.node div.content .book-navigation .page-links {
  background: #C1D4EA; /*#347FD2;*/
  border:1px solid #2763A5;
  border-width:1px 0 1px 0;
  padding:5px;
  margin:0;
}

/* Forum styles */
#forum table {
  width: 100%;
}

/* Pager styles */
.pager {
  text-align:center;
  margin-top: 30px;
}

.pager  a, .pager-current {
  padding:3px 8px 3px 8px;
  margin:0 2px 0 2px;
  color: #2763A5;
  font-weight:bold;
  border: solid 1px #eee;
}

.pager-current {
  color: #fff;
  background-color: #2763A5;  
}

/* Node, Block, Content styles */
.node {
  margin-bottom:15px;
  padding-bottom:15px;
}

.node h2.title {
  margin-bottom:.1em;
}

.node h2.title a {
  color: #555;
  font-size: 129%;
  font-weight:normal;
  font-family:verdana;
  line-height:1.4em;
}

.node .content {
  padding-top:10px;
  padding-bottom:5px;
}

.sticky {
  border-bottom: solid 3px #ddd;
}

.profile {
  clear:none;
}

#sidebar-left .block, #sidebar-right .block {
  border-bottom: solid #ddd 1px;
  padding-bottom:15px;
  margin-bottom:20px;
}

.block .item-list ul {
  padding-left:0;
}

/**
 * Status report colors.
 */
table.system-status-report tr.error, table.system-status-report tr.error th {
  background-color: #fcc;
  border-color: #ebb;
  color: #200;
} 
table.system-status-report tr.warning, table.system-status-report tr.warning th {
  background-color: #ffd;
  border-color: #eeb;
} 
table.system-status-report tr.ok, table.system-status-report tr.ok th {
  background-color: #dfd;
  border-color: #beb;
}

#footer_message
{
  text-align: center;
  font-style: italic;
  color: #9a9a9a; 
}

#cal1Container_layout {
  height: 160px;
  width: 200px;
}

/* fb.css and fldmrg.css overrides */
#table_list, #table_list td, #table_list th{ font-size: 1.2em; }

/* validation_msg ----------------------------------------------------------- */

div.validation_msg_success {
        background-color: #BFF8BF;
	padding: 1px;
        margin: 0 0 1em 0;
        width: 40em;
        }
div.validation_msg_error {
        background-color: #FFBFBF;
	padding: 1px;
        margin: 0 0 1em 0;
        width: 40em;
        }
div.validation_msg {
	background-color: #FFBFBF;
	padding: 1px;
	margin: 0 0 1em 0;
	width: 40em;
	}
/* Hide from MacIE. Only WinIE sees this. \*/
* html div.validation_msg { width: 38em; }
/* end hide */
div.validation_msg p {
	background-color: #FFBFBF;
	border: 1px solid #FFFFFF;
	padding: .5em;
	margin: 0;
	}
div.validation_msg_success p {
        background-color: #C8F8C8;
	border: 1px solid #FFFFFF;
	padding: .5em;
	margin: 0;
	}
div.validation_msg_success div {
	border: 1px solid #ffffff;
	padding: .5em;
	}
div.validation_msg_error p {
	background-color: #FFBFBF;
	border: 1px solid #FFFFFF;
	padding: .5em;
	margin: 0;
	}
div.validation_msg_error div {
	border: 1px solid #ffffff;
	padding: .5em;
	}

/* fb.css and fldmrg.css overrides */
#table_list, #table_list td, #table_list th{ font-size: 1.2em; }





/* my tools */
.container_table {
  border: 0;
  width: 100%;
}

.container_table td {
  vertical-align: top;
}

.container_table td.left {
  width: 75%;
}

.container_table td.right {
  width: 25%;
}

.section_table { 
  border-collapse: collapse; 
  width: 100%;
}

.section_table th { 
  border-collapse: collapse; 
  padding: 0.25em;
  text-align: center;
  /* see colors */
}

.section_table td { 
  border-collapse: collapse; 
  padding: 0.5em;
  /* see colors */
}

.section_table td.subhead {
  padding: 0.15em 0.5em; 
  font-size: 0.866em; 
  /* see colors */
}

.section_table td.subhead table {
  width: 100%; border:0;
}

.section_table td.subhead .left {
  text-align: left;
  border: 0;
  font-weight: normal;
  padding: 0em;
  white-space: nowrap;
}

.section_table td.subhead .right {
  text-align: right;
  border: 0;
  font-weight: normal;
  padding: 0em;
  white-space: nowrap;
}

.section_table div { 
  width: 100%;
}

.mytools_table { 
  border: 0px; 
  margin: 1em auto;
  width: 100%;
}

.mytools_table th { 
  border: 0px; 
  border-collapse: collapse; 
  padding: 0.5em; 
  text-align: center;
  width: 50%
  /* see colors */
}

.mytools_table td { 
  border: 0px; 
  border-collapse: collapse; 
  padding: 0.5em; 
  width: 50%
  /* see colors */
}

.mytools_table td ul { 
  padding: 0em 1em;
}

.mytools_table a,
.mytools_table a:link,
.mytools_table a:visited { 
  text-decoration: none;
  /* see colors */
}

.mytools_table a:hover { 
  text-decoration: underline; 
  /* see colors */
}


/* __ Profile View ______________________ */
TD.profile_header_left {
  font-size: 8pt;
  font-family: Arial, Helvetica, sans-serif;
  width: 15%;
  text-align: left;
}

TD.profile_header_center {
  font-family: Arial, Helvetica, sans-serif;
  width: 70%;
  text-align: center;
}

TD.profile_header_center H2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13pt;
}
TD.profile_header_right {
  width: 15%;
  text-align: right;
}

TD.profile_view_left {
  width: 4%;
}

TH.profile_view_center {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-align: left;
  width: 25%;
}

TD.profile_view_right {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  text-align: left;
  width: 71%;
}

.profile_view_time {
  border: 1px solid #CCCCCC;
  border-collapse: collapse;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  text-align: center;
}

.profile_view_section {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  font-weight: bold;
  text-align: left;
  background-color: #CCCCCC;
}

/* __ Profile View ______________________ */
TD.profile_header_left {
  font-size: 8pt;
  width: 15%;
  text-align: left;
}

TD.profile_header_center {
  width: 70%;
  text-align: center;
}

TD.profile_header_center_sms {
  width: 55%;
  text-align: center;
}

TD.profile_header_right {
  width: 15%;
  text-align: right;
}

TD.profile_header_right_sms {
  width: 30%;
  text-align: left;
}

TD.profile_view_left {
  width: 4%;
}

TH.profile_view_center {
  font-size: 10pt;
  text-align: left;
  width: 25%;
}

TD.profile_view_right {
  font-size: 9pt;
  text-align: left;
  width: 71%;
}

.profile_view_time {
  border: 1px solid #CCCCCC;
  border-collapse: collapse;
  font-size: 9pt;
  text-align: center;
}

.profile_view_section {
  font-size: 11pt;
  font-weight: bold;
  text-align: left;
  background-color: #CCCCCC;
}
