/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
  margin           : 0px 0px 0px 0px;
  background-color : #FFFFFF;
  color            : #000000;
  scrollbar-base-color: #1D81BD;
  scrollbar-arrow-color: #FFFFFF;
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   {
	color:#1D81BD;
	font-family:Verdana, Arial, Helvetica, sans-serif;
  	font-size:10px;
	font-weight:bold;
	background-color: transparent;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	color:#1D81BD;
	font-family:Verdana, Arial, Helvetica, sans-serif;
  	font-size:10px;
	font-weight:bold;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
	color:black;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
  font-size        : 10px;
  color            : #0000FF;
  text-decoration  : none;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
}

A:visited   {
  font-size        : 10px;
  color            : #0000FF;
  text-decoration  : none;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
}

A:active    {
  font-size        : 10px;
  color            : #0000FF;
  text-decoration  : none;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
}

A:hover {
  color            : #0000FF;
  text-decoration  : underline;
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {

}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
	margin-right:0px;
}

.MainMenu_MenuBar {
	color: white;
	background-color: transparent;
	font-family: "Verdana", "Arial", sans-serif;
	font-weight: normal;
	font-size: 12px;
	padding: 3px;
	margin: 0px;
	cursor: hand;
	border:1px;
	height:18px;
}

.MainMenu_MenuItem {
	color:#FFFFFF;
	font-family: "Verdana", "Arial", sans-serif;
	font-weight: bold;
	font-size: 12px;
	padding:0px;
	margin:0px;
	height:18px;
	border:0px;
	cursor: hand; 
	font-style: normal; 
	background-color: transparent;
}

.MainMenu_MenuIcon {
	cursor: hand; 
	text-align: center; 
	height: 18px;
	display:none;
	border:0px;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: hand; 
	background-color: #1D81BD;
	font-weight: bold;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	padding:0px;
	margin: 0px;
	border:1px solid #3AA2E1;
}

.MainMenu_MenuBreak {
	height: 10px;
	padding: 3px;
	border:1px solid red;
}

.MainMenu_MenuItemSel {
	cursor: hand; 
	color: black; 
	font-family: "Verdana", "Arial", sans-serif;
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal;
	background-color: #1D81BD;
	height:18px;
	margin:0px;
	padding:0px;
	border:0px;
}

.MainMenu_MenuArrow {
	cursor: hand; 
	border:0px;
}

.MainMenu_RootMenuArrow {
	cursor: hand;
}

/* Quest css*/

tr, p, div {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #333333;
}

.Header {
	color:white;
}

.IMCSA_Head   {
	color:white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
  	font-size:10px;
	font-weight:bold;
	background-color: transparent;
}

.rightlinks:link, .rightlinks:visited {
  font-size        : 9px;
  color            : #000000;
  text-decoration  : none;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-weight      : bold;
  vertical-align   : top;
}

.rightlinks:hover {
  color            : #000000;
  text-decoration  : underline;
}

.bottomlinks:link, .bottomlinks:visited {
  font-size        : 10px;
  color            : #FFFFFF;
  text-decoration  : none;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
}

.bottomlinks:hover {
  color            : #FFFFFF;
  text-decoration  : underline;
}

.loginlink:link, .loginlink:visited {
  color            : #FFFFFF;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 12px;
  font-weight      : bold;
  text-decoration  : none;
  padding-left	   : 10px;
}

.loginlink:hover {
  color            : #000000;
  text-decoration  : None;
}

.SkinObject, Span {
	font-size        : 10px;
  	color            : #FFFFFF;
  	text-decoration  : none;
  	font-family      : Verdana, Arial, Helvetica, sans-serif;
    font-weight		 : bold;
}

.StandardButton
{
  	color            : #FFFFFF;
  	font-family      : Verdana, Arial, Helvetica, sans-serif;
	font-size        : 10px;
    font-weight		 : bold;
	cursor			 : hand;
	padding-right	 : 2px;
	padding-left	 : 2px;
	background		 : #1882BD;
}

Span {
	font-size        : 10px;
  	color            : black;
  	text-decoration  : none;
  	font-family      : Verdana, Arial, Helvetica, sans-serif;
    font-weight		 : bold;
}


