﻿/*
OIT CSET Department Style Sheet
ASP.NET 2.0

Purpose:  Provides styles for stand-alone fonts throughout the website.
	Note: Does not include styles for links.
*/


/* Style for the display of the page title. */
.pageTitle
{
	font-size:x-large;
	font-weight: bold;
	color: White;
	width: 600px;
}


/* Style for a topic header. */
.topicHeader
{
	font-size: medium;
	font-weight: bold;
	color: Navy;
}


/* Style for a sub-topic header. */
.subTopicHeader
{
	font-size: small;
	font-weight: bold;
	color: Blue;
}


/* Style for displaying slightly smaller text. */
.smallText
{
	font-size: smaller;
}


/* Style for the display of standard buttons. 
.standardButton
{
	font-size: small;
}*/


/* Style for an error message. */
.error
{
	font-size: small;
	font-weight: bold;
	color: Red;
}


/* Style for the display of a news header. */
.newsHeader
{
	font-size: small;
	font-weight: bold;
	color: Navy;
	text-transform: uppercase;
}


/* Style for the display of a news subtitle. */
.newsSubtitle
{
	font-weight: bold;
	text-transform: uppercase;
}


/* Style for the main title of a marquee news item. */
.marqueeTitle
{
    text-decoration: none;
    font-weight: bold;
    font-variant: small-caps;
    cursor: pointer;
}


/* Style for the subtitle of a marquee news item. */
.marqueeSub
{
	color: Black;
	cursor: pointer;
}

.navHeader
{
    color: White;
    font: Calibri;
    font-size: large;
    font-weight: bold;
}

/* Style for attention-grabbing first letter styling of a paragraph. */
p.attention:first-letter
{
    font-weight: bold;
    text-transform: uppercase;
    color: Navy;
}


/* Style for a basic label. */
.label
{
    font-weight: bold;
}


/* Style for a question font. */
.question
{ 
    font-size: inherit; 
    font-weight: bold; 
}



/* Style for capitalizing text. */
.capitalize
{
    font-size: inherit;
}