﻿/*General*/
.moduleItem
{
	font-size: 12px; 
	font-family: Verdana;
	margin-bottom: 8px;
	clear: left;
}
.moduleDate
{
	font-size: 10px;
	font-weight: bold;
}
.moduleTags
{
	font-size: 9px;
}
.moduleLink
{
}
.moduleItem a
{
	text-decoration: none;
}
.moduleItem a:hover
{
	text-decoration: underline;
}
.moduleItem a:visited
{
	color: #6600AA;
}
.moduleEdit
{
	color: #333;
	font-size: 9px;
}

.moduleItemViewed
{
	color: #999;
	font-size: 12px; 
	font-family: Verdana;
	margin-bottom: 8px;
	clear: left;
}
.moduleItemViewed a
{
	text-decoration: none;
	color: #999;
}
.moduleItemViewed a:hover
{
	text-decoration: underline;
}
.moduleItemViewed a:visited
{
	color: #999;
}

.fundraiser
{
	color: #BE1E2D;
	font-weight: bold;
}

/* Module Layouts */
.modLayout_NeedToKnow
{
	position: relative;
	/*height: 330px;*/
	margin: 0px 5px 10px 5px;

}
.modLayout_NeedToKnow .other
{
	margin-left: 297px;
	border-left: #eee 1px solid;
	padding-left: 5px;
}
.modLayout_NeedToKnow .header
{
	font-size: 15px;
	font-weight: bold;
	background-color: #eee;
	border: #ccc 1px solid;
	border-bottom: #00042B 2px solid;
	padding: 5px;
}
.modLayout_NeedToKnow .content
{
	padding: 5px;
	overflow: auto;
}
.modLayout_NeedToKnow .moduleItem, .modLayout_NeedToKnow .moduleItemViewed
{
	clear: none;
}

.modLayout_NeedToKnow .moduleDate
{
	font-size: 9px;
	color: #666;
	font-weight: normal;
}

.modLayout_NeedToKnow .headline
{
	position: relative;
	float: left;
	width: 290px;
	padding-right: 5px; 
	margin-right: 5px;
}
.modLayout_NeedToKnow .headline a
{
	text-decoration: none;
}
.modLayout_NeedToKnow .headline a:hover
{
	text-decoration: underline;
}
.modLayout_NeedToKnow .headline .imageDIV
{
	width: 290px;
	max-height: 210px;
	overflow: hidden;
	margin-bottom: 5px;
}
.modLayout_NeedToKnow .headline .imageDIV img
{
	vertical-align: middle;
	text-align: center;
	/*min-width: 290px;*/
	max-width: 330px;
	/*min-height: 210px;*/
	max-height: 250px;
}
.modLayout_NeedToKnow .headline .headlineTitle
{
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
}
.modLayout_NeedToKnow .headline .headlineSummary
{
	font-size: 10px;
	line-height: 14px;
}

/*Apps */
.modLayout_Apps
{
	/*position: relative;*/
	/*float: right;*/
	/*max-width: 303px;
	min-width: 303px;*/
	/*min-height: 150px;*/
	margin: 0px 5px 10px 5px;
	padding: 5px;
	height: 95%;
}
.modLayout_Apps .header
{
	/*font-size: 14px;*/
	/*font-weight: bold;*/
	/*position: relative;*/
	/*top: 0px;*/
	/*left: 5px;*/
	font-size: 15px;
	font-weight: bold;
}
.modLayout_Apps .content
{
	padding: 5px;
	height: 80%;
	overflow: auto;
	/*min-height: 150px;*/
}
.modLayout_Apps .content .moduleItem
{
	clear: none;
	text-align: center;
	margin: 0px 5px 5px 5px;
}
.modLayout_Apps .content .moduleLink
{
	font-size: 11px;
}
.modLayout_Apps .content a, .modLayout_Apps .content a:visited
{
	color: #01369F;
}
.modLayout_Apps .footer
{
	font-size: 11px;
}

/*Email */
.modLayout_email
{
	position: relative;
	/*float: right;
	max-width: 303px;
	min-width: 303px;
	/*min-height: 150px;*/
	margin: 0px 5px 10px 5px;
	padding: 5px;
	height: 95%;
}
.modLayout_email .header
{
	position: relative;
	font-size: 15px;
	font-weight: bold;
	background-color: #ccc;
	border-bottom: #333 2px solid;
	padding: 3px 0px 2px 3px;
}
.modLayout_email .content
{
	position: relative;
	overflow: auto;
	height: 76%;
	/*min-height: 150px;*/
}
.modLayout_email .content .moduleTags
{
}
.modLayout_email .content .moduleLink
{
	font-size: 11px;
}
.modLayout_email .footer
{
	font-size: 11px;
	padding: 0px 0px 3px 5px;
}

/* Article Tags */
.modLayout_articleTags
{
	height: 100%;
	border: #BE1E2D 1px solid;
}
.modLayout_articleTags .header
{
	font-size: 15px;
	font-weight: bold;
	background-color: #BE1E2D;
	padding: 3px 0px 2px 10px;
	color: #fff;
}
.modLayout_articleTags .content
{
	padding: 5px;
	height: 80%;
	overflow: auto;
	/*min-height: 150px;*/
}
.modLayout_articleTags .content img
{
	position: relative;
	float: right;
	max-width: 100px;
	max-height: 150px;
}
.modLayout_articleTags .content .moduleTags
{
	float: left;
	clear: left;
}

/* Small Box */
.modLayout_smallBox
{
	position: relative;
	float: left;
	max-width: 312px;
	min-width: 312px;
	/*min-height: 150px;*/
	margin: 10px 10px 10px 0px;
	/*padding: 0px 5px 0px 5px;*/
	border: #ccc 1px solid;
}
.modLayout_smallBox .header
{
	/*position: absolute;*/
	/*top: -12px;*/
	/*left: 5px;*/
	font-size: 15px;
	font-weight: bold;
	background-color: #ccc;
	border-bottom: #ccc 1px solid;
	padding: 5px;
}
.modLayout_smallBox .content
{
	/*overflow: auto;*/
	/*min-height: 150px;*/
	padding: 5px;
}
.modLayout_smallBox .content img
{
	position: relative;
	float: right;
	max-width: 100px;
	max-height: 150px;
}
.modLayout_smallBox .content .moduleTags
{
	float: left;
	clear: left;
}

/* Large Photo Box */
.modLayout_largePhotoBox
{
	position: relative;
	margin: 0px 5px 10px 5px;
	padding: 5px;
}
.modLayout_largePhotoBox .header
{
	position: absolute;
	/*left: 5px;*/
	font-size: 15px;
	font-weight: bold;
}
.modLayout_largePhotoBox .content
{
	overflow: auto;
	padding-top: 15%;
	/*height: 200px;*/
	vertical-align: middle;
}
.modLayout_largePhotoBox .moduleItem
{
	clear: none;
	position: relative;
	float: left;
	width: 93px;
	height: 100px;
	margin: 3px;
}
.modLayout_largePhotoBox .moduleDate
{
	display: none;
	visibility: hidden;
}
.modLayout_largePhotoBox .moduleEdit
{
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #fff;
	padding: 2px;
}
.modLayout_largePhotoBox .moduleLink
{
}
.modLayout_largePhotoBox .moduleLink img
{
	max-width: 93px;
	max-height: 90px;
}
.modLayout_largePhotoBox .moduleTags
{
}

/* Small Photo Box */
.modLayout_smallPhotoBox
{
	position: relative;
	float: left;
	max-width: 313px;
	min-width: 313px;
	min-height: 150px;
	margin: 10px 10px 10px 0px;
	/*padding: 0px 5px 0px 5px;*/
}
.modLayout_smallPhotoBox .header
{
	/*position: absolute;
	top: -12px;*/
	/*left: 5px;*/
	font-size: 15px;
	font-weight: bold;
	background-color: #ccc;
	border-bottom: #ccc 1px solid;
	padding: 5px;
}
.modLayout_smallPhotoBox .content
{
	/*overflow: auto;
	height: 200px;*/
	padding: 5px;
}
.modLayout_smallPhotoBox .moduleItem
{
	clear: none;
	position: relative;
	float: left;
	width: 100px;
	margin: 3px;
}
.modLayout_smallPhotoBox .moduleDate
{
	display: none;
	visibility: hidden;
}
.modLayout_smallPhotoBox .moduleEdit
{
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #fff;
	padding: 2px;
}
.modLayout_smallPhotoBox .moduleLink
{
}
.modLayout_smallPhotoBox .moduleLink img
{
	max-width: 100px;
	max-height: 100px;
}
.modLayout_smallPhotoBox .moduleTags
{
}

/* Module Styles */
.modStyle_default
{
	border: #ccc 1px solid;
}
.modStyle_roundAll
{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.modStyle_roundTop
{
	-webkit-border-top-radius: 5px;
	-moz-border-top-radius: 5px;
}
.modStyle_roundBottom
{
	-webkit-border-bottom-radius: 5px;
	-moz-border-bottom-radius: 5px;
}

.modStyle_leftBorder
{
	border: none;
	border-left: #ccc 1px solid;
}

/* Module Colors */
.modColor_Blue
{
	padding: 0px;
	background-color: #EBFDFF;
	border: #000A7C 1px solid;
}
.modColor_Blue .header
{
	color: #fff;
	background-color: #000A7C;
	padding: 3px 3px 3px 5px;
}
.modColor_Blue .header a
{
	color: #fff;
}
.modColor_Blue .content
{
}

.modColor_BlueO
{
	border: #000A7C 1px solid;
}
.modColor_BlueO .header
{
	color: #000A7C;
}

.modColor_BlueWhite
{
	background-color: #fff;
	border: #000A7C 1px solid;
}
.modColor_BlueWhite .header
{
}

.modColor_Green
{
	background-color: #F3FFEB;
	border: #333 1px solid;
}
.modColor_Green .header
{
	color: #000;
}
.modColor_Green .footer
{
}

.modColor_Purple
{
	background-color: #C6BAE4;
	border: #333 1px solid;
}
.modColor_Purple .header
{
	color: #3F2B6F;
}

.modColor_Red
{
	padding: 0px;
	background-color: #FFEDEB;
	border: #333 1px solid;
}
.modColor_Red .header
{
	color: #000;
	background-color: #FF8173;
	padding: 3px 3px 3px 5px;
	border-bottom: #333 1px solid;
}
.modColor_Red .content
{
	padding: 5px;
}
.modColor_Red .footer
{
}

.modColor_Yellow
{
	background-color: #F9FFB9;
	border: #555 1px solid;
}
.modColor_Yellow .header
{
	color: #555;
}

