/* 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: aliceblue;
}
A.BreadCrumbs:active
{
	color: #ffffff;
}
.HelpLogin
{
	font-weight: normal;
	font-size: 11px;
	color: white;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}
A.HelpLogin:link
{
	color: white;
}
A.HelpLogin:visited
{
	color: white;
}
A.HelpLogin:hover
{
	color: #B7D6E8;
}
A.HelpLogin:active
{
	color: white;
}
.DateModule
{
	font-weight: normal;
	font-size: 11px;
	color: #ffffff;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}
.UserName
{
	font-size: 10px;
	color: #ffffff;
	font-family: Arial;
}
A.UserName:link
{
	color: #ffffff;
}
A.UserName:visited
{
	color: #ffffff;
}
A.UserName:hover
{
	color: #B7D6E8;
}
A.UserName:active
{
	color: #ffffff;
}
.PoweredBy
{
	font-weight: bold;
	font-size: 10px;
	color: white;
	font-family: Tahoma, Arial, Helvetica;
}
A.PoweredBy:link
{
	color: white;
}
A.PoweredBy:visited
{
	color: white;
}
A.PoweredBy:hover
{
	color: white;
	text-decoration: underline;
}
A.PoweredBy:active
{
	color: white;
}
.FooterText
{
	font-weight: bold;
	font-size: 10px;
	color: white;
	font-family: Tahoma, Arial, Helvetica;
}
/* background color for the content part of the pages */
Body
{
	background-color: #5884CD;
}
.LeftPane
{
}
.ContentPane
{
}
.RightPane
{
}
/* style for module titles text */
.Head
{
	font-weight: normal;
	font-size: 12px;
	color: #ffffff;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}
A.Head
{
	font-size: 11px;
	font-weight: Normal;
}
A.Head:link
{
	color: #ffffff;
}
A.Head:active
{
	color: #ffffff;
}
A.Head:hover
{
	color: #ffffff;
}
A.Head:visited
{
	color: #ffffff;
}
.ModuleTitle
{
	font-size: 10px;
	font-family: Tahoma;
	background-color: transparent;
}
.ModuleContainer
{
}
.ModuleHeader
{
	background-image: url(Module-Header-Tile.jpg);
	background-repeat: repeat-x;
}
.ModuleBody
{
	border-right: #5f92d3 1px solid;
	border-top: #5f92d3 0px solid;
	border-left: #5f92d3 1px solid;
	border-bottom: #5f92d3 1px solid;
	background-color: #ffffff;
}

.ModuleRow
{
	background-color: Transparent;
}
.ModuleAlternateRow
{
	background-color: #eeeeee;
}
.ModuleSettingShowHide
{
	border-right: gray 1px solid;
	padding-right: 1px;
	border-top: gray 1px solid;
	padding-left: 1px;
	padding-bottom: 1px;
	margin: 1px;
	border-left: gray 1px solid;
	padding-top: 1px;
	border-bottom: gray 1px solid;
	background-color: #ebebeb;
}
/* style of item titles on edit and admin pages */
.SubHead
{
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica;
}
/* 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-weight: normal;
	font-size: 11px;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
	color: #000000;
	text-decoration: none;
}
A.CommandButton:visited
{
	color: #000000;
}
A.CommandButton:active
{
	color: #000000;
}
A.CommandButton:hover
{
	color: #3399ff;
}
A:link
{
	text-decoration: none;
	color: #000000;
}

A:visited
{
	color: #000000;
}
A:active
{
	color: #000000;
}
A:hover
{
	color: dimgray;
}
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-weight: bold;
	font-size: 11px;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica;
}

/*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
{
	width: 170px;
	background-color: transparent;
}
.MenuBar
{
}
.MenuBreak
{
	border-right: 0px solid;
	border-top: 0px solid;
	border-left: 0px solid;
	border-bottom: 0px solid;
	height: 1px;
}
.TopMenuItem
{
	font-size: 8pt;
	background-image: url(VmenuBG.jpg);
	color: #ffffff;
	font-family: Tahoma, Arial, Helvetica;
	height: 26px;
}
.TopMenuSelItem
{
	font-size: 8pt;
	background-image: url(VmenuBG.jpg);
	color: lightcyan;
	font-family: Tahoma, Arial, Helvetica;
	height: 26px;
}
.SubMenuItem
{
	border-right: #c0c0c0 0px solid;
	border-top: #c0c0c0 0px solid;
	font-size: 8pt;
	border-left: #c0c0c0 0px solid;
	color: #ffffff;
	border-bottom: #c0c0c0 0px solid;
	font-family: Tahoma, Arial, Helvetica;
	height: 26px;
	background-color: #3066be;
}
.SubMenuSelItem
{
	font-size: 8pt;
	color: white;
	font-family: Tahoma, Arial, Helvetica;
	height: 26px;
	background-color: #75b4e9;
}
.MenuIcon
{
}
.RootMenuArrow
{
	text-align: Right;
}
.MenuArrow
{
}
.MenuSep
{
	color: white;
	height: 1px;
}

/*Module Menu for Move Left/Right/Top/...*/
.ModuleMenuItem
{
	font-size: 8pt;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica;
	height: 20px;
	background-color: #d7f0ff;
}
.ModuleMenuSelectedItem
{
	background-color: #16A8FF;
	color: White;
	height: 20px;
	font-family: Tahoma, Arial, Helvetica;
}

/* Paging Style */
.paging
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}
A.paging:link
{
	color: #003300;
	text-decoration: underline;
}
A.paging:visited
{
	color: #003300;
	text-decoration: underline;
}
A.paging:active
{
	color: #003300;
	text-decoration: underline;
}
A.paging:hover
{
	color: #3399ff;
	text-decoration: underline;
}

/*Ratings Controls/Rating*/
.HorizontalRatingBar
{
	background-color: Red;
}
.HorizontalRating
{
	width: 60px;
	height: 6px;
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-top: 1px solid;
	border-right: 1px solid;
	border-right-color: black;
	border-left-color: black;
	border-bottom-color: black;
	border-top-color: black;
	background-color: #99cccc;
}
.ShowItemRatingBgColor
{
	background-color: #cccccc;
}
.VerticalRatingBar
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	background-color: red;
}
.VerticalRating
{
}
.ModuleTopBG
{
	background-image: url(Module-Top-Tile.jpg);
	background-repeat: repeat-x;
}
.ModulebtBG
{
	BACKGROUND-POSITION-Y: bottom;
	background-image: url(Module-Butt-Tile.jpg);
	background-repeat: repeat-x;
}
.ModuleIITopBG
{
	background-image: url(ModuleII-Top-Tile.jpg);
	background-repeat: repeat-x;
}
.topb
{
	font-weight: normal;
	font-size: 11px;
	color: white;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}
A.topb:link
{
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
A.topb:visited
{
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
A.topb:active
{
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
A.topb:hover
{
	font-weight: bold;
	color: #B7D6E8;
	text-decoration: none;
}

