﻿/*styles for media objects - COTR*/
h1 {margin: 0; padding:0px; }
#profiles h1, #events h1, #news h1, #jobs h1 
{font-family: verdana, sans-serif; font-size: 1.3em; color:#5891CF; margin: 0 0 10px 0; }

#profiles p {font-size: 12px; color:#666;}
#profiles img {float:left; margin-right: 10px; clear:left;}

#events a, #profiles a, #news a, #jobs a {text-decoration:none;}
#profiles a {font-size: 1.1em;}

#events ul, #news ul, #jobs ul {list-style-type:none; margin:0; padding:0;}
#events li, #news li, #jobs li {padding-bottom: 10px;}
#events .blurb, #news .blurb {color: #666; display:block; font-size:12px; padding: 0px 0px 4px 10px; border-bottom: solid 1px #ededed;}

#news, #jobs {color:green;}

#jobs ul {margin: 0 0 0 10px; padding:0 0 0 20px; list-style-image:url("/source/icons/priority-3.gif");}

.HRDlink {margin:0 0 10px 0; padding:0 0 0 14px; background-image:url('/source/icons/link-pt.gif'); background-repeat: no-repeat; background-position: 0px 8px; display:block;
}
.HRDlink a {text-decoration:none; font-weight:bold;}

/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin:auto; margin-top:1em; padding:4px 5px; width:512px;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0px 3px 4px;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0; padding:0px;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 3px 5px  0.5em;
 margin-left: 3px; margin-bottom: 1px;
 border: 1px solid #778;
 /*border-bottom: none;*/
 background: #73A542;
 text-decoration: none;
 background-image:url('/source/headers/tab-shadow1.jpg');
}

ul.tabbernav li a:link { color: #000; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #8CBBE9;
 border-color: #227;
 border-top:solid 1px; border-right:solid 1px; border-bottom:solid 0px; border-left:solid 1px;
 background-image:url('/source/headers/tab-shadow2.jpg');
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;  background-image:none;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 border-left:1px solid #AAAAAA; border-right:1px solid #AAAAAA; border-bottom:1px solid #AAAAAA; padding:5px; border-top:0px solid;
 margin:0; 
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

/* rss link styles */

.rss  {		font-size: .7em;
			background-image: url('/source/icons/rss-feed.gif'); 
			background-repeat: no-repeat;
			background-position: 0 18px;
			margin: 20px 0 20px 0;
			/*clear:both; */
			padding:20px 0 0 20px;
}


