Body
{
    background-color: #386A83;
}

.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color : #FFCC00;
	font-family : "Times New Roman", Times, serif;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color : #FFCC00;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color : #FFCC00;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color : #FFCC00;
}

A.SkinObject:active   {
    text-decoration:    none;
    color : #FFCC00;

/* style for module titles */
.Head   {
	font-family : "Times New Roman", Times, serif;
	font-size: 10px;
    font-weight:    normal;
    color : #FFCC00;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	font-family : "Times New Roman", Times, serif;
	font-size: 10px;
    font-weight:    bold;
    color : #FFCC00;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	font-family : "Times New Roman", Times, serif;
	font-size: 10px;
    font-weight:    bold;
    color : #FFCC00;
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
	font-family : "Times New Roman", Times, serif;
	font-size: 10px;
    font-weight: normal;
    color : #FFCC00;
    
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
	font-family : "Times New Roman", Times, serif;
	font-size: 10px;
    font-weight: bold
    color : #FFCC00;    
}

/* Inventura Side Menu Module Specific */

.MenuHdr
{
	padding-left: 10px;
	font-weight: bold;
	font-size: 9pt;
	padding-bottom: 2px;
	cursor: default;
	padding-top: 2px;
	font-family: "Times New Roman" , Times, serif;
	color: #ffcc00;
}
.MenuItem HR
{
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;

}

.MenuItem, .MenuItemMouseOver
{
  font-family: "Times New Roman" , Times, serif; font-size: 9pt; font-weight: normal; padding-bottom: 1px;
  padding-top: 1px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;  

}
.MenuHdr A, .MenuHdr A:Active, .MenuHdr A:Hover, .MenuHdr A:Visited, .MenuHdr A:Link
{
  display: block;
  padding-bottom: 1px;
  width: 100%;
  cursor: pointer;
  color: #ffcc00;
  padding-top: 1px;
  text-decoration: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;  
}

.MenuItem A, .MenuItem A:Active, .MenuItem A:Hover, .MenuItem A:Visited, .MenuItem A:Link
{
  display: block;
  padding-left: 20px;
  padding-bottom: 1px;
  width: 100%;
  cursor: pointer;
  padding-top: 1px;
  text-decoration: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;  
}
  
.MenuItemMouseOver
{
  padding-left: 20px; 
}

.MenuItemMouseOver A, .MenuItemMouseOver A:Active, 
.MenuItemMouseOver A:Hover, .MenuItemMouseOver A:Visited, .MenuItemMouseOver A:Link
{
  text-decoration: none; 
  width: 100%; 
  padding-top: 1px; 
  padding-bottom: 1px; 
  cursor: pointer; display: block; 
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;  
}


