/* ================================
    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
{
}

P {
Margin-bottom:6px;
Margin-Top:4px;
padding-bottom:0px;
padding-top:0px;
}

/* 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  {
    color: #200B5B;
    font-size: 18px;
    font-weight: Bold;
}

H2  {   
 color: #200B5B;    font-size: 16px;     font-weight: Bold;
}

H3  {    
color: #200B5B;     font-size: 14px;      font-weight: Bold; margin-bottom:10;  
}

H4  {    color: #200B5B; line-height:100%; margin-bottom:5      font-weight: Bold;
}


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 {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

.viz_ContentPaneTop
{
	padding:1px;
	padding-top:5px;
}

.viz_ContentPaneMain
{
	padding-left:10px;
	padding-right:10px;

}

.viz_ContentPaneLeft
{
	padding-top:5px;		
    padding-right:10px;	
	padding-left:10px;  border-right-style:solid; border-right-width:2px; border-color: #555555; 
}

.viz_ContentPaneRight
{
	padding-top:5px;
	padding-right:10px;
	padding-left:10px;	
	border-left-style:solid; border-left-width:2px; border-color: #555555; 
}

.Simple_Left_TabStrip {
height:20px;
}
 
.Simple_Left_TabPage {
 border-left: 0px solid black;
 border-bottom : 0px solid black;
 border-right: 0px solid black;
 border-top: 0px solid black;
 background: transparent;
 padding: 2px;
 width: 450px;
 height: 400px;
}
 
.Simple_Left_TabStrip .Simple_Left_TabSelected{
 cursor: pointer;
 border-left: 0px solid black;
 border-top : 0px solid black;
 border-bottom: 0px solid black;
 background: gainsboro;
 padding: 2px;
 position: relative;
 text-align: center;
 left: 1px;
 margin-bottom:2px;
 }
 
.Simple_Left_TabStrip .Simple_Left_TabUnselected {
 cursor: pointer;
 border-left: 0px solid silver;
 border-top : 0px solid silver;
 border-bottom: 0px solid silver;
 background: aliceblue;
 padding: 2px;
 position: relative;
 text-align: center;
 margin-bottom:2px;
}
 
.Simple_Left_TabStrip .Simple_Left_TabMouseover {
 border-left: 0px solid black;
 border-top : 0px solid black;
 border-bottom: 0px solid black;
 background: gainsboro;
}



.Testimonial_question{	
	color:Navy;
	font-size:0.9em;
        font-weight:bold;
	background-color:#AADFE7;
	width:90%;
	margin-bottom:4px;
	margin-top:16px;
  	margin-left: 20px;
	padding-left:28px;
	padding-top:4px;
        padding-bottom;2px
	background-position:top right;	
	height:25px;
	overflow:hidden;
	cursor:pointer;
}
.Testimonial_answer{
	border:1px solid #DBF0F5;
	background-color:#fff;
	width:86%;
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
        margin-left:30px;

}
.Testimonial_answer_content{
	padding:1px;
	font-size:0.9em;	
	position:relative;
}

.Testimonial_name{
	padding-left:20px;
 	padding-top:10px;
 	padding-bottom:0px;
	color:#133AAC;
	font-size:0.9em;
        font-weight:bold;	
	position:relative;
}

.Testimonial_text{
	padding-left:30px;
 	padding-top:2px;
        padding-bottom: 10px;
        font-style:italic;
	color:#133AAC;
	font-size:0.9em;	
	position:relative;
}

.PriceHead {
background-color:#DBF0F5;
color:navy;
}

table.orderFormTable
{
 width:320px;
}

.orderFormTable td
{
 padding:2px;
}


.TabList LI {	PADDING-RIGHT: 0px;	DISPLAY: inline;	PADDING-LEFT: 0px;	FLOAT: left;	PADDING-BOTTOM: 0px;	MARGIN: 0px;	WIDTH: 108px;	PADDING-TOP: 0px}


.skinAnHead { color:#21A0C9;  font-size:75%; font-weight:bold; padding-bottom:2px; margin-bottom:2px;

}

.skinAnText { font-size:68%; padding:0; margin:0; padding-bottom:10px;padding-left:20px;

}

