/* Portaj CSS*/
/* background color for the header at the top of the page  */
.BreadCrumbs
{
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}
A.BreadCrumbs:link
{
	color: #000000;
}
A.BreadCrumbs:visited
{
	color: #000000;
}
A.BreadCrumbs:hover
{
	color: dimgray;
}
A.BreadCrumbs:active
{
	color: #000000;
}
.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: #84716A;
	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: normal;
	font-size: 12px;
	color: white;
	font-family: Tahoma, Arial, Helvetica;
}
A.PoweredBy:link
{
	color: white;
}
A.PoweredBy:visited
{
	color: white;
}
A.PoweredBy:hover
{
	color: dimgray;
}
A.PoweredBy:active
{
	color: white;
}
.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-repeat: repeat-x;
	background-color:#ffffff;
}
.toppane
{

background-color:#ffffff;
}

.LeftPane
{
background-color: #ffffff;
}
.ContentPane
{
background-color: #ffffff;
}
.RightPane
{
background-color: #ffffff;
}
/* style for module titles text */
.Head
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: Normal;
	color: #ffffff;
	text-decoration: none;
}
A.Head
{
	font-size: 11px;
	font-weight: Normal;
}
A.Head:link
{
	color: white;
}
A.Head:active
{
	color: blue;
}
A.Head:hover
{
	color: blue;
}
A.Head:visited
{
	color: blue;
	
}
.ModuleTitle
{
	
}
.ModuleContainer
{
}

.ModuleRow
{ 
}
.ModuleAlternateRow
{
	
}
.ModuleMainBg
{
	background-image: url(bg_Module1.gif);
	background-repeat: repeat-x;
	background-color: #ccdce2;
}

.ModuleMainBg2
{
	background-image: url(bgmember.gif);
	background-repeat: repeat-x;
	background-color: #B9A3A0;
}


.Modulesearch
{
	background-image: url(SearchBG.gif);
	background-repeat: repeat-x;
	background-color: #D5BF5E;
}
.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;
}


.CommandButton1
{
	font-weight: normal;
	font-size: 12px;
	color: blue;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}












/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
	font-weight: normal;
	font-size: 11px;
	color: blue;
	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: blue;
	text-decoration: none;
}
A.CommandButton:visited
{
	color: blue;
}
A.CommandButton:active
{
	color: blue;
}
A.CommandButton:hover
{
	color: blue;
}
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
{
	
}
.MenuBar
{
	
	background-repeat: repeat-x;
	height: 20px;
}
.MenuBreak
{
	border-right: 0px solid;
	border-top: 0px solid;
	border-left: 0px solid;
	border-bottom: 0px solid;
	height: 20px;
}
.TopMenuItem
{
	
	background-repeat: repeat-x;
	font-size: 8pt;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica;
	height: 29px;
}
.TopMenuSelItem
{

	background-repeat: repeat-x;
	font-size: 8pt;
	color: dimgray;
	font-family: Tahoma, Arial, Helvetica;
	height: 29px;
}
.SubMenuItem
{
	font-size: 8pt;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica;
	height: 20px;
	background-color: #F2F6F9;
}
.SubMenuSelItem
{
	background-color: #3B91C2;
	color: White;
	height: 20px;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
}
.MenuIcon
{
	
}
.RootMenuArrow
{
}
.MenuArrow
{
}

/*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;
}

.ModuleTitleBlue
{
	
	background-image: url(BGBlue.gif);
	background-repeat: repeat-x;
}

.ModuleTitleGreen
{
	
	background-image: url(BGGreen.gif);
	background-repeat: repeat-x;
}

.ModuleTitleBrown
{
	
	background-image: url(BGBrown.gif);
	background-repeat: repeat-x;
}

.ModuleTitleDGreen
{
	
	background-image: url(BGDGreen.gif);
	background-repeat: repeat-x;
}

.ModuleTitleLBlue
{
	
	background-image: url(BGLBlue.gif);
	background-repeat: repeat-x;
}

.ModuleTitlePurple
{
	
	background-image: url(BGPurple.gif);
	background-repeat: repeat-x;
}

.ModuleTitleRed
{
	
	background-image: url(BGRed.gif);
	background-repeat: repeat-x;
}



