﻿// basic tags
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.style1 {
	color: #ff7800;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}
.style2 {
	color: #51588c;
	font-size: 10px;
	font-family: tahoma;
	font-weight: bold;
}
.style3 {
	font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
}
.style4 {
	color: #51588c;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}
.style5 {
	font-family: tahoma;
	font-size: 11px;
	color: #ff7800;
}
.style7 {color: #767676}
.style8 {
	color: #137CD8;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}
.style10 {
	color: #767676;
	font-size: 11px;
	font-family: tahoma;
}
.style11 {color: #51588c}
.style12 {font-weight: bold}
.style13 {
	font-family: tahoma;
	font-size: 11px;
	color: #51588c;
}
.style14 {
	font-family: tahoma;
	font-size: 10px;
	color: #FFFFFF;
}
.style16 {
	color: #767676;
	font-size: 10px;
	font-family: tahoma;
}

.style17 {
	font-family: tahoma;
	font-weight: bold;
	color: #767676;
	font-size: 11px;
}

.style18 {font-size: 10px; font-weight: bold; color: #137cd8; }
.style19 {
	color: #137cd8;
	font-weight: bold;
}
.style20 {color: #137cd8}



table#listing {
    background-color:#FFFFFF;
    border: solid #DDDDDD 1px;
    width: 530px;
}

table#listing td 
{
    padding: 2px;
    border: solid #DDDDDD 1px;
}

td.title
{
    padding: 2px;
    border: solid #DDDDDD 1px;
	color: #51588c;
	font-size: 10px;
	font-family: tahoma;
	font-weight: bold;
	text-align: left;
}

.data 
{
    text-align: left;
    background-color: #FFFFFF;
	color: #767676;
	font-size: 11px;
	font-family: tahoma;    
}

.toprow 
{
    background-color: #FFFFFF;
		color: #51588c;
		font-size: 11px;
		font-family: tahoma;
		font-weight: bold;    
}

.leftcol {
    font-weight: bold;
    text-align: left;
    width: 150px;
    background-color: #CCCCCC;

}

.program 
{
	color: #555555;
	font-size: 11px;
	font-family: tahoma;
	font-weight: normal;
	text-align: justify;
}

.program_title
{
	color: #51588c;
	font-size: 15px;
	font-family: tahoma;
	font-weight: bold;
}

.package_price
{
	text-align: center;
	color: #000000;
	font-size: 14px;
	font-family: tahoma;
	font-weight: normal;
}

.scrollDiv
{
	position: relative; 
	width: 520px;
	overflow: auto; 
	padding-right: 2px;
}

H1 
{
	color: #137cd8;
	font-size:11px;
	font-weight: bold;
	margin-top:0px;
	margin-bottom: 10px;
}

H2 
{
	color: #51588c;
	font-family: tahoma;
	font-size:11px;
	font-weight: bold;
	margin-top:0px;
	margin-bottom: 5px;
}
.menu
{
  background-color :#FFFFFF;
	font-family: Tahoma;
	font-size:.8em;
	padding:0 10px;
}
.menu a
{
	display:block;
	padding:2px;
}
.menu table
{
	background-color:#FFFFFF;
}


.sitemap_current
{
	font-family: tahoma;
	font-size: 14px; 
	font-weight: bold; 
	color: #137cd8;
}

#navcontainer
{
    font-size: 12px;
    font-family: Tahoma;
    font-weight: bold;
    height: 40px;
    background-color: #5c9dd6;
    border-bottom:solid 1px black;
    border-top:solid 1px black;
}

#navcontainer ul
{
    margin: 0;
    padding: 0px;
    list-style-type: none;
    text-align: left;
    text-transform: uppercase;
    line-height: 40px;
}

#navcontainer ul li 
{ 
    float:left;
    margin: 0;
    padding-left: 2px;
}

#navcontainer ul li a
{
    display:block;
    text-decoration: none;
    color: #fff;
    background-color: #3384cc;
    padding: 0px 10px 0px 10px;
}

#navcontainer ul li a:hover
{
    color: #fff;
    background-color: #369;
}

#sibling_list
{
    padding: 10px -10px 10px 0px;
}

#sibling_list ul
{
    list-style-type: none;
    text-align: left;
}

#sibling_list ul li
{
}

#sibling_list ul li.selected
{
    font-weight:bold;
}

#sibling_list ul li a
{
    text-decoration:none;
	color: #51588c;
	font-family: tahoma;
	font-size:11px;
}

/* Search page styles */
#leftSearchControl .gs-title *
{
	color: #51588c;
	font-size: 10px;
	font-family: tahoma;
    text-decoration : none;
	font-weight: bold;
}

#leftSearchControl .gs-snipet *
{
	color: #767676;
}


a span.tagline:hover {
    text-decoration : underline;
    color : rgb(237, 92, 11);
  }

  table.search-control {
    width : 100%;
  }

  table.search-control .gsc-control {
    width : 100%;
  }

  td.left {
    width : 500px;
    padding-right : 20px;
  }

  td {
    vertical-align : top;
  }

  /* Disable built in search forms */
  .gsc-control form.gsc-search-box {
    display : none;
  }

  /* restrict global search form width */
  #searchForm {
    width : 500px;
  }

  /* disable twiddle and size selectors for left column */
  #leftSearchControl .gsc-twiddle {
    background-image : none;
  }

  #leftSearchControl .gsc-resultsHeader .gsc-title {
    padding-left : 0px;
    font-weight : bold;
    font-size : 14px;
  }

  #leftSearchControl .gsc-resultsHeader div.gsc-results-selector {
    display : none;
  }

  #leftSearchControl .gsc-resultsRoot {
    padding-top : 6px;
  }

  /* long form visible urls should be on */
  #leftSearchControl div.gs-visibleUrl-long 
  {
    display : block;
  }

  .gsc-webResult div.gs-visibleUrl-short {
    display : none;
  }
	
  .gsc-clear-button
  {
	display: none;
  }

