/* =============================================================================

	Global Style Sheet

	Sep 2007 steve@festinalente.co.uk

============================================================================= */

/* ---- Palette ------

  Light Green: #70eeaa;
   Dark Green: #244c37;
   Pale Green: #c8eed9;

----------------------- */

body {
	border: 0;
	margin: 0;
    color: #244c37;
	font-family: verana, arial, helvetica, sans-serif;
    font-size: 10pt;
	background-image: url(/designs/images/sidebar_bg_149_20.jpg);
	background-repeat: repeat-y;
	background-position: 0 0;
}

a {
    color: #244C37;
}

a:hover {
    color: #4b9f72;
}

div#content {
	position: absolute;
	top: 90px;
	left: 160px;
}

div#page_header {
	height: 90px;
	margin-left: 160px;
    border: 1px solid white;
}

div#page_title {
    height: 35px;
	margin-top: 30px;
	padding-bottom: 0.0em;
    color: #244c37;
	font-size: 26px;
	font-weight: 400;
	background-image: url(/designs/images/line1.png);
	background-repeat: repeat-x;
	background-position: 0 100%;
/*border: 1px dotted blue;*/
}


div#button_holder_right {
	height: 20px;
	float: right;
    padding-top: 2px;
	padding-right: 4px;
    font-size: 8pt;
    font-weight: normal;
}

div#button_holder_right ul {
	display: inline;
	margin-left: 0px;
	padding-left: 0px;
	border: none;
}

div#button_holder_right li {
	list-style: none;
	display: inline;
	padding-top: 2px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 2px;
	margin-left: 4px;
	margin-right: 4px;
}

div#button_holder_right li img {
	border: 0;
	vertical-align: -50%;
}

div#button_holder_right li a {
    text-decoration: none;
    color: #000077;
}

div#button_holder_right li a:hover {
    color: #0000CC;
}


/********* CONTEXT **************/

div#context {
	font-size: 12px;
	margin-bottom: 2px;
	padding-top: 1px;
	padding-left: 0px;
    float: left;
}

div#context #breadcrumbs {
	float: left;
	padding-top: 3px;
}

div#context #breadcrumbs ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
}

div#context #breadcrumbs ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
}

/********* NEWS SAMPLE **************/

div#news_sample {
    font-size: 90%;
    width: 100%;
    margin-left: 0.5em;
    margin-right: 0.5em;
    text-align: center;
}

div#news_sample table {
    width: 100%;
    border: 1px solid #244c37;
}

div#news_sample table td {
    border-bottom: 1px solid #244c37;
    border-right: 1px solid #244c37;
    background-color: #c8eed9; /*#d6eee1;*/
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
    padding-bottom: 4px;
}

div#news_sample table th {
    background-color: #244c37;
    color: #ffffff;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
}

div#news_sample div.date {
    font-size: 85%;
    color: #244c37;
}

div#news_sample a {
    color: #244c37;
    text-decoration: underline;
}

div#news_sample table a {
    color: #244c37;
    text-decoration: none;
}

div#news_sample table a:hover {
    text-decoration: underline;
}

/********* JAMCAMS FEED **************/

div#jamcam_feed {
    width: 192px;
    height: 200px;
    border: 2px solid #000077;
    background-color: #000077;
}

div#jamcam_feed .title {
    background-color: #000077;
    color: #ffff91;
    height: 55px;
    text-align: center;
    font-size: 90%;
}

div#jamcam_feed a, div#jamcam_feed a:visited {
    color: #ffff91;
    text-decoration: none;
}

div#jamcam_feed a:hover {
    text-decoration: underline;
}

div#jamcam_feed img {
    border: 0px;
}




/**********************************************************************
/* General navigation
/**********************************************************************/

/* First level tabs */

#navbar-div {
  border-bottom: 1px solid #666;
}
#navbar-container {
  height: 35px;
  position: relative;
}
#navbar {
  position: absolute;
  height: 21px;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  left: 10px;
  bottom: -2px;
  margin-top: 10px;
  font-family: Arial, sans-serif;
  font-size: 80%;
  font-weight: bold;
}
html>body #navbar { bottom: 0px }

#navbar .tab {
  height: 16px;
  float: left;
  background-color: #eeeeee;
  border: 1px solid #666;
  padding: 2px 5px 2px 5px;
  margin: 0px 2px 0px 2px;
}
#navbar a {
  text-decoration: none;
  color: black;
}
#navbar a:hover {
  text-decoration: underline;
}
#navbar #navbar-here {
  border-bottom-color: white;
  background-color: white;
}
#navbar #navbar-here a {
  color: black;
}

#navbar-body {
  border-bottom: 1px solid #016799;
  background-color: white;
  clear: both;
  padding-top: 4px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
}


/* Second level tabs */

#subnavbar-div {
  border-bottom: 1px solid #666;
}
#subnavbar-container {
  height: 35px;
  width: 742px;
  position: relative;
}
#subnavbar {
  position: absolute;
  width: 720px;
  height: 21px;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  right: 0px;
  bottom: -2px;
  margin-top: 10px;
  font-family: Arial, sans-serif;
  font-size: 80%;
  font-weight: bold;
}
html>body #subnavbar { bottom: 0px }

#subnavbar .tab {
  height: 16px;
  float: left;
  background-color: #eeeeee;
  border: 1px solid #666;
  padding: 2px 5px 2px 5px;
  margin: 0px 2px 0px 2px;
}
#subnavbar a {
  text-decoration: none;
  color: black;
}
#subnavbar a:hover {
  text-decoration: underline;
}
#subnavbar #subnavbar-here {
  border-bottom-color: white;
  background-color: white;
}
#subnavbar #subnavbar-here a {
  color: black;
}


#subnavbar-body {
  border-bottom: 1px solid #016799;
  border-left: 1px solid #016799;
  border-right: 1px solid #016799;
  background-color: white;
  clear: both;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 6px;
  padding-right: 6px;
}



/**********************************************************************
/* Widgets
/**********************************************************************/


/* Various forms of links */

.action-list {
  padding: 0;
}

.action-list ul {
  margin: 0;
  padding: 0;
  display: inline;
  border: none;
}

.action-list ul li {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  display: inline;
}

a.refresh {
  color: white;
  text-decoration: underline;
}
a.refresh:hover {
  color: red;
  text-decoration: underline;
}

a.button {
  font: 85% arial;
  border: solid 1px black;
  background-color: #c8eed9;
  text-align: center;
  padding: 1px;
  padding-left: 8px;
  padding-right: 8px;
  color: black;
  text-decoration: none;
  white-space: nowrap;
}
a.button:link {
  text-decoration: none;
  border: solid 1px black;
}
a.button:visited {
  text-decoration: none;
  border: solid 1px black;
}
a.button:hover {
  text-decoration: none;
  background-color: #70eeaa;
  border: solid 1px black;
}
a.button:active {
  text-decoration: none;
  border: solid 1px black;
}


a.admin-button {
  font: 85% arial;
  border: solid 1px black;
  background-color: #aaa;
  text-align: center;
  padding: 1px;
  padding-left: 8px;
  padding-right: 8px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
a.admin-button:link {
  text-decoration: none;
  border: solid 1px black;
  color: #111;
}
a.admin-button:visited {
  text-decoration: none;
  border: solid 1px black;
}
a.admin-button:hover {
  text-decoration: none;
  background-color: #ccc;
  border: solid 1px black;
}
a.admin-button:active {
  text-decoration: none;
  border: solid 1px black;
}

a.admin:link, a.admin:visited {
  color: #f00;
  font-family: verdana;
  font-size: 11px;
  font-weight: normal;
}

a.admin:hover {
  color: #fff;
  background: #f00;
}


ul.action-links li {
  list-style: circle url(/resources/acs-subsite/action-link-marker.png);
  margin: 8px;
  margin-left: -16px;
}

div.subsite-context-bar {
  font-size: 85%;
  margin-bottom: 4px;
  position: relative;
}



/* Text Styles */

h1 {
  font-size: 120%;
  margin-bottom: 12px;
}
h2 {
  font-size: 115%;
  margin-bottom: 12px;
}
h3 {
  font-size: 110%;
  margin-bottom: 12px;
}
h4 {
  font-size: 105%;
  margin-bottom: 12px;
}

.small {
  font-size: 85%;
}

.highlight {
  background-color: #ffc;
}


/* Portlets */

.portlet h2 {
  background: #dddddd;
  padding: 2px 8px 2px 8px;
  margin: 0;
}

.portlet-header {
  background: #dddddd;
}

.portlet-header h2 {
  padding: 2px 8px 2px 8px;
  margin: 0;
}

.portlet-sidebar {
  width: 30%;
}

.portlet .portlet-body {
  border: 1px dotted #999;
  border-top: 0px;
  padding: 6px 8px 6px 8px;
}







/* Generally Available Tabs */

#tabs-div {
  border-bottom: 1px solid #666;
}
#tabs-container {
  height: 15px;
  position: relative;
}
#tabs {
  position: absolute;
  height: 21px;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  left: 10px;
  bottom: -2px;
  margin-top: 10px;
  font-family: Arial, sans-serif;
  font-size: 80%;
  font-weight: bold;
}
html>body #tabs { bottom: 0px }

#tabs .tab {
  height: 16px;
  float: left;
  background-color: #cccccc;
  border: 1px solid #666;
  padding: 2px 5px 2px 5px;
  margin: 0px 2px 0px 2px;
}
#tabs .disabled {
  color: #999999;
}
#tabs a {
  text-decoration: none;
  color: black;
}
#tabs a:hover {
  text-decoration: underline;
}
#tabs #tabs-here {
  border-bottom-color: #f6f6f6;
  background-color: #f6f6f6;
}
#tabs #tabs-here a {
  color: black;
}

#tabs-body {
  border-bottom: 1px solid #016799;
  background-color: #f6f6f6;
  clear: both;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
}


/***************************** PRIVATE PAGES **********************************/

table#private_home {
    width: 100%;
    text-align: center;
}

table#private_home td {
    width: 25%;
    padding-top: 1em;
    paddint-bottom: 1em;
}








/**********************************************************************
/* acs-developer-support Toolbar
/**********************************************************************/
/* LARS: This ought to go in the developer-support package, somehow */

#developer-toolbar {
  background-color: #616093;
  color: white;
  font-family: tahoma, verdana;
  font-size: 80%;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
}
#developer-toolbar td a {
  border: solid 1px #616093;
  text-align: center;
  color: white;
  text-decoration: none;
}
#developer-toolbar td a:hover {
  text-decoration: none;
  background-color: #999999;
  border: solid 1px #cccccc;
}
#developer-toolbar #search {
  font: 80% tahoma;
  color: white;
}
#developer-toolbar #search input {
  font: 100% tahoma;
}
#developer-toolbar td a.on {
  background-color: #888888;
  border: solid 1px #cccccc;
}
#developer-toolbar td a:hover.on {
  background-color: #666666;
  border: solid 1px #999999;
}

/* Developer-support footer */

.developer-support-footer {
  float: left;
  padding: 6px;
  border: solid 1px gray;
  background-color: #e1e1e1;
  margin-top: 4px;
}









/**********************************************************************
/* DEPRECATED CLASSES
/**********************************************************************/

/* Deprecated, not sure what it's replaced with just yet */
a.action {
  margin: 8px;
  margin-left: 24px;
  display: list-item;
  list-style: circle url(/resources/acs-subsite/right.gif);
}


