
/********************************************************
 * GLOBAL/MISCELLANEOUS                    				*
 *******************************************************/

#page_container{
	text-align:center;
	font-size:11px;
	width:100%;
}


.clear{
	clear:both;
}
.static{
	position:static;
}

body
{
    font-family: "Times New Roman", Times, serif;
}



/********************************************************
 * SEARCH FORM                          		*
 *******************************************************/

label {
	position: absolute; 
	text-align:right; 
	width:110px; 
	padding-left:5px;
	padding-right:1px;
}
input, textarea, select { 
	margin-left: 125px; 
	margin-bottom:2px;
	padding-left:3px;

}
input.btn{
	color: #002A5C;
	margin:0px;
	margin-left:5px;
	background-color:#ddd;
	border:1px solid #bbb;
	padding:3px;
	cursor:pointer;
}
#search_container{
	position:relative;
	margin-top:50px;
	width:580px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
}
#search_container form{
	margin-bottom:0px;
}
#search_query{
	padding-top:10px;
	padding-right:10px;
	padding-bottom:10px;
	float:left;
	text-align:left;
	width:330px;
	border: 1px solid #bbb;
}
#search_options{
	padding-top:10px;
	padding-right:2px;
	padding-left:2px;
	padding-bottom:10px;
	float:right;
	width:210px;
	border: 1px solid #bbb;
}
#search_space{
	padding-top:5px;
	padding-right:5px;
	padding-left:5px;
	padding-bottom:5px;
	float:right;
	width:210px;
}
#search_buttons{
	position:absolute;
	right:0px;
	bottom:0px;
	width: 175px;
	color: #002A5C;
	text-align:right;

}



/********************************************************
 * PAGINATION  		                       				*
 *******************************************************/

#pagination{
	display:inline;
	float:right;
	text-align:right;
	margin-bottom:20px;
}

#pagination .inactive{
	display:inline;
	color:#002A5C;
}

#pagination a, a:hover, a:visited{
	text-decoration:none;
	color:#008BB0;
}


/********************************************************
 * RESULTS 	   		                       				*
 *******************************************************/
 
#summary{
	display:inline;
	float:left;
	margin-bottom:20px;
}
#result_container{
	position:relative;
	width:100%;
	text-align:left;
}
#result_header{
	height:20px;
	text-align:left;
	padding-top: 3px;
	padding-left: 5px;
	padding-right:5px;
	border:1px solid #bbb;
	background-color:#ddd;
	font-size: 12px;
	clear:both;
}
#result_header a{
	color: #002A5C;
	text-decoration:none;
	cursor:pointer;
}
#result_header_cart{
	display:inline;
	float:right;
	text-align:right;
}

.result{
	position:relative;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	margin-bottom:0px;
	padding-left:30px;
	overflow:hidden;
	clear:both;
}
.result input{
	margin:0px;
}
.result h1{
	color: #002A5C;
	font-size:12px;
	display: inline;
	margin-left:15px;
}

.result a:link{
	color: #002A5C;
	#text-decoration:none;
}
.result a:visited{
	color: #002A5C;
	text-decoration:none;
}
.result a:hover{
	color: #002A5C;
	text-decoration:underline;
}
.result a:active{
	color: #002A5C;
	text-decoration:none;
}
.result_info{
	width:560px;
	font-size:11px;
	display:block;
	margin-left:30px;
	margin-top:5px;
}
.result .label{
	width:150px;
	font-size:11px;
	font-weight:bold;
	display:inline;
	margin-right:5px;
}
.result_add_to_cart{
	display:block;
	position:absolute;
	right:0px;
	top:0px;
	color: #002A5C;
	font-size:11px;
	border:1px solid #bbb;
	background-color:#ddd;
	padding:4px;
	cursor:pointer;
}
a.no_underline:link {
	text-decoration:none;
	color: #002A5C;
}
a.no_underline:visited{
	text-decoration:none;
	color: #002A5C;
}


.thumbnail{
	border:1px solid #000;
	display:inline;
	float:left;
	width:100px;
	height:75px;
	margin-right:10px;
}
.thumbnail img.resized{
	width:100px;
	height:75px;
	border:none;
}



/********************************************************
 * DETAILS 		                     	  				*
 *******************************************************/
table#details {
	border-collapse: collapse;
	width:690px;
} 
#details th{
	border:1px solid #ccc;
	text-align:right;
	vertical-align:top;
	width:200px;
	background-color:#ddd;
	padding-right:5px;
	padding-top:4px;
	padding-bottom:4px;
}

#details td{
	padding-left:7px;
	padding-right:5px;
	padding-top:4px;
	padding-bottom:4px;
	border:1px solid #ccc;
}

#details_add_to_cart{
	background-color:#ddd;
	float:right;
	margin-top:20px;
	color: #002A5C;
	font-size:11px;
	border:1px solid #ccc;
	padding:5px;
	text-decoration:none;
}
#details td.thumbnail_box{
	padding:0px;
	width:200px;
}
#details td.thumbnail_box img{
	margin:0px;
	padding:0px;
	width:200px;
	height:150px;
	border:none;
	display:inline;
}

#googlemap iframe {
    pointer-events:none;
}

#container2 {
	background: url(../images/bg_1col.jpg) left repeat-y;
}

#column1 {
	width: 690px;
	font-size: 1em;
	padding-top: 5px;
	}

#column2 {
	display: none;
}

#column3 {
	display: none;
}

.tdback {
	background: url(../images/form_td_back.jpg);
}

.rowhidden {
 	/*placeholder class for javascript getElementsByClass name IE workaround*/
}

.rowhidden2 {
	/*placeholder class for 2nd depth javascript getElementsByClass name IE workaround */
}

#hidden_transfer{
	background-color:#EEEEEE;
	border:1px solid #AAAAAA;
	padding:5px;
	display: none;
}

#hidden_changeName{
	background-color:#EEEEEE;
	border:1px solid #AAAAAA;
	padding:5px;
	display: none;
}


#toolbar {
	/*background: url(../images/toolbar.jpg) top left repeat-x;*/
	position: relative;
	width: 735px;
	height: 20px;
	background-color: #185121;
	margin: -5px -25px 5px -20px;
	text-decoration: none;
	text-align: right;
}

#toolbar .toolname {
	position: absolute;
	left: 15px;
	top: 0px;
	/*text-align: left;
	margin-left: 15px;*/
	color: #EEE;
	z-index: 1;
}

#toolbar .toollink {
	text-align: right;
	text-decoration: none;
	margin-right: 5px;	
	color: #EEE;
}

#toolbar .toollink:visited {
	text-decoration: none;
	color: #EEE;
}

#toolbar .toollink:hover {
	text-decoration: none;
	color: #b5db84;
}

.seedanchor {
	color: #404040;
	text-decoration: 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-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 12px 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 #003008;
 border-bottom: none;
 background: #ffe144;
 text-decoration: none;
}

ul.tabbernav li a:link { 
 color: black;
}
ul.tabbernav li a:visited { color: #003008; }

ul.tabbernav li a:hover
{
 color: #b5db84;
 background: #EEE;
 border-color: black;
}

ul.tabbernav li.tabberactive a
{
 color: black;
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #b5d884;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .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;
}

table.quickform
{
	border: 1px solid #AAA;
}

table.results
{
	background-color: #EEEEEE;
	border: 1px #AAA solid;
}

#reminder
{
	background-color: #EEEEEE;
	border: 1px #AAA solid;
	padding: 8px;
	display: none;
	font-weight: bold;
}

td.resulthead
{ 
	background-color: #b5d884;
	border: 1px #AAA solid;
	padding-left: 5px; 
	text-align: left;
	font-family: Verdana;
	font-weight: bold;
	font-size: 13px;
	color: #404040; 
}

td.carthead
{ 
	background-color: #b5d884;
	border: 1px #AAA solid;
	text-align: center;
	font-family: Verdana;
	font-weight: bold;
	font-size: 13px;;
	color: #404040; 
}

th {
	text-align: center;
	font-size: 12px;
}

th.left {
	text-align: left;
	font-size: 12px;
	padding-left: 7px; 
}

th.pid {
	border-top: 1px #003008 dotted;
	text-align: center;
	font-size: 12x;
}

th.bottom {
	border-bottom: 1px #003008 dotted;
	text-align: center;
	font-size: 12px;
}

th.insthead {
	border-bottom: 1px #003008 dotted;
	border-top: 1px #003008 dotted;
	text-align: center;
	font-size: 12px;
}

td.courseinstance
{
	text-align: left;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: 12px;
	background-color: #EEEEEE;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 0px;
}

td.resultinstance
{ 
	border-top: 1px #003008 dotted;
	text-align: left;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: 12px;
	background-color: #EEEEEE;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 0px; 
}

td.instbottom
{ 
	border-bottom: 1px #003008 dotted;
	text-align: left;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: 12px;
	background-color: #EEEEEE;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 0px;
}

td.listbottom
{ 
	border-bottom: 2px #003008 solid;
	text-align: left;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: 12px;
	background-color: #EEEEEE;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 0px; 
}

td.bogcover
{ 
	border-bottom: 1px #003008 dotted;
	text-align: center;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: 12px;
	background-color: #EEEEEE;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 0px; 
}

#vertical_slide {
	background: #EEEEEE;
	color: #003008;
	padding: 10px;
	border: 5px solid #003008;
}

td.seedbut
{ 
	text-align: right;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: 12px;
	background-color: #EEEEEE;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 0px; 
}

td.coursetotal
{ 
	border-top: 1px #003008 dotted;
	background-color: #EEEEEE;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 0px; 
}