/**********************************************************************
/* Site-Wide/Master Templates
/**********************************************************************/

.edit { 
  display: block;
  border: 1px solid red;
  background-color: #c0c0c0;
  color: red
}

/* BODY tag */

html { 
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  height: 100%;
  font-family: verdana, arial, sans-serif;
  font-size: 0.85em;
  background-color: #ffffff;
  padding: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 980px;
  text-align: center;
}

p { 
  margin-bottom: 1em;
}

input { 
  border: 1px solid #c0c0c0;
  background-color: #e7f5ff;
}

select { 
  border: 1px solid #c0c0c0;
  background-color: #e7f5ff;
}

textarea { 
  border: 1px solid #c0c0c0;
  background-color: #e7f5ff;
}

blockquote { 
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 3em;
  margin-right: 3em;
  padding: 1em;
  border: 1px solid #c0c0c0;
  background-color: #eeeeee;
  color: #002060;
  font-style: italic;
  clear: right;
}

blockquote .attribution { 
  margin-top: 1em;
  text-align: right;
}

.subtitle { 
  margin-top: -1em;
  display: block;
  font-size: 85%;
  color: #004792;
  margin-bottom: 1em;
}

ul, ol { 
  margin-left: 3em;
  margin-right: 3em;
  margin-bottom: 1em;
}

ie-wrapper {
  height: 100%;
}


#site-header, #page-body, #site-footer { 
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 930px;
  background-color: #ffffff;
  text-align:left;
}


/* Title of page, typically used on an H1 tag */

#page-body {
  color: #000000;
  font-family: verdana, arial, sans-serif;
}


#page-div {
  padding:10px;
  margin: 0px;
}


#top-navbar 
{
  height: 33px;
  z-index: 10;
  min-width: 590px;
  margin-left: 10px;
  float: left;
}


#page-sidebar { 
  float: right;
  position: relative;
  top: -50px;
  right: 0px;
}

#main-sidebar { 
  float: right;
  position: relative;
  top: 0px;
  right: 0px;
  width: 100px;
}


/* Site Header */
#site-header {
/*
  position: absolute;
  top: 0;
  left: 0;
*/
  color: #000000;
  background-color: #ffffff;
  width: 100%;
}

#site-footer {
  background: url(/graphics/Flex-footer.png) top left repeat-x;
  /*
     width: 860px;
     */
  color: #505050;
  font-size: 8pt;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 20px;
  padding-bottom: 0px;
  z-index: 10;
  border: 0px solid red;
}

#site-footer a {
  color: #505050;
}

#site-footer table { 
  padding-left: 10px;
  padding-right : 10px;
  font-size: 7pt;
}



#main-navbar 
{
  padding: 0;
  display: block;
  width: 100%;
  background: url(/graphics/navbar-bg.png) top left repeat-x;  
  height: 25px;
}


#site-header .tag-line { 
  color: #d0d0d0;
  display: block;
  margin-top: 10px;
  font-size: 1em;
}

#site-header img {
}

#site-header #system-name { 
  background: url(/graphics/Flex-logo.png) top left no-repeat;  
  height: 150px;
  width: 150px;
}

#site-header #system-name a { 
  display: block;
  height: 150px;
  width: 150px;
  font-size: 0;
}

#site-header #system-url { 
}

#site-header .system-name a {
  color: #000000;
  text-decoration: none;
}

#site-header .system-name a:hover {
  color: #000000;
  text-decoration: none;
}

.footnote { 
  font-size: 85%;
  margin-left: 2em;
  margin-right: 2em;
}


#top-navbar:after 
{ 
  display: block; 
  content: 'X'; 
  height: 0; 
  visibility: hidden;
}

#page-div h1 {
  font-family: verdana, arial, sans-serif;
  font-size: 130%;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
  color: #004792;
  text-align:left;
}

/* 
#page-div h2 {
  font-size: 120%;
  font-family: verdana, arial, sans-serif;
}
*/

#page-div h3 {
  font-size: 110%;
  font-family: verdana, arial, sans-serif;
  color: #0067b2; 
  font-weight: bold;

}

#page-div h4 {
  font-size: 100%;
  font-family: verdana, arial, sans-serif;
}

#page-div ul {
/*  margin-right: 10px; */
}


.app { 
  display: block;
  border: 0px solid green;
  text-align: left;
}

.app ul { 
  list-style: none;
  text-align: left;
  margin: 0;
  padding: 0;
  border: 0px solid blue;
  width: 275px;
  font-size: 85%;
}

.app li { 
  color: black;
  border: 2px solid #808080;
  height: 75px;
}

.app li a { 
  display:block;
  padding-top: 0px;
  color: black;
  text-decoration: none;
  font-size: 100%;
  height: 75px;
}

.app li a:hover { 
  background-color: #c0c0c0;
  opacity: 0.9;
}

.app li a img { 
  float: left;
  margin-right: 10px;
}

.grid { 
  display: block;
  border: 0px solid green;
  text-align: left;
}

.grid ul { 
  list-style: none;
  text-align: left;
  margin: 0;
  padding: 0;
  border: 0px solid blue;
  font-size: 85%;
}

.grid li { 
  float: left;
  color: black;
  border: 2px solid #808080;
  height: 75px;
  width: 300px;
}

.grid li a { 
  display: block;
  padding-top: 0px;
  color: black;
  text-decoration: none;
  font-size: 100%;
  height: 75px;
}

.grid li a:hover { 
  background-color: #c0c0c0;
  opacity: 0.9;
}

.grid li a img { 
  float: left;
  margin-right: 10px;
}


.video { 
  border: 1px solid #808080;
}


table.layout {
  padding: 0;
  margin:  0;
}
table.layout tr td {
  vertical-align: top;
}

table.courses { 
  width: 100%;
  font-size: 85%;
  border-collapse: collapse;
  border: 1px solid #0067b2;
  clear: right;
} 

table.courses th { 
  padding: 2px;
  border-left: 1px solid #ffffff;
  background-color: #0067b2;
  color: #ffffff;
  text-align: center;
  width: 16.66%;
  font-weight: bold;
} 

table.courses th:first-child { 
  border-left: 1px solid #0067b2;
}

table.courses th a { 
  color: white;
}
table.courses th a:visited { 
  color: white;
}

table.courses td { 
  padding: 2px;
  border: 1px solid #0067b2;
  width: 16.66%;
  vertical-align: top;
  text-align: center;
} 

table.courses b { 
  margin-left: 5px;
  margin-right: 5px;
}

table.courses ul { 
  border-top: 1px solid #c0c0c0;
  list-style: none;
  margin: 5px;
}

table.courses li { 
  border-bottom: 1px solid #c0c0c0;
  padding: 5px;
}

.toolbox {
  float: left;
}

.toolbox table {
  border: 1px solid #c0c0c0;
  border-collapse: collapse;
}

.toolbox th {
  text-align: left;
  border: 1px solid #c0c0c0;
  font-weight: bold;
  background-color: #0067b2;
  color: #ffffff;
  padding: 3px;
  margin: 1em;
}

.toolbox td {
  text-align: left;
  border: 1px solid #c0c0c0;
  padding: 3px;
  margin: 1em;
}



#viewadp-mini-calendar { 
  width: 100px;
  float: left;
}

#viewadp-mini-calendar ul { 
  margin: 10px;
}

#events { 
  margin-left: 120px;
}

.mini-calendar { 
  display: none;
}



.news {  
  height: 300px;
  border-bottom: 1px solid #0067b2; 
}

.news ul {  
  width: 100%;
  float: left;
  clear: both;
  display: block;
  list-style:none;
  border: 0px solid black;
  padding: 0px;
  margin: 0px;
  margin-left: 0px;
  margin-right: 0px;
  text-align: left;
  margin-bottom: 20px;
}

.news ul li {  
  display: block;
  margin: 0px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 0px;
  border-bottom: 0px dashed black;
}

.news ul li:first-child {  
  padding-top: 0;
}

.news ul li:last-child {  

}

#top-news { 
  min-height: 271px;
  border-bottom: 1px solid #0067b2; 
  margin-right: 200px;
}

.news_blurb { 
  display: block;
  margin-bottom: 1em;
  
}

.news_blurb h3{ 
  float: none;
  color: #0067b2; 
  font-weight: bold;
  margin-bottom: 0;
  font-size: 85%;
}

#lower-left { 
  display: block;
  padding-top: 10px;
  padding-bottom: 0px;
  width: 100%;
}

#lower-left ul { 
  list-style: none;
  margin-left: 0;
}

#lower-right { 
  float: right;
  width: 50%;
  border-left: 1px solid #0067b2; 
  padding-left: 20px;
}

#welcome-photo { 
  float: right;
  width: 180px;
  height: 270px;
  padding: 0;
  margin: 0;
}

#welcome-photo img { 
  border: 1px solid #0067b2;
}

#page-photo { 
  float: right;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  margin-left: 10px;
}

#page-photo img { 
  border: 1px solid #0067b2;
}

div.caption { 
  background-color: #c0d0e0;
}

#page-body:after
{ 
  clear: both; 
  display: block; 
  content: 'X'; 
  height: 0; 
  visibility: hidden;
}

#page-body hr { 
  width: 75%;
}

.content-box { 
  margin-left: 165px; 
  margin-right: 10px; 
}


.content-box h3 { margin: 0; padding: 0;}


.content {   
  font-family: verdana, arial, sans-serif;
  margin-right: 10px;
}

/*
   .content ol {  
  padding-left: 2em;
  padding-bottom: 1em;
}
*/
.content blockquote {  
  margin-left: 2em;
  margin-right: 2em;
}

.page-div p {  
  margin-bottom: 1em;
}

#local-navbar { 
  float: left;
  display: block;
  font-weight: bold;
  font-family: tahoma, verdana, sans-serif;
  color: #000000;
  background-color: #b9cae8;
  border: 1px solid #000000;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-bottom: 5px;
  text-align: left;
  width: 150px;
}

#local-navbar .title { 
  padding-left: 5px;
  color: white;
  background-color: #182a6a;
}

#local-navbar .current { 
  display: block;
  text-align: left; 
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 15px;
  padding-right: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
  color: #000000;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  background-color: #EEEEEE;
  text-decoration: none;
}

#local-navbar a { 
  text-decoration: none;
  color: #000000;
}
#local-navbar a:visited { 
  color: #000000;
}
#local-navbar a:hover { 
  display: block;
  color: #000000;
  background-color: #CFE3EE;
}

#local-navbar .action-list a { 
  display: block;
  text-align: left; 
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 15px;
  padding-right: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
  color: #000000;
  text-decoration: none;
}

#local-navbar .action-list a.top { 
  padding-left: 5px;
}


#local-navbar .action-list a:hover { 
  display: block;
  background-color: #CFE3EE;
  text-decoration: none;
}
#local-navbar ul
{
  display: block;
  padding: 0;
  margin: 0;
  background-color: #b9cae8;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 5px;
}

#local-navbar ol
{
  display: block;
  padding: 0;
  margin: 0;
  background-color: #eaf6de;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 5px;
}

#local-navbar li
{
  display: block;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  /* put this transparent border to deal with IE5.5/Win weirdness*/
  border-top: 1px solid  #b9cae8;
  border-bottom: 1px solid #b9cae8;
}

#local-navbar li .current { 
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  background-color: #EEEEEE;
  padding-left: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

#local-navbar *
{
  /* font: 1em verdana sans-serif;  */
}

#local-navbar li a
{
  display: block;
  text-align: left;
  margin-left: 0px;
  margin-right: 0px;
  color: #000000;
  text-decoration: none;
}

#local-navbar li.top .current { 
  padding-left: 5px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
#local-navbar li.sub .current { 
  padding-left: 15px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
#local-navbar li.subsub .current { 
  font-size: 85%;
  padding-left: 5px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
#local-navbar li.subsubsub .current { 
  font-size: 75%;
  padding-left: 35px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
#local-navbar li.top a 
{ 
  padding-left: 5px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
#local-navbar li.sub a 
{ 
  padding-left: 15px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
#local-navbar li.subsub a 
{ 
  font-size: 85%;
  padding-left: 5px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
#local-navbar li.subsubsub a 
{ 
  font-size: 75%;
  padding-left: 35px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}


#local-navbar li a:hover
{
  display: block;
  background-color: #CFE3EE;
  text-decoration: none;
}



.tab { 
  float: right;
  background-color: #eaf6de;
}
.tab-header-box {  
  background: url(/resources/tab-tl.png) top left no-repeat;
  height: 30px;
}
.tab-header {  
  float: right;
  background: url(/resources/tab-tr.png) top right no-repeat;
  height: 30px;
  text-align: right;
  font-size: 15px;
  padding-right: 10px;
  padding-left: 10px;
}

.tab-header .title {  
  padding: 0;
  margin: 0;
  margin-top: 7px;
  margin-right: 5px;
}

.tab-curve { 
  float: right;
  background: url(/resources/tab-curve.png) top right no-repeat;
  height: 30px;
  width: 18px;
}

.tab-content-box {  
  background: url(/resources/tab-r.png) top right repeat-y;
  background-color: #eaf6de;
  border-left: 5px solid #eaf6de;
  border-right: 5px solid #eaf6de;
  border-bottom: 5px solid #eaf6de;
}

.tab-content {  
  background-color: #eaf6de;
  height: 277px;
  border-left: 2px solid #92a64f;
  border-right: 2px solid #92a64f;
  border-bottom: 2px solid #92a64f;
  font-size: 85%;
  padding: 5px;
}

.tab-content ul{ 
  margin: 10px;
  list-style: none;
}

.tab-content ul li{ 
  border-bottom: 1px dashed #879e43;
  
}

.tab-content ul li:last-child { 
  border-bottom: 0px dashed #879e43;
}

/* Context Bar */

#context-bar {
  display: block;
  height: 1em;
}

#context-bar #breadcrumbs {
  display: block;
  width: 100%;
  float: left;
  font-size: 70%;
  font-weight: bold;
}

#context-bar #breadcrumbs a {
  font-weight: normal;
}

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

.left { 
  float: left;
  margin-right: 10px;
}

.right { 
  float: right;
  margin-left: 10px;
}



.widget { 
  border: 1px solid #0067b2;
  padding: 5px;
  margin-bottom: 10px;
  margin-top: 1px;
}

/*
.widget h2 { 
  margin-bottom: 5px;
  font-size: 100%;
  padding: 2px;
  color: #004792;
}
*/
.widget h3 { 
  margin-top: 10px;
  border-bottom: 1px solid #0067b2;  
}

.widget th { 
  text-align: left;
  vertical-align: top;
}

.widget ul { 
  margin-left: 0px;
  padding: 0;
  list-style: none;
}

.widget li { 
  padding: 0;
  margin: 0;
}



/* Subsite Name */

#subsite-name { 
  font-weight: bold; 
  font-size: 120%;
  font-family: verdana; 
  padding-left: 8px;
}
a.subsite-name {
  color: black;
  text-decoration: none;
}
a.subsite-name:hover {
  color: black;
  text-decoration: none;
}


/* This wraps everything except site-header and site-footer, and is used to ensure proper margins */
/* Only used on non-tabbed (navbar and subnavbar) pages */


/**********************************************************************
   /* 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: #e1e1e1;
  background-color: #ffffff;
  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: #ccc;
  border: solid 1px black;
}
a.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; 
}



/**********************************************************************
   /* 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);
}


.cards { 
  margin-left: 10px;
  float: left;
  display: block;
  clear: right;
}

.cards ul { 
  background: url(/graphics/tab-left.png) top left no-repeat;  
  float: left;
  margin: 0;
  margin-left: -5px;
  padding: 0;
}
.cards ul:first-child { 
  margin-left: 0;
}
.cards ul:last-child { 
  margin-right: 0;
}
.cards ul:hover { 
  background: url(/graphics/tab-left-hover.png) top left no-repeat;  
}

.cards ul.current { 
  background: url(/graphics/tab-left-selected.png) top left no-repeat;  
}
.cards li { 
  background: url(/graphics/tab-right.png) top right no-repeat;  
  float: left;
  display: block;
  color: #0067b2;
  height: 33px;
  padding-left: 30px;
  padding-right: 40px;
  text-align: center;
}
.cards li:hover { 
  background: url(/graphics/tab-right-hover.png) top right no-repeat;  
}
.cards ul.current li { 
  background: url(/graphics/tab-right-selected.png) top right no-repeat;  
}

.cards a {  
  display: block;
  font-family: verdana, arial, sans-serif;
  font-size: 10pt;
  text-decoration: none;
  color: #404040;
  margin-top: 5px;
  height: 33px;
  border: 0;
}

.cards h2 { 
  display: block;
  font-family: verdana, arial, sans-serif;
  font-size: 10pt;
  text-decoration: none;
  color: #404040;
  margin-top: 5px;
  height: 33px;
  border: 0;
  
}

.cards a:hover { 
  color: #0167b2;
}

.tabs { 
  clear: both;
  display: block;
  height: 20px;
  margin-bottom: 0px;
  font-size: 90%;
}

.tabs ul { 
  display: inline;
  margin: 0;
  padding: 0;
  height: 20px;
}

.tabs li { 
  height: 20px;
  float: left;
  display: inline;
  margin-left: 0;
  margin-right: 1em;
  color: #0067b2;
  border: 1px solid #0167b2;
  background-color: #d0d0d0;
}

.tabs ul.current li { 
  background-color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

.tabs ul.done li { 
  float: right;
  margin:0;
  padding: 0;
  margin-left: 1em;
}

.tabs a { 
  height: 20px;
  text-decoration: none;
  color: #404040;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 2px;
  margin-top: 2px;
}

.tabs a:hover { 
  background-color: #f0f8ff;
  color: #000000;
}

.tabs h2 { 
  display: block;
  font-family: verdana, arial, sans-serif;
  font-size: 10pt;
  text-decoration: none;
  color: #404040;
  border: 0;
  padding: 0;
  margin:0;
}


ul.videos {
  list-style: none;
  text-align: left;
  margin: 0;
  padding: 0;
  border: 0px solid blue;
}

ul.videos li {
  color: black;
  border: 1px dotted #808080;
  margin-bottom: 10px;
}

ul.videos li a {
  display:block;
  padding-top: 0px;
  color: black;
  text-decoration: none;
  font-size: 100%;
}

ul.videos li a:hover {
  background-color: #c0c0c0;
  opacity: 0.9;
}

ul.videos a img{
  float: left;
  margin-right: 10px;
}

table.videos {
  border-top: 1px solid  #0067b2;
  padding: 10px 0px 10px 0px;
}




table.specs { 
  border-collapse: collapse;
  border: 1px solid #0067b2;
  margin-bottom: 10px;
} 

table.specs th { 
  padding: 2px 5px 2px 5px;
  border: 1px solid #0067b2;
  text-align: left;
  vertical-align: top;
  font-weight: bold;
  color: #0067b2;
} 
table.specs td { 
  padding: 2px 5px 2px 5px;
  border: 1px solid #0067b2;
  vertical-align: top;
  text-align: left;
} 

table.specs td.action-list {
  padding: 5px;
  text-align: center;
  vertical-align: middle;
}

.box {
  padding: 10px;
  background-color: #dbe8f7;
  border: 1px solid #808080;
}

.main {
  padding: 20px;
  background-color: #d0d0d0;
  border: 1px solid #808080;
}

.media {
  padding: 10px;
  background-color: #0067b2;
  border: 1px solid #0067b2;
}

.media a {

}

#teacher_photo {
    padding:0; 
    height:256px;
    width: 306px;
} 
#teacher_bio {
    margin-left: 326px;
    width:521px;
    height:236px;
    padding: 10px;
} 



.banner {
  height: 147px;
  padding: 0;
  margin: 2px;
  overflow: hidden;
}

#banner1 {
    height: 130px;
    background: url('/graphics/promo-sat.png') center left no-repeat;
    padding:0;
}


.featured {
    background: url('/graphics/feature-bg.png') top left no-repeat;
    height: 137px;
    width: 298px;
    text-align:right;
    margin-right:7px;
}

.featured h2 {
    padding: 42px 10px 5px 60px;
    font-size: 20px;
    text-align: center;
    font-family: tahoma, arial, sans-serif;
    font-weight: normal;
    margin-bottom: 10px;
}

a.morebutton {
  float:right;
  margin-right: 10px;
  display:block;
  background: url('/graphics/more-info.png') left top no-repeat;
  font-size: 0pt;
  color: #f4f5f6;
  width: 86px;
  height: 19px;
  text-decoration: none;
  padding: 0;
}

a.morebutton:hover {
  background: url('/graphics/more-info.png') left -19px no-repeat;
}
a.morebutton:active {
  background: url('/graphics/more-info.png') left bottom no-repeat;
}

table.pricelist {
    font-size:8pt;
    border-collapse: collapse;
}

table.pricelist td {
    text-align: right;
    vertical-align:middle;
    padding: 5px 0px 5px 5px;
}

table.pricelist th {
    text-align: left;
    vertical-align:middle;
    padding: 5px 0px 5px 5px;
}

tr.header th {
    vertical-align:bottom;
    text-align:right;
}
td.strike {
    color: #404040;
    text-decoration: line-through;
    text-align:center;
}


td.price {
    text-align: right;
    font-weight: bold;
}

tr.odd {
  background-color: #dbe8f7;
  border: 1px solid #808080;
}
tr.even {
    background-color: #ffffff;
    border: 1px solid #808080;
}

sup {
    font-size: 75%;
}


ul.listing {
    display: block;
    list-style:none;
}
ul.listing li {
    clear: both;
    margin:0;
    padding:0;
}

ul.listing li a {
    display: block;
    border: 1px solid #c0c0c0;
    text-decoration:none;
    height: 75px;
}

ul.listing li a img {
    vertical-align: middle;
    float:left;
    margin-right: 10px;
}

ul.listing li a:hover {
    background-color: #c0c0c0;
}

ul.thumbs {
    display: block;
    list-style:none;
}

ul.thumbs li {
    float: left;
}

#clips {
    font-size:9pt;
}
#clips ul {
    margin:0px 0px 0px 10px;
    list-style:none;
}

.blurb ul {
    margin-left:20px;
}

.blurb ul li {
    margin:0;
    padding:0;
}



.carousel  {
    padding: 10px 0 0 0;
    margin: 0 0 20px 25px;
    position: relative;     
    height: 125px;
    text-align: center;
}
.carousel a.prev, .carousel a.next {
        display: block;
        float: left;
        width: 20px;
        height: 110px;
        text-decoration: none;
        background: url("/graphics/prev.gif") left center no-repeat;
	margin-top: 0;
	vertical-align: middle;
	border: 1px solid #808080;
    }
.carousel a.next {
        background: url("/graphics/next.gif") right center no-repeat;
    }
.carousel a.next:hover {
        background: url("/graphics/next.gif") right center no-repeat #a0a0a0;
            }
.carousel a.prev:hover {
        background: url("/graphics/prev-hover.gif") left center no-repeat #a0a0a0;
            }    
.carousel a.next:active {
        background: url("/graphics/next-active.gif") right center no-repeat #808080;
            }
.carousel a.prev:active {
        background: url("/graphics/prev-active.gif") left center no-repeat #808080;
            }    
.carousel a:hover, .carousel a:active {
            }                 
.carousel .jCarouselLite {
        border: 1px solid #808080;
        float: left;
        background-color: #dfdfdf;
	height: 110px;
        /* Needed for rendering without flicker */
        position: relative;
        visibility: hidden;
        left: -5000px;
    }
.carousel ul {
            margin: 0;
        }
.carousel li img, 
.carousel li p {
            background-color: #fff;
            width: 150px;
            height: 118px;
            margin: 10px;
        }
        
.widget img {
            cursor: pointer;
        }
.mid {
                margin-left: 80px;
                width: 400px;
                height: 300px;
            }
.vertical {
                margin-left: 170px;
            }
.vertical .jCarouselLite {   /* so that in IE 6, the carousel div doesnt expand to fill the space */
                    width: 170px;
                }
.imageSlider li img, 
.imageSlider li p, 
.imageSliderExt li img , 
.imageSliderExt li p {
                width: 400px;
                height: 300px;
            }
            
/*_____________________________________________ End - Projects - jCarouselLiteDemo _____________________________________________*/

