/* ================================
    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
{
}

/* 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  {

}

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 {
}


/**********************************************************************/
/***** MENU SYSTEM ****************************************************/
/**********************************************************************/

#hjtNav, #hjtNav ul 
{
	float: left;
	list-style: none;
	line-height: 1;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	z-index: 5000;
}

#hjtNav a 
{
	display: block;
	text-decoration: none;
	color: #EEEEEE;
	margin: 3px 1px 3px 1px;
}

#hjtNav a:hover
{
	color: #FFFFFF;
}

#hjtNav li {
	float: left;
	list-style: none;
}

#hjtNav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 18em; /* needed to keep the elements from wrapping */
	font-weight: normal;
	margin: 0;
	list-style: none;
}

#hjtNav li li {
	color: Black;
	width: 100%; /* will highlight the entire field */ 
	list-style: none;
	border-top: solid 1px #135b9f;
	background-color: #0a5fae;  
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffff,endColorStr=#EFEFEF);
	filter: Alpha(Opacity=80, FinishOpacity=100, Style=2);
}

#hjtNav li ul a {
	 width: auto;
}

#hjtNav li ul ul {
	margin: 3px 0px 0px 130px; /* offsets with submenus */
	list-style: none;
}

#hjtNav li:hover ul ul, #hjtNav li:hover ul ul ul, #hjtNav li.sfhover ul ul, #hjtNav li.sfhover ul ul ul {
	left: -999em;
	list-style: none;
}

#hjtNav li:hover ul, #hjtNav li li:hover ul, #hjtNav li li li:hover ul, #hjtNav li.sfhover ul, #hjtNav li li.sfhover ul, #hjtNav li li li.sfhover ul {
	left: auto;
	list-style: none;
}

#hjtNav ul li:hover, #hjtNav ul li.sfhover 
{
	background-image: url('/Portals/_default/Skins/ImpressiveSkinBlue/images/impress_18.gif');
	list-style: none;
}

#hjtNav li:hover
{
    color: #ece6d8;
}

.mhl1, .mhl2, .mhl3, .mhl4
{
	font-size: 12px;	
	font-weight: bold;
	font-style: normal;
}


.mli1, .mli2, .mli3, .mli4
{
	text-align: left;
}

.mli0
{
	border-left: solid 1px #135b9f;
}

.md0, .md1, .md2, .md3
{
	display: none;
}

.ms0, .md0
{
}


/* PLESK plans */
.planDefaults1
{
	font-size: 10px;
	font-family: Verdana, Tahoma;
	background: #C0C0C0;
}

.planHeader1
{
	font-size: 18px;
	font-weight: bold;
	background-color: White;
}

.rowDetails1
{
	width: 170px;
	background-color: White;
}

.colAddToCart1
{
	background-color: #FBEBEB;
	text-align: center;
}
.colAddToCart1 a
{
	color: Blue;
	font-weight:bold;
	text-decoration: none;
}

.colAddToCart1 a:hover
{
	color: Red;
	text-decoration: underline;
	font-weight: bold;
	
}


.colBuyNow1
{
	font-size: 12px;
	background-color: White;
	text-align: center;
}

.colBuyNow1:hover
{
	background-color: Maroon;
	color: White;
}

.colBuyNow1 a
{
	color: Blue;
	font-weight:bold;
	text-decoration: none;
}

.colBuyNow1 a:hover
{
	color: Red;
	text-decoration: underline;
	font-weight: bold;
	
}

.rowDetailsTitle1
{
	background-color: Black;
	color: White;
	font-weight: bold;
	
}

.colHeader1
{
	color: White;
	background-color: #AF0B0A;
	font-weight: bold;
	text-align: center;
}

.cellContainer1
{
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	background-color: #FBEBEB;
}

/* cPanel Plans */

.planDefaults2
{
	font-size: 10px;
	font-family: Verdana, Tahoma;
	background: #C0C0C0;
}

.planHeader2
{
	font-size: 18px;
	font-weight: bold;
	background-color: White;
}

.rowDetails2
{
	width: 170px;
	background-color: White;
}

.colAddToCart2
{
	background-color: #DAE7F4;
	text-align: center;
}
.colAddToCart2 a
{
	color: Blue;
	text-decoration: none;
	font-weight:bold;
}

.colAddToCart2 a:hover
{
	color: Red;
	text-decoration: underline;
	font-weight: bold;
	
}

.colAddToCart2:hover
{
	background-color: #2C4D76;
}

.colBuyNow2
{
	font-size: 12px;
	background-color: White;
	text-align: center;
}

.colBuyNow2:hover
{
	background-color: #2C4D76;
	color: White;
}

.colBuyNow2 a
{
	color: Blue;
	font-weight:bold;
	text-decoration: none;
}

.colBuyNow2 a:hover
{
	color: Red;
	text-decoration: underline;
	font-weight: bold;
	
}

.rowDetailsTitle2
{
	background-color: Black;
	color: White;
	font-weight: bold;
	
}

.colHeader2
{
	color: White;
	background-color: #2C4D76;
	font-weight: bold;
	text-align: center;
}

.cellContainer2
{
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	background-color: #DAE7F4;
}

/* Plesk for Windows Plans */

.planDefaults3
{
	font-size: 10px;
	font-family: Verdana, Tahoma;
	background: #C0C0C0;
}

.planHeader3
{
	font-size: 18px;
	font-weight: bold;
	background-color: White;
}

.rowDetails3
{
	width: 170px;
	background-color: White;
}

.colAddToCart3
{
	background-color: #E1F1E1;
	text-align: center;
}
.colAddToCart3 a
{
	color: Blue;
	font-weight:bold;
	text-decoration: none;
}

.colAddToCart3 a:hover
{
	color: Red;
	text-decoration: underline;
	font-weight: bold;
	
}

.colAddToCart3:hover
{
	background-color: #00C000;
}

.colBuyNow3
{
	font-size: 12px;
	background-color: White;
	text-align: center;
}

.colBuyNow3:hover
{
	background-color: #00C000;
	color: White;
}

.colBuyNow3 a
{
	color: Blue;
	font-weight:bold;
	text-decoration: none;
}

.colBuyNow3 a:hover
{
	color: Red;
	text-decoration: underline;
	font-weight: bold;
	
}

.rowDetailsTitle3
{
	background-color: Black;
	color: White;
	font-weight: bold;
	
}

.colHeader3
{
	color: White;
	background-color: #00C000;
	font-weight: bold;
	text-align: center;
}

.cellContainer3
{
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	background-color: #E1F1E1;
}



/*********** Styles for Containers **********************/

.planHeading{
	font-size: 14px;
	font-weight: bold;
	color: #1869BD;
	font-family: verdana;
}

.planDetails{
	font-size: 12px;
	font-family: verdana;
}

.plan_UL
{
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.plan_UL li
{
	background: url(http://beta.amhosting.com/Portals/12/SiteImages/WorldOnly_14h.gif) left center no-repeat;
	padding-left: 15px;
        padding-bottom: 0px;
        padding-top: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        list-style: none;
}

.plan_spacer
{
	background: #1869BD;
	heigth: 1px;
}

//************************ End Styles for Containers *****************/

/* Additional AMHosting CSS */

.MyTopData{
    display:none;
}

/* End additional AMHosting CSS */


#menu1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

/*- Menu 1--------------------------- */
	
#menu1 {
	width: 200px;
	margin: 0px;
                     border-left: solid 1px black;
}

#menu1 ul li{
        padding: 0px;
        list-style: none;
        font-weight: bold;
        margin: 0px;
}
	
#menu1 li a {
	height: 32px;
        font-weight: bold;
	text-decoration: none;
        padding: 8px 0px 0px 30px;
        margin: 0px;
        -moz-box-sizing:border-box;box-sizing:border-box;
	}	
	
#menu1 li a:link, #menu1 li a:visited {
	color: white;
	display: block;
        font-weight: bold;
	background:  url(http://www.amhosting.com/Portals/12/MenuImages/amhosting1.gif);
	}
	
#menu1 li a:hover {
        font-weight: bold;
	color: white;
	background:  url(http://www.amhosting.com/Portals/12/MenuImages/amhosting1.gif) 0 -32px;
	}

/* Custom values */

.blog_title A:link  {
    font-weight: bold;
    font-size: 14px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

.blog_title A:hover  {
    font-weight: bold;
    font-size: 14px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: Red;
}

.blog_title A:visited {
    font-weight: bold;
    font-size: 14px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: Purple;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#modernbricksmenu{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#modernbricksmenu ul{
font: bold 11px Arial;
margin:0;
margin-left: 40px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#modernbricksmenu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

#modernbricksmenu a{
float: left;
display: block;
color: white;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
text-decoration: none;
letter-spacing: 1px;
background-color: black; /*Default menu color*/
border-bottom: 1px solid white;
}

#modernbricksmenu a:hover{
background-color: gray; /*Menu hover bgcolor*/
}

#modernbricksmenu #current a{ /*currently selected tab*/
background-color: #D25A0B; /*Brown color theme*/ 
border-color: #D25A0B; /*Brown color theme*/ 
}

#modernbricksmenuline{
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #D25A0B; /*Brown color theme*/ 
}

#myform{ /*CSS for sample search box. Remove if desired */
float: right;
margin: 0;
padding: 0;
}

#myform .textinput{
width: 190px;
border: 1px solid gray;
}

#myform .submit{
font: bold 11px Verdana;
height: 22px;
background-color: lightyellow;
}










