/* CSS Document */

/* Specific to this Application */

.bg808285 {
	background-color: #808285;
	background-image: url(images/spacer808285.gif);
	background-repeat: repeat;
}

.bg77614F {
	background-color: #77614F;
	background-image: url(images/spacer77614F.gif);
	background-repeat: repeat;
}

.bg24232C {
	background-color: #24232C;
	background-image: url(images/spacer24232C.gif);
	background-repeat: repeat;
}

.bg44434B {
	background-color: #44434B;
	background-image: url(images/spacer44434B.gif);
	background-repeat: repeat;
}

.bgCCCCCC {
	background-color: #CCCCCC;
	background-image: url(images/spacerCCCCCC.gif);
	background-repeat: repeat;
}

.bg666666 {
	background-color: #666666;
	background-image: url(images/spacer666666.gif);
	background-repeat: repeat;
}

.bg333333 {
	background-color: #333333;
	background-image: url(images/spacer333333.gif);
	background-repeat: repeat;
}


/* background color for the content part of the pages */
body {
	background-image:  url("images/background.jpg");
	background-repeat: no-repeat;
	background-color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

/* GENERAL */
/* style for module titles */
.Head, a.Head, a.Head:Link, a.Head:Visited, a.Head:active {
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	margin-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}

a.Head:Hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* style of item titles on edit and admin pages */
.SubHead, a.SubHead, a.SubHead:link, a.SubHead:visited, a.SubHead:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.SubHead:Hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead, a.SubSubHead, a.SubSubHead:link, a.SubSubHead:visited, a.SubSubHead:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.SubSubHead:Hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* text style used for most text rendered by modules */
.Normal, P, DIV, TD,
.RadEContent, .RadEContentBordered, .RadEDropDownOff, .RadEDropDownOn, .RadEDropDownOffOver, .RadEDropDownFont,
.RadEDropDownFont TD, .RadEDropDownFont TD.Over, .RadEDropDownTable TD, .RadEDropDownTable TD.Over {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-transform: none;
	text-decoration: none;
}
P A, P A:Link, P A:visited,
a.Normal, a.normal:Link, a.normal:visited,
.normal A, .normal A:Link, .normal A:visited,
DIV A, DIV A:Link, DIV A:visited,
TD A, TD A:Link, TD A:visited,
.RadEContent A, .RadEContentBordered A, .RadEDropDownOff A, .RadEDropDownOn A, .RadEDropDownOffOver A, .RadEDropDownFont A,
.RadEContent A:Link, .RadEContentBordered A:Link, .RadEDropDownOff A:Link, .RadEDropDownOn A:Link, .RadEDropDownOffOver A:Link, .RadEDropDownFont A:Link,
.RadEContent A:Visited, .RadEContentBordered A:Visited, .RadEDropDownOff A:Visited, .RadEDropDownOn A:Visited, .RadEDropDownOffOver A:Visited, .RadEDropDownFont A:Visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-transform: none;
	text-decoration: underline;
}
P A:Hover, P A:Active,
a.normal:Hover, a.normal:Active,
.normal A:Hover, .normal A:Active,
DIV A:Hover, DIV A:Active,
TD A:Hover, TD A:Active,
.RadEContent A:Hover, .RadEContentBordered A:Hover, .RadEDropDownOff A:Hover, .RadEDropDownOn A:Hover, .RadEDropDownOffOver A:Hover, .RadEDropDownFont A:Hover,
.RadEContent A:Active, .RadEContentBordered A:Active, .RadEDropDownOff A:Active, .RadEDropDownOn A:Active, .RadEDropDownOffOver A:Active, .RadEDropDownFont A:Active {
	color: #FFF;
	text-decoration: underline;
}
.RadEContent, .RadEContentBordered, .RadEDropDownOff, .RadEDropDownOn, .RadEDropDownOffOver, .RadEDropDownFont {
	background-color: #333333 !important;
}

/* text style used for rendered text which requires emphasis */

.NormalBold, a.Normalbold, a.NormalBold:link, a.NormalBold:visited, a.NormalBold:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

a.NormalBold:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* text style used for error messages */
.NormalRed, a.NormalRed, a.NormalRed:link, a.NormalRed:visited, a.NormalRed:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
}

a.NormalRed:hover {
	color: #FF0000;
	text-decoration: underline;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox, a.NormalTextBox, a.NormalTextBox:link, a.normalTextBox:visited, a.NormalTextBox:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	background-color: #808285;
	text-decoration: none;
	background: transparent;
}

select.NormalTextBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	background-color: #808285;
	text-decoration: none;
}

a.NormalTextBox:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* text style for breadcrumbs on pages */
.breadcrumbs, a.breadcrumbs, a.breadcrumbs:link, a.breadcrumbs:visited, a.breadcrumbs:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	padding: 3px;
	text-decoration: none;
}

a.breadcrumbs:Hover {
	text-decoration: underline;
	color: #FFFFFF;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton, a.CommandButton, a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active, a.CommandButton:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

a.CommandButton:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #dddddd;
	color: #000000;
	font-family: Verdana, sans-serif;
}

/* miscellaneous sytles */

.copyright, a.copyright, a.copyright:link, a.copyright:visited, a.copyright:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #808285;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

a.copyright:hover {
	text-decoration: underline;
	color: #808285;
}
.ContainerScrollable {
	overflow: auto;
	scrollbar-arrow-color: #7D92BA;
	scrollbar-base-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
}

.ContainerScrollable250 {
	height: 250px;
	scrollbar-arrow-color: #F8C5B3;
	scrollbar-base-color: #EB5A26;
	scrollbar-track-color: #EB5A26;
	scrollbar-face-color: #EB5A26;
	scrollbar-shadow-color: #EB5A26;
	scrollbar-highlight-color: #EB5A26;
	scrollbar-3dlight-color: #EB5A26;
	scrollbar-darkshadow-color: #EB5A26;
	overflow: auto;
}

.caption {
	font-size: 9px;
}

/* style for the utility nav area of the template */

.utilityNav, a.utilityNav, a.utilityNav:link, a.utilityNav:visited, a.utilityNav:active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #A7A9AC;
	text-transform: uppercase;
	padding: 0px 3px 0px 3px;
}

a.utilityNav:Hover {
	text-decoration: underline;
	color: #A7A9AC;
}

.utilityNavTextBox, a.utilityNavTextBox, a.utilityNavTextBox:link, a.utilityNav:visited, a.utilityNavTextBox:active, a.utilityNavTextBox:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #A7A9AC;
	text-transform: uppercase;
	padding: 0px 3px 0px 3px;
	background: transparent;
}

input.utilityNavTextBox {
	border: 1px solid #A7A9AC;
}

/* GENERIC */
H1  {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 5px 0px 5px 0px;
	margin: 5px 0px 5px 0px;
}

H2  {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 5px 0px 2px 0px;
	margin: 5px 0px 2px 0px;
}

H3, H4 {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #FFFFFF;
}

H5, H6, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}

UL LI   {
    list-style-type: square;
	padding-left: 1em;
	margin-left: 1em;
}

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;
}

img {
	border: 0px;
}

a, a:link, a:active, a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* style of article categories for Article Manager */
.ElementumArticlesCategory {
	color: maroon;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.ElementumArticlesMoreArticlesLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}

.ElementumArticlesTitle, a.ElementumArticlesTitle, a.ElementumArticlesTitle:link, a.ElementumArticlesTitle:visited, a.ElementumArticlesTitle:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}

a.ElementumArticlesTitle:hover {
	text-decoration: underline;
	color: #666666;
}

.ElementumArticlesDescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #666666;
}

.ElementumArticlesReadMore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	text-decoration: none;
	color: #666666;
}
