/* ================================
    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
{
}

/* 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
{
		font-family: Sans-Serif, Tahoma, Arial, Verdana;
		font-size:12px;


}

.NormalNoSpace
{
		font-family: Sans-Serif, Tahoma, Arial, Verdana;
		font-size:12px;
		margin-bottom:0px;
		margin-top:0px;


}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}


.NormalBold
{

		font-family: Tahoma, Sans-Serif, Arial, Verdana;
		font-size:12px;
		font-weight:bold;
}

.NormalBoldNoSpace
{

		font-family: Tahoma, Sans-Serif, Arial, Verdana;
		font-size:12px;
		font-weight:bold;
		margin-bottom:0px;
		margin-top:0px;
}

.NormalBoldNoSpace
{

		font-family: Tahoma, Sans-Serif, Arial, Verdana;
		font-size:12px;
		font-weight:bold;
		margin-bottom:0px;
		margin-top:0px;
}

.NormalBlackBold
{

		font-family: Tahoma, Sans-Serif, Arial, Verdana;
		font-size:12px;
		font-weight:bold;
		color:#000000;
}

.NormalBlackBoldNoSpace
{

		font-family: Tahoma, Sans-Serif, Arial, Verdana;
		font-size:12px;
		font-weight:bold;
		margin-bottom:0px;
		margin-top:0px;
		color:#000000;
}

.NormalBlue
{
	font-family: Sans-Serif, Arial, Verdana;
	font-size:12px;
	color:#39779B;
}
a.NormalBlue
{
	font-family: Sans-Serif, Arial, Verdana;
	font-size:12px;
	color:#39779B;
}

.NormalWhite
{
	font-family: Sans-Serif, Arial, Verdana;
	font-size:12px;
	color:#FFFFFF;
}
a.NormalWhite
{
	font-family: Sans-Serif, Arial, Verdana;
	font-size:12px;
	color:#FFFFFF;
}
a.NormalBlue:hover
{
	color: red;
}
.NormalBlueBold
{
	font-family: Sans-Serif, Arial, Verdana;
	font-size:16px;
	color:#39779b;
	font-weight:bold;
}

.NormalBlueBoldNoSpace
{
	font-family: Sans-Serif, Arial, Verdana;
	font-size:16px;
	color:#39779b;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:0px;
}

.NormalOrangeBold
{
	font-family: Sans-Serif, Arial, Verdana;
	font-size:12px;
	color:#FF6600;
	font-weight:bold;
}

.NormalOrangeBoldNoSpacing
{
	font-family: Sans-Serif, Arial, Verdana;
	font-size:12px;
	color:#FF6600;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:0px;
}
	
.HeaderOrange
{
	font-family: Sans-Serif, Arial, Verdana;
	font-size:18px;
	color:#FF6600;
	font-weight:bold;
}
	
.NormalGray
{
	font-family: Sans-Serif, Arial, Verdana;
	font-size:12px;
	color:#666666;
	}
	
.NormalListText
{
		font-family: Tahoma, Sans-Serif, Arial, Verdana;
		font-size:12px;
		margin-bottom:5px;
		margin-top:5px;
}
a.Learnmore
{
	font-family: Tahoma, Sans-Serif, Arial, Verdana;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	text-decoration:underline;
	}
a.Learnmore:hover
{
	font-family: Tahoma, Sans-Serif, Arial, Verdana;
	font-size:11px;
	font-weight:bold;
	color:red;
	text-decoration:underline;
	}
.RelatedLinks
{
	font-family: Sans-Serif, Arial, Verdana;
	font-size:12px;
	color:#39779B;
	margin:0px;
}
A.RelatedLinks
{

	font-family: Sans-Serif, Arial, Verdana;
	font-size:11px;
	color:#39779B;
	margin:2px;
}
A.RelatedLinks:hover
{
color: red;
}
/* 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 */
p {
	font-family: Sans-Serif, Arial, Verdana;
	font-size:12px;
	color:#666666;
}


H1  
{
	color:#39779b;
	margin:0px;
	font-size:16px;
	font-weight:bold;
	font-family: Sans-Serif, Arial, Verdana;
	
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}



SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}

UL
{
margin-bottom:4px;
color:#666666;
}

LI
{
list-style-image: url(images/square_bullet_blue.gif);
font-size: 12px;
font-family: Sans-Serif, Arial, Verdana;
margin-bottom:8px;
}

/*

UL LI   {
		font-family: Tahoma, Sans-Serif, Arial, Verdana;
		font-size:12px;

}

UL LI LI    {

		font-family: Tahoma, Sans-Serif, Arial, Verdana;
		font-size:12px;
}

UL LI LI LI {

		font-family: Tahoma, Sans-Serif, Arial, Verdana;
		font-size:12px;
}

*/

OL LI   {
		font-family: Tahoma, Sans-Serif, Arial, Verdana;
		font-size:12px;
		margin-bottom:3px;
		margin-top:0px;
		color:#666666;
}

OL OL LI    {
}

OL OL OL LI {
}

.LINoSpace
{
list-style-image: url(images/square_bullet_blue.gif);
font-size: 12px;
font-family: Sans-Serif, Arial, Verdana;
margin-bottom:0px;
}

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 {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

.nextsteps
{
	font-family: Tahoma, Sans-Serif, Arial, Verdana;
    font-size: 10px;
    color:black;
}
A.nextsteps
{
	font-family: Tahoma, Sans-Serif, Arial, Verdana;
    font-size: 10px;
    color:black;
}
A.nextsteps:hover
{
	color:red;
}

.NormalOrange
{
	color:#F15A24;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
A.NormalOrange:link
{
	color:#F15A24;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}
A.NormalOrange:hover
{
	color:#F15A24;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
	font-weight:bold;
}
UL.learnmore
{
margin-bottom:0px;
}

LI.learnmore
{
list-style-image: url(images/arrow-bullet-blue.gif);


}

a.learnmore
{
	color: #003366;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica;
	
}

td.learnmore
{
	padding-bottom: 5px;
	padding-top:5px;
	border-bottom: #999999 1px dotted;
}

td.learnmoretop
{
	padding-bottom: 5px;
	padding-top:7px;
	border-bottom: #999999 1px dotted;
}

td.learnmorebottom
{
	padding-bottom: 7px;
	padding-top:5px;
	
}


.grayframe_topleft
{
   width: 5px;
    height: 3px;
	background: url(images/containers/grayframe/top_left.gif) bottom left no-repeat;
	padding: 0;
	font-size: 5px;
}

.grayframe_bordertop
{
    height: 5px;
	background: url(images/containers/grayframe/border_top.gif) bottom repeat-x;
	padding: 0;
	font-size: 5px;
}

.grayframe_topright
{
   width: 5px;
    height: 5px;
	background: url(images/containers/grayframe/top_right.gif) bottom right no-repeat;
	padding: 0;
	font-size: 5px;
}

.grayframe_borderleft
{
	width:5px;
   	background: url(images/containers/grayframe/border_left.gif)  left center repeat-y;
	padding: 0;
	font-size: 5px;
}

.grayframe_content
{
	
}

.grayframe_borderright
{
	width:5px;
   	background: url(images/containers/grayframe/border_right.gif)  right center repeat-y;
	padding: 0;
	font-size: 5px;
}

.grayframe_bottomleft
{
   	width: 5px;
    height: 5px;
	background: url(images/containers/grayframe/bottom_left.gif) top left no-repeat;
	padding: 0;
	font-size: 5px;
}

.grayframe_borderbottom
{
    height: 5px;
	background: url(images/containers/grayframe/border_bottom.gif) top repeat-x;
	padding: 0;
	font-size: 5px;
}

.grayframe_bottomright
{
   	width: 5px;
    height: 5px;
	background: url(images/containers/grayframe/bottom_right.gif) top right no-repeat;
	padding: 0;
	font-size: 5px;
}


td.pricingcontent_left
{
font-family: Tahoma, Sans-Serif, Arial, Verdana;
font-size:12px;
border-left: solid #333333 1px;
border-right: solid #333333 1px;
border-bottom: solid #333333 1px;

}

td.pricingcontent_right
{
font-family: Tahoma, Sans-Serif, Arial, Verdana;
font-size:12px;
border-right: solid #333333 1px;
border-left: none;
border-bottom: solid #333333 1px;
}

td.pricingheader_left
{
font-family: Tahoma, Sans-Serif, Arial, Verdana;
font-size:12px;
font-weight:bold;
border-left: solid #333333 1px;
border-right: solid #333333 1px;
border-bottom: solid #333333 1px;
border-top: solid #333333 1px;
background-color:#D6DDE0;

}

td.pricingheader_right
{
font-family: Tahoma, Sans-Serif, Arial, Verdana;
font-size:12px;
font-weight:bold;
border-right: solid #333333 1px;
border-left: none;
border-bottom: solid #333333 1px;
border-top: solid #333333 1px;
background-color:#D6DDE0;
}

.footnote
{
font-family: Tahoma, Sans-Serif, Arial, Verdana;
font-size:10px;
}

.caption
{
font-family: Tahoma, Sans-Serif, Arial, Verdana;
font-size:10px;
margin-bottom:0px;
margin-top:0px;
text-align:center;
}

td.featuretop
{
	padding-bottom: 5px;
	padding-top:5px;
	border-bottom: #999999 1px dotted;
	border-top: #999999 1px dotted;
vertical-align:top;
}

td.feature
{
	padding-bottom: 5px;
	padding-top:5px;
	border-bottom: #999999 1px dotted;
vertical-align:top;
}



.bluequote_topleft
{
   width: 5px;
    height: 16px;
	background: url(images/containers/bluequote/top_left.gif) bottom left no-repeat;
	padding: 0;
	font-size: 5px;
}

.bluequote_bordertop
{
    height: 16px;
	width:186px;
	background: url(images/containers/bluequote/border_top.gif) bottom no-repeat;
	padding: 0;
	font-size: 5px;
}

.bluequote_topright
{
   width: 9px;
    height: 16px;
	background: url(images/containers/bluequote/top_right.gif) bottom right no-repeat;
	padding: 0;
	font-size: 5px;
}

.bluequote_borderleft
{
	width:5px;
   	background: url(images/containers/bluequote/border_left.gif)  left center repeat-y;
	padding: 0;
	font-size: 5px;
}

.bluequote_content
{
 color:#FFFFFF;
 background-color:#2E678C;
 font-family: Sans-Serif, Arial, Verdana;
font-size:11px;
padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
padding-bottom:5px;
vertical-align:middle;
font-style:italic;

}

.bluequote_borderright
{
	width:9px;
   	background: url(images/containers/bluequote/border_right.gif)  right center repeat-y;
	padding: 0;
	font-size: 5px;
}

.bluequote_bottomleft
{
   	width: 5px;
    height: 39px;
	background: url(images/containers/bluequote/bottom_left.gif) top left no-repeat;
	padding: 0;
	font-size: 5px;
}

.bluequote_bottom
{
    height: 39px;
	width: 186px;
	background: url(images/containers/bluequote/border_bottom.gif) top no-repeat;
	padding: 0;
	font-size: 5px;
}

.bluequote_bottomright
{
   	width: 9px;
    height: 39px;
	background: url(images/containers/bluequote/bottom_right.gif) top right no-repeat;
	padding: 0;
	font-size: 5px;
}




.greenquote_topleft
{
   width: 5px;
    height: 16px;
	background: url(images/containers/greenquote/top_left.gif) bottom left no-repeat;
	padding: 0;
	font-size: 5px;
}

.greenquote_bordertop
{
    height: 16px;
	width:186px;
	background: url(images/containers/greenquote/border_top.gif) bottom no-repeat;
	padding: 0;
	font-size: 5px;
}

.greenquote_topright
{
   width: 9px;
    height: 16px;
	background: url(images/containers/greenquote/top_right.gif) bottom right no-repeat;
	padding: 0;
	font-size: 5px;
}

.greenquote_borderleft
{
	width:5px;
   	background: url(images/containers/greenquote/border_left.gif)  left center repeat-y;
	padding: 0;
	font-size: 5px;
}

.greenquote_content
{
 color:#000000;
 	background: url(images/containers/greenquote/content.gif)  right center repeat-y;
 font-family: Sans-Serif, Arial, Verdana;
font-size:11px;
padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
padding-bottom:5px;
vertical-align:middle;
font-style:italic;;

}

.greenquote_borderright
{
	width:9px;
   	background: url(images/containers/greenquote/border_right.gif)  right center repeat-y;
	padding: 0;
	font-size: 5px;
}

.greenquote_bottomleft
{
   	width: 5px;
    height: 39px;
	background: url(images/containers/greenquote/bottom_left.gif) top left no-repeat;
	padding: 0;
	font-size: 5px;
}

.greenquote_bottom
{
    height: 39px;
	width: 186px;
	background: url(images/containers/greenquote/border_bottom.gif) top no-repeat;
	padding: 0;
	font-size: 5px;
}

.greenquote_bottomright
{
   	width: 9px;
    height: 39px;
	background: url(images/containers/greenquote/bottom_right.gif) top right no-repeat;
	padding: 0;
	font-size: 5px;
}

.disclaimer
{
		font-family: Sans-Serif, Tahoma, Arial, Verdana;
		font-size:8px;
		margin-bottom:0px;
		margin-top:0px;
		color:#666666;


}























