/* ================================
    CSS STYLES FOR Tech Council PORTAL 
    v1.0, 01/2004
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg
{
	border-collapse: collapse;
	background-color: #f0e7b9;
}

/* background color for the content part of the pages */
Body
{
	background-color: #f0e7b9;
}


/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle
{
	font-weight: bold;
	font-size: 30px;
	color: white;
	font-family: 'Brush Script MT' , 'Verdana Bold' , Helvetica, sans-serif;
}

/* background/border colors for the selected tab */
.TabBg
{
	border-left-color: white;
	border-bottom-color: white;
	color: white;
	border-top-color: white;
	background-color: #0084a6;
	border-right-color: white;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg
{
	border-left-color: black;
	border-bottom-color: black;
	color: black;
	border-top-color: black;
	background-color: white;
	border-right-color: black;
}

/* text style for the selected tab */
.SelectedTab
{
	font-weight: bold;
	font-size: 13px;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #0084a6;
}

/* text style for the unselected tabs */
.OtherTabs
{
	font-weight: bold;
	font-size: 13px;
	color: sienna;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    color:white;
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:529141;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:529141;
}

/* style for separator between site links */
.Accent
{
    color: red;
    font-weight:    bold;
}

/* hyperlink style for the site footer */
A.SiteFoot:link {
    text-decoration:    none;
    color:529141;
}

A.SiteFoot:visited
{
	color: #33cc66;
	text-decoration: none;
}

A.SiteFoot:active   {
    text-decoration:    none;
    color:#33cc66;
}

A.SiteFoot:hover    {
    text-decoration:    underline;
    color:529141;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}



/* GENERAL */
/* style for module titles */
.Head
{
	font-weight: normal;
	font-size: 20px;
	color: #006666;
	font-family: Verdana, Helvetica, sans-serif;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-weight: bold;
	font-size: 11px;
	color: darkred;
	font-family: Verdana, Helvetica, sans-serif;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px    
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: red;
}
    



/* GENERIC */
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: darkred;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: darkred;
}

A:link
{
	color: darkred;
	text-decoration: none;
}

A:visited   {
	text-decoration: none;
    color:  darkred;
}

A:active    {
    text-decoration:    none;
    color:  darkred;
}

A:hover {
    text-decoration:    underline;
    color:  red;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

/* style of item titles by schedules and films */
.FilmName
{
	font-weight: bold;
	font-size: 20px;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
}

.FilmDescription
{
	clear: none;
	font-weight: bold;
	font-size: 11px;
	float: right;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
}

.Blurb    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

.Blurb2
{
	font-weight: bold;
	font-size: 11px;
	color: navy;
	font-family: Verdana, Helvetica, sans-serif;
}

.Rating
{
	font-weight: bold;
	font-size: 12px;
	color: blue;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: right;
}

.HeldOver
{
	font-weight: bold;
	font-size: 10px;
	border-left-color: red;
	border-bottom-color: red;
	color: white;
	border-top-style: solid;
	border-top-color: red;
	font-family: Verdana, Helvetica, sans-serif;
	border-right-style: solid;
	border-left-style: solid;
	background-color: red;
	text-align: right;
	border-right-color: red;
	border-bottom-style: solid;
}

.RunTime
{
	font-weight: normal;
	font-size: 10px;
	color: navy;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: right;
}

.ShowTimes
{
	font-weight: normal;
	font-size: 12px;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: right;
}

.FilmTitle
{
	font-weight: bold;
	font-size: 14px;
	color: blue;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: right;
}

.StartDate
{
	font-weight: normal;
	font-size: 12px;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: right;
}

/* used on the short list */
.ListDetails
{
	font-weight: bold;
	font-size: 12px;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
}

/* used on the Photo list */
.ListDetails2
{
	font-weight: bold;
	font-size: 14px;
	color: darkred;
	font-family: Verdana, Helvetica, sans-serif;
}

/* used on the Map module */
.MapInfo
{
	font-weight: normal;
	font-size: 10px;
	color: darkred;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: center;
}

/* text style used for upload function */
.Upload
{
	font-weight: normal;
	font-size: 11px;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
}

/* styles used for schedule edit function */
.EditTitle
{
	font-weight: normal;
	font-size: 11px;
	color: blue;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: underline;
}

.EditDate
{
	font-weight: normal;
	font-size: 11px;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
}

.EditTimes
{
	font-weight: normal;
	font-size: 11px;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
}

.SchedButton
{
	background-color: #abc3d9;
}

.SchedAltItem
{
	background-color: #bfd4e6;
}

.SchedHead
{
	background-color: #abc3d9;
}

.ShowingAltItem
{
	background-color: #bfd4e6;
}

.ComingAltItem
{
	background-color: #abc3d9;
}

.FilmPhotoAltItem
{
	background-color: #bfd4e6;
}

.FilmAltItem
{
	background-color: #abc3d9;
}

.ArticleBlurb
{
	font-weight: normal;
	font-size: 12px;
	color: green;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: right;
}

.ArticleSubHead
{
	font-weight: bold;
	font-size: 14px;
	color: sienna;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: right;
}

.ArticleHeading
{
	font-weight: bold;
	font-size: 14px;
	color: green;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: right;
}

.ArticleAltItem
{
	background-color: #f0dfa1;
}

.verticalmenu
{
	border-top: black 1px dashed;
	margin-top: 6px;
	font-weight: bold;
	font-size: 12pt;
	margin-bottom: 4px;
	color: #f0e7b9;
	font-family: Microsoft Sans Serif;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	border-bottom-style: none;
}

.verticalmenuselect
{
	border-top: black 1px dashed;
	margin-top: 6px;
	font-weight: bold;
	font-size: 12pt;
	margin-bottom: 4px;
	color: #f0e7b9;
	font-family: Microsoft Sans Serif;
	border-right-style: none;
	border-left-style: none;
	background-color: #006600;
	border-bottom-style: none;
}

/* style of items in auction list */
.AuctionTitle
{
	font-weight: bold;
	font-size: 20px;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: underline;
}

.AuctionSubTitle
{
	font-weight: bold;
	font-size: 14px;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
}

.AuctionBid
{
	font-weight: bold;
	font-size: 14px;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
}

.AuctionRetail
{
	font-weight: bold;
	font-size: 14px;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
}

.AuctionStarting
{
	font-weight: normal;
	font-size: 14px;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
}

.AuctionCurrent
{
	font-weight: bold;
	font-size: 14px;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
}

A.AuctionTitle:link
{
	color: green;
	text-decoration: underline;
}

A.AuctionTitle:visited  {
	color: green;
	text-decoration: underline;
}

A.AuctionTitle:active   {
	color: green;
	text-decoration: underline;
}

A.AuctionTitle:hover
{
	color: olive;
	text-decoration: underline;
}

A.AuctionBid:link
{
	color: green;
	text-decoration: underline;
}

A.AuctionBid:visited  {
	color: green;
	text-decoration: underline;
}

A.AuctionBid:active   {
	color: green;
	text-decoration: underline;
}

A.AuctionBid:hover
{
	color: olive;
	text-decoration: underline;
}

.AuctionAltItem
{
	border-top-style: groove;
	background-color: #cdb872;
	border-bottom-style: ridge;
}


