
.QMSLogin   {
	color:#FFFFFF;
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:right;
	background-color:#6290C0;	
	
}

.Normal{
	font-family: sans-serif;
	font-size:12px;
	font-weight:normal;
	font-style:none;
	color: #000000;
}

A:link.Normal,A:active.Normal,A:visited.Normal {
	font-family: sans-serif;
	font-size:12px;
	font-weight:normal;
	font-style:none;
	color: #000000;
	text-decoration:underline;
}
A:hover.Normal {
	color:#ff0000;
}



A,A:link,A:active,A:hover,A:visited{
	font-family: sans-serif;
	font-size:12px;
	font-weight:normal;
	font-style:none;
	color: #000000;
	text-decoration:underline;
}
A:hover{
	color:#ff0000;
}

.skinlightcolor .Normal, .skinlightcolor .p, .skinlightcolor td{
	font-family: sans-serif;
	font-size:12px;
	font-weight:normal;
	font-style:none;
	color: #111111;
}
.skinlightcolor A,.skinlightcolor A:link,.skinlightcolor A:active,.skinlightcolor A:hover,.skinlightcolor A:visited{
	font-family: sans-serif;
	font-size:12px;
	font-weight:normal;
	font-style:none;
	color: #000000;
	text-decoration:underline;
}
.skinlightcolor A:hover{
	color:#ff0000;
}



.Head, .skinbackgroundcolor .Head, .skindarkcolor .Head, .skinmediumcolor .Head, .skinaltcolor .Head{
	font-family: sans-serif;
	font-size:12px;
	font-weight:bold;
	font-style:none;
	color: #ffffff;
}
.skinlightcolor .Head{
	font-family: sans-serif;
	font-size:12px;
	font-weight:bold;
	font-style:none;
	color: #000000;
}



/* text style for the selected tab */
.SelectedTab {
    font-weight: normal;
    font-size: 11px;
    color: white;
    font-family: Arial, Verdana, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    underline;
    color:black;
}

A.SelectedTab:visited  {
    text-decoration:    underline;
    color:black;
}

A.SelectedTab:active   {
    text-decoration:    underline;
    color:black;
}

A.SelectedTab:hover    {
    text-decoration:    underline;
    color:black;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: normal;
    font-size: 11px;
    color: black;
    font-family: Arial, Verdana, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    underline;
    color:black;
}

A.OtherTabs:visited  {
    text-decoration:    underline;
    color:black;
}

A.OtherTabs:active   {
    text-decoration:    underline;
    color:black;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    color:black;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
	color:#000000;
	PADDING-RIGHT: 3px;
	PADDING-LEFT: 3px;
	PADDING-TOP: 1px;
	PADDING-BOTTOM: 1px;
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	MARGIN-RIGHT:3px; 
	MARGIN-LEFT:3px;
	MARGIN-bottom:1px; 
	MARGIN-top:1px;
	white-space:nowrap	
}

A.CommandButton:link {
	BORDER-RIGHT: #343749 1px solid; 
	BORDER-TOP: #343749 1px solid; 
	BORDER-LEFT: #343749 1px solid; 
	BORDER-BOTTOM: #343749 1px solid;
	COLOR: #343749; 
	BACKGROUND-COLOR: #ebecee; 
	TEXT-DECORATION: none;
	white-space:nowrap
}
A.CommandButton:visited {
	BORDER-RIGHT: #343749 1px solid; 
	BORDER-TOP: #343749 1px solid; 
	BORDER-LEFT: #343749 1px solid; 
	COLOR: #343749; 
	BORDER-BOTTOM: #343749 1px solid; 
	BACKGROUND-COLOR: #ebecee; 
	TEXT-DECORATION: none;
	white-space:nowrap
}
A.CommandButton:active {
	BORDER-RIGHT: #80402b 1px solid; 
	BORDER-TOP: #80402b 1px solid; 
	BORDER-LEFT: #80402b 1px solid; 
	COLOR: #80402b; 
	BORDER-BOTTOM: #80402b 1px solid; 
	BACKGROUND-COLOR: #eed5cd; 
	TEXT-DECORATION: none;
	white-space:nowrap
}
A.CommandButton:hover {
	BORDER-RIGHT: #80402b 1px solid; 
	BORDER-TOP: #80402b 1px solid; 
	BORDER-LEFT: #80402b 1px solid; 
	COLOR: #80402b; 
	BORDER-BOTTOM: #80402b 1px solid; 
	BACKGROUND-COLOR: #eed5cd; 
	TEXT-DECORATION: none;
	white-space:nowrap
}

/* style for module titles */
.Head   {
    font-family: Arial, verdana, Helvetica;
    font-size:  12px;
    font-weight: bold;
    color: #000000;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial, Verdana, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #0055A2;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial, Verdana, Helvetica;
    font-size:  11px;
    font-weight: bold;
    color: #000000;
}

UL LI   {
    list-style-type: disc;
}

