/* Portaj CSS*/
/* background color for the header at the top of the page  */
.BreadCrumbs
{
	font-weight: normal;
	font-size: 11px;
	color: #ffffff;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}
A.BreadCrumbs:link
{
	color: #ffffff;
}
A.BreadCrumbs:visited
{
	color: #ffffff;
}
A.BreadCrumbs:hover
{
	color: #005088;
}
A.BreadCrumbs:active
{
	color: #ffffff;
}
.HelpLogin
{
	font-weight: normal;
	font-size: 11px;
	color: #ffffff;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}
A.HelpLogin:link
{
	color:  #ffffff;
}
A.HelpLogin:visited
{
	color:  #ffffff;
}
A.HelpLogin:hover
{
	color: #005088;
}
A.HelpLogin:active
{
	color: #ffffff;
}
.DateModule
{
	font-weight: normal;
	font-size: 11px;
	color: #005088;
	font-family: Tahoma, Arial, Helvetica;
}
.UserName
{
	font-size: 11px;
	color: #ffffff;
	font-family: Tahoma, Arial, Helvetica;
}
A.UserName:link
{
	color: #ffffff;
}
A.UserName:visited
{
	color: #ffffff;
}
A.UserName:hover
{
	color: #005088;
}
A.UserName:active
{
	color: #ffffff;
}
.PoweredBy
{
	font-weight: normal;
	font-size: 12px;
	color: #005088;
	font-family: Tahoma, Arial, Helvetica;
}
A.PoweredBy:link
{
	color: #005088;
}
A.PoweredBy:visited
{
	color: #005088;
}
A.PoweredBy:hover
{
	color: #84ACC9;
}
A.PoweredBy:active
{
	color: #005088;
}
.FooterText
{
	font-weight: normal;
	font-size: 12px;
	color: #ffffff;
	font-family: Tahoma, Arial, Helvetica;
	background-color:#84ACC9;
	height:18px;
}
/* background color for the content part of the pages */
Body
{
background-color: white;
}
.toppane{
	padding-left: 5px;
	padding-right: 5px;
}
.LeftPane
{
	padding-left: 5px;
	padding-right: 5px;
}
.ContentPane
{
	padding-right: 5px;
}
.RightPane
{
}
.bottompane{
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom:20px;
}
/* style for module titles text */
.Head
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #4f8adb;
	text-decoration: none;
}
A.Head
{
	font-size: 11px;
	font-weight: Normal;
}
A.Head:link
{
	color: white;
}
A.Head:active
{
	color: White;
}
A.Head:hover
{
	color: black;
}
A.Head:visited
{
	color: white;
}
.ModuleTitle
{
	background-image: url(module-header-bg.gif);
}
.ModuleContainer
{
	border-right: #cccccc 1px solid;
	padding-right: 1px;
	border-top: #cccccc 1px solid;
	padding-left: 1px;
	padding-bottom: 5px;
	margin: 1px;
	padding-top: 1px;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	background-color: #ffffff;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #595959;
}
/* text style used for most text rendered by modules */
.Normal
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	border: solid 0px 1px 1px;
}
.NormalDropDownList
{
	border-right: #191970 1px solid;
	border-top: #191970 1px solid;
	border-left: #191970 1px solid;
	border-bottom: #191970 1px solid;
	background-color: #FFFFFF;
	font-family: Tahoma;
	font-size: 12px;
	color: #2F4F4F;
	font-weight: normal;
	border-style: solid;
}
.NormalButton
{
	border-right: #191970 1px solid;
	border-top: #191970 1px solid;
	border-left: #191970 1px solid;
	border-bottom: #191970 1px solid;
	background-color: #FFFFFF;
	font-family: Tahoma;
	font-size: 12px;
	color: #2F4F4F;
	font-weight: normal;
	border-style: solid;
}
.NormalRadioButtonList
{
	background-color: #FFFFFF;
	font-family: Tahoma;
	font-size: 12px;
	color: #2F4F4F;
	font-weight: normal;
}
.NormalRed
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}
.NormalBold
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
	color: #595959;
	text-decoration: none;
}
A.CommandButton:visited
{
	color: #595959;
}
A.CommandButton:active
{
	color: #595959;
}
A.CommandButton:hover
{
	color: #aaaaaa;
}
A:link
{
	text-decoration: none;
	color: #595959;
}

A:visited
{
	color: #595959;
}
A:active
{
	color: #595959;
}
A:hover
{
	color: #aaaaaa;
}
UL LI
{
	list-style-type: square;
}
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: Gray;
	height: 1pt;
	text-align: left;
}
/* style of item titles by Announcements and events */
.ItemTitle
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}
/* Power Download CSS*/
.DownloadItemStyle
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #003366;
}
.DownloadItemAlternateStyle
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	background-color: #eeeeee;
}
.DownloadTitleStyle
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: crimson;
	background-color: #cccccc;
}
.DownloadTableStyle
{
	border-color: #808080;
	border-width: 1px;
	border-style: solid;
}
.DownloadHighlightStyle
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	color: crimson;
}
.ToImage
{
	font-family: tahoma;
	font-size: 10px;
	color: #666666;
	border: 1px solid #CCB68A;
}
/*CSS STYLES Scrolling Announcements*/
.ScrollingAnnouncementsHead
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	background-color: #F8F8FF;
}
.ScrollingAnnouncementsNormal
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}
.ScrollingAnnouncementsItemTitle
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}
/*CSS STYLES FOR Reviews*/
.RvItemTitle
{
	font-family: Tahoma, Arial, Helvetica;
	font-weight: bold;
	font-size: medium;
}
.RvLabel
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
}
.RvItemAuthor
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
}
.RvItemCategory
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
}
.RvItemCreated
{
	font-family: Tahoma, Arial, Helvetica;
	font-weight: bold;
	font-size: x-small;
	font-style: italic;
}
.RvCommentsTop
{
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica;
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
}
.RvCommentsHeading
{
	font-family: Tahoma, Arial, Helvetica;
	background-color: gainsboro;
}
.RvCommentsBody
{
	font-family: Tahoma, Arial, Helvetica;
	background-color: white;
	font-size: 12px;
}
.RvCommentsAdd
{
	font-family: Tahoma, Arial, Helvetica;
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
	background-color: whitesmoke;
	font-size: 12px;
}
/*CSS STYLES FOR Writings*/
.writingContainer
{
	padding: 0px;
}
.writingDate
{
	font-size: 11px;
	font-family: Tahoma;
	font-weight: bold;
	border-width: 1px;
	color: WhiteSmoke;
	border-style: Solid;
	border-color: #000066;
	background-color: #000066;
}
.writingTitle
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}
.writingseperator
{
	background-color: #EEEEEE;
	height: 2px;
}
.writingTime
{
	font-size: 10px;
	font-family: Tahoma;
	font-weight: bold;
}
.writingFooter
{
	font-size: 10px;
	font-family: Tahoma;
	font-style: normal;
	text-align: right;
}
.UPwritingFooter
{
	background-color: #EEEEEE;
	height: 1px;
}
.writingcal
{
	width: 160px;
	background-color: White;
	border-color: #3366CC;
	border-style: Solid;
	border-width: 1px;
	color: #003399;
	font-size: 10px;
	font-family: Tahoma;
}
.writingCalTodayDay
{
	font-size: 11px;
	font-family: Tahoma;
	color: WhiteSmoke;
	background-color: #2F55B9;
}
.writingCalSelector
{
	font-size: 11px;
	font-family: Tahoma;
	color: White;
	background-color: #2F55B9;
}
.writingCalDay
{
	font-size: 11px;
	font-family: Tahoma;
	background-color: White;
}

.writingCalNextPrev
{
	font-size: 11px;
	font-family: Tahoma;
	color: #CCCCFF;
	font-weight: bold;
}
.writingCalDayHeader
{
	font-size: 11px;
	font-family: Tahoma;
	height: 1px;
	color: Black;
	background-color: Gainsboro;
	text-align: center;
}
.writingCalSelectedDay
{
	font-size: 11px;
	font-family: Tahoma;
	color: Black;
	background-color: Gold;
}
.writingCalTitle
{
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bold;
	border-width: 1px;
	color: WhiteSmoke;
	border-style: Solid;
	border-color: #000066;
	background-color: #000066;
}
.writingCalWeekendDay
{
	font-size: 11px;
	font-family: Tahoma;
	background-color: LIghtBlue;
}
.writingCalOtherMonthDay
{
	font-size: 11px;
	font-family: Tahoma;
	color: #999999;
}
.writingArchiveHeader
{
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bold;
	border-width: 1px;
	color: WhiteSmoke;
	border-style: Solid;
	border-color: #000066;
	background-color: #000066;
}
.writingNormal
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}
/*Calendar*/
.CalendarNormal
{
	background-color: #F5F5F5;
	font-family: Tahoma;
	font-size: 9px;
	font-weight: normal;
	color: Black;
}
.CalendarBack
{
	background-color: #FFFFFF;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: Black;
}
/*Style For SubMenu Module*/
.SubMenuModule
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
A.SubMenuModule:link
{
	text-decoration: none;
	color: #003366;
}
A.SubMenuModule:visited
{
	text-decoration: none;
	color: #003366;
}
A.SubMenuModule:active
{
	text-decoration: none;
	color: #003366;
}
A.SubMenuModule:hover
{
	text-decoration: underline;
	color: #ff0000;
}
/*Style for search*/
.SearchDescriptions
{
	background-color: #ddeeff;
}

/*Style for navigation menu*/
.MenuContainer
{
}
.MenuBar
{
	height: 20px;
}
.MenuBreak
{
	border-right: 0px solid;
	border-top: 0px solid;
	border-left: 0px solid;
	border-bottom: 0px solid;
	height: 20px;
}
.TopMenuItem
{
	font-size: 8pt;
	background-image: url(menu-bg.gif);
	color: #595959;
	font-family: Tahoma, Arial, Helvetica;
	height: 30px;
}
.TopMenuSelItem
{
	background-image: url(menu-bg.gif);
	color: #aaaaaa;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	height: 30px;
}
.SubMenuItem
{
	background-color: #93bdf5;
	color: #013c86;
	height: 20px;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
}
.SubMenuSelItem
{
	background-color: #93bdf5;
	color: White;
	height: 20px;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
}
.MenuIcon
{
}
.RootMenuArrow
{
}
.MenuArrow
{
}
