/* ================================
    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
{
}

.ControlPanel {
}

/* 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   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* 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
{
}

/* 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    {
}
    
/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

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 {
	border: none;
}
.MainMenu_MenuBar {
	background-color: #fff;
	height: 25px;
	width: 615px;
	border: none;

}

.MainMenu_MenuItem {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color : #1c9cd8;
	font-weight : bold;
	font-style: normal;
	height: 25px;
	border: none;
	padding-left: 6px;
	padding-right: 12px;
}

.MainMenu_MenuIcon
{
	display: none;
}

.MainMenu_SubMenu {
	z-index: 1000;
	border: none;
	background-color: #ffd688;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='white', Direction=135, Strength=0);
	
}

.MainMenu_MenuBreak {
	 background-color: #fff;
	 border: none;
	 width:10px;
}

.MainMenu_MenuItemSel 
{
    color: #fff; 
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 11px; 
    font-weight: bold; 
    font-style: normal;
    background-color: #fb3b16;
	padding-left: 10px;
	padding-right: 18px;
}

.MainMenu_MenuArrow { 
	border-right: none; 
    border-bottom: none; 
    border-top: none;
	border-left: none;

}

.MainMenu_RootMenuArrow {
	display: none;
}


.MainMenu_RootMenuItemBreadcrumb
{   
    border: none;
    background-color: #fb3b16;
}

.MainMenu_SubMenuItemBreadcrumb
{   
    border: none;
    background-color: #fb3b16;
}

.MainMenu_RootMenuItem
{
    border: none;
    background-color: #fff;
}

MainMenu_RootMenuItemActive 
{
    background-color: #fb3b16;
}

.MainMenu_SubMenuItemActive
{
	background-color: #e6e5ac;
}

.MainMenu_RootMenuItemSelected
{

}

.MainMenu_SubMenuItemSelected
{
	background-color: #e6e5ac;
}

.CategoryTitleCell 
{
	font-family: Verdana, Arial, sans-serif; 
	font-size: 12px; 
	color: #7781c6; 
	font-weight: body; 
	line-height: 18px; 
	text-align: left;
	padding-bottom: 1em;
}
.QuestionCell
{
	font-family: Verdana, Arial, sans-serif; 
	font-size: 12px; 
	color: #7781c6; 
	font-weight: normal; 
	line-height: 18px; 
	text-align: left;
	padding-bottom: 1em;

}

.AnswerCell
{
	font-family: Verdana, Arial, sans-serif; 
	font-size: 12px; 
	color: #706F6F; 
	font-weight: normal; 
	line-height: 18px; 
	text-align: left;
	padding-bottom: 1em;

}
.barcolorchange
{
	color: #ffffff; 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 9px; 
	font-weight: normal; 
}

.glossary
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #FCA703;
	font-size: 12px;
	text-decoration: none;
}

a.glossary, a.glossary:link, a.glossary:visited, a.glossary:active
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #FCA703;
	font-size: 12px;
	text-decoration: none;
}

a.glossary:hover 
{
	color: #FCA703;
}

div.glossaryTermTitle
{
	background-color: #a1a8d0;
	color: #ffffff;
	font-weight: bold;
	padding: 3px;
}

div.glossaryDefinition 
{
	padding: 3px;
}
ul {
	margin-right: 30px;
	margin-left: 30px;
}
 
li {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 11px; 
	color: #706F6F; 
	line-height: 1.3em; 
	margin-bottom: .6em; 
	margin-top: 0; 
	margin-right: 20px; 
	padding-left: 10px;
                padding-right: 10px;
	list-style-type: disc;
} 

.floatimgleftdoc {
float:left;
margin-top:5px;
margin-left:21px;
margin-right:13px;
margin-bottom:5px;
} 	

A.h2headings:link, A.h2headings:visited, A.h2headings:active 
{
	color: #fe9f2b; 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	text-decoration: underline;
}
A.h2headings:hover {text-decoration: none;}

ul.movein {
} 

li.movein {
font-family: Verdana, Arial, sans-serif; 
font-size: 11px; 
color: #706F6F;; 
} 



div.insideTeaserTop
{
	width: 193px;
	height: 17px;
	background-image: url(images/InsideTeaserHeader.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-left: 5px;
}

html>body div.insideTeaserTop
{
	width: 186px;
}

div.insideTeaserMid
{
	width: 193px; /* notice that IE includes the padding in this width */
	background-image: url(images/InsideTeaserBackground.gif);
	background-repeat: repeat-y;
	padding-top: 4px;
	padding-right: 5px;
	padding-left: 7px;
	padding-bottom: 5px; 
}

html>body div.insideTeaserMid
{
	width: 179px;  /* Firefox, we need subtract the padding on the left and right:  
						5px right, 7px left, 179px width = 191px; */
}

div.insideTeaserBtm
{
	width: 191px;
	height: 6px;
	background-image: url(images/InsideTeaserBottom.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px; 
}

html>body div.insideTeaserBtm
{
	width: 191px;
}

/** Nice Titles **/
div.nicetitle 
{
    position: absolute;
    background-color: #d6dde2;
    border: 1px #8f96c5 solid; 
    top: 0px;
    left: 0px;
    font-size: 11px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
}

div.glossaryTermTitle
{
	background-color: #a1a8d0;
	color: #ffffff;
	font-weight: bold;
	padding: 3px;
}

div.glossaryDefinition 
{
	padding: 3px;
}
/** END Nice Titles **/



