/* Portaj CSS*/
/* background color for the header at the top of the page  */
.BreadCrumbs
{
	font-weight: normal;
	font-size: 11px;
	color: #6B6B56;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}
A.BreadCrumbs:link
{
	color: #6B6B56;
}
A.BreadCrumbs:visited
{
	color: #6B6B56;
}
A.BreadCrumbs:hover
{
	color: #9D9D77;
}
A.BreadCrumbs:active
{
	color: #6B6B56;
}
.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:#CDE6F1;
}
A.HelpLogin:active
{
	color: white;
}
.DateModule
{
	font-weight: normal;
	font-size: 11px;
	color: dimgray;
	font-family: Tahoma, Arial, Helvetica;
}
.UserName
{
	font-size: 11px;
	color: dimgray;
	font-family: Tahoma, Arial, Helvetica;
}
A.UserName:link
{
	color: dimgray;
}
A.UserName:visited
{
	color: dimgray;
}
A.UserName:hover
{
	color: darkgray;
}
A.UserName:active
{
	color: dimgray;
}
.PoweredBy
{
	font-weight: normal;
	font-size: 12px;
	color: dimgray;
	font-family: Tahoma, Arial, Helvetica;
}
A.PoweredBy:link
{
	color: dimgray;
}
A.PoweredBy:visited
{
	color: dimgray;
}
A.PoweredBy:hover
{
	color: darkgray;
}
A.PoweredBy:active
{
	color: dimgray;
}
.FooterText
{
	font-weight: normal;
	font-size: 12px;
	color: white;
	font-family: Tahoma, Arial, Helvetica;
}
/* background color for the content part of the pages */
Body
{
background-color: white;
}
.LeftPane
{

}
.ContentPane
{

}
.RightPane
{

}
/* style for module titles text */
.Head
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	color: white;
	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
{
	font-family: Tahoma;
	font-size: 10px;
}
.ModuleBTop
{
	background-image: url(ModuleB-Top.jpg);
	background-repeat: repeat-x;
}
.ModuleWtop
{
	background-image: url(ModuleW-top.jpg);
	background-repeat: repeat-x;
}
.ModuleContainer
{
	border-right: #16a83d 1px solid;
	padding-right: 1px;
	border-top: #16a83d 1px solid;
	padding-left: 1px;
	font-size: 10px;
	padding-bottom: 1px;
	margin: 1px;
	border-left: #16a83d 1px solid;
	padding-top: 1px;
	border-bottom: #16a83d 1px solid;
	font-family: Tahoma;
	background-color: #fcfefc;
}
.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-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #06859F;
}
/* 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: 10px;
	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: #003300;
	text-decoration: none;
}
A.CommandButton:visited
{
	color: #003300;
}
A.CommandButton:active
{
	color: #003300;
}
A.CommandButton:hover
{
	color: darkgray;
}
A:link
{
	text-decoration: none;
	color: #003300;
}

A:visited
{
	color: #003300;
}
A:active
{
	color: #003300;
}
A:hover
{
	color: darkgray;
}
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: #06859F;
}
/*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
{
	background-color:White ;
}
.MenuBar
{
}
.MenuBreak
{
	border-top: 0px solid;
	background-image: url(menu_sep.gif);
	border-left: 0px solid;
	width: 150px;
	border-bottom: 0px solid;
	background-repeat: repeat-x;
	height: 0px;
}
.TopMenuItem
{
	font-size: 8pt;
	color: #595959;
	font-family: Tahoma, Arial, Helvetica;
	background-color: transparent;
	height: 20px;
}
.TopMenuSelItem
{
	font-size: 8pt;
	color: #b30000;
	font-family: Tahoma, Arial, Helvetica;
	height: 20px;
	background-color: transparent;
	
}
.SubMenuItem
{
	background-color: #F8F8EE;
	color:Black ;
	height: 20px;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
}
.SubMenuSelItem
{
	font-size: 8pt;
	color:White;
	font-family: Tahoma, Arial, Helvetica;
	height: 20px;
	background-color: #DFDFB3;
}
.MenuIcon
{
}
.RootMenuArrow
{
 text-align:right ;
}
.MenuArrow
{
}
.VmenuBack
{
	background-image: url(VmenuBG.gif);
	background-repeat: repeat-y;
}
/*Module Menu for Move Left/Right/Top/...*/
.ModuleMenuItem {
	background-color: #F8F8EE;
	color:Black ;
	height: 20px;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
}
.ModuleMenuSelectedItem {
	font-size: 8pt;
	color:White;
	font-family: Tahoma, Arial, Helvetica;
	height: 20px;
	background-color: #DFDFB3;
}

/* 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: #00cc00;
	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
{
	
}