/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
   
   Blue text - 84B2C0
   Green Header box 008394
   Header box blue background C3D8E6
   Dark Blue 004963
   Pinkish background EDE5E1
   Brown 674F3F
   
   */   



/* background color for the content part of the pages */

.OuterTable {
	background-color:#FFFFFF;
	border:1px solid #000000;
	padding:15px;
	
}


.InnerTable{
	background-color:#FFFFFF;
	padding:0px;

}

.InnerLeft {
BACKGROUND-IMAGE: url(borderleft.gif); 
BACKGROUND-REPEAT: repeat-y;
}
.InnerRight {
	BACKGROUND-IMAGE: url(borderright.gif); BACKGROUND-REPEAT: repeat-y;
}






/* text style used for most text rendered by modules */



.Normal, P, DIV, UL, LI, TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;	
}

H1  {
	font-family: Arial, Helvetica,Verdana, sans-serif;
	FONT-SIZE: 24px;
	line-height:normal;
	font-weight:bold;
	margin-bottom:0px;
	color:#000000;
}



H2  {
	font-family: Arial, Helvetica,Verdana, sans-serif;
	FONT-WEIGHT: bold;
	FONT-SIZE: 20px;
	COLOR: #000000;
	line-height: 20px;
	margin-bottom:0px;	
}


H3  {
	font-family: Arial, Helvetica,Verdana, sans-serif;
	FONT-WEIGHT: bold; FONT-SIZE: 16px; MARGIN-BOTTOM: 1px; COLOR: #000000}


H4  {
	font-family: Arial, Helvetica, sans-serif;
	FONT-WEIGHT: bold; FONT-SIZE: 12px; MARGIN-BOTTOM: 1px; COLOR: #000000}

H5  {
	font-family: Arial, Helvetica, sans-serif;
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	MARGIN-BOTTOM: 1px;
	COLOR: #000000;
	margin-top: 1px;
}

FormLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:25px;

}

FormInput {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;

}

A:link  {
	color: #000000;
	text-decoration:none;
	font-weight:bold;

	
}

A:visited   {
	color: #000000;
	text-decoration:none;
	font-weight:bold;	
	
}

A:active    {
	color: #000000;
	text-decoration:none;
	font-weight:bold;
}

A:hover {
	color: #000000;
	text-decoration:underline;
		font-weight:bold;
}


.PageDescription {
	background-color:#000000;
}

.PageDescription H1 {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:28px;
	font-weight:normal;
}

.PageDescription H2 {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	line-height:14px;
}


.MenuTD {
	background-color:#FFFFAF;
}


/* ==========================
    CSS STYLES FOR houseMenuTop
   ==========================
*/
 
/* Horizontal Menu */
#houseMenuTop { /* menu wrapper div */
	float: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
	white-space: nowrap;
	width:100%;
	border-top:#FFFFFF solid 1px;
	border-bottom:#FFFFFF solid 1px;	
	background-color:#006600;
}

#houseMenuTop ul { /* all lists */
	float: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
	white-space: nowrap;
	z-index: 9999;
}

#houseMenuTop a { /* all links, inside of list items */
	display: block;
	color : #FFFFFF;
	font-family:  Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight : bold;
	text-decoration : none;
	background-color : transparent;
	padding: 0px 9px 0px 9px;
	line-height: 28px;
	text-align: center;
}

#houseMenuTop li { /* all list items */
	/* position: relative; */
	display: inline;
	list-style-type: none;
	line-height: 18px;
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	width: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	/* end hack */
}

#houseMenuTop li a:hover {
	color : white;
	background-color : #006600;
}

#houseMenuTop li ul { /* second-level lists */
	position: absolute;
	/*background: transparent;*/
	width: 162px; /* width of submenu, must be set so third-level list can get shifted over properly */
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: solid 1px #999;
	white-space: nowrap;
	z-index: 7777;
}

#houseMenuTop li ul ul { /* third-and-above-level lists */
	/* position: absolute; */
	margin: -21px 0 0 162px;
	white-space: nowrap;
	z-index: 8888;
}

#houseMenuTop li:hover ul ul, 
#houseMenuTop li:hover ul ul ul, 
#houseMenuTop li.sfhover ul ul, 
#houseMenuTop li.sfhover ul ul ul {
	left: -9999px;
}

#houseMenuTop li:hover ul, 
#houseMenuTop li li:hover ul, 
#houseMenuTop li li li:hover ul, 
#houseMenuTop li.sfhover ul, 
#houseMenuTop li li.sfhover ul, 
#houseMenuTop li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#houseMenuTop li li,
#houseMenuTop li li li,
#houseMenuTop li li li li { /* all items under the top level */
	position: relative;
	list-style-type: none;
	opacity: .9;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	width: 160px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	/* end hack */
}

#houseMenuTop li li a { /* all item links under the top level */
background-color:#FFFF00;
text-align:left;
	width: 150px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 150px;
	_width: 162px;
	/* end hack */
}

#houseMenuTop iframe {
	position: absolute;
	left: -1px;
	top: -1px;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	display: block;
}

.BrownText {
	color:#85815C;
}

.ListingOdd {
background-color:#F5F4EE;
}
.ListingEven {
background-color:#F0F2F9;
}

.ListingCompanyName {
	COLOR: #45589f;
	font-size:16px;
	FONT-WEIGHT: bold;	
}
.ListingCollectionName, .ListingCollectionName A:link {
	COLOR: #45589f;
	font-size:12px;
	FONT-WEIGHT: bold;
}

.ListingCollectionName A:link {
	COLOR: #45589f;
	font-size:12px;
	FONT-WEIGHT: bold;
}


.PageTitle {
	font-size:30px;
	color:#FFFFFF;
	padding-left:5px;	
}
	
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.MainMenu_MenuItemSel {
	cursor: hand; 
	cursor: hand; 
	color: black; 
	font-family: Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #dfe5f2;
}

.FAQ_Question {
	color:#000000;
	font-size:14px;
	font-weight:bold;
}

.FAQ_Answer {
padding-top:5px;
}


.Event_Title{
	color:#000000;
	font-size:14px;
	font-weight:bold;
}

.Event_Summary {
padding-top:5px;
}

.ProjectFileBrowser {
	width:100%;
}

#Browser {
	height:100%;
}

.Calendar{ 
			width: 250px;
			overflow: hidden;
			border-collapse: collapse;
			border: 1px #9F6B2B solid;
			border-spacing: 0px;
		  } 
.CalendarWeek{
		overflow: hidden;
		font-family: arial;
		font-size: 11px;
}
.CalendarDayOut{
		overflow: hidden;
		width: 30px;
		vertical-align: top;
		height: 30px;
		color: #dddddd;
		background-color: #EAD0B0;
		border: 1px solid #CD8E41;
}
.CalendarDateOut{
		overflow: hidden;
		vertical-align: top;
		font-family: arial;
		font-size: 15px;
		font-weight: bold;
		color: #ffffff;
		float: top;
}
.CalendarDay{
		/*overflow: hidden;*/
                                           height: 30px;
		width: 30px;
		vertical-align: top;
		
		background: #ffffff;
		border: 1px #CD8E41 solid;
}
.CalendarDate{
		font-family: arial;
		font-size: 15px;
		font-weight: bold;
		color: #000000;
		float: top;
}
.CalendarDayHover{
                                         /*overflow: hidden;*/
		width: 30px;
		vertical-align: top;
		height: 30px;
		background: #CD8E41;
		color: #333333;
		border: 1px #CD8E41 solid;
}
.CalendarData{
 height:100%;
 width: 30px;
 /*overflow:hidden;
 white-space: nowrap;*/
}
.CalendarItem{
/*white-space: nowrap;*/
width: 30px;
overflow:hidden;
font-size: 9px;
font-weight: normal;
border-top: 1px dotted #cccccc;
border-Bottom: 1px dotted #cccccc;
}
.CalendarItemNone{
overflow: hidden;
font-size: 9px;
font-weight: normal;
}
.CalendarTitle{
		font-family: arial;
		font-size: 17px;
		font-weight: bold;
		color: #ffffff;
		background-color:#9F6B2B;
		float: top;
		text-align: center;
}
.CalendarDayTitle{
font-family: arial;
overflow: hidden;
font-size: 11px;
font-weight: bold;
color: #ffffff;
background-color: #CD8E41;
text-align: center;
}
.CalendarItemView{
font-size: 11px;
font-weight: normal;
border-top: 1px dotted #cccccc;
height: 20px;
}
.CalendarItemDate{
color: #a3c1d5;
font-size: 11px;
font-weight: normal;
border-top: 1px dotted #cccccc;
width: 50px;
}
.CalendarItemLink{
font-size: 11px;
font-weight: bold;
}
.CalendarItemBody{
font-style: italic;
}

.ListXTabSpecial{
 background-color:#EFEFEF;
 border:1px solid #CCCCCC;
 width:100px;
 float:left;
 font-size:11px;
 padding:10px;
 margin:10px;
 text-align:center;

}
.ListXTabSpecialH{
 background-color:#FDFDFD;
 border:1px solid #CCCCCC;
 width:100px;
 float:left;
 font-size:11px;
 padding:10px;
 margin:10px;
 text-align:center;
}
.BlueTitleContainerTitle {
	background-color:#003366;
	padding:3px;
	color:#ffffff;
	font-size:16px;	
}

.BlueContainerTable {
background-color:#FFFFFF;

}

.BlackTitleContainerTitle {
	background-color:#000000;
	padding:3px;
	color:#ffffff;
	font-size:16px;	
}

.BlackContainerTable {
background-color:#CD8E41;

}