﻿
body {
	font-size:11px;
	 background-color: #FFFFFF;
color:#333333;
font-family:arial,sans-serif;
font-size:85%;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.4;
/*text-align:center;*/
}

/*
h2 {
color:#0099CC;
font-size:16px;
font-weight:bold;
letter-spacing:1.5px;
}
*/
/*************************************************************************************************************************/
.holderTable /*This style is used to set the height and width of the holder table on almost every page.
               Holder table is an HTML table that represents the entire page area.*/
{
	width: 100%;
	height: 100%;

}
.default
{
	font-size: 11px;
	font-family: verdana,arial;
}
.default-b
{
	font-size: 11px;
	font-weight:bold;
	font-family: verdana,arial;
}
.photo-comment-text
{
	font-size: 9px;
	font-family: verdana,arial;
}
.tdNoWrap /*Style for all the TD (table celss) to dissallow word-wrap*/
{
    white-space:nowrap;
}
.tdLabel
{
	white-space: nowrap;
	font-weight: bold;
	text-align: right;
	font-size: 11px;
}
.tdLabel-left
{
	white-space: nowrap;
	font-weight: bold;
	text-align:left;
	font-size: 11px;
}
.tdLabel-center
{
	white-space: nowrap;
	font-weight: bold;
	text-align:center;
	font-size: 11px;
}
.panelOverflow /*If DIV tag (or Panel) is with predefined height and width this style will add scroll-bars when needed to the DIV tag*/
{
    overflow: auto;
}
.treeViewDiv /*Used in admin pages for a DIV tag that is holding a Tree View control*/
{
	border:1px solid #DADADA;
	padding:12px;
	font-family: Verdana, Arial;
	font-size:10px;
	color:#333333;
	vertical-align:top;
	margin-right: 3px;
}
.hidden /*Used in admin pages when a control (like a button) needed to be on the page but not visible to the user*/
{
    display:none;
}
.validator /*Used for setting a style for diferrent ASP.NET validator controls*/
{
	font-size: 11px;
	color: #ff0033;
	font-family: verdana,arial;
}
.securityItem /* Used in admin/Security page */
{
	border-top-style: solid;
	background-color: #e6e6fa; /*lavender*/
}
.securityItemAlternate /* Used in admin/Security page */
{
	border-top-style: solid;
	background-color: #b0c4de; /*lightsteelblue*/
}
.instructions
{
	font-size: 11px;
	font-family: verdana,arial;
	font-style: italic;
	color: #696969; /*dimgray*/
}




/*************************************************************************************************************************/
.newsPanel /*Used in News View web part to add scroll bars to the DIV tag if they are needed*/
{
    overflow: auto;
}
.newsDate /*Used in News View and News List web part to set the style of the date the news was published*/
{
    font-size: 11px;
    font-family: Verdana, Arial;
    color: #d13434;
}
.newsTitle /*Used in News View and News List web part to set the style of the news title*/
{
    white-space: normal;
    font-size: 11px;
    font-family: Verdana, Arial;
    }



/*************************************************************************************************************************/
.webPartTitleStyle /* Defines the Title of the web part */
{
	background-image: url(../../App_Themes/Default/_backgrounds/webpart-background.jpg);
	font-size: 11px;
	font-family: Verdana, Arial;
}

.webPartTitleStyleAlternate /* Defines the Title of the web part */
{
	background-image: url(../../App_Themes/Default/_backgrounds/webpart-background.jpg);
	font-size: 11px;
	font-family: Verdana, Arial;
}

/*************************************************************************************************************************/
.faqQuestion /* Used in FAQ web part for defining the style of the FAQ question */
{
	font-size: 11px;
	font-family: Verdana, Arial;
	font-weight: bold;
}
.faqAnswer /* Used in FAQ web part for defining the style of the FAQ answer */
{
	font-size: 11px;
	font-family: Verdana, Arial;
}

.loadingpanel
{
	font-weight: bold;
	font-size: 16px;
	color: #b3c3e0;
	font-family: Arial;
	text-align: center;
	
}

.eventsPanel
{
	width: 100%;
	text-align: left;
	overflow: visible;
}

.eventsDayPanel
{
	width:100%;
	text-align:right;
}
.MYSPELL
{
	font-size: 10px;
	display: inline;
}

/* Bread Crumb */
.breadcumb A
{
	font-size: 10px;
	color: #808080;
	font-family: verdana,arial;
}
.breadcumb A:link
{
	font-size: 10px;
	color: #808080;
	font-family: verdana,arial;

}
.breadcumb A:visited
{
	font-size: 10px;
	color: #808080;
	font-family: verdana,arial;

}
.breadcumb A:active
{
	font-size: 10px;
	color: #ff6666;
	font-family: verdana,arial;
}
.breadcumb A:hover
{
	font-size: 10px;
	color: #ff6666;
	font-family: verdana,arial;
}
.breadcumb SPAN
{
	font-size: 10px;
	color: #808080;
	font-family: verdana,arial;
}

/* Programs & Courses */
.prg-title
{
	font-size: 14px;
	color: #008000;
	font-family: verdana,arial;
	font-weight: bold;
}
.prg-table-header
{
	font-size: 14px;
	font-family: verdana,arial;
	font-weight: bold;
}
.prg-label
{
	font-size: 11px;
	color: #000000;
	font-family: verdana,arial;
	font-weight: bold;
}
.prg-text
{
	font-size: 11px;
	color: #000000;
	font-family: verdana,arial;
}
.prg-section-label
{
	font-size: 12px;
	color: #000000;
	font-family: verdana,arial;
	font-weight: bold;
}
.prg-section-link
{
	font-size: 11px;
	font-family: verdana,arial;
	font-weight: bold;
}

.prg-list-label
{
	font-size: 11px;
	color: #000000;
	font-family: verdana,arial;
	font-weight: bold;
	text-align:center;
}
.prg-list-label-l
{
	font-size: 11px;
	color: #000000;
	font-family: verdana,arial;
	font-weight: bold;
	text-align:left;
}
.prg-list-header
{
	font-size: 15px;
	color: #000000;
	font-family: verdana,arial;
	font-weight: bold;
	text-align:center;
}
.prg-list-clcheader
{
	font-size: 13px;
	color: #000000;
	font-family: verdana,arial;
	font-weight: bold;
}
.prg-list-text
{
	font-size: 11px;
	color: #000000;
	font-family: verdana,arial;
}
.prg-list-text-b
{
	font-size: 11px;
	color: #000000;
	font-family: verdana,arial;
	font-weight: bold;
}
.prg-list-text-c
{
	font-size: 11px;
	color: #000000;
	font-family: verdana,arial;
	text-align:center;
}
.prg-list-text-b-c
{
	font-size: 11px;
	color: #000000;
	font-family: verdana,arial;
	font-weight: bold;
	text-align:center;
}
.prg-list-link
{
	font-size: 11px;
	font-family: verdana,arial;
	font-weight: bold;
	white-space:nowrap;
}
.prg-list-link-header
{
	font-size: 14px;
	font-family: verdana,arial;
	font-weight: bold;
	white-space:nowrap;
}
.prg-list-row
{
	background-color: #C6E2FF;
}
.prg-list-row-alternate
{
	background-color: #FFFFFF;
}

.prg-list-text-programs
{
	font-size: 11px;
	color: #0066FF;
	font-family: verdana,arial;
	font-weight: bold;
}
.prg-list-text-courses
{
	font-size: 11px;
	color: #CC33FF;
	font-family: verdana,arial;
	font-weight: bold;
}
.prg-list-text-conted
{
	font-size: 11px;
	color: #CC0000;
	font-family: verdana,arial;
	font-weight: bold;
}
.prg-deliverylocation-campus
{
	font-size: 11px;
	color: #000000;
	font-family: verdana,arial;
	white-space: nowrap;
	font-style: italic;
}
.prg-deliverylocation-clc
{
	font-size: 11px;
	color: #000000;
	font-family: verdana,arial;
	white-space:nowrap;
}
/*Contacts*/
.ctc-title
{
	color: #1F497D; 
	font-size: 18px; 
	font-family: arial;
	font-weight: strong; 
	letter-spacing: 1.5px;
}
.ctc-title-address
{
	color: #000000; 
	font-size: 11px;
	font-family: verdana,arial;
}
	
.ctc-list-text
{
	font-size: 11px;
	font-family: verdana,arial;
}
.ctc-list-text-header
{
	font-size: 11px;
	font-family: verdana,arial;
	font-weight:bold;
}
.ctc-list-row
{
	background-color: #FFFFFF;
}
.ctc-list-row-alternate
{
	background-color: #DBE5F1;
}
.ctc-list-row1
{
	font-size: 11px;
	font-family: verdana,arial;
	white-space:nowrap;
}
.ctc-list-row2
{
	font-size: 11px;
	font-family: verdana,arial;
	font-style: italic;
}

.ctc-subdep-row
{
	background-position: 0 0;
	font-size: 16px;
	font-family: arial;
	font-weight: bold;
	background: #FFFFFF none repeat scroll 0 0;
}
.ctc-department-row
{
	background: #1F497D none repeat scroll 0 0; 
	color: #FFFFFF;
	font-weight:bold;
}
.ctc-community-name
{
	color: #1F497D; 
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}
.ctc-community-address
{
	font-size: 11px;
}
.ctc-contact-row
{
	font-size: 11px;
	background-color: #DBE5F1;
}
.ctc-contact-row-alternate
{
	font-size: 11px;
	background-color: #FFFFFF;
}
.ctc-community-row
{
	background-color: #DBE5F1;
}
.ctc-community-row-alternate
{
	background-color: #FFFFFF;
}
div#aurorafooter
{
	background-image: url(../../App_Themes/Default/_icons/footer_line.gif);
	background-repeat: repeat-x;
	clear: left;
	color: #CCCCCC;
	font-size: 12px;
	letter-spacing: 2.5px;
	margin-bottom: 15px;
	margin-top: 25px;
	padding-top: 17px;
	text-align: center;
	width: 100%;
}
