/* Portaj CSS*/
/* background color for the header at the top of the page  */
.BreadCrumbs
{
	font-weight: normal;
	font-size: 11px;
	color: #003300;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}
A.BreadCrumbs:link
{
	color: #003300;
}
A.BreadCrumbs:visited
{
	color: #003300;
}
A.BreadCrumbs:hover
{
	color: #810100;
}
A.BreadCrumbs:active
{
	color: #003300;
}
.HelpLogin
{
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}
A.HelpLogin:link
{
	color:  #000000;
}
A.HelpLogin:visited
{
	color:  #000000;
}
A.HelpLogin:hover
{
	color: #b30000;
}
A.HelpLogin:active
{
	color: #000000;
}
.DateModule
{
	font-weight: normal;
	font-size: 11px;
	color: white;
	font-family: Tahoma, Arial, Helvetica;
}
.UserName
{
	font-size: 11px;
	color: #003300;
	font-family: Tahoma, Arial, Helvetica;
}
A.UserName:link
{
	color: #003300;
}
A.UserName:visited
{
	color: #003300;
}
A.UserName:hover
{
	color: #810100;
}
A.UserName:active
{
	color: #003300;
}
.PoweredBy
{
	font-weight: normal;
	font-size: 12px;
	color: #666666;
	font-family: Tahoma, Arial, Helvetica;
}
A.PoweredBy:link
{
	color: #666666;
}
A.PoweredBy:visited
{
	color: #666666;
}
A.PoweredBy:hover
{
	color: #000000;
	text-decoration: underline;
}
A.PoweredBy:active
{
	color: #666666;
}
.FooterText
{
	font-weight: normal;
	font-size: 12px;
	color: #666666;
	font-family: Tahoma, Arial, Helvetica;
}
/* background color for the content part of the pages */
Body
{
	background-image: url(bg.gif);
}
.LeftPane
{

}
.ContentPane
{

}
.RightPane
{

}
/* style for module titles text */
.Head
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #8D3300;
	text-decoration: none;
}
A.Head
{
	font-size: 11px;
	font-weight: Normal;
}
A.Head:link
{
	color: #8D3300;
}
A.Head:active
{
	color: #8D3300;
}
A.Head:hover
{
	color: #000000;
}
A.Head:visited
{
	color: #8D3300;
}
.ModuleTitle
{
	background-color: #16a83d;
}
.Module1Top
{
	background-image: url(M-1-DTC.gif);
	background-repeat: repeat-x;
}
.Module1Down
{
	background-image: url(M-1-DTC.gif);
	background-repeat: repeat-x;
}
.Module1Left
{
	background-image: url(M-1-LRC.gif);
	background-repeat: repeat-y;
}
.Module1Right
{
	BACKGROUND-POSITION-X: right;
	background-image: url(M-1-LRC.gif);
	background-repeat: repeat-y;
}
.ModuleContainer
{
	border-right: #678181 1px solid;
	padding-right: 1px;
	border-top: #678181 1px solid;
	padding-left: 1px;
	padding-bottom: 1px;
	margin: 1px;
	border-left: #678181 1px solid;
	padding-top: 1px;
	border-bottom: #678181 1px solid;
	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: #003300;
}
/* 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: #003300;
	text-decoration: none;
}
A.CommandButton:visited
{
	color: #003300;
}
A.CommandButton:active
{
	color: #003300;
}
A.CommandButton:hover
{
	color: #810100;
}
A:link
{
	text-decoration: none;
	color: #003300;
}

A:visited
{
	color: #003300;
}
A:active
{
	color: #003300;
}
A:hover
{
	color: #b30000;
}
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: #006600;
}

/*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: #f0d8ac;
	border-right-color:Black;
	border-right: 1px solid;
	border-bottom-color:Black;
	border-bottom: 1px solid;
	border-top: 1px solid Black;
	border-left: 1px solid Black;
}
.MenuBar
{
	height: 20px;
}
.MenuBreak
{
	border-right: px solid;
	border-top: 0px solid;
	border-left: 0px solid;
	width: 180px;
	border-bottom: 0px solid;
	height: 0px;
}
.TopMenuItem
{
	font-size: 8pt;
	color: #595959;
	font-family: Tahoma, Arial, Helvetica;
	height: 20px;
	background-color: transparent;
}
.TopMenuSelItem
{
	font-size: 8pt;
	color: #b30000;
	font-family: Tahoma, Arial, Helvetica;
	height: 20px;
	background-color: transparent;
}
.SubMenuItem
{
	background-color: #F0D8AC;
	color: White;
	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: #DCB33D;
}
.MenuIcon
{
}
.RootMenuArrow
{
 text-align:left ;
}
.MenuArrow
{
}

/*Module Menu for Move Left/Right/Top/...*/
.ModuleMenuItem {
	background-color: #F0D8AC;
	color: White;
	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: #DCB33D;
}

/* 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: #810100;
	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
{
	
}
