﻿/****************************************
 * Default style for course descriptions
 ****************************************/

.TITLE_header_tbl
{
   background-color: #9f9a86;
   width: 100%;
   color: #303030;
}

.TITLE_header_tbl td
{
   color: white;
   font-family: Georgia;
   font-size: 15px;
}

.TITLE_tbl
{
   background-color: #e6e2d6;
   border-left: 2px #9f9a86 solid;
   border-right: 2px #9f9a86 solid;
   border-bottom: 2px #9f9a86 solid;
   font-family: Georgia;
   font-size: 11px;
   color: #666666;
}

.TITLE_tbl th
{
   border-left: 1px #9f9a86 solid;
   border-right: 1px #9f9a86 solid;
   border-bottom: 1px #9f9a86 solid;
}

.TITLE_tbl td
{
   font-family: Georgia;
   font-size: 13px;
   color: #303030;
   line-height: 150%;
}

.TITLE_id
{
   font-weight: bold;
}

.TITLE_tbl .strongemph
{
   font-weight: bold;
}

.TITLE_row
{
   background-color: #ebebeb;
   text-align: center;
}

.TITLE_row_alt
{
   background-color: #cdcdcd;
   text-align: center;
}

tr.TITLE_row TD, tr.TITLE_row_alt TD
{
   padding-left: 10px;
   padding-right: 10px;
   font-family: Georgia;
   font-size: 11px;
}

td.TITLE_title
{
   text-align: left;
}

td.TITLE_notes
{
   text-align:left;
   font-style : italic;
}

td.TITLE_times {
   text-align: left;
   font-weight : bold;
}

.cancelled
{
   color: red;
   font-weight: bold;
   text-align: center;
}

/****************************************
 Course Listing specific CSS styling
 ****************************************/

.tccs_maindiv
{
   color: #303030;
   /* background-color: #e6e2d6; */
   width: 935px;
   margin: 0 auto;
   line-height: 150%;
}

.tccs_maindiv .tccs_headertable
{
   width: 450px;
   margin-left: auto;
   margin-right: auto;
}

.tccs_headertable TD
{
   font-family: Georgia;
   font-size: 13px;
}

.tccs_headertable select
{
   font-family: Georgia;
   font-size: 13px;
   background-color: #e6e2d6;
}

.tccs_leftheader
{
   background-color: #ffffff;
}

.tccs_middleheader
{
   background-color: #9f9a86;
   border: none;
}

.tccs_rightheader
{
   background-color: #ffffff;
}

.tccs_submitcell
{
   background-color: #e6e2d6;
}

.tccs_submitcell input
{
   font-size: 110%;
}

.tccs_normal, td.tccs_normal
{
   width: 100%;
   border: none;
   border-width: 0px 0px 0px 0px;
   font-family: Georgia;
   font-size: 13px;
   color: #ffffff;
}



