/* ====================================
    CSS STYLES FOR New Westminster Skin
   ====================================
*/   

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #C0C0C0;
}

/* background color for the content part of the pages */
Body
{
	background-color: #FFFFFF;
	padding: 10px;
}

/* text style for the unselected tabs */
.SelectedTab {
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
A.SelectedTab:link	{
	color: #000000;
	text-decoration: none;
}
A.SelectedTab:visited	{
	color: #000000;
	text-decoration: none;
}
A.SelectedTab:active	{
	color: #000000;
	text-decoration: none;
}
A.SelectedTab:hover	{
	color: #000000;
	text-decoration: underline;
}

/* text style for the unselected tabs */
.OtherTabs {
	font-weight: bold;
	font-size: 14px;
	color: #990000;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
	color: #990000;
	text-decoration: none;
}
A.OtherTabs:visited {
	color: #990000;
	text-decoration: none;
}
A.OtherTabs:active {
	color: #990000;
	text-decoration: none;
}
A.OtherTabs:hover {
	color: #990000;
	text-decoration: underline;
}

.Copyright {
	background: none; 
	color: #990000; 
	font-size: 14px; 
	font-weight: bold; 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.Copyright:link {
	text-decoration: none;
	color: #990000; 
}

A.Copyright:visited  {
	text-decoration: none;
	color: #990000; 
}

A.Copyright:active   {
	text-decoration: none;
	color: #990000; 
}

A.Copyright:hover    {
	text-decoration: underline;
	color: #990000; 
}

/* GENERAL */
/* style for module titles */
.Head   {
	font-weight: normal;
	font-size: 20px;
	color: darkred;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-variant: normal;
	text-decoration: underline;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
  font-size:  12px;
  font-weight: bold;
  color: #4A75B4;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: Georgia, 'Times New Roman' , Serif;
  font-size: 12px;
  font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
}

.NormalRed
{
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000
}

.NormalBold
{
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	text-decoration:    underline;
	color: #000000;
}

A.CommandButton:visited  {
	text-decoration:    underline;
	color: #000000;
}

A.CommandButton:active   {
	text-decoration:    underline;
	color: #000000;
}

A.CommandButton:hover    {
	text-decoration:    underline;
	color: #000000;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Verdana; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Verdana; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Main Menu */

.MainMenu_MenuContainer {
	border-bottom: 1px solid #404040; 
	border-left: 0px solid #404040; 
	border-top: 1px solid #404040; 
	border-right: 0px solid #404040;  
	background-color: #FFFFcc;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height: 16px;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: darkslategray;
	font-family: Tahoma, Verdana, Arial, Helvetica; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal; 
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFcc;
	text-align: center; 
	width: 15px; 
	height: 21px;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFcc;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: 1px solid #404040; 
	border-left: 1px solid #404040; 
	border-top: 1px solid #404040; 
	border-right: 1px solid #404040;  
}

.MainMenu_MenuBreak {
	background-color: White; 
	height: 1px;
}

.MainMenu_MenuItemSel {
	background-color: #CCCCCC; 
	cursor: pointer; 
	cursor: hand; 
	font-family: Tahoma, Verdana, Arial, Helvetica; 
	font-size: 10pt; 
	color: darkslategray;
	font-weight: bold; 
	font-style: normal;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* GENERIC */
H1 {
	font-weight: normal;
	font-size: 20px;
	color: #666644;
	font-family: Verdana, Helvetica, sans-serif;
}

H2 {
	font-weight: normal;
	font-size: 20px;
	color: #666644;
	font-family: Verdana, Helvetica, sans-serif;
}

H3 {
	font-weight: bold;
	font-size: 12pt;
	margin-left: 10px;
	color: darkred;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
}

H4 {
	font-weight: normal;
	font-size: 12px;
	color: darkred;
	font-family: Verdana, Helvetica, sans-serif;
}

H5, DT {
	font-weight: bold;
	font-size: 11px;
	color: darkred;
	font-family: Verdana, Helvetica, sans-serif;
}

H6 {
	font-weight: bold;
	font-size: 11px;
	color: darkred;
	font-family: Verdana, Helvetica, sans-serif;
}

P {
	margin-top: 10px;
	font-size: 10pt;
	margin-left: 10px;
	margin-right: 10px;
	font-family: Georgia, 'Times New Roman' , Serif;
}

LI {
	font-size: 10pt;
	color: black;
	font-family: Georgia, 'Times New Roman' , Serif;
}

TFOOT, THEAD {
	font-size: 12px;
	color: darkred;
	font-family: Verdana, Helvetica, sans-serif;
}

TH {
	font-weight: bold;
	font-size: 12px;
	vertical-align: baseline;
	color: darkred;
	font-family: Verdana, Helvetica, sans-serif;
}

A:link {
	text-decoration: none;
	color: darkred;
}

A:visited {
	text-decoration: none;
	color: darkred;
}

A:active {
	text-decoration: none;
	color: darkred;
}

A:hover {
	text-decoration: underline;
	color: red;
}

SMALL {
	font-size: 8px;
}

BIG {
	font-size: 14px;
}

BLOCKQUOTE, PRE {
	font-family: Lucida Console, monospace;
}


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: dimgrey;
	height: 1pt;
	text-align: left;
}




