/*tag specific styles*/

BODY{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-track-color: #FFFFFF;
	scrollbar-face-color: #DEDBD6;
	scrollbar-shadow-color:#888888;
	scrollbar-darkshadow-color:#DEDBD6;
	scrollbar-highlight-color:#DEDBD6;
	
}

A{
	color: #BB7700;
	
}

A:HOVER{
	color: #6699CC;
	text-decoration: none;
	
}

LI{
	list-style-image: url(/_filelib/ImageGallery/Bullets/red_bullet_logo.gif);
	
}

INPUT{
	background:#FFFFFF;
	border-top:1px solid #404040;
	border-left:1px solid #404040;
	border-right:1px solid #404040;
	border-bottom:1px solid #404040;
	font-size:9pt;
	font-family:Ms Sans Serif,Arial;
	
}

SELECT{
	background-color:#FFFFFF;
	font-size:9pt;
	font-family:Ms Sans Serif,Arial;
	
}

TEXTAREA{
	background-color:#FFFFFF;
	border-top:1px solid #404040;
	border-left:1px solid #404040;
	border-right:1px solid #404040;
	border-bottom:1px solid #404040;
	background-position: top left;
	background-attachment: fixed;
	background-image: url(../../_icons/bg_inset_shadow.gif);
	font-size:9pt;
	font-family:Ms Sans Serif,Arial;
	
}

/*dhtml menu styles*/

.mnuMain{
	width: 120px;
	text-align: left;
	margin-left: 10px;
	margin-top: 6px;
	
}

.mnuItem, .mnuItemOver, .mnuItemActive, .mnuItemActiveOver, .mnuItemMembers, .mnuItemMembersOver{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	line-height: 16px;
	text-transform: uppercase;
	text-decoration: none;
	
}

.mnuItemOver{
	text-decoration: none;
	color: #6699CC;
	
}

.mnuItemActive{
	text-decoration: none;
	color: #6699CC;
	
}

.mnuItemActiveOver{
	text-decoration: none;
	color: #6699CC;
	
}

.mnuItemSeparatorV{
	background-color: #999999;
	width: 100%;
	height: 1px;
	
}

/*dhtml navigation sub menu styles*/

.mnuSub{
	width: 220px;
	text-align: left;
/*	background-color: #FFFFFF; */
	
}

.mnuSubItem, .mnuSubItemOver, .mnuSubItemActive, .mnuSubItemActiveOver, .mnuSubItemMembers, .mnuSubItemMembersOver{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6699CC;
	height: 15px;
	padding-left: 22px;
	padding-right: 5px;
	background-image: url(/images/double_dots_blue.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	
}

.mnuSubItemOver{
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(/images/double_dots_white.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	
}

.mnuSubItemActive{
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(/images/double_dots_white.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	
}

.mnuSubItemActiveOver{
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(/images/double_dots_white.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	
}

.mnuSubItemSeparatorV{
	display: none;
	
}

/* Side Navigation */

.mnuSide{
	width: 110px;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 8px;
	
}

.mnuSideItem, .mnuSideItemOver, .mnuSideItemActive, .mnuSideItemActiveOver, .mnuSideItemMembers, .mnuSideItemMembersOver{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	text-decoration: none;
	padding-bottom: 5px;
	padding-top: 5px;
	
}

.mnuSideItemOver{
	text-decoration: none;
	color: #6699CC;
	
}

.mnuSideItemActive{
	text-decoration: none;
	color: #6699CC;
	
}

.mnuSideItemActiveOver{
	text-decoration: none;
	color: #6699CC;
	
}

.mnuSideItemSeparatorV{
	display: none;
	/*background-color: #999999;
	width: 100%;
	height: 1px; */
	
}

/*dhtml Footer Navigation Style */

.mnuFooter{
	text-align: left;
	
}

.mnuItemFooter, .mnuItemFooterOver, .mnuItemFooterActive, .mnuItemFooterActiveOver, .mnuItemFooterMembers, .mnuItemFooterMembersOver{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
	
}

.mnuItemFooterOver{
	text-decoration: none;
	color: #6699CC;
	
}

.mnuItemFooterActive{
	text-decoration: none;
	color: #6699CC;
	
}

.mnuItemFooterActiveOver{
	text-decoration: none;
	color: #6699CC;
	
}

.mnuItemFooterSeparatorH{
	background-color: #999999;
	width: 1px;
	height: 10px;
	margin-right: 4px;
	margin-left: 4px;
	
}

/* Expander Icon */

.mnuArrowV{
	background: url(/_filelib/ImageGallery/Bullets/icon_plus.gif) 0px 50% no-repeat;
	
}

.mnuArrowH{
	background: url(/_filelib/ImageGallery/Bullets/icon_plus.gif) 0px 50% no-repeat;
	
}

/*content styles*/

.inpButton{
	font-family:Ms Sans Serif,Arial;
	font-size:8pt;
	font-weight: bold;
	color: #333333;
	padding: 1px;
	background-color: #EFEFEF;
	background-image: url(/_filelib/ImageGallery/Backgrounds/btn_background.gif);
	background-attachment:scroll;
	
}

.inpCheckBox{
	BORDER-RIGHT: 0px;
	BORDER-TOP: 0px;
	BACKGROUND: none transparent scroll repeat 0% 0%;
	BORDER-LEFT: 0px;
	BORDER-BOTTOM: 0px;
	
}

.modContainer{
	margin-bottom:10px;
	
}

.modHeader{
	color:#EF3E42;
	font-family:Times new Roman;
	font-size:10pt;
	text-align:center;
	text-transform: uppercase;
	font-weight:bold;
	height:20px;
	
}

.modContent{

}

.ctHeader{
	background-color:#003399;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:bold;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
	color:#FFFFFF;
	
}

.ctHeader A{
	background-color:#003399;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:bold;
	color:#FFFFFF;
	
}

.ctToolBar, .ctToolBar TD{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:bold;
	
}

.ctAlternate{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:8pt;
	
}

.ctNormal{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:8pt;
	
}

.ctSmall{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:8pt;
	
}

/* Bulleting */

.ctBulletin{
	padding-bottom:5px;
	
}

.ctBulletinNew{
	/*
	background: url(/_filelib/ImageGallery/Bullets/new.gif) no-repeat 100% 2px;
	padding-right: 28px;
	*/
	
}

.ctBulletinDate{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	font-weight: bold;
	text-decoration: none;
	
}

.ctBulletinLink{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#BB7700;
	font-weight: bold;
	text-decoration: none;
	
}

A.ctBulletinLink, A:VISITED.ctBulletinLink, A:ACTIVE.ctBulletinLink{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#BB7700;
	font-weight: bold;
	text-decoration: none;
	
}

A:HOVER.ctBulletinLink{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#6699CC;
	font-weight: bold;
	text-decoration: none;
	
}

.ctBulletinShortText{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration: none;
	line-height: 1.5em;
	
}

/* */

/* CSS Document */

.footer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000055;
	text-decoration: none;
	
}

.footerBottom{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000055;
	text-decoration: none;
	font-weight: bold;
	
}

/* doc title styles */

.DocTitleAbout{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #BB6600;
	letter-spacing: 1px;
	text-decoration: none;
	
}

.DocTitleNews{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #999966;
	letter-spacing: 1px;
	text-decoration: none;
	
}

.DocTitleStorage{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #994422;
	letter-spacing: 1px;
	text-decoration: none;
	
}

.DocTitleServices{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #6699CC;
	letter-spacing: 1px;
	text-decoration: none;
	
}

.DocTitleNominations{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #669999;
	letter-spacing: 1px;
	text-decoration: none;
	
}

.DocTitleSeason{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #553355;
	letter-spacing: 1px;
	text-decoration: none;
	
}

.homeContent{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000055;
	text-decoration: none;
	
}

.inThis{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration: none;
	font-weight: bold;
	
}

/* ----- ----- ----- ----- ----- ----- ----- ----- */

/* MoBay */

/* ----- ----- ----- ----- ----- ----- ----- ----- */

#MBhomeLogoPadding{
	padding: 10px 10px 0px 10px;
	
}

#MBhomeMapPadding{
	padding: 10px 10px 0px 10px;
	
}

#MBhomeTitlePadding{
	padding: 0px 10px 10px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#062337;
	font-weight:bold;
	
}

#MBhomeTitle2Padding{
	padding: 0px 0px 10px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#4FB7FF;
	
}

#mbInsideContentpad{
	padding: 10px;
	
}

.MBHomeBodyCopy{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#000033;
	
}

.mbInsideBodycopy{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	text-align: inherit;
	text-transform: inherit;
	text-indent: 0em;
	color: #666;
	
}

.mbInsidePagetitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	font-style: normal;
	text-transform: inherit;
	font-variant: normal;
	color: #036;
	
}

.mbInsideHead{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	font-style: normal;
	text-transform: inherit;
	font-variant: normal;
	color: #666;
	
}

/* Inside Menu*/

.mnuMainMb{
	text-align: left;
	width: 220px;
	
}

.mnuItemMb, .mnuItemMbOver, .mnuItemMbActive, .mnuItemMbActiveOver, .mnuItemMbMeMbers, .mnuItemMbMeMbersOver{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	text-decoration: none;
	padding: 5px 0px 5px 10px;
	background-image: url(/_filelib/ImageGallery/MoBay/arrow_blu.gif);
	background-repeat: no-repeat;
	background-position: left center;
	
}

.mnuItemMbOver,.mnuItemMbMeMbersOver,.mnuItemMbActiveOver{
	color:#E45911;
	text-decoration: none;
	background-image: url(/_filelib/ImageGallery/MoBay/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	
}

.mnuItemMbActive{
	color:#E45911;
	text-decoration: none;
	background-image: url(/_filelib/ImageGallery/MoBay/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	
}

.mnuItemMbSeparatorV{
	width: 100%;
	height: 1px;
	background-image: url(/_filelib/ImageGallery/MoBay/nav_dots.gif);
	background-repeat: no-repeat;
	background-position: left center;
	
}

.mnuSubMb{
	width: 220px;
	text-align: left;
	background-color: #EFEFEF;
	background-image: url(/_filelib/ImageGallery/MoBay/nav_dots.gif);
	background-repeat: no-repeat;
	background-position: left top;
	
}

.mnuSubItemMb, .mnuSubItemMbOver, .mnuSubItemMbActive, .mnuSubItemMbActiveOver, .mnuSubItemMbMeMbers, .mnuSubItemMbMeMbersOver{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	padding: 5px 5px 5px 20px;
	background-image: url(/_filelib/ImageGallery/MoBay/line.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	
}

.mnuSubItemMbOver,.mnuSubItemMbMeMbersOver,.mnuSubItemMbActiveOver{
	color: #E45911;
	background-image: url(/_filelib/ImageGallery/MoBay/line.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	
}

.mnuSubItemMbActive{
	color: #E45911;
	background-image: url(/_filelib/ImageGallery/MoBay/line.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	
}

.mnuSubMbSeparatorV{
	background: #FFFFFF;
	width: 100%;
	height: 1px;
	
}

.mb_footer{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #707070;
	
}

.mb_footerNav{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #E45911;
	
}

.mb_footerNav a{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #E45911;
	text-decoration: none;
	
}

.mb_footerNav a:hover{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990033;
	text-decoration: none;
	
}

/*content styles*/

#mb_search .modContainer{

}

#mb_search .modHeader{
	display: none;
	
}

#mb_search .modContent{

}

#mb_search .ctNormal{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	
}

#mb_search .inpButton{
	font-family:Ms Sans Serif,Arial;
	font-size:8pt;
	font-weight: bold;
	color: #333333;
	padding: 1px;
	background-color: #EFEFEF;
	
}

#mb_search .mb_submit a{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #E45911;
	text-decoration: none;
	
}

#mb_search .mb_submit a:hover{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990033;
	text-decoration: none;
	
}


/* -- NORTEX -- */
.nortex .toplink a {
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: none;
}
.nortex .toplink a:hover {
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;
	text-decoration: none;
}
.nortex .nortexContent {
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;
}
.nortex .nortexContent a {
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;
	text-decoration: none;
}
.nortex .nortexContent a:hover {
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: none;
}