/* $Id: zen.css,v 1.14.2.6 2009/11/05 11:03:32 johnalbin Exp $ */

/*
 * ZEN STYLES
 *
 * This is an example stylesheet. Sub-themes should NOT include the zen/zen.css
 * file, but instead copy this CSS to their own stylesheets.
 *
 * In this stylesheet, we have included all of the classes and IDs from this
 * theme's tpl.php files. We have also included many of the useful Drupal core
 * styles to make it easier for theme developers to see them.
 *
 * Many of these styles are over-riding Drupal's core stylesheets, so if you
 * remove a declaration from here, the styles may still not be what you want
 * since Drupal's core stylesheets are still styling the element. See the
 * drupal6-reference.css file for a list of all Drupal 5.x core styles.
 *
 * In addition to the style declarations in this file, other Drupal styles that
 * you might want to override or augment are those for:
 *
 *   Book Navigation  See line 74  of Zen's drupal6-reference.css file
 *   Forum            See line 197 of Zen's drupal6-reference.css file
 *   Menus            See line 667 of Zen's drupal6-reference.css file
 *   News Aggregator  See line 20  of Zen's drupal6-reference.css file
 *   Polls            See line 287 of Zen's drupal6-reference.css file
 *   Search           See line 320 of Zen's drupal6-reference.css file
 *   User Profiles    See line 945 of Zen's drupal6-reference.css file
 */

/* WYSIWYG TinyMCS Editor changes to background colour */
iframe,
  iframe html,
  iframe > html,
  iframe body,
  .mceLayout,
  #tinymce,
  .mceContentBody {
    background-color: #ffffff;;
    background-image: none;
  }

/** body **/
  body
  {
    margin: 0;
    padding: 0px 50px; /* This was 27px before but I wanted wider side borders so that curlypage didn't obscure the search box */
	background:#616265 url(gradient-margins.png) repeat-x top left;
	font-family: Verdana, sans-serif;
	font-size:14px;
	color:#000000;
  }

  #page
  {
  }

  #page-inner
  {
  }

/** header **/
  #header
  {
  }

  #header-inner
  {
  }

  #logo-title /* Wrapper for logo, website name, and slogan */
  {
  }

  #logo /* Wrapper for logo */
  {
    margin: 0 0px 0 0;
    padding: 0px 0 0 26px;
  }

  #logo-image /* The actual logo image */
  {
  }

  h1#site-name, div#site-name /* The name of the website */
  {
    margin: 0;
    font-size: 2em;
    line-height: 1.3em;
  }

  #site-name a:link,
  #site-name a:visited
  {
    color: #000000;
    text-decoration: none;
  }

  #site-name a:hover
  {
    text-decoration: underline;
  }

  #site-slogan /* The slogan (or tagline) of a website */
  {
  }

  #header-blocks /* Wrapper for any blocks placed in the header region */
  {
  }

/** main (container for everything else) **/
  #main
  {
  }

  #main-inner
  {
  }

/** content **/
  #content
  {
  }

  #content-inner
  {
  }

  #mission /* The mission statement of the site (displayed on homepage) */
  {
  }

  #content-top /* Wrapper for any blocks placed in the "content top" region */
  {
	padding:0 13px;
  }

  #content-header /* Wrapper for breadcrumb, title, messages, tabs, and help */
  {
  }

  .breadcrumb /* The path to the current page in the form of a list of links */
  {
    padding-bottom: 0; /* Undo system.css */
  }

  h1.title, /* The title of the page */
  h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
  h3.title /* Comment title */
  {
    margin: 0 0 5px 0;
	color:#73b2e4;
  }

  div.messages /* Important messages (status, warning, and error) for the user */
  {
	display:block;
  }
  
  body.innerright div.messages{
	display:table;
  }

  div.status /* Normal priority messages */
  {
  }

  div.warning, tr.warning /* Medium priority messages */
  {
    /* border: 1px solid #efc020; */ /* Drupal core uses: 1px solid #efc020 */
  }

  div.error, tr.error /* High priority messages. See also the .error declaration below. */
  {
  }

  div.tabs /* See also the tabs.css file. */
  {
  }

  .help /* Help text on a page */
  {
    margin: 1em 0;
  }

  .more-help-link /* Link to more help */
  {
    font-size: 0.85em;
    text-align: right;
  }

  #content-area /* Wrapper for the actual page content */
  {
  }

  ul.links /* List of links */
  {
    margin: 1em 0;
    padding: 0;
  }

  ul.links.inline
  {
    margin: 0;
    display: inline;
  }

  ul.links li
  {
    display: inline;
    list-style-type: none;
    padding: 0 0.5em;
  }

  .pager /* A list of page numbers when more than 1 page of content is available */
  {
    clear: both;
    margin: 1em 0;
    text-align: center;
  }

  .pager a, .pager strong.pager-current
  {
    padding: 0.5em;
  }

  .feed-icons /* The links to the RSS or Atom feeds for the current list of content */
  {
    margin: 1em 0 1.5em 0;
  }

  #content-bottom /* Wrapper for any blocks placed in the "content bottom" region */
  {

	  padding:0 0px;
  }

/** navbar **/
  #navbar
  {
  }

  #navbar-inner
  {
  }

  #search-box /* Wrapper for the search form */
  {
  }

  #edit-search-theme-form-1-wrapper label /* Label that says "Search this site:" */
  {
    display: none;
  }

  #primary /* Primary links */
  {
  }

  #secondary /* Secondary links */
  {
  }

/** sidebar-left **/
  #sidebar-left
  {
	  position:relative;
  }

  #sidebar-left-inner
  {
  }

/** sidebar-right **/
  #sidebar-right
  {
	  position:relative;
  }

  #sidebar-right-inner
  {
  }

/** footer **/
  #footer
  {
  }

  #footer-inner
  {
  }

  #footer-message /* Wrapper for the footer message from Drupal's "Site information"
                     and for any blocks placed in the footer region */
  {
  }

/** closure **/
  #closure-blocks /* Wrapper for any blocks placed in the closure region */
  {
  }

/** Drupal nodes **/
  .node /* Node wrapper */
  {
    border-bottom:#e3e3e3 1px solid;
    margin-bottom:15px;
	padding-bottom:5px;
  }

  .node-inner /* Additional wrapper for node */
  {
  }

  .sticky /* A sticky node (displayed before others in a list) */
  {
  }

  .node-unpublished /* Unpublished nodes */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .node-unpublished div.unpublished, /* The word "Unpublished" displayed beneath the content. */
  .comment-unpublished div.unpublished
  {
    height: 0;
    overflow: visible;
    color: #d8d8d8;
    font-size: 75px;
    line-height: 1;
    font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    word-wrap: break-word; /* A very nice CSS3 property */
  }

  .node-mine /* A node created by the current user */
  {
  }

  .node-teaser /* A node displayed as teaser */
  {
  }

  /* All nodes are given a node-type-FOO class that describes the type of
   * content that it is. If you create a new content type called
   * "my-custom-type", it will receive a "node-type-my-custom-type" class.
   */
  .node-type-page /* Page content node */
  {
  }

  .node-type-story /* Story content node */
  {
  }

  .node h2.title /* Node title */
  {
  }

  .marker /* "New" or "Updated" marker for content that is new or updated for the current user */
  {
    color: #cc0000;
  }

  .node .picture /* The picture of the node author */
  {
  }

  .node.node-unpublished .picture,
  .comment.comment-unpublished .picture
  {
    position: relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */
  }

  .node .meta /* Wrapper for submitted and terms data */
  {
  }

  .node .submitted /* The "posted by" information */
  {
	padding-top:4px;
	margin-bottom:15px;
  }

  .node .terms /* Node terms (taxonomy) */
  {
  }

  .node .content /* Node's content wrapper */
  {
	margin-bottom:15px;
  }

  .node ul.links /* Node links. See also the ul.links declaration above. */
  {
  }

  .preview .node /* Preview of the content before submitting new or updated content */
  {
    /* background-color: #ffffe9; */ /* Drupal core uses a #ffffe9 background */
  }

/** Drupal comments **/
  #comments /* Wrapper for the list of comments and its title */
  {
    margin: 1em 0;
  }

  #comments-title /* Heading for the list of comments */
  {
	display:none;
  }

  .comment /* Wrapper for a single comment */
  {
  }

  .comment-inner /* Additional wrapper for a single comment */
  {
  }

  .comment-preview /* Preview of the comment before submitting new or updated comment */
  {
  }

  .comment.new /* A new comment since the user last viewed the page. */
  {
  }

  .comment.odd /* An odd-numbered comment in the list of comments */
  {
  }

  .comment.even /* An even-numbered comment in the list of comments */
  {
  }

  .comment.first /* The first comment in the list of comments */
  {
  }

  .comment.last /* The last comment in the list of comments */
  {
  }

  .comment-unpublished /* Unpublished comments */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .comment-unpublished div.unpublished /* The word "Unpublished" displayed beneath the content. See also the div.unpublished declaration in the node section above. */
  {
  }

  .comment-published /* Published comments */
  {
  }

  .comment-by-anon /* A comment created by an anonymous user */
  {
  }

  .comment-by-author /* A comment created by the node's author */
  {
  }

  .comment-mine /* A comment created by the current user */
  {
  }

  .comment h3.title /* Comment title */
  {
  }

  .new /* "New" marker for comments that are new for the current user */
  {
    color: #cc0000;
  }

  .comment .picture /* The picture of the comment author */
  {
  }

  .comment .submitted /* The "posted by" information */
  {
  }

  .comment .content /* Comment's content wrapper */
  {
  }

  .comment .user-signature /* The user's signature */
  {
  }

  .comment ul.links /* Comment links. See also the ul.links declaration above. */
  {
    margin: 1em 0;
  }

  .indented /* Nested comments are indented */
  {
    /* margin-left: 25px; */ /* Drupal core uses a 25px left margin */
	clear:both;
  }

  .preview .comment /* Preview of the comment before submitting new or updated comment */
  {
    /* background-color: #ffffe9; */ /* Drupal core uses a #ffffe9 background */
  }

/** Drupal blocks **/
  .block /* Block wrapper */
  {
    margin-bottom: 1em;
  }

  .block.region-odd /* Zebra striping for each block in the region */
  {
  }

  .block.region-even /* Zebra striping for each block in the region */
  {
  }

  .block.odd /* Zebra striping independent of each region */
  {
  }

  .block.even /* Zebra striping independent of each region */
  {
  }

  .region-count-1 /* Incremental count for each block in the region */
  {
  }

  .count-1 /* Incremental count independent of each region */
  {
  }

  .block-inner /* Additional wrapper for block */
  {
  }

  .block h2.title /* Block title */
  {
	color:#010101;
  }
  
  #sidebar-left .block .content h1, #sidebar-left .block .content h2, #sidebar-left .block .content h3, #sidebar-left .block .content h4, #sidebar-left .block .content h5, #sidebar-left .block .content h6, #sidebar-left .block .content p, #sidebar-right .block .content h1, #sidebar-right .block .content h2, #sidebar-right .block .content h3, #sidebar-right .block .content h4, #sidebar-right .block .content h5, #sidebar-right .block .content h6, #sidebar-right .block .content p, #inner_right_sidebar .block .content h1, #inner_right_sidebar .block .content h2, #inner_right_sidebar .block .content h3, #inner_right_sidebar .block .content h4, #inner_right_sidebar .block .content h5, #inner_right_sidebar .block .content h6, #inner_right_sidebar .block .content p{
	margin-top:0px;
  }

  .block .content /* Block's content wrapper */
  {
  }

  #block-aggregator-category-1 /* Block for the latest news items in the first category */
  {
  }

  #block-aggregator-feed-1 /* Block for the latest news items in the first feed */
  {
  }

  #block-block-1 /* First administrator-defined block */
  {
  }

  #block-blog-0 /* "Recent blog posts" block */
  {
  }

  #block-book-0 /* "Book navigation" block for the current book's table of contents */
  {
  }

  #block-comment-0 /* "Recent comments" block */
  {
  }

  #block-forum-0 /* "Active forum topics" block */
  {
  }

  #block-forum-1 /* "New forum topics" block */
  {
  }

  #block-menu-primary-links /* "Primary links" block */
  {
  }

  #block-menu-secondary-links /* "Secondary links" block */
  {
  }

  #block-node-0 /* "Syndicate" block for primary RSS feed */
  {
  }

  #block-poll-0 /* "Most recent poll" block */
  {
  }

  #block-profile-0 /* "Author information" block for the profile of the page's author */
  {
  }

  #block-search-0 /* "Search form" block */
  {
  }

  #block-statistics-0 /* "Popular content" block */
  {
  }

  #block-user-0 /* "User login form" block */
  {
  }

  #block-user-1 /* "Navigation" block for Drupal navigation menu */
  {
  }

  #block-user-2 /* "Who's new" block for a list of the newest users */
  {
  }

  #block-user-3 /* "Who's online" block for a list of the online users */
  {
  }

/** Drupal boxes **/
  /* Wrapper for Comment form, Comment viewing options, Menu admin, and
   * Search results.
   */
  .box /* Wrapper for box */
  {
  }

  .box-inner /* Additional wrapper for box */
  {
  }

  .box h2.title /* Box title */
  {
  }

  .box .content /* Box's content wrapper */
  {
  }

/** Miscellaneous Drupal styles **/
  .error /* Errors that are separate from div.messages status messages (see above.) */
  {
    /* color: #ee5454; */ /* Drupal core uses a #ee5454 background */
  }

  .warning /* Warnings that are separate from div.messages status messages (see above.) */
  {
    /* color: #e09010; */ /* Drupal core uses a #e09010 background */
  }

  .more-link /* Aggregator, blog, and forum more link */
  {
    text-align: right;
  }

  #user-login-form /* Drupal's default login form */
  {
    text-align: left;
  }

  tr.even /* Some tables have rows marked even or odd. */
  {
    /* background-color: #eeeeee; */ /* Drupal core uses a #eeeeee background */
  }

  tr.odd
  {
    /* background-color: #eeeeee; */ /* Drupal core uses a #eeeeee background */
  }

  li a.active /* The active item in a Drupal menu */
  {
    color: #010101;
  }


/** Drupal forms **/
  .form-item, /* Wrapper for a form element (or group of form elements) and its label */
  .form-checkboxes,
  .form-radios
  {
    margin: 1em 0;
  }

  .form-item input.error, /* Highlight the form elements that caused a form submission error */
  .form-item textarea.error,
  .form-item select.error
  {
    border: 2px solid #cc0000;
  }

  .form-item label /* The label for a form element */
  {
    display: block;
    font-weight: bold;
  }

  .form-item label.option /* The label for a radio button or checkbox */
  {
    display: inline;
    font-weight: normal;
  }

  .form-required /* The part of the label that indicates a required field */
  {
    color: #cc0000;
  }

  .form-item .description /* The descriptive help text (separate from the label) */
  {
    font-size: 0.85em;
  }

  .form-checkboxes .form-item, /* Pack groups of checkboxes and radio buttons closer together */
  .form-radios .form-item
  {
    margin: 0.4em 0;
  }

  .form-submit /* The submit button */
  {
  }

  .container-inline div, .container-inline label /* Inline labels and form divs */
  {
    display: inline;
  }

  .tips /* Tips for Drupal's input formats */
  {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
  }

/** OpenID **/
  /* The default styling for the OpenID login link seems to assume Garland's
   * styling of list items.
   */
  #user-login-form ul /* OpenID creates a new ul above the login form's links. */
  {
    margin-bottom: 0; /* Position OpenID's ul next to the rest of the links. */
  }

  #user-login-form li.openid-link /* The "Log in using OpenID" links. */
  {
    margin-top: 1em;
    margin-left: -20px; /* Un-do some of the padding on the ul list. */
  }

  #user-login-form li.user-link /* The "Cancel OpenID login" links. */
  {
    margin-top: 1em;
  }

  #user-login ul
  {
    margin: 1em 0;
  }

  #user-login li.openid-link, /* The OpenID links on the /user form. */
  #user-login li.user-link
  {
    margin-left: -2em; /* Un-do all of the padding on the ul list. */
  }

/** Drupal admin tables **/
  /* We overrode these styles in html-elements.css, but restore them for the
   * forms on the site.
   */
  form tbody
  {
    border-top: 1px solid #cccccc;
  }

  form th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #cccccc;
  }

  form tbody th
  {
    border-bottom: 1px solid #cccccc;
  }

  form thead th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #cccccc;
  }


/******************************/

#base_wrapper{
	float:left;
	width:100%;
}

#base_wrap_top, #shd_wrap_top{
	height:7px;
}

#base_wrap_top, #bwm_left, #base_wrap_bot{
	padding-left:7px;
}

#bwt_left, #sht_left{
	float:left;
	width:100%;
	margin-right:-7px;
	height:7px;
}

#bwt_left_in, #sht_left_in{
	margin-right:7px;
	height:7px;
}

#bwt_left_in{
	background:#e3e3e3;
}

#bwm_left_in{
	background:#e3e3e3;
}

#sht_left_in{
	background:#ffffff;
}

#bwt_right, #sht_right{
	height:7px;
	width:7px;
	float:right;
	background:url(/sites/all/themes/cybersafe/images/tr-shadow.png) no-repeat top left;
}

#base_wrap_mid, #shd_wrap_mid{
	float:left;
	width:100%;
}

#bwm_left, #shm_left{
	padding-right:7px;
	background:url(/sites/all/themes/cybersafe/images/mr-shadow.png) repeat-y top right;
	overflow:auto;
}

#shm_left{
	overflow:hidden;
}

#bwm_left_in, #shm_left_in{
	float:left;
	width:100%;
}

#shm_left_in{
	background:#ffffff;
}

#base_wrap_bot, #shd_wrap_bot{
	clear:both;
	height:8px;
}

#bwb_left, #shb_left{
	float:left;
	width:7px;
	height:8px;
	background:url(/sites/all/themes/cybersafe/images/bl-shadow.png) no-repeat top left;
}

#bwb_mid, #shb_mid{
	float:left;
	width:100%;
	margin:0 -7px;
	height:8px;
}

#bwb_mid_in, #shb_mid_in{
	margin:0 7px;
	height:8px;
	background:url(/sites/all/themes/cybersafe/images/bm-shadow.png) repeat-x top left;
}

#bwb_right, #shb_right{
	float:left;
	width:7px;
	height:8px;
	background:url(/sites/all/themes/cybersafe/images/br-shadow.png) no-repeat top left;	
}

#main_wrap{
	padding:0px 13px 0px 13px;
}

#main_wrap_in{
	float:left;
	width:100%;
	padding:9px 0px 16px 0px;
}

/********* Page Top ************/

#page_top{
	margin-bottom:13px;
}

#page_top, #site_tab_search, #sitebar{
	float:left;
	width:100%;
}

#site_tabs{
	float:left;
	margin-top:-33px;
	width:100%;
}

#site_search{
	float:right;
	background:#73b2e4;
	/*border-top:#010101 1px solid;
	border-left:#010101 1px solid;
	border-right:#010101 1px solid;*/
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	height:25px;
	padding:5px 10px 0;
	position:relative;
	z-index:10;
}

#site_search .form-item{
	margin:0px;
	float:left;
        padding-top:3px;
        padding-left:-1px;
	padding-right:8px;
}

#site_search input.form-text{
	width:172px;
	height:16px;
	border:#dededd 1px solid;
}

#site_search input.form-submit{
	margin-top:2px;
	/*width:77px;
	height:23px;
	border:none;
	background:url(/sites/all/themes/cybersafe/images/button-bg2.png) no-repeat top left;
	text-transform:lowercase;
	padding-bottom:4px;*/
}

#sitebar{
	clear:both;
	margin-top:-1px;
	background:#73b2e4 /*url(/sites/all/themes/cybersafe/images/black-line.gif) repeat-y top left*/;
}

#sitebar_inner{
	/*border-top:#010101 1px solid;
	border-bottom:#010101 1px solid;*/
	min-height:22px;
	padding:3px 0px 0 0px;
	float:left;
	width:100%;
	/*background:url(/sites/all/themes/cybersafe/images/black-line.gif) repeat-y top right;*/
}

#sitebar_inner2{padding:0 13px 0px 0px;}

.sitebar_cont{
	float:left;
	width:100%;
	clear:both;
}

#sitebar .sitebar_cont a:hover{
	text-decoration:underline;
}

.sitebar_cont p{
	margin:0px 0px 6px;
}

.sitebar_cont .block{
	padding:0 0 0 10px;
}

/*
Site Tabs
*/

#site_tabs .block{
	margin:0px;
}

#site_tabs h2.title{
	display:none;
}

#site_tabs ul{
	margin:0px;
	padding:0px;
}

#site_tabs ul li{
	float:left;
	margin:0 5px 0 0;
	color:#1e252d;
	font-family:Verdana;
	list-style-type:none;
	list-style-image:none;
	position:relative;
}

#site_tabs ul li a{
	color:#1e252d;
	text-decoration:none;
	height:25px;
	background:url(/sites/all/themes/cybersafe/images/tabs-bg.gif) repeat-x top left;
	display:inline-block;
	padding-top:5px;
	text-align:center;
	cursor:pointer;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding-left:10px;
	padding-right:10px;
	line-height:21px;
}

#site_tabs ul li a:hover{
	background:url(/sites/all/themes/cybersafe/images/tabs-bg.gif) repeat-x 0 -30px;
	text-decoration:none;
}

#site_tabs ul li.active a{
	/*border-top:#010101 1px solid;
	border-left:#010101 1px solid;
	border-right:#010101 1px solid;*/
	background:#73b2e4;
}

#site_tabs .site-desc{
	padding:5px 10px;
	clear:both;
	display:none;
	text-indent:0px;
	float:left;
}

#site_tabs .site-desc .dis-in{
	text-indent:0px;
}

#site_tabs div.active-class{display:block;}

#sitebar #site_tabs .block{margin:0px;}

/************** Page Header **************/

#page_header{
	clear:both;
	float:left;
	width:100%;
	margin-bottom:13px;
}

#site_header{
	float:left;
	width:100%;
        min-height:112px;
	background:#616265 url(gradient-header.png) repeat-x top left;
}

#site_header_left{
	float:left;
	width:278px;
	position:relative;
}

#site_header_right{
	float:left;
	width:100%;
	margin-left:-278px;
}

#site_header_right_inner{
	margin-left:278px;
	padding-left:13px;
}

#logo_header, #site_header_right #mission{
	float:left;
	width:100%;
	clear:both;
}

#site_header_right #mission{
	color:#ffffff;
}

#logo_header{
	min-height:47px;
	float:left;
	width:100%;
	padding-top:15px;
}

#logo_header p{
	margin-top:0px;
	float:left;
	width:100%;
}

#logo_header .block{
	margin:0px;
}

#site_header_right #mission{
	padding-bottom:10px;
	padding-top:8px;
}

#primary_wrap{
	clear:both;
	float:left;
	width:100%;
}

#primary{
	margin:0px;
	height:32px;
	/*background:#73b2e4;*/
	clear:both;
	/*-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;*/

}

#site_header_right #primary ul{
	margin:0px;
	padding-top:2px;
	float:right;
	padding-right:5px;
}

#site_header_right #primary a{
	color:#010101;
	text-decoration:none;
	font-size:16px;
	padding:0 10px;
	height:30px;
	background:url(/sites/all/themes/cybersafe/images/tabs-bg.gif) repeat-x scroll left top transparent;
	display:inline-block;
	line-height:30px;
	cursor:pointer;
}

#site_header_right #primary a:hover{
	background:url(/sites/all/themes/cybersafe/images/tabs-bg.gif) repeat-x scroll 0 -30px transparent;
}

#site_header_right #primary li{
	float:left;
	list-style-image:none;
	list-style-type:none;
	padding:0 0px 0 5px;
	/*background:url(/sites/all/themes/cybersafe/images/li-dot.png) no-repeat 8px 9px;*/
	display:inline-block;
}

#site_header_right #primary li.active a{
	background:#73b2e4;
}

/************** Breadcrumb *************/

#breadcrumb_wrap{
	clear:both;
	float:left;
	width:100%;
	height:26px;
	background:#73b2e4;
}
.breadcrumb{
	padding:4px 0 0 10px;
}

.breadcrumb a:hover{
	text-decoration:underline;
}

/*************** Page Container *************/

#page_container{
	clear:both;
	float:left;
	width:100%;
}


#main_content{
	padding:6px 13px 13px 13px;
}

#sidebar-left .block h2.title,
#sidebar-right .block h2.title,
#inner_right_sidebar .block h2.title,
#top1 .block h2.title{
	font-size:14px;
	font-weight:normal;
	color:#010101;
	background:#73b2e4 /* url(/sites/all/themes/cybersafe/images/title-bg.png) */ no-repeat 15px 8px;
	font-family:Verdana;
	margin:0px;
/*	padding:8px 10px 10px 53px; */
        padding:8px 10px 10px 13px;
}
/* Comments in above added to stop icon appearing in block headers */

#sidebar-left .block .content,
#sidebar-right .block .content,
#inner_right_sidebar .block .content,
#top1 .block .content{
	overflow:auto;
	background:#ffffff;
	border:#010101 1px solid;
	padding:13px 13px 7px 13px;
}

h2.title, h2.title a, h2.title a:hover, #content-area h2.title a:hover{
	color:#73b2e4;
}

#content-bottom .block h2.title, #banner_block .block h2.title{
	color:#73b2e4 !important;
}

.roundedmenu{
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}
.titleround {
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	border-top:#010101 1px solid;
	border-left:#010101 1px solid;
	border-right:#010101 1px solid;
}
#site_tab_search {
  height:31px;
}
img {
 -moz-border:0 !important;
}

.block-region{
	clear:both;
	border:#010101 2px solid;
	color:black;
}

#footer_wrapper{
	clear:both;
	float:left;
	width:100%;
	margin-bottom:20px;
	padding-top:20px;
}

#footer_wrap_in{
	padding-left:7px;
}

/* Hyperlinks in footer regions */
#footer_wrapper, #footer_wrapper a{
	color:#ffffff;
	text-decoration:none;
}
#footer_wrapper a:hover{
	text-decoration:underline;
}

/* Text in block content in footer region */
#footer_wrapper .block .content{
	color:#d0d0d0 !important;
}
/* Headings in block content in footer region */
#footer_wrapper .block .content h2{
        color:#ffffff !important;
}

/* Used when footer background is light coloured (e.g. white) - normally link is white in the footer */
#footer_wrapper a.redlinks {color: #fa0000;}

/* Block heading text/title in footer regions */
/* In main content window we show block title using 24px */
#footer_wrapper .block h2.title{
	color:#ffffff !important;
        font-weight:bold;
        font-size:16px;
}

#footer_wrapper li a.active{
	color:#ffffff !important;
}

#footer_top{
	float:left;
	width:100%;
        margin-bottom:20px;
}

#footer_bot{
	clear:both;
	float:left;
	width:100%;
}

#footer_wrap_in .region1 .footer_region{
	width:100%;
}

#footer_wrap_in .region2 .footer_region{
	width:49%;
}

#footer_wrap_in .region3 .footer_region{
	width:33%;
}

#footer_left{
	float:left;
	min-height:10px;
	text-align:left;
}

#footer_middle{
	float:left;
	min-height:10px;
}

#footer_right{
	float:right;
	min-height:10px;
	text-align:right;
}

#footer_right .block{
	padding-right:15px;
}

#footer_top .block-menu ul{
	margin:0px;
	padding:0;
}

#footer_top .block-menu ul li{
	list-style-type:none;
	background:none;
	list-style-image:none;
	float:left;
	padding:0 0px 0 24px;
	color:#ffffff;
	background:url(/sites/all/themes/cybersafe/images/white-li-dot.png) no-repeat 10px 7px;
}

#footer_top .block-menu ul li.first{
	list-style-type:none;
	background:none;
	padding:0px;
}

#footer_right .block-menu ul{
	text-align:right;
}

#footer_right .block-menu li{
	display:inline;
	list-style-image:none;
	list-style-type:none;
	border-right:#ffffff 1px solid;
	padding:0 8px 0 4px;
}

#footer_right .block-menu li.last{
	border:none;
	padding:0 0 0 4px;
}

#main_container_in{margin-right:-7px;}

#banner_block{
	clear:both;
	padding-top:8px;
	margin-right:-7px;
}

#banner_block .block{
	padding:6px 13px 6px 13px;
}

#main_conent_left_in{
	padding-bottom:13px;
}

#bottom1, #page_bottom2{
	clear:both;
	padding-top:8px;
	margin-right:-2px;
        margin-bottom:-12px;
}

#bottom1 a:hover, #page_bottom2 a:hover{
	text-decoration:underline;
	color:#d1d900;
	background:transparent none;
}

#bottom1 .block h2.title, #bottom1 .block .dhtml-menu a{
	background:none !important;
}

/******************* 
     22/04/2010 
********************/

#site_search input.form-submit,
#user-login input.form-submit {
	font-size:14px;
}


div.node-type-blog{
	border-bottom:1px solid #e3e3e3;
	padding:0 0 5px 0;
}


/******************* 
     23/04/2010 
********************/
.comment-published h3.title {
/*	background:#e3e3e2; */
	margin-bottom:15px;
}

.comment-published h3.title a {
	color:#4f4f4f !important;
	display:block;
	font-weight:normal;
	padding:2px;
	text-decoration:none;
}

.comment-published div.links ul {
	float:none;
}


table {
	border:1px solid #e2e2e2;
	border-width:1px 1px 0 1px;
}

tr.even, tr.odd {
	background:none;	
}

/* table heading */
thead tr th,
thead tr td {
	background:url(/sites/all/themes/cybersafe/images/thbg.gif) repeat-x bottom;
	padding:3px;
	border-bottom:none;
}

table tr td {
	border:1px solid #e2e2e2;
	border-width:0px 0 1px 0px;
	padding:3px;
}

/* used to remove table border, e.g. when table used for aligning text */
table.noborder,
table.noborder thead td,
table.noborder thead th,
table.noborder tbody td {
  border: none;
  padding:0px;
}

/* used for inline box - table formatting */ 
table.inlinebox,
table.inlinebox thead td,
table.inlinebox thead th,
table.inlinebox tbody td {
  border: none;
  background-color: #e3e3e3;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* formatting of case description and comment - filter module also required */
body.innerright div.filefield-element .messages {
  display: block;
  white-space: normal;
/*  overflow: hidden; makes error appear on one line and get truncated if too long */
}

table tr td, table tr th {
  padding: 3px 8px;
}

/* Not using this anymore, since we found pre tags didn't wrap on long lines
.node-type-case pre {
  background: none;
  border: none;
  font-size: 14px;
  font-family: Verdana,sans-serif;
  padding: 0;
}
*/

/************* DHTML Menu **************/

/* Set borders and padding for each menu item */

#sidebar-left .dhtml-menu-block .content,
#sidebar-right .dhtml-menu-block .content,
#inner_right_sidebar .dhtml-menu-block .content{
	padding:0px !important;
}
#sidebar-left .dhtml-menu-block ul.menu,
#sidebar-right .dhtml-menu-block ul.menu,
#inner_right_sidebar .dhtml-menu-block ul.menu{
	margin:0px;
	padding:1px 0 1px 0;
}
#sidebar-left .dhtml-menu-block ul.menu li,
#sidebar-right .dhtml-menu-block ul.menu li,
#inner_right_sidebar .dhtml-menu-block ul.menu li{
	border-bottom:#ffffff 1px solid;
	border-top:#ffffff 1px solid;
}
#sidebar-left .dhtml-menu-block ul.menu li a,
#sidebar-right .dhtml-menu-block ul.menu li a,
#inner_right_sidebar .dhtml-menu-block ul.menu li a{
	padding-left:13px;
	padding-bottom:2px;
	padding-top:2px;
	outline:none;
	padding-right:3px;
}
#sidebar-left .dhtml-menu-block ul.menu ul,
#sidebar-right .dhtml-menu-block ul.menu ul,
#inner_right_sidebar .dhtml-menu-block ul.menu ul{
	padding-bottom:0px;
}

/* Set indent on left of menu item, depending on menu depth */
/* Using 8px increments, margin 13px */

#sidebar-left .dhtml-menu-block ul.menu li li a,
#sidebar-right .dhtml-menu-block ul.menu li li a,
#inner_right_sidebar .dhtml-menu-block ul.menu li li a{
	padding-left:21px; padding-right:3px; /* padding-right used to position the + or - icon on right side of menu item */
}
#sidebar-left .dhtml-menu-block ul.menu li li li a,
#sidebar-right .dhtml-menu-block ul.menu li li li a,
#inner_right_sidebar .dhtml-menu-block ul.menu li li li a{
	padding-left:29px; padding-right:3px;
}
#sidebar-left .dhtml-menu-block ul.menu li li li li a,
#sidebar-right .dhtml-menu-block ul.menu li li li li a,
#inner_right_sidebar .dhtml-menu-block ul.menu li li li li a{
	padding-left:37px; padding-right:3px;
}
#sidebar-left .dhtml-menu-block ul.menu li li li li li a,
#sidebar-right .dhtml-menu-block ul.menu li li li li li a,
#inner_right_sidebar .dhtml-menu-block ul.menu li li li li li a{
        padding-left:45px; padding-right:3px;
}
#sidebar-left .dhtml-menu-block ul.menu li li li li li li a,
#sidebar-right .dhtml-menu-block ul.menu li li li li li li a,
#inner_right_sidebar .dhtml-menu-block ul.menu li li li li li li a{
        padding-left:53px; padding-right:3px;
}

/* If last, remove border at bottom */

#sidebar-left .dhtml-menu-block ul.menu li li.last,
#sidebar-right .dhtml-menu-block ul.menu li li.last,
#inner_right_sidebar .dhtml-menu-block ul.menu li li.last{
	border-bottom:none;
}

/* This sets the selected menu item to white background */

#sidebar-left .dhtml-menu-block ul.menu li.dhtml-menu a.active,
#sidebar-right .dhtml-menu-block ul.menu li.dhtml-menu a.active,
#inner_right_sidebar .dhtml-menu-block ul.menu li.dhtml-menu a.active{
                background-color:#ffffff !important;
}

/* ??? */

#sidebar-left li.dhtml-menu,
#sidebar-left li.dhtml-menu li,
#sidebar-right li.dhtml-menu,
#sidebar-right li.dhtml-menu li,
#inner_right_sidebar li.dhtml-menu,
#inner_right_sidebar li.dhtml-menu li{
	list-style-type:none;
	list-style-image:none;
}

/* Set ??? */

#sidebar-left li.dhtml-menu a,
#sidebar-right li.dhtml-menu a,
#inner_right_sidebar li.dhtml-menu a{
	display:block;
/*	color:#646464;
	font-family:Verdana;
	text-decoration:none; */
}

/* Put icon on right of each menu item, and before item text, depending on whether collapsed/expanded/leaf item */

#sidebar-left .dhtml-menu-block ul.menu li.leaf a,
#sidebar-left .dhtml-menu-block ul.menu li.collapsed li.leaf a,
#sidebar-left .dhtml-menu-block ul.menu li.expanded li.leaf a,
#sidebar-right .dhtml-menu-block ul.menu li.leaf a,
#sidebar-right .dhtml-menu-block ul.menu li.collapsed li.leaf a,
#sidebar-right .dhtml-menu-block ul.menu li.expanded li.leaf a,
#inner_right_sidebar .dhtml-menu-block ul.menu li.leaf a,
#inner_right_sidebar .dhtml-menu-block ul.menu li.collapsed li.leaf a,
#inner_right_sidebar .dhtml-menu-block ul.menu li.expanded li.leaf a{
/*	background-image:url(/sites/all/themes/cybersafe/images/red-dot-icon.png); */
	background-repeat:no-repeat;
	background-position:97% 3px;
}
#sidebar-left .dhtml-menu-block ul.menu li.collapsed a.dhtml-menu-icon,
#sidebar-right .dhtml-menu-block ul.menu li.collapsed a.dhtml-menu-icon,
#inner_right_sidebar .dhtml-menu-block ul.menu li.collapsed a.dhtml-menu-icon{
	background-image:url(/sites/all/themes/cybersafe/images/red-plus-icon.png) !important;
	background-repeat:no-repeat;
	background-position:97% 3px; 
        padding-left:0px;
        background-color:inherit !important; /* When non leaf node active make sure icon background is white */
}
#sidebar-left .dhtml-menu-block ul.menu li.expanded a.dhtml-menu-icon,
#sidebar-right .dhtml-menu-block ul.menu li.expanded a.dhtml-menu-icon,
#inner_right_sidebar .dhtml-menu-block ul.menu li.expanded a.dhtml-menu-icon{
	background-image:url(/sites/all/themes/cybersafe/images/red-minus-icon.png);
	background-repeat:no-repeat;
	background-position:97% 3px;
        padding-left:0px;
        background-color:inherit !important; /* When non leaf node active make sure icon background is white */
}
#sidebar-left .dhtml-menu-block .fake-leaf,
#sidebar-right .dhtml-menu-block .fake-leaf,
#inner_right_sidebar .dhtml-menu-block .fake-leaf{
	font-size:14px;
}

/* put expand/collapse icons (+ or -) on right instead of left of menu item text */
a.dhtml-menu-icon {
	float:right;
}

/************** Drupal Tabs ********/

div.tabs ul.tabs{
	height:29px;
	border-bottom:none;
	background:url(/sites/all/themes/cybersafe/images/gray-line.gif) repeat-x bottom left;
	padding-left:0px;
	margin:0px 0 5px 0;
	border-left:none;
	border-right:none;
	border-top:none;
}

div.tabs ul.tabs li{
	margin-right:5px;
	font-family:Verdana;
	padding:0px;
	border:none;
	height:28px;
	display:inline-block;
	border:none;
	float:left;
	background:url(/sites/all/themes/cybersafe/images/qt-tabs-bg.gif) no-repeat top left;
}

div.tabs ul.tabs li:hover{
	background:url(/sites/all/themes/cybersafe/images/qt-tabs-bg.gif) no-repeat 0 -126px;
}

div.tabs ul.tabs li a{
	display:inline-block;
	height:24px;
	padding:4px 13px 0 13px;
	text-align:center;
	text-decoration:none;
	font-weight:normal;
	background:url(/sites/all/themes/cybersafe/images/qt-tabs-bg.gif) no-repeat 100% -31px;
	font-weight:normal;
	font-size:14px;
	color:#1e252d;
	font-family:Lucida Sans,Verdana;
	margin:0px !important;
	border:none;
}
div.tabs ul.tabs li a:hover{
	background:transparent url(/sites/all/themes/cybersafe/images/qt-tabs-bg.gif) no-repeat 100% -156px !important;
}
div.tabs ul.tabs li.active{
	background:url(/sites/all/themes/cybersafe/images/qt-tabs-bg.gif) no-repeat 0 -62px;
	height:29px;
}
div.tabs ul.tabs li.active a{
	background:transparent url(/sites/all/themes/cybersafe/images/qt-tabs-bg.gif) no-repeat 100% -94px !important;
	color:#747579;
	height:25px;
}

div.tabs ul.tabs li a:hover{
	border:none;
	color:#000000;
}

div.tabs ul.tabs .tab, div.tabs ul.tabs  li.active .tab, div.tabs ul.tabs  li a:hover .tab{
	padding:0px;
	background:none;
	height:auto;
	display:inline;
	line-height:21px;
}

ul.primary li a {
	margin-right:0px;
}

/************* Quicktabs ***********/

.block-quicktabs ul.quicktabs_tabs{
	height:29px;
	border-bottom:none;
	background:url(/sites/all/themes/cybersafe/images/gray-line.gif) repeat-x bottom left;
	padding-left:0px;
	margin:0px;
	border-left:none;
	border-right:none;
	border-top:none;
}

.block-quicktabs ul.quicktabs_tabs li{
	margin-right:5px;
margin-left:0px;
margin-top:0px;
margin-bottom:0px;
	font-family:Verdana;
	padding:0px;
	border:none;
	height:28px;
	display:inline-block;
	border:none;
	float:left;
	background:url(/sites/all/themes/cybersafe/images/qt-tabs-bg.gif) no-repeat top left;
}

.block-quicktabs ul.quicktabs_tabs li:hover{
	background:url(/sites/all/themes/cybersafe/images/qt-tabs-bg.gif) no-repeat 0 -126px;
}

.block-quicktabs ul.quicktabs_tabs li a{
	display:inline-block;
	height:22px;
	padding:6px 13px 0 13px;
	text-align:center;
	text-decoration:none;
	font-weight:normal !important;
	background:url(/sites/all/themes/cybersafe/images/qt-tabs-bg.gif) no-repeat 100% -31px !important;
	font-size:14px !important;
	color:#1e252d;
	font-family:Lucida Sans,Verdana !important;
}
.block-quicktabs ul.quicktabs_tabs li a:hover{
	background:url(/sites/all/themes/cybersafe/images/qt-tabs-bg.gif) no-repeat 100% -156px !important;
}
.block-quicktabs ul.quicktabs_tabs li.active{
	background:url(/sites/all/themes/cybersafe/images/qt-tabs-bg.gif) no-repeat 0 -62px;
	height:29px;
}
.block-quicktabs ul.quicktabs_tabs li.active a, .block-quicktabs ul.quicktabs_tabs li.active a:hover{
	background:url(/sites/all/themes/cybersafe/images/qt-tabs-bg.gif) no-repeat 100% -94px !important;
	height:23px;
}

.block-quicktabs ul.quicktabs_tabs li.active,
.block-quicktabs ul.quicktabs_tabs li:hover{
	border:none;
}
.quicktabs_main.quicktabs-style-basic{
	border-right:none;
	border-left:none;
	border-bottom:none;
	padding:10px 0;
	clear:none;
}

.block-quicktabs .quicktabs_wrapper{
	border:none;
	padding:0px;
}

#page_bottom2{clear:both;}

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

#sitebar .block{
	margin-bottom:5px;
}

#sitebar #block-block-17{float:right; z-index:10;}
#site_login{
	text-align:right;
}
#site_login a:hover{
	text-decoration:underline;
}

.adimage .content{padding:0px !important;}
.adimage .content p{margin:0px;}
.adimage .content img{display:block;}

#block-block-8 .flinks, #block-block-8 .flinks a{color:#cccccc;}

div.block.with-block-editing div.edit a{
	color:#010101 !important;
}

.node .meta, .comment .meta{font-family:Verdana; font-size:14px; color:#4c4e54;}

.comment .meta{
	margin-bottom:15px;
}

.node .meta .submitted .node-author,
.comment .meta .submitted .node-author{
	display:inline;
	background:url(/sites/all/themes/cybersafe/images/user-icon.gif) no-repeat top left;
	padding-left:20px;
}

.node .meta .submitted .node-created,
.comment .meta .submitted .node-created{
	padding-left:25px;
	background:url(/sites/all/themes/cybersafe/images/calendar-icon.png) no-repeat top left;
	display:inline;
}

.node ul.links{
	font-family:Verdana;
	font-size:12px;
	color:#010101;
}

.node ul.links li.print_html{
	margin-left:0px;
	padding-left:2px;
}

.node ul.links li.addtoany{
	padding:0 3px 0 0;
}

.node ul.links li.comment_add{
	background:url(/sites/all/themes/cybersafe/images/add-comment-icon.gif) no-repeat top left;
	padding-left:25px;
}

.node ul.links li.node_read_more{
	background:url(/sites/all/themes/cybersafe/images/read-more-icon.gif) no-repeat top left;
	padding-left:22px;
}

.node ul.links li.comment_forbidden,
.comment ul.links li.comment_forbidden{
	background:url(/sites/all/themes/cybersafe/images/comment-icon.gif) no-repeat top left;
	padding-left:21px;
}

.node ul.links li.comment_comments{
	background:url(/sites/all/themes/cybersafe/images/comments.png) no-repeat top left;
	padding-left:21px;
	padding-bottom:2px;
}

/* Added so we don't get big gap when pdf icon shown in node links */
.node ul.links li.print_pdf,
.node ul.links li.print_mail{
	margin-left:0px;
	padding-left:0px;
}

/* Removed since we don't want 2 pdf icons
.node ul.links li.print_pdf a{
	padding-left:20px;
	background-image:url(/sites/all/themes/cybersafe/images/pdf.png);
	background-repeat:no-repeat;
	background-position:top left;
	
}

.node ul.links li.print_pdf a:hover{
	background:#e3e3e3 url(/sites/all/themes/cybersafe/images/pdf.png) no-repeat top left !important;
}
*/

.node .terms-inline{
	font-size:12px;
	font-family:Verdana;
	background:url(/sites/all/themes/cybersafe/images/tags-icon.gif) no-repeat top left;
	padding-left:18px;
	border-right:#010101 1px solid;
	padding-right:7px;
	margin-right:3px;
}

.node ul.links li{
	border-right:#010101 1px solid;
	margin-right:3px;
}

.node .terms-inline ul.links li,
.node ul.links li.last{
	border:none;
}

.node .terms-inline li.last{
	border-right:#010101 1px solid !important;
}

.node ul.links li.blog_usernames_blog{
background:url(/sites/all/themes/cybersafe/images/category-icon.gif) no-repeat 0 0px;
	padding-left:25px;
}

.search-results ul.links li.last{
	border:none;
}

#comments .comment{
	margin-bottom:10px;
}

.comment .links{
	font-size:12px;
	font-family: Verdana;
}

.comment div.links{
	padding-top:10px;
}

.comment .links ul{
	margin-top:0px;
	padding-top:0px;
}

.comment ul.links li{
	padding-bottom:1px;
}

.comment ul.links li.comment_delete{
	background:url(/sites/all/themes/cybersafe/images/comment_delete.png) no-repeat top left;
	padding-left:20px;
}

.comment ul.links li.comment_edit{
	background:url(/sites/all/themes/cybersafe/images/comment_edit.png) no-repeat top left;
	padding-left:20px;
}

.comment ul.links li.comment_reply{
	background:url(/sites/all/themes/cybersafe/images/comment-reply.png) no-repeat top left;
	padding-left:20px;
}

#content-bottom h2.title, #content-top h2.title{
	margin-bottom:10px;
}

.form-submit{
/*	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border:#dededd 1px solid;
	font-size:13px;
	background:url(/sites/all/themes/cybersafe/images/button-bg.gif) repeat-x top left;
	height:23px;*/
}

pre{
	border:#e4e4e4 1px solid;
	background:#f0f0f0;
	padding:5px;
}

.color-form #palette .form-item{
	width:300px;
}

.color-form #palette .form-item label{
	width:145px;
}

.color-form #palette .lock{
	top:-2px;
}

.node-results ul.links li{
	border-right:#010101 1px solid;
	margin-right:8px;
}

.node-results ul.links li.node-author{
background:url(/sites/all/themes/cybersafe/images/user-icon.gif) no-repeat scroll left top transparent;
padding-left:20px;
}

.node-results ul.links li.node-created{
background:url(/sites/all/themes/cybersafe/images/calendar-icon.png) no-repeat scroll left top transparent;
padding-left:25px;
}

.node-results ul.links li.comment_comments{
background:url(/sites/all/themes/cybersafe/images/comments.png) no-repeat scroll left top transparent;
padding-left:21px;
}

.node-results ul.links li.node-upload{
	background:url(/sites/all/themes/cybersafe/images/attachment.png) no-repeat scroll left top transparent;
	padding-left:18px;
	border:none;
}

#content-area .profile{
	clear:none;
}

#content-bottom .block .content,
#banner_block .block .content{
	color:#000000 !important;
}

.red-list li{
	color:red;
}

.red-list li span{
	color:#000000;
}