﻿/* front page styles */

body {
	background: #c4c4c4 url(../images/bg.gif) repeat-x 0 0;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
th, td {
	vertical-align: top;
}

/* page shadows */
#shadow-top {
	background: transparent url(/images/shadow_top.gif) no-repeat 0px 0px;
	width: 773px;
	height: 10px;
}
#shadow-midtop {
	background: transparent url(/images/shadow_midtop.gif) no-repeat 0 0;
	width: 773px;
	height: auto;
}
#shadow-mid {
	background: transparent url(/images/shadow_mid.gif) repeat-y 0 0;
	margin: 0 auto;
	width: 773px;
	height: auto;
}
#shadow-bottom {
	background: #c4c4c4 url(/images/shadow_bottom.gif) no-repeat 0 0;
	padding: 0;
	width: 773px;
	height: 10px;
}

#container {
	background-color: #ffffff;
	padding: 13px 10px 10px 10px;
	margin: 0 14px;
	width: 725px;
	height: auto;
}
#logo-left {
	background: transparent url(/images/portal_header_new3a.jpg) no-repeat 0px 0px;
	width: 475px;
	height: 92px;
}
#logo-left a {
	background: transparent url(/images/portal_header_new3a.jpg) no-repeat 0px 0px;
	display: block;
	width: 475px;
	height: 92px;
	text-decoration: none;
}
#logo-left a span {
	visibility: hidden;
} 

#logo {
	background: transparent url(/images/learning_center_header.jpg) no-repeat 0px 0px;
	width: 725px;
	height: 120px;
}

#logo2 {
	background: transparent url(/images/portal_header.jpg) no-repeat 0px 0px;
	width: 725px;
	height: 100px;
}
/*
#logo input.search {
	color: #ffffff;
	background-color: #9cb1bb;
	border: 1px solid #455a64;
	width: 100px;
}
#logo input.go {
	background: transparent;
	margin: 0px 3px;
	width: auto;
	border: none;
}*/
#logo table {
	color: #ffffff;
	position: relative;
	top: 25px;
	left: 560px;
	/* left: 85px; */
}
#logo a {
	font-size: 9px;
	line-height: 10px;
	color: #ffffff;
	text-decoration: none;
}
#logo a:hover {
	color: #9cb1bb;
}


/* header navigation */
#logo #top-nav {
	margin: 0;
	padding: 0;
	position: relative;
	top: 10px;
	left: 15px;
}

#logo #top-nav li {
	background: transparent url(/images/bullet_white.gif) no-repeat 0 4px;
	margin-right: 15px;
	padding-left: 6px;
	list-style-type: none;
	float: left;
	position: relative;
}



#nav {
	margin: 5px 0px;
	width: 725px;
	height: 38px;
}

p {
	line-height: 14px;
	padding: 0px;
	margin: 5px 0px;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

.inputBorder {
	font-size: 10px;
	padding: 2px;
	margin: 2px 0px;
	border: 1px solid #333333;
}

.quickSearch {
	color: #ffffff;
	background-color: #9cb1bb;
	margin: 2px 0px;
	border: 1px solid #455a64;
	width: 120px;
	font: 11px Arial, Verdana, sans-serif;
	text-indent : 3px;
}

.copyright {
	font-size: 10px;
	color: #666666;
	text-align: center;
	padding: 10px 0px 20px 0px;
	margin: 0px auto;
	width: 725px;
}
.copyright a {
	color: #666666;
	text-decoration: none;
}
.copyright a:hover {
	text-decoration: underline;
}


#col-both {
	width: 725px;
	height: auto;
}

#col-both h1 {
	color: #ffffff;
	font-size: 20px;
	font-weight: normal;
	background: transparent url(/images/header_section_tan.gif) no-repeat 0px 0px;
	padding: 0px 0px 0px 25px;
	margin: 0px;
	width: auto;
	height: 38px;
	line-height:38px;
}
#col-both h4 {
	color: #666666;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	background: #f0f0f0;
	padding: 3px 0px 3px 8px;
	margin: 10px 8px 0px 8px;
}
#col-both .border-tan {
	width: 713px;
	border: 5px solid #d2b381;
	border-top: none;
	padding: 0px 1px;
	height: auto;
}

#col-both h2
{
    background: #d2b381 url(/images/bullet_squares_tan2.gif) no-repeat 13px 15px;
    color: #ffffff;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 8px 0px 8px 25px;
    margin: -5px 0px 0px 0px;
}

#col-both .secondary_content {
	padding : 5px 10px 10px;
	line-height: 150%;
	height: auto;
}
#col-both .secondary_content p
{
    line-height: 140%;
    margin: 5px 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
    padding-top: 0px;
}
#col-both .secondary_content .productTitle {
	background: transparent;
	color: #214f6a;
	font-size: 18px;
	text-transform: none;
	line-height: 130%
}
#col-both .secondary_content .contentMediumBold {
	font-size: 11px;
	color: Black;
	font-weight : bold;
}
#col-both .secondary_content .contentMediumBoldRed {
	font-size: 11px;
	color: Red;
	font-weight : bold;
}
#col-both .secondary_content .searchShowFullAbstract {
	font-size: 11px;
	color: #999999;
	font-weight : normal;
	text-align: right;
	margin-left: 350px;
}
#col-both .secondary_content .searchShowFullAbstract a {
	color: #999999;
	text-decoration: underline;
}

#col-both .secondary_content .contentMedium {
	font-size: 11px;
	color: Black;
	font-weight : normal;
}
#col-both .secondary_content .contentBlueBold {
	color: #214f6a;
	font-weight : bold;
}
#col-both .secondary_content .contentSmall {
	font-size: 10px;
	color: Black;
	font-weight : normal;
}
#col-both .secondary_content .contentMediumRed {
	font-size: 11px;
	color: red;
	font-weight : normal;
}
#col-both .secondary_content .contentMedium .long {
	display: none;
	visibility: hidden;
}
#col-both .secondary_content .contentMedium .short {
	display: inline;
}
#col-both .secondary_content .long {
	display: none;
	visibility: hidden;
}
#col-both .secondary_content .short {
	display: inline;
}
#col-both .secondary_content .subTitle {
	font-size: 14px;
	color: Black;
	font-weight : bold;
}
#col-both .secondary_content .contentBold {
	font-size: 12px;
	color: Black;
	font-weight : bold;
}
#col-both .secondary_content .contentRedBold {
	font-size: 12px;
	color: Red;
	font-weight : bold;
}
#col-both .secondary_content .subTitleUL {
	font-size: 14px;
	color: Black;
	font-weight : bold;
	border-bottom : thin solid Gray;
}
#col-both .secondary_content h2 {
	background: transparent;
	color: #214f6a;
	font-size: 18px;
	text-transform: none;
	padding: 15px 0px 0px 10px;
	margin: 0px 0px -5px 0px;
	height: auto;
}
#col-both .secondary_content .tools h2 {
	color: #333333;
	font-size: 14px;
	background: transparent url(/images/portal_header_2col.gif) no-repeat 0px 0px;
	padding: 10px 0px 0px 8px;
	margin: 0px;
	height: 20px;
}
#col-both .secondary_content .tools ul {
	padding: 0px;
	margin: 1px 0px 0px 0px;
}
#col-both .secondary_content .tools ul li {
	background: transparent url(/images/bullet_redarrow.gif) no-repeat 11px 6px !important;
	background: transparent url(/images/bullet_redarrow.gif) no-repeat 11px 7px;
	padding: 3px 0px 3px 25px;
	list-style-type: none;
	border-top: 1px solid #f0f0f0;
}
#col-both .secondary_content .tools ul li.top {
	border-top: none;
}
#col-both .secondary_content .tools ul li a {
	font-size: 10px;
	text-decoration: none;
	color: #333333;
	font-weight : normal;
}
#col-both .secondary_content .tools ul li a:hover {
	color: #999999;
}
#col-both .secondary_content .menu ul {
	padding: 0px;
	margin: 1px 0px 0px 0px;
}
#col-both .secondary_content .menu ul li {
	padding: 3px 0px 3px 25px;
	list-style-type: none;
}
#col-both .secondary_content .menu ul li a {
	font-size: 10px;
	text-decoration: none;
	color: #333333;
	font-weight : normal;
}
#col-both .secondary_content .menu ul li a:hover {
	color: #999999;
}

#col-both .secondary_content .googleSearchBox
{
    padding-right: 15px;
    padding-left: 15px;
}

#col-both table.events {
	background: transparent url(/images/events_bkg.jpg) no-repeat 0px 18px;
	padding-left: 12px;
	padding-right: 12px;
}

.RadEditor 
{
	color:black;
	background-color:White;	
}

.ErrorTable
{
	border-width:1px;
	background-color:#FFFFCC;
	border-style:dashed;
	border-color:Black;	 	
	padding:3px;
	width:500px;
	text-align:left;
}

.ErrorHeader
{
	color:Red;
	font-size:small;	
}

.multiPage
{
    background-color: #fcfcfc;
    padding: 10px;
    padding-left: 0;
    width: 670px;
    border-bottom: #DEDEDE 1px solid;
    border-left: #DEDEDE 1px solid;
    border-right: #DEDEDE 1px solid;
}
            
            /* $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-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 11px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
    padding: 3px 0.5em;
    margin-left: 3px;
    border: 1px solid #778;
    border-bottom: none;
    background: #A0B4BE;
    text-decoration: none;
    font-size: 80%;
}

ul.tabbernav li a:link { color: #000000; }
ul.tabbernav li a:visited { color: #000000; }

ul.tabbernav li a:hover
{
 color: #FFFFFF;
 background: #3A4F58;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #f5f5f5;
 border-bottom: 1px solid #f5f5f5;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: #f5f5f5;
 border-bottom: 1px solid #f5f5f5;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;
 background-color:#f5f5f5

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* 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;
}

#breadcrumbs p {
	font-size: 11px;
	line-height: 120%;
}

#breadcrumbs a {
	text-decoration: underline;
}

#breadcrumbs a:hover {
	text-decoration: none;
}
