p, li, td, body {
    font-family: Verdana, sans-serif;
    font-size: 8.5pt;
    color: #505050;
    line-height: 130%;
}

H1, H2, H3, H4, H5 {
    font-family: Verdana, sans-serif;
    font-weight: normal;
    color: #505050;
}
H1  { font-size: 17pt; }
H2  { font-size: 15pt; }
H3  { font-size: 13pt; }
H4  { font-size: 11pt; }
H5  { font-size: 10pt; }

A:link, A:visited {
	color: #6040a0;
	text-decoration:none;
  	outline: none;
}
A:active, A:hover {
    color: #ff6a00;
    text-decoration: underline;
  	outline: none;
}

hr
{ 
    background-color: #A59898;
    height: 2px;
    border:none;
}

img
{
    border:0px;
}

ul {
	list-style-image: url(img/bullet.gif);
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-position:inside;
}

	
	
	
#Body {
	background-color: #e5e5e5;
    background-image: url(img/background.gif); 
    border:0px;
    margin:0px;
    padding:0px;
}

.pagemaster {
	width: 100%;
	height: auto;
	margin:0px;
	padding:0px;
	border:0px;
}
.skinmaster {
	height: auto;
	background-color: #FFFFFF;
	margin:0px;
	padding:0px;
	border:0px;
}

.menubar {
	background-color: #f1eced;
	background-image: url(img/menubg.gif); 
	height:20px;
}
.skindivider {
	background-color: #f1eced;
	background-image: url(img/menubg.gif); 
	height:3px;
}

.controlpanel {
	width: 100%;
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
	padding: 8px;
}

.contentpane {
	margin:0px;
	background-color: transparent;
	padding: 5px;
	vertical-align:top;
}

.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: #505050;
    font-family: Verdana, sans-serif;
    text-decoration: none;
}

A.SkinObject:link, A.SkinObject:visited {
    text-decoration:    none;
    color: #505050;
}

A.SkinObject:hover, A.SkinObject:active {
    text-decoration:    none;
    color:#ff6a00;
}

.HiddenSkinObject{
	display:none;
}


A.CommandButton:link, A.CommandButton:visited {
	text-decoration: underline;
	color: #260F54;
}


A.CommandButton:hover, A.CommandButton:active {
	text-decoration: underline;
	color: #ff6a00;
}
.mainHeaderImage{
	 vertical-align:bottom;
	 background-image:url(img/main/header.jpg);
	 background-repeat:no-repeat;
	 background-position:right;	 
}
.homeHeaderImage{
	 vertical-align:bottom;
	 height:160px;
	 padding:0px;
	 margin:0px;
	 font-size:0px;
	 background-image:url(img/home/header.jpg);
	 background-repeat:no-repeat;
	 background-position:right;	 
}
.skinBoxTopRight{
	height:10px;
	width:10px;
	background-color:#e5e5e5;
	background-image:url(img/corner_tr.gif);
}
.skinBoxTop{
	height:10px;
	background-color:#e5e5e5;
	background-image:url(img/bgrepeat_top.jpg);
	background-repeat:repeat-x;
}
.skinBoxTopLeft{
	height:10px;
	width:10px;
	background-color:#e5e5e5;
	background-image:url(img/corner_tl.gif);
}

.skinBoxBottomRight{
	height:10px;
	width:10px;
	background-color:#e5e5e5;
	background-image:url(img/corner_br.gif);
}
.skinBoxBottom{
	height:10px;
	background-color:#e5e5e5;
	background-image:url(img/bgrepeat_bottom.jpg);
	background-repeat:repeat-x;
}
.skinBoxBottomLeft{
	height:10px;
	width:10px;
	background-color:#e5e5e5;
	background-image:url(img/corner_bl.gif);
}
.skinBoxLeft{
	width:10px;
	background-color:#e5e5e5;
	background-image:url(img/bgrepeat_left.jpg);
	background-repeat:repeat-y;
}
.skinBoxRight{
	width:10px;
	background-color:#e5e5e5;
	background-image:url(img/bgrepeat_right.jpg);
	background-repeat:repeat-y;
}

/* Text Styles */
.Head {
   font-family: Verdana, sans-serif;
   font-size:  13pt;
   font-weight: normal;
   color: #260F54;
}
.SubHead {
    font-family: Verdana, sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	color: #260F54;
}
.Normal{
    font-family: Verdana, sans-serif;
    font-size: 8.5pt;
    color: #505050;
    line-height: 130%;
}
.NormalTextBox {
    font-family: Verdana, sans-serif;
    font-size: 8.5pt;
    color: #505050;
}

.footer {
   font-size:  7.5pt;
   font-weight: normal;
   color: #505050;
   padding:2px;
}
A.footer:link, A.footer:visited {
    text-decoration: none;
	color: #6040a0;
    font-weight: bold;
}
A.footer:active, A.footer:hover {
    text-decoration: underline;
    color: #ff6a00;
    font-weight: bold;
}
.breadcrumb_bar{
	vertical-align:middle;
	padding:3px;
}
.breadcrumbs {
	padding:5px;
    font-size: 8pt;
    color: #505050;
}
A.breadcrumbs:link, A.breadcrumbs:visited {
    text-decoration: underline;
    color: #505050;
}
A.breadcrumbs:active, A.breadcrumbs:hover {
    text-decoration: underline;
    color: #ff6a00;
}

.loginText {
   font-family: Arial, sans-serif;
   font-size:  8.5pt;
   color: #ffffff;
}
a.loginText:Link, a.loginText:Visited  {
   color: #ffffff;
   text-decoration: none;
}
a.loginText:Active, a.loginText:Hover {
   color: #ff6a00;
   text-decoration: underline;
}
.PageTitle{
    display: block;
    height:30px;
    width:770px;
    padding-bottom:5px;
    float:left;
    font-family: Arial, sans-serif;
	color: #ffffff;
	font-size: 18pt;
    text-align: right;
    font-weight: normal;
    line-height:130%;
	filter:Alpha(Opacity=90);
	opacity:.90;
}
#dnn_dnnSEARCH_txtSearch.NormalTextBox
{
	margin-top:4px;
	margin-bottom:4px;
}
.searchButton{
	vertical-align:bottom;
	border:0px;
	margin:0px 4px 5px 0px;
}

.StandardButton {
  background: #cccccc; 
  color: #333333;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight:700;
}

.ModuleTitle_MenuItem
{
    font-family: Arial, sans-serif;
	font-size: 8.5pt;
    font-weight:700;
	color: #260F54;
}
.ModuleTitle_MenuItemSel
{
    font-family: Arial, sans-serif;
	font-size: 8.5pt;
    font-weight:700;
    color: #ff6a00;
}


/* SolPart Menu Styles */
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:18px;
    font-family: Arial, sans-serif;
	background-color: transparent;
}
.MainMenu_RootMenuItem TD, .MainMenu_RootMenuItemActive TD{ 
	background-color:transparent;
	font-size: 9.5pt;
    font-weight:normal;
	color:#ffffff;
	padding-right:10px;
	border:1px solid transparent;
}

.MainMenu_RootMenuItemSel TD{
	font-size: 9.5pt;
    font-weight:normal;
	padding-right:10px;
	color:#eeeeee;
	background-color: #4d423f;
	border:1px solid #4d423f;
}
.MainMenu_MenuItem {
	height:18px;
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
    font-family: Arial, sans-serif;
	font-size: 8.5pt; 
    font-weight:normal;
	border:0px;
	background-color: transparent;
	margin:0px;
	height:18px;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: #eeeeee; 
    font-weight:normal;
	border:0px;
    font-family: Arial, sans-serif;
	font-size: 8.5pt; 
	background-color: #332b29;
	margin:0px;
	height:18px;
}
.MainMenu_MenuIcon {
	visibility: hidden;
	font-size: 0px; 
	cursor: pointer; 
	cursor: hand; 
	background-color: transparent;
	text-align: center; 
	border:0px;
	padding:0px;
	width:0px;
	height:18px;
}
.MainMenu_MenuIcon img{
	padding:1px 2px 1px 2px;
    display:none;
}
.MainMenu_SubMenu 
{
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #4d423f; 
	border: #4d423f 1px solid; 
	margin:0px;
	filter:Alpha(Opacity=90);
	opacity:.90;
}
.MainMenu_MenuBreak {
	border:0px; 
	height:0px;
}
.MainMenu_MenuArrow {
	color:#222222;
	font-family: webdings; 
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand; 
	border:0px;
	margin:0px;
}
.MainMenu_RootMenuArrow {
	display:none;
	font-family: webdings; 
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand;
	width : 1px;
	border:0px;
	margin:0px;
}



ul.QuickLink{
	list-style-image: url(img/arrow.gif);
	margin: 5px 5px 5px 5px;
	padding: 1px;
	list-style-position:inside;
	font-weight:bold;
}



/* Styles for dynamically loaded content */
/* These styles below should be copied to the browncroft.org portals.css file */
.infoBox{margin-top:50px;margin-bottom:auto;margin-left:auto;margin-right:auto;border:1px solid #505050;background:#eeeeee}
.infoBoxTitle{margin:0;padding:5px;height:20px;background:#505050;color:#ffffff;font-size:14pt;font-weight:bold;text-indent:5px;margin-bottom:10px;border-bottom:1px solid #505050;}
.infoBoxContent{font-size:10pt;padding:10px}

.filterBar{width:auto;text-align:right;margin-top:5px;margin-bottom:5px;margin-left:auto;margin-right:auto;border:1px solid #505050;background:#eeeeee;padding:3px;}

td.bccGrid_columnLabel{vertical-align:top;font-size:10pt;font-weight:bold;text-align:right;}
td.bccGrid_columnLabel2{vertical-align:top;font-size:10pt;font-weight:bold;}
.bccGrid_headerRow td{font-size:10pt;font-weight: bold;color:#ffffff;vertical-align:top;background:#505050;}
.bccGrid_row td{vertical-align:top;background:#e0e0e0;}
.bccGrid_rowAlt td{vertical-align:top;background:#eeeeee;}

.bccBelieve_row td{vertical-align:top;background:#e0e0e0;padding:5px;}
.bccBelieve_rowAlt td{vertical-align:top;background:#eeeeee;padding:5px;}
.ibelieveImage{margin-right:5px;border:1px solid black;}
.ibelieveImage:active,.ibelieveImage:hover{filter:alpha(opacity=80);opacity: 0.8;-moz-opacity:0.8;}

.bccPhoneIcon,
.bccPhoneIcon:active, 
.bccPhoneIcon:hover,
.bccHelpIcon,
.bccHelpIcon:active, 
.bccHelpIcon:hover,
.bccEmailIcon,
.bccEmailIcon:active, 
.bccEmailIcon:hover,
.bccAddIcon,
.bccAddIcon:active, 
.bccAddIcon:hover,
.bccEditIcon,
.bccEditIcon:active, 
.bccEditIcon:hover,
.bccDeleteIcon,
.bccDeleteIcon:active, 
.bccDeleteIcon:hover,
.bccInfoIcon,
.bccInfoIcon:active, 
.bccInfoIcon:hover,
.bccMP3Icon,
.bccMP3Icon:active, 
.bccMP3Icon:hover,
.bccPDFIcon,
.bccPDFIcon:active, 
.bccPDFIcon:hover,
.bccM3UIcon,
.bccM3UIcon:active, 
.bccM3UIcon:hover,
.bccFLVIcon,
.bccFLVIcon:active, 
.bccFLVIcon:hover,
.bccXLSIcon,
.bccXLSIcon:active, 
.bccXLSIcon:hover{
	padding:2px 2px 2px 18px;
	text-decoration:none;
	outline: none;
}
.bccEmailIcon{background:url(img/icons/email.gif) left no-repeat;}
.bccPhoneIcon{background:url(img/icons/phone.gif) left no-repeat;}
.bccHelpIcon{background:url(img/icons/help.gif) left no-repeat;}
.bccAddIcon{background:url(img/icons/add.gif) left no-repeat;}
.bccEditIcon{background:url(img/icons/edit.gif) left no-repeat;}
.bccDeleteIcon{background:url(img/icons/delete.gif) left no-repeat;}
.bccInfoIcon{background:url(img/icons/info.gif) left no-repeat;}
.bccMP3Icon{background:url(img/icons/mp3.gif) left no-repeat;}
.bccPDFIcon{background:url(img/icons/pdf.gif) left no-repeat;}
.bccM3UIcon{background:url(img/icons/m3u.gif) left no-repeat;}
.bccFLVIcon{background:url(img/icons/flv.gif) left no-repeat;}
.bccXLSIcon{background:url(img/icons/xls.gif) left no-repeat;}

/* BCC user-selectable styles for use with text/html editor */

.NormalSmall
{
    font-family: Verdana, Sans-serif;
    font-size: 8pt;
    color: #505050;	
}
.NormalPurple
{
    font-family: Verdana, sans-serif;
    font-size: 8.5pt;
    color: #260F54;
}
.NormalRed
{
    font-family: Verdana, sans-serif;
    font-size: 8.5pt;
    color: #A03033;	
}
.NormalOrange
{
    font-family: Verdana, sans-serif;
    font-size: 8.5pt;
    color: #E87511;	
}

.SectionTitlePurple
{
    font-family: Georgia,Serif;
    font-size: 13pt;
    color: #260F54;	
}
.SectionTitleRed
{
    font-family: Georgia,Serif;
    font-size: 13pt;
    color: #A03033;	
}
.SectionTitleOrange
{
    font-family: Georgia,Serif;
    font-size: 13pt;
    color: #E87511;	
}




/* To Be Deleted -pending site cleanup */
.NormalBrown
{
    font-family: Arial, Helvetica, Tahoma;
    font-size: 12px;
    font-weight: normal;
    color: #554a46;
}
.NormalBlue
{
    font-family: Arial, Helvetica, Tahoma;
    font-size: 12px;
    font-weight: normal;
    color: #5D7789;	
}
.NormalGreen
{
    font-family: Arial, Helvetica, Tahoma;
    font-size: 12px;
    font-weight: normal;
    color: #A5B773;	
}
.NormalWhite
{
    font-family: Arial, Helvetica, Tahoma;
    font-size: 12px;
    font-weight: normal;
    color: #ffffff;	
}

.SectionTitleBrown
{
    font-family: Georgia,Serif;
    font-size: 13pt;
    font-weight: normal;
    color: #554a46;	
}
.SectionTitleBlue
{
    font-family: Georgia,Serif;
    font-size: 13pt;
    font-weight: normal;
    color: #5D7789;	
}
.SectionTitleGreen
{
    font-family: Georgia,Serif;
    font-size: 13pt;
    font-weight: normal;
    color: #A5B773;	
}
.SectionTitleWhite
{
    font-family: Georgia,Serif;
    font-size: 13pt;
    font-weight: normal;
    color: #ffffff;	
}


.MediumHeader
{
    font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
    font-size: 16pt;
    font-weight: normal;
    color: #554a46;	
}
.BigHeader
{
    font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
    font-size: 18pt;
    font-weight: normal;
    color: #554a46;	
}


.eventsTitle,A.eventsTitle:link,A.eventsTitle:visited{
	font-size: 8pt;
    font-weight: bold;
	text-decoration:none;
	color: #5D7789;
}
A.eventsTitle:active,A.eventsTitle:hover{
	font-size: 8pt;
    font-weight: bold;
	text-decoration:none;
	color: #A5B773;
}

.eventsDate,A.eventsDate:link,A.eventsDate:visited{
	font-size: 8pt;
	font-style: italic;
	text-decoration:none;
	color: #A5B773;
}
A.eventsDate:active,A.eventsDate:hover{
	font-size: 8pt;
	font-style: italic;
	text-decoration:none;
	color: #5D7789;	
}

.quickLink,A.quickLink:link,A.quickLink:visited{
	font-size: 10pt;
    font-weight: bold;
	text-decoration:none;
	color: #554a46;
}
A.quickLink:active,A.quickLink:hover{
	font-size: 10pt;
    font-weight: bold;
	text-decoration:none;
	color: #5D7789;	
}

/* extra custom fields */
.blueList{
	list-style-image: url(img/bullet_blue.gif);
	margin-top: 0;
}
.greenList{
	list-style-image: url(img/bullet_green.gif);
	margin-top: 0;
}
.brownList{
	list-style-image: url(img/bullet_brown.gif);
	margin-top: 0;
}
.whiteList{
	list-style-image: url(img/bullet_white.gif);
	margin-top: 0;
}

A.whiteLink:link,A.whiteLink:visited{
	color: #ffffff;
	text-decoration:none;	
}
A.whiteLink:active,A.whiteLink:hover {
	color: #A5B773;
	text-decoration:none;
}

.WhiteModuleTitle{
	color: #ffffff; 
	font-family: Tahoma,Arial, Helvetica;
	font-size:  8.5pt;
	font-weight: bold;
}













































