
/*
** HTML elements
*/
fieldset {
  margin-bottom: 1em;
  padding: .5em;
}
form {
  margin: 0;
  padding: 0;
}
hr {
  height: 1px;
  border: 1px solid gray;
}
img {
  border: 0;
}
table {
  border-collapse: collapse;
}
th {
  text-align: left; /* LTR */
  padding-right: 1em; /* LTR */
  border-bottom: 3px solid #ccc;
}

/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}
.clear-block {
  display: block;
}
/* End hide from IE-mac */


/*
** HTML elements
*/
body.drag {
  cursor: move;
}
th.active img {
  display: inline;
}
tr.even, tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}
tr.drag {
  background-color: #fffff0;
}
tr.drag-previous {
  background-color: #ffd;
}
td.active {
  background-color: #ddd;
}
td.checkbox, th.checkbox {
  text-align: center;
}
tbody {
  border-top: 1px solid #ccc;
}
tbody th {
  border-bottom: 1px solid #ccc;
}
thead th {
  text-align: left; /* LTR */
  padding-right: 1em; /* LTR */
  border-bottom: 3px solid #ccc;
}

/*
** Other common styles
*/
.breadcrumb {
  padding-bottom: .5em
}
div.indentation {
  width: 20px;
  height: 1.7em;
  margin: -0.4em 0.2em -0.4em -0.4em; /* LTR */
  padding: 0.42em 0 0.42em 0.6em; /* LTR */
  float: left; /* LTR */
}
div.tree-child {
  background: url(../../misc/tree.png) no-repeat 11px center; /* LTR */
}
div.tree-child-last {
  background: url(../../misc/tree-bottom.png) no-repeat 11px center; /* LTR */
}
div.tree-child-horizontal {
  background: url(../../misc/tree.png) no-repeat -11px center;
}
.error {
  color: #e55;
}
div.error {
  border: 1px solid #d77;
}
div.error, tr.error {
  background: #fcc;
  color: #200;
  padding: 2px;
}
.warning {
  color: #e09010;
}
div.warning {
  border: 1px solid #f0c020;
}
div.warning, tr.warning {
  background: #ffd;
  color: #220;
  padding: 2px;
}
.ok {
  color: #008000;
}
div.ok {
  border: 1px solid #00aa00;
}
div.ok, tr.ok {
  background: #dfd;
  color: #020;
  padding: 2px;
}
.item-list .icon {
  color: #555;
  float: right; /* LTR */
  padding-left: 0.25em; /* LTR */
  clear: right; /* LTR */
}
.item-list .title {
  font-weight: bold;
}
.item-list ul {
  margin: 0 0 0.75em 0;
  padding: 0;
}
.item-list ul li {
  margin: 0 0 0.25em 1.5em; /* LTR */
  padding: 0;
  list-style: disc;
}
ol.task-list li.active {
  font-weight: bold;
}
.form-item {
  margin-top: 1em;
  margin-bottom: 1em;
}
tr.odd .form-item, tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap;
}
tr.merge-down, tr.merge-down td, tr.merge-down th {
  border-bottom-width: 0 !important;
}
tr.merge-up, tr.merge-up td, tr.merge-up th {
  border-top-width: 0 !important;
}
.form-item input.error, .form-item textarea.error, .form-item select.error {
  border: 2px solid red;
}
.form-item .description {
  font-size: 0.85em;
}
.form-item label {
  display: block;
  font-weight: bold;
}
.form-item label.option {
  display: inline;
  font-weight: normal;
}
.form-checkboxes, .form-radios {
  margin: 1em 0;
}
.form-checkboxes .form-item, .form-radios .form-item {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
.marker, .form-required {
  color: #f00;
}
.more-link {
  text-align: right; /* LTR */
}
.more-help-link {
  font-size: 0.85em;
  text-align: right; /* LTR */
}
.nowrap {
  white-space: nowrap;
}
.item-list .pager {
  clear: both;
  text-align: center;
}
.item-list .pager li {
  background-image:none;
  display:inline;
  list-style-type:none;
  padding: 0.5em;
}
.pager-current {
  font-weight:bold;
}
.tips {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.9em;
}
dl.multiselect dd.b, dl.multiselect dd.b .form-item, dl.multiselect dd.b select {
  font-family: inherit;
  font-size: inherit;
  width: 14em;
}
dl.multiselect dd.a, dl.multiselect dd.a .form-item {
  width: 8em;
}
dl.multiselect dt, dl.multiselect dd {
  float: left; /* LTR */
  line-height: 1.75em;
  padding: 0;
  margin: 0 1em 0 0; /* LTR */
}
dl.multiselect .form-item {
  height: 1.75em;
  margin: 0;
}

/*
** Inline items (need to override above)
*/
.container-inline div, .container-inline label {
  display: inline;
}

/*
** Tab navigation
*/
ul.primary {
  border-collapse: collapse;
  padding: 0 0 0 1em; /* LTR */
  white-space: nowrap;
  list-style: none;
  margin: 5px;
  height: auto;
  line-height: normal;
  border-bottom: 1px solid #bbb;
}
ul.primary li {
  display: inline;
}
ul.primary li a {
  background-color: #ddd;
  border-color: #bbb;
  border-width: 1px;
  border-style: solid solid none solid;
  height: auto;
  margin-right: 0.5em; /* LTR */
  padding: 0 1em;
  text-decoration: none;
}
ul.primary li.active a {
  background-color: #fff;
  border: 1px solid #bbb;
  border-bottom: #fff 1px solid;
}
ul.primary li a:hover {
  background-color: #eee;
  border-color: #ccc;
  border-bottom-color: #eee;
}
ul.secondary {
  border-bottom: 1px solid #bbb;
  padding: 0.5em 1em;
  margin: 5px;
}
ul.secondary li {
  display: inline;
  padding: 0 1em;
  border-right: 1px solid #ccc; /* LTR */
}
ul.secondary a {
  padding: 0;
  text-decoration: none;
}
ul.secondary a.active {
  border-bottom: 4px solid #999;
}

/*
** Autocomplete styles
*/
/* Suggestion list */
#autocomplete {
  position: absolute;
  border: 1px solid;
  overflow: hidden;
  z-index: 100;
}
#autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#autocomplete li {
  background: #fff;
  color: #000;
  white-space: pre;
  cursor: default;
}
#autocomplete li.selected {
  background: #0072b9;
  color: #fff;
}
/* Animated throbber */
html.js input.form-autocomplete {
  background-image: url(../../misc/throbber.gif);
  background-repeat: no-repeat;
  background-position: 100% 2px; /* LTR */
}
html.js input.throbbing {
  background-position: 100% -18px; /* LTR */
}

/*
** Collapsing fieldsets
*/
html.js fieldset.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  margin-bottom: 0;
  height: 1em;
}
html.js fieldset.collapsed * {
  display: none;
}
html.js fieldset.collapsed legend {
  display: block;
}
html.js fieldset.collapsible legend a {
  padding-left: 15px; /* LTR */
  background: url(../../misc/menu-expanded.png) 5px 75% no-repeat; /* LTR */
}
html.js fieldset.collapsed legend a {
  background-image: url(../../misc/menu-collapsed.png); /* LTR */
  background-position: 5px 50%; /* LTR */
}
/* Note: IE-only fix due to '* html' (breaks Konqueror otherwise). */
* html.js fieldset.collapsed legend,
* html.js fieldset.collapsed legend *,
* html.js fieldset.collapsed table * {
  display: inline;
}
/* For Safari 2 to prevent collapsible fieldsets containing tables from dissapearing due to tableheader.js. */
html.js fieldset.collapsible {
  position: relative;
}
html.js fieldset.collapsible legend a {
  display: block;
}
/* Avoid jumping around due to margins collapsing into collapsible fieldset border */
html.js fieldset.collapsible .fieldset-wrapper {
  overflow: auto;
}

/*
** Resizable text areas
*/
.resizable-textarea {
  width: 95%;
}
.resizable-textarea .grippie {
  height: 9px;
  overflow: hidden;
  background: #eee url(/assets/images/grippie.png) no-repeat center 2px;
  border: 1px solid #ddd;
  border-top-width: 0;
  cursor: s-resize;
}
html.js .resizable-textarea textarea {
  margin-bottom: 0;
  width: 100%;
  display: block;
}

/*
** Table drag and drop.
*/
.draggable a.tabledrag-handle {
  cursor: move;
  float: left; /* LTR */
  height: 1.7em;
  margin: -0.4em 0 -0.4em -0.5em; /* LTR */
  padding: 0.42em 1.5em 0.42em 0.5em; /* LTR */
  text-decoration: none;
}
a.tabledrag-handle:hover {
  text-decoration: none;
}
a.tabledrag-handle .handle {
  margin-top: 4px;
  height: 13px;
  width: 13px;
  background: url(/assets/images/draggable.png) no-repeat 0 0;
}
a.tabledrag-handle-hover .handle {
  background-position: 0 -20px;
}

/*
** Teaser splitter
*/
.joined + .grippie {
  height: 5px;
  background-position: center 1px;
  margin-bottom: -2px;
}
/* Keeps inner content contained in Opera 9. */
.teaser-checkbox {
  padding-top: 1px;
}
div.teaser-button-wrapper {
  float: right; /* LTR */
  padding-right: 5%; /* LTR */
  margin: 0;
}
.teaser-checkbox div.form-item {
  float: right; /* LTR */
  margin: 0 5% 0 0; /* LTR */
  padding: 0;
}
textarea.teaser {
  display: none;
}
html.js .no-js {
  display: none;
}

/*
** Progressbar styles
*/
.progress {
  font-weight: bold;
}
.progress .bar {
  background: #fff url(../../misc/progress.gif);
  border: 1px solid #00375a;
  height: 1.5em;
  margin: 0 0.2em;
}
.progress .filled {
  background: #0072b9;
  height: 1em;
  border-bottom: 0.5em solid #004a73;
  width: 0%;
}
.progress .percentage {
  float: right; /* LTR */
}
.progress-disabled {
  float: left; /* LTR */
}
.ahah-progress {
  float: left; /* LTR */
}
.ahah-progress .throbber {
  width: 15px;
  height: 15px;
  margin: 2px;
  background: transparent url(../../misc/throbber.gif) no-repeat 0px -18px;
  float: left; /* LTR */
}
tr .ahah-progress .throbber {
  margin: 0 2px;
}
.ahah-progress-bar {
  width: 16em;
}

/*
** Formatting for welcome page
*/
#first-time strong {
  display: block;
  padding: 1.5em 0 .5em;
}

/*
** To be used with tableselect.js
*/
tr.selected td {
  background: #ffc;
}

/*
** Floating header for tableheader.js
*/
table.sticky-header {
  margin-top: 0;
  background: #fff;
}

/*
** Installation clean URLs
*/
#clean-url.install {
  display: none;
}

/*
** For anything you want to hide on page load when JS is enabled, so
** that you can use the JS to control visibility and avoid flicker.
*/
html.js .js-hide {
  display: none;
}

/*
** Styles for the system modules page (admin/build/modules)
*/
#system-modules div.incompatible {
  font-weight: bold;
}

/*
** Styles for the system themes page (admin/build/themes)
*/
#system-themes-form div.incompatible {
  font-weight: bold;
}

/*
** Password strength indicator
*/
span.password-strength {
  visibility: hidden;
}
input.password-field {
  margin-right: 10px; /* LTR */
}
div.password-description {
  padding: 0 2px;
  margin: 4px 0 0 0;
  font-size: 0.85em;
  max-width: 500px;
}
div.password-description ul {
  margin-bottom: 0;
}
.password-parent {
  margin: 0 0 0 0;
}
/*
** Password confirmation checker
*/
input.password-confirm {
  margin-right: 10px; /* LTR */
}
.confirm-parent {
  margin: 5px 0 0 0;
}
span.password-confirm {
  visibility: hidden;
}
span.password-confirm span {
  font-weight: normal;
  }

ul.menu {
  list-style: none;
  border: none;
  text-align:left; /* LTR */
}
ul.menu li {
  margin: 0 0 0 0.5em; /* LTR */
}
li.expanded {
  list-style-type: circle;
  list-style-image: url(/assets/images/menu-expanded.png);
  padding: 0.2em 0.5em 0 0; /* LTR */
  margin: 0;
}
li.collapsed {
  list-style-type: disc;
  list-style-image: url(/assets/images/menu-collapsed.png); /* LTR */
  padding: 0.2em 0.5em 0 0; /* LTR */
  margin: 0;
}
li.leaf {
  list-style-type: square;
  list-style-image: url(/assets/images/menu-leaf.png);
  padding: 0.2em 0.5em 0 0; /* LTR */
  margin: 0;
}
li a.active {
  color: #000;
}
td.menu-disabled {
  background: #ccc;
}
ul.links {
  margin: 0;
  padding: 0;
}
ul.links.inline {
  display: inline;
}
ul.links li {
  display: inline;
  list-style-type: none;
  padding: 0 0.5em;
}
.block ul {
  margin: 0;
  padding: 0 0 0.25em 1em; /* LTR */
}

#permissions td.module {
  font-weight: bold;
}
#permissions td.permission {
  padding-left: 1.5em; /* LTR */
}
#access-rules .access-type, #access-rules .rule-type {
  margin-right: 1em; /* LTR */
  float: left; /* LTR */
}
#access-rules .access-type .form-item, #access-rules .rule-type .form-item {
  margin-top: 0;
}
#access-rules .mask {
  clear: both;
}
#user-login-form {
  text-align: center;
}
#user-admin-filter ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
#user-admin-buttons {
  float: left; /* LTR */
  margin-left: 0.5em; /* LTR */
  clear: right; /* LTR */
}
#user-admin-settings fieldset .description {
  font-size: 0.85em;
  padding-bottom: .5em;
}

/* Generated by user.module but used by profile.module: */
.profile {
  clear: both;
  margin: 1em 0;
}
.profile .picture {
  float: right; /* LTR */
  margin: 0 1em 1em 0; /* LTR */
}
.profile h3 {
  border-bottom: 1px solid #ccc;
}
.profile dl {
  margin: 0 0 1.5em 0;
}
.profile dt {
  margin: 0 0 0.2em 0;
  font-weight: bold;
}
.profile dd {
  margin: 0 0 1em 0;
}

/* Node display */
.field .field-label,
.field .field-label-inline,
.field .field-label-inline-first {
  font-weight:bold;
}

.field .field-label-inline,
.field .field-label-inline-first {
  display:inline;
}
.field .field-label-inline {
  visibility:hidden;
}

/* Node form display */
.node-form .content-multiple-table td.content-multiple-drag {
  width:30px;
  padding-right:0;
}
.node-form .content-multiple-table td.content-multiple-drag a.tabledrag-handle{
  padding-right:.5em;
}

.node-form .content-add-more .form-submit{
  margin:0;
}

.node-form .number {
  display:inline;
  width:auto;
}
.node-form .text {
  width:auto;
}

/* CSS overrides for Views-based autocomplete results.
  - #autocomplete uses "white-space:pre", which is no good with
    Views' template-based rendering
  - Field titles are rendered with <label> in default templates,
    but we don't want the 'form' styling it gets under .form-item
*/
.form-item #autocomplete .reference-autocomplete {
  white-space:normal;
}

.form-item #autocomplete .reference-autocomplete label {
  display:inline;
  font-weight:normal;
}

/* 'Manage fields' overview */
#content-field-overview-form .advanced-help-link,
#content-display-overview-form .advanced-help-link {
  margin: 4px 4px 0 0;
}
#content-field-overview-form .label-group,
#content-display-overview-form .label-group {
  font-weight: bold;
}
table#content-field-overview .label-add-new-field,
table#content-field-overview .label-add-existing-field,
table#content-field-overview .label-add-new-group {
  float: left;
}
table#content-field-overview tr.content-add-new .tabledrag-changed {
  display: none;
}
table#content-field-overview tr.content-add-new .description {
  margin-bottom: 0;
}
table#content-field-overview .content-new {
  font-weight: bold;
  padding-bottom: .5em;
}

/* 'Advanced help' pages */
.advanced-help-topic dt {
  font-weight: bold;
}
.advanced-help-topic dd {
  margin-bottom: 1em;
}

/* $Id: nice_menus.css,v 1.27.2.1 2008/07/11 16:05:10 add1sun Exp $ */
/*
  This file contains the basic logic for nice menus, and should not be
  edited.  To customize the menus, it's recommended to create a custom CSS
  file using nice_menus_default.css as a template, then configure the module
  to use your custom CSS file (this is done in the global settings tab of
  the theme administration.)
*/

/* Below should fix menu being a few pixels away in some themes, and menus disappearing behind other stuff. */
.block-nice_menus {
  line-height: normal;
  z-index: 10;
}

ul.nice-menu,
ul.nice-menu ul {
  z-index: 5;
  position: relative;
}

ul.nice-menu li {
  position: relative;
}

ul.nice-menu a {
  display: block;
}

ul.nice-menu ul,
/* For Garland header. */
#header-region ul.nice-menu ul {
  position: absolute;
  visibility: hidden;
}

ul.nice-menu li.over ul {
  visibility: visible;
}

ul.nice-menu ul li {
  display: block;
}

ul.nice-menu:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Show submenus when over their parents. */
ul.nice-menu li:hover ul,
ul.nice-menu li.menuparent li:hover ul,
ul.nice-menu li.menuparent li.menuparent li:hover ul,
ul.nice-menu li.menuparent li.menuparent li.menuparent li:hover ul,
ul.nice-menu li.over ul,
ul.nice-menu li.menuparent li.over ul,
ul.nice-menu li.menuparent li.menuparent li.over ul,
ul.nice-menu li.menuparent li.menuparent li.menuparent li.over ul,
/* Repeat all this stuff just for Garland headers. */
#header-region ul.nice-menu li:hover ul,
#header-region ul.nice-menu li.menuparent li:hover ul,
#header-region ul.nice-menu li.menuparent li.menuparent li:hover ul,
#header-region ul.nice-menu li.over ul,
#header-region ul.nice-menu li.menuparent li.over ul,
#header-region ul.nice-menu li.menuparent li.menuparent li.over ul {
  visibility: visible;
}

/* Hide sub-menus initially. */
ul.nice-menu li:hover ul ul,
ul.nice-menu li:hover ul ul ul,
ul.nice-menu li:hover li:hover ul ul,
ul.nice-menu li:hover li:hover ul ul ul,
ul.nice-menu li:hover li:hover li:hover ul ul,
ul.nice-menu li:hover li:hover li:hover ul ul ul,
ul.nice-menu li.over ul ul,
ul.nice-menu li.over ul ul ul,
ul.nice-menu li.over li.over ul ul,
ul.nice-menu li.over li.over ul ul ul,
ul.nice-menu li.over li.over li.over ul ul,
ul.nice-menu li.over li.over li.over ul ul ul,
/* Repeat all this stuff just for Garland headers. */
#header-region ul.nice-menu li:hover ul ul,
#header-region ul.nice-menu li:hover ul ul ul,
#header-region ul.nice-menu li:hover li:hover ul ul,
#header-region ul.nice-menu li:hover li:hover ul ul ul,
#header-region ul.nice-menu li:hover li:hover li:hover ul ul,
#header-region ul.nice-menu li:hover li:hover li:hover ul ul ul,
#header-region ul.nice-menu li.over ul ul,
#header-region ul.nice-menu li.over ul ul ul,
#header-region ul.nice-menu li.over li.over ul ul,
#header-region ul.nice-menu li.over li.over ul ul ul,
#header-region ul.nice-menu li.over li.over li.over ul ul,
#header-region ul.nice-menu li.over li.over li.over ul ul ul {
  visibility: hidden;
}

/***************
 IE 6 Fixes
***************/

/* Iframe to fix z-index bug when menu hovers over <select> fields. */
ul.nice-menu li.menuparent ul,
/* For Garland header. */
#header-region ul.nice-menu li.menuparent ul {
	overflow: visible !important;
	/* overflow: hidden; */
}

ul.nice-menu li.menuparent ul iframe,
#header-region ul.nice-menu li.menuparent ul iframe {
	display: none;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
/*	filter: mask();*/
	width: 20px;
	height: 20px;
}

/* $Id: nice_menus_default.css,v 1.6 2007/10/29 16:38:28 add1sun Exp $ */

/*

  This is the default layout template for nice menus, and will provide

  a starting point for the look of your menus. To customize, it's

  recommended to create a custom CSS file using this file as a template,

  then configure the module to use your custom CSS file

  (this is done in the global settings tab of the theme administration.)



  To help understand the CSS, the HTML looks like this, where

    x is a number;

    TYPE is down/left/right;

    PATH is the menu path such as node/343;

    MID is the menu id such as 33):

  <ul id='nice-menu-x' class='nice-menu nice-menu-TYPE'>

    <li id='menu-MID' class='menu-path-PATH'><a href='#'>This is a menu item</a></li>

    <li class='menuparent menu-path-PATH'><a href='#'>A submenu</a>

      <ul...><li...>...</li>

      </ul>

    </li>

    ...

  </ul>



  If you have more than one nice-menu and want to target a particular one,

  use its id (e.g. ul#nice-menu-2).



  See README.txt and the handbook page (http://drupal.org/node/185543)

  for some CSS customization examples.

*/



/******************************

 Global CSS for ALL menu types

******************************/



ul.nice-menu,

ul.nice-menu ul {

  list-style: none;

  padding: 0;

  margin: 0;

}



ul.nice-menu li {

  float: left;

  background: #1B3977 url(/assets/images/snm_bg.png) top left repeat-x;

  /* Additional overrides to deal with Garland theme. */

  margin: 0;

  padding-left: 0;

	line-height: normal;

}





ul.nice-menu a {

  padding: 6px 15px 7px 15px;

	color: white;

	text-decoration: none;

	text-transform: uppercase;

}



ul.nice-menu ul {

  top: 27px;;

  left: -1px;

  border: 0;

  margin-right: 0;

}



/* Override for Garland header. */

#header-region ul.nice-menu ul {

  top: 1.7em;

}



ul.nice-menu ul li {

  width: 13.5em;

}



/******************************

 VERTICAL (left/right) menus

******************************/



/* This is the default width of all vertical menus. */

ul.nice-menu-right, ul.nice-menu-left,

ul.nice-menu-right li, ul.nice-menu-left li {

  width: 12.5em;

}



/* VERTICAL menus where submenus pop RIGHT (default). */

ul.nice-menu-right ul {

  width: 12.5em;

  left: 12.5em;

  top: -1px;

}



ul.nice-menu-right ul ul {

  width: 12.5em;

  left: 12.5em;

  top: -1px;

}



ul.nice-menu-right li.menuparent,

ul.nice-menu-right li li.menuparent {

  background: #eee url(/assets/images/arrow_right.gif) right center no-repeat;

}



ul.nice-menu-right li.menuparent:hover,

ul.nice-menu-right li.over,

ul.nice-menu-right li li.menuparent:hover,

ul.nice-menu-right li li.over {

  background: #ccc url(/assets/images/arrow_right.gif) right center no-repeat;

}



/* VERTICAL menus where submenus pop LEFT. */

ul.nice-menu-left li ul {

  width: 12.5em;

  left: -12.65em;

  top: -1px;

}



ul.nice-menu-left li ul li ul {

  width: 12.5em;

  left: -12.65em;

  top: -1px;

}



ul.nice-menu-left li.menuparent,

ul.nice-menu-left li li.menuparent {

  background: #eee url(/assets/images/arrow-left.png) left center no-repeat;

}



ul.nice-menu-left li.menuparent:hover,

ul.nice-menu-left li.over,

ul.nice-menu-left li li.menuparent:hover,

ul.nice-menu-left li li.over {

  background: #ccc url(/assets/images/arrow-left.png) left center no-repeat;

}



ul.nice-menu-left a, ul.nice-menu-left ul a {

  padding-left: 14px;

}



/******************************

 HORIZONTAL (down) menus

******************************/



ul.nice-menu-down {

  float: left;

  border: 0;

}



ul.nice-menu-down li {

}



ul.nice-menu-down li li {

}



ul.nice-menu-down ul {

	border: solid 1px #9B9EA0;

  left: 0;

}



ul.nice-menu-down ul li {

  clear: both;

}



ul.nice-menu-down li ul li ul  {

  left: 13.5em;

  top: -1px;

}



ul.nice-menu-down .menuparent a {

  padding-right: 15px;

}



/*

ul.nice-menu-down li:hover,

ul.nice-menu li.active {

	background-color: #FF9900;

}*/



ul.nice-menu-down .menuparent ul li a,

ul.nice-menu-down .menuparent ul li:hover li a {

	font-weight: normal;

	text-transform: none;

	color: #7A8FBA;

	border-bottom: solid 1px #7A8FBA;

}



ul.nice-menu-down .menuparent ul li:hover a,

ul.nice-menu-down .menuparent ul li:hover li a:hover {

	color: white;

}





ul.nice-menu-down li.menuparent  {

  background: #1B3977 url(/assets/images/snm_bg.png) top left repeat-x;

}



ul.nice-menu-down li:hover,

ul.nice-menu-down li.menuparent:hover,

ul.nice-menu-down li.over  {

  background: #1B3977 url(/assets/images/snm_bg.png) 0 -31px repeat-x;

}



ul.nice-menu-down li li {

  background: #1B3977;

}



ul.nice-menu-down li li.menuparent {

  background: #1B3977 url(/assets/images/submenu_arrow.png) center right no-repeat;

}



ul.nice-menu-down li li:hover,

ul.nice-menu-down li li.over {

  background: #7A8FBA;

}



ul.nice-menu-down li li.menuparent:hover {

  background: #7A8FBA url(/assets/images/submenu_arrow.png) center right no-repeat;

}

/**

 * Generic elements

 */

body {

  margin: 0;

  padding: 0;

  background: #999999;

  font: 12px/150% Verdana, Arial, Helvetica, sans-serif !important;

  color: #333333;

}



body.mceContentBody {

  background: white;

}



h1, h2, h3, h4, h5, h6 {

  margin: 0;

  padding: 0;

  font-weight: normal;

  font-family: Arial, Helvetica, sans-serif;

	line-height: normal;

}



h1 {

  font-size: 170%;

}



h2 {

  font-size: 160%;

}



h3 {

  font-size: 140%;

}



h4 {

  font-size: 130%;

}



h5 {

  font-size: 120%;

}



h6 {

  font-size: 110%;

}



p {

  margin: 0.6em 0 1.2em;

  padding: 0;

}



a:link, a:visited {

  color: #027AC6;

  text-decoration: none;

}



a:hover {

  color: #0062A0;

  text-decoration: underline;

}



a:active, a.active {

  color: #5895be;

}



hr {

  margin: 0;

  padding: 0;

  border: none;

  height: 1px;

  background: #5294c1;

}



.messages, .preview {

  margin: .75em 0 .75em;

  padding: .5em 1em;

}



.messages ul {

  margin: 0;

}



.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item {

  margin: 0.25em 0;

}



#center form {

  margin-bottom: 2em;

}



.form-button, .form-submit {

  margin: 2em 0.5em 1em 0;

}



#watchdog-form-overview .form-submit,

.confirmation .form-submit,

.search-form .form-submit,

.poll .form-submit,

fieldset .form-button, fieldset .form-submit,

.sidebar .form-button, .sidebar .form-submit,

table .form-button, table .form-submit {

  margin: 0;

}



.box {

  margin-bottom: 2.5em;

}



/**

 * Layout

 */

#wrapper {

	text-align: center;

}



#shadow-left {

	background: url(/assets/images/shadow_left.png) repeat-y top left;

	padding-left: 7px;

	width: 958px;

	margin: 0 auto;

}



#shadow-right {

	background: url(/assets/images/shadow_right.png) repeat-y top right;

	padding-right: 8px;

}



#header-region {

	height: 42px;

	background-color: white;

}



#container {

	background: #1B3977 url(/assets/images/bg.jpg) top left no-repeat; 

	width: 950px;

	margin: 0 auto;

	text-align: left;

}



#center {

	float: left;

	width: 720px;

	padding: 0;

}



#content {

		background: #d1d3d4 url(/assets/images/content_inner_shadow.png) repeat-y top left;

		height: auto !important;

		height: 400px;

		min-height: 400px;

		padding: 0 20px 0 30px;

		margin: 0;

}



#page-heading {

	padding: 20px 20px 20px 30px;

	font-size: 180%;

	font-weight: bold;

	color: #1B3977;

	text-transform: uppercase;

}



/**

 * Header

 */

#header #logo-block {

	text-align: right;

	padding-right: 30px;

	margin-top: 10px;

	margin-bottom: 60px;

}

#header #nav {

}



#sidebar-left {

	width: 230px;

	padding-top: 129px;

	float: left;

}



/**

 * Primary Links

 */

.primary-links {

	font-size: 10px;

	font-family: Arial, Helvetica, sans-serif;

}



.primary-links a:link,

.primary-links a:visited {

	color: #999999;

	text-transform: uppercase;

}



/**

 * Secondary Links

 */

#block-menu-secondary-links li, #block-menu-secondary-links ul {

	margin: 0;

	padding: 0;

	list-style-type: none;

	list-style-image: none;

}

#block-menu-secondary-links li.expanded,

#block-menu-secondary-links li.collapsed {

	margin-bottom: 5px;

}

#block-menu-secondary-links ul

{

	margin-top: 5px;

}



#block-menu-secondary-links a:link, #block-menu-secondary-links a:visited {

	color: #ADB8CE;

	font-family: Arial, Helvetica, sans-serif;

	font-weight: bold;

	text-transform: uppercase;

	font-size: 120%;

	display: block;

	background: url(/assets/images/snm.png);

	padding: 6px 25px 0 56px;

	text-decoration: none;

	height: 25px;

}

	

.secondary-links a:hover {

	color: #eee;

}

	

#block-menu-secondary-links li.expanded a:link,

#block-menu-secondary-links li.expanded a:visited {

	color: #eee;

	background: url(/assets/images/snm.png) 0 -31px;

}



#block-menu-secondary-links li.expanded ul a:link,

#block-menu-secondary-links li.expanded ul a:visited {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #aaa;

	display: block;

	background: url(/assets/images/sn.gif);

	padding: 4px 25px 0 56px;

	text-decoration: none;

	text-transform: none;

	height: 22px;

}

	

#block-menu-secondary-links li.expanded ul a:hover {

	color: #eee;

	background: url(/assets/images/sn.gif) 0 -26px;

}

	

#block-menu-secondary-links li.expanded ul a.active:link,

#block-menu-secondary-links li.expanded ul a.active:visited {

	color: #eee;

	background: url(/assets/images/sn.gif) 0 -52px;

}



.student {

	background-color: #e3e7ef;

	padding: 0 8px 0 20px;

	font-size: 11px;

}



.student strong {

	color: #1B3877;

	font-size: 10px;

	font-variant: small-caps;

}



.student em {

	font-size: 12px;

	font-style: normal;

}



/**

 * Footer

 */

#footer {

	background: white url(/assets/images/fn_logos.gif) top right no-repeat;

	height: 76px;

}

 

/**

 * Comments

 */



#comments {

  position: relative;

  top: -1px;

  border-bottom: 1px solid #e9eff3;

  margin: -1.5em -25px 0;

  padding: 0 25px;

}



#comments h2.comments {

  margin: 0 -25px;

  padding: .5em 25px;

  background: #fff url(/assets/images/gradient-inner.png) repeat-x 0 0;

}



.comment {

  margin: 0 -25px;

  padding: 1.5em 25px 1.5em;

  border-top: 1px solid #e9eff3;

}



.indented {

  margin-left: 25px;

}



.comment h3 a.active {

  color: #494949;

}



.node .content, .comment .content {

  margin: 0.6em 0;

}





/**

 * Collapsible fieldsets

 */

fieldset {

  margin: 1em 0;

  padding: 1em;

  border: 1px solid #d9eaf5;

}



fieldset legend {

  /* Fix disappearing legend in FFox */

  display: block;

}



html.js fieldset.collapsed {

  background: transparent;

  padding-top: 0;

  padding-bottom: .6em;

}





/**

 * CSS support

 */

span.clear {

  display: block;

  clear: both;

  height: 1px;

  line-height: 0px;

  font-size: 0px;

  margin-bottom: -1px;

}



/*******************************************************************

 * Color Module: Don't touch                                       *

 *******************************************************************/



/**

 * Generic elements.

 */

.messages {

  background-color: #fff;

  border: 1px solid #b8d3e5;

}



.preview {

  background-color: #fcfce8;

  border: 1px solid #e5e58f;

}



div.status {

  color: #3a3;

  border-color: #c7f2c8;

}



div.error {

  color: #c52020;

}



.form-item input.error, .form-item textarea.error {

  border: 1px solid #c52020;

  color: #494949;

}



/**

 * Watchdog.module

 */

tr.watchdog-user {

  background-color: #fcf9e5;

}



tr.watchdog-user td.active {

  background-color: #fbf5cf;

}



tr.watchdog-content {

  background-color: #fefefe;

}



tr.watchdog-content td.active {

  background-color: #f5f5f5;

}



tr.watchdog-warning {

  background-color: #fdf5e6;

}



tr.watchdog-warning td.active {

  background-color: #fdf2de;

}



tr.watchdog-error {

  background-color: #fbe4e4;

}



tr.watchdog-error td.active {

  background-color: #fbdbdb;

}

tr.watchdog-page-not-found, tr.watchdog-access-denied {

  background: #d7ffd7;

}

tr.watchdog-page-not-found td.active, tr.watchdog-access-denied td.active {

  background: #c7eec7;

}



/**

 * 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;
  }