body
{
    background-color: #CBCDCE;
    font-family: Arial, Verdana, Tahoma;
}

p, td
{
    line-height: 20px;

}

.MainWrapper
{
    margin: auto;
}
h1
{

    background-color: #E0E0E0;
    border: solid 1px #AED8D5;
    padding: 10px 0px 10px 20px;
    font-size: 20px;
    color: #26546E;

}
img {border:none;}
.normal h2, h2
{
    font-weight: bold;
    font-size: 16px;
    color: #2496AA;
    border-bottom: 1px solid #AED8D5;
    padding-bottom: 5px;
}
h3
{
    font-size: 14px;
    font-weight: bold;
    color: #26546E;
}
h4
{
    font-weight: bold;
    font-size: 12px;
    color: #2496AA;
}
h5
{
    font-size: 12px;
    font-weight: bold;
    color: #26546E;
}

h6
{
    font-size: 12px;
    color: #2496AA;
    font-weight: normal;
}


#dnn_DnnLogo_hypLogo
{
    position: relative;
    left: 25px;
    top: 15px;

}


.Logo
{
    width: 222px;
    height: 73px;
    position: relative;
    left: 20px;
    top: 0px;
}

.loginLink
{
    margin-right: 5px;
    text-transform: capitalize;
}

.LoginControl
{
    text-align: right;
    width: 750px;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-right: 2px;
    color: #79797B;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    padding-right: 10px;
}

.LoginControl :hover
{
    color: #5DB0B8;
}

.MainTop
{
    background-image: url(images/main-top_1.jpg);
    background-position: left,top;
    background-repeat: no-repeat;
    width: 750px;
    height: 18px;
    margin: auto;
}

.Main
{
    background-image: url(images/main-middle.jpg);
    background-position: left,top;
    background-repeat: repeat-y;
    width: 750px;
    margin: auto;
}

.Content
{
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.ContentTop
{
    background-image: url(images/header-bg.jpg);
    background-position: top;
    background-repeat: no-repeat;
    width: 732px;
    height: 180px;
    margin: auto;
    margin-bottom: 5px;
    position: relative;
}

.ContentTop .Menu
{
    background-color: Transparent;
    width: 100%;
    position: absolute;
    top: 140px;
    left: 10px;
}

.MainBottom
{
    background-image: url(images/main-bottom_1.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    width: 750px;
    height: 40px;
    margin: auto;

}


.contentpane
{
    width: 100%;
}

.LeftBottom
{
    color: White;
    float: left;
    padding-left: 15px;
    font-size: 10px;
    padding-top: 6px;
}

.RightBottom
{
    color: White;
    float: right;
    padding-right: 20px;
    font-size: 10px;
    padding-top: 6px;

}

.RightBottom a
{
    color: White;
}

.rightpane, #rightpane
{
    padding: 0px;
    vertical-align: top;
    padding-left: 2px;
}
.Content ul li { list-style-type: none;}

.Content ul {
    font-weight:normal;
    color:#26546E;
    line-height:1.4;
    list-style-type:none;

}
.Content li {
    padding-left:15px;
    background:transparent url(images/bullet.gif) no-repeat;
    background-position:0 5px;
    font-size:12px;
    font-weight:bold;
}
.Content ul ul 
{
    margin-left:5px;
}

/*for test*/
/*#############*/



/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#HouseMenuNav, #HouseMenuNav ul
{
    /* all submenu lists */
    padding: 0;
    margin: 0;
    border: 0;
    list-style: none;
    white-space: nowrap;
    position: relative;
    z-index: 99999;
}

#HouseMenuNav li
{
    /* all list items */
    position: relative;
    display: inline;
    float: left;
    margin: 0;
    border: 0;
    padding: 0;
}


#HouseMenuNav li li
{
    /* all items under the top level */
    z-index: 11113;
}

#HouseMenuNav a
{
    /* all links within the menu wrapper */
    display: block;
    margin: 0;
    border: 0;
    padding: 0;
}

#HouseMenuNav li li a
{
    /* all item links under the top level */
    margin: 0;
    border: 0;
    padding: 0;
}

#HouseMenuNav li a:hover
{
    margin: 0;
    border: 0;
    padding: 0;
}

#HouseMenuNav li li a:hover
{
    margin: 0;
    border: 0;
    padding: 0;
}

#HouseMenuNav li ul
{
    position: absolute;
    top: 21px; /*************************Distance between second level box and the Mune*******/
    margin: 0;
    border: 0;
    padding: 0;
    z-index: 11112;
}

#HouseMenuNav li ul ul
{
    /* third-and-above-level lists */
    margin: 0;
    border: 0;
    padding: 0;
}

#HouseMenuNav li:hover ul ul, #HouseMenuNav li:hover ul ul ul, #HouseMenuNav li.sfhover ul ul, #HouseMenuNav li.sfhover ul ul ul
{
    left: -9999px;
}

#HouseMenuNav li:hover ul, #HouseMenuNav li li:hover ul, #HouseMenuNav li li li:hover ul, #HouseMenuNav li.sfhover ul, #HouseMenuNav li li.sfhover ul, #HouseMenuNav li li li.sfhover ul
{
    /* lists nested under hovered list items */
    left: auto;
    z-index: 99999;
}

#HouseMenuNav iframe
{
    position: absolute;
    left: 0;
    top: 40;
    z-index: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
    display: block;
}

.ArrowPointer
{
    cursor: default;
}


/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/
#HouseMenuNav, #HouseMenuNav ul
{
    /* all submenu lists */
    width: 100%;
    height: 32px;
    background-color: transparent; /*blue */ /************************MENU Background color**********/
    margin: auto; /************************MENU Background color**********/
    margin-top: 12px; /************************MENU Background color**********/
    text-transform: uppercase;
}



#HouseMenuNav li ul
{
    /* second-level lists = all list items under the top/parent menu  #cc0000*/
    width: 142px; /* width of submenu, must be set so third-level list can get shifted over properly */
    left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
    border: solid 1px #5193B3;
    margin: 0 0 0 0; /* hack for MacIE5 to ignore, while other browsers use \*/
    margin: 0; /* end hack */
    background-color: white; /* #5086AA */ /************************Sub MENU Background color**********/
    height: auto;
    padding-bottom: 10px;
    padding-top: 10px; /*filter: alpha(opacity=85);    opacity: 0.85;*/
}

#HouseMenuNav li
{
    /* all list items */ /* border-right: 1px solid #666;*/
    line-height: normal; /* hack for MacIE5 to ignore, while other browsers use \*/ /*background-image:url(images/menu-line.jpg); display line between 1st menu items       background-repeat:no-repeat;         background-position:100% 4px; border-right:1px solid white;  */
    background-repeat: no-repeat;
    background-position: 100% 6px;
    background-color: Transparent; /* green */
    margin-right: 5px;
    margin-left: 6px;
    height: 30px;
    width: auto;
    padding-top: 2px; /*5*/
    text-align: left;
    text-transform: uppercase;
}
#HouseMenuNav li:hover
{
    background-color: Silver;
    background-color: Transparent; /*background-image:url(W:/DotNetNuke/Website/Portals/12/Skins/HouseMenu/Images/MenuHover.jpg);url([1stLiHoverimg]);     background-repeat:repeat-x;     background-position:top left;*/
}

#HouseMenuNav li li:hover a
{
    color: #333;
    text-decoration: underline;
}


#HouseMenuNav li li
{
    /* all items under the top level */ /* all items under the top level - submenu/child items */
    width: 140px;
    height: 15px;
    _width: 140px; /* end hack */
    background-image: none;
    margin: 0px;
    padding: 0px;
    padding-top: 2px; /*padding-left:5px;*/
}
#HouseMenuNav li li:hover
{
    background-color: #5193B3;
}

#HouseMenuNav a
{
    /* all links within the menu wrapper */
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    text-decoration: none;
    color: White; /*white*/ /* set to a colour if you want ALL menu items to have the same background colour */
    text-transform: uppercase;
}
#HouseMenuNav a:hover
{
    color: White;
}
#HouseMenuNav li a
{
    /* all links within the menu wrapper      padding: 0px;     margin-top: 5px;*/
    height: auto; /*[1stAHeight]px;IE has problem to set width, so auto will be fine*/
    width: auto;
    font-size: 10px;
    font-weight: normal;
    background-color: transparent; /*red*/
}
#HouseMenuNav li li a
{
    /* all item links under the top level = all child links */
    color: #333;
    width: 100%;
    margin-left: 5px;
    font-size: 10px;
    font-weight: normal;
    background-color: Transparent;
}

#HouseMenuNav li a:hover
{
    color: black; /*#000background-color: #eee;*/
    height: auto; /*[1stAHoverHeight]px; background-color: #eee;*/
    background-color: Transparent;
}

#HouseMenuNav li li a:hover
{
    color: white; /*  blackbackground-color: #eee;*/
    font-weight: normal;
    text-decoration: underline;
    background-color: #5193B3;
    padding-left: 5px;
    width: 125px;
}
/* second-level lists.when the mouseover to the first level and dispaly the popup list-yuchen*/




#HouseMenuNav li ul ul
{
    /* third-and-above-level lists */
    margin: -22px 0 0 142px;
    border: solid 0px #000;
    line-height: 12px;
    border: solid 1px #5193B3;
}
#HouseMenuNav #HouseMenuNavParentItem a
{
    /* all links under the parent item (li) */
    color: #fff;
    background-color: transparent;
    text-decoration: none;
}

#HouseMenuNav a#HouseMenuNavParentLink
{
    /* parent link itself */
    color: #fff;
    background-color: transparent;
    text-decoration: none;
}

#HouseMenuNav a#HouseMenuNavCurrentLink
{
    /* current selected/active link */
    color: black;
    font-weight: bold;
    background-color: transparent;
    text-decoration: none;
}

#HouseMenuMav ul
{
    text-transform: uppercase;
}


/*********************************************************************CONTAINER**/

#flash
{
}

.subhead
{
}



#LinkButton_submit
{
    width: 30px;
    margin: auto;

}



#dnn_ctr1070_FormMaster_pnlForm table
{
    float: left;
    margin-left: 0px;
}


#dnn_ctr1070_FormMaster_tdFormMasterHeaderCell
{
    visibility: hidden;
}





/*****Login Module*******/

#dnn_ctr946_Login_pnlLogin
{
    width: 390px;
    margin-left: 18px;
}

#dnn_ctr946_Login_pnlLogin table
{
    height: 30%;
    width: 370px;
}

#dnn_ctr946_Login_cmdPassword
{
    top: -45px;
    right: -120px;
    position: relative;
}


#dnn_ctr946_Login_cmdRegister
{
    top: -26px;
    right: -220px;
    position: relative;
}



/****In www.netpotential.co.nz the ctrol ID IS "946" */
#dnn_ctr946_Login_pnlLoginContainer
{
    /* border: solid 1px red;*/
}


.EnquiryForm td
{
    padding: 3px 20px 0px 0px;
}


/******BLOG STYLE*/
.blog_title a
{
    font-weight: normal;
    color: inherit;
    font-size: 15px;
}

.blog_more_link
{
    font-weight: normal;
    color: WindowText;
    font-size: 12px;
    float: right;
}

.blog_footer
{
    margin-top: 25px;
}

.blog_body SPAN
{
    line-height: 20px;
    font-size: 12px;
}


.blog_more_link
{
    float: right;
    display: inline;
    padding-right: 15px;
    margin-right: 15px;
}

.blog_footer, .blog_more_link
{
    font-size: 11px;
    font-weight: normal;
}

.blog_footer
{
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-bottom-color: #999999;
}


.indentRigt a, .maintitle a
{
    font-size: 12px;
    color: #2496AA;
    font-weight: normal;
}

.indentRigt
{
    padding-left: 30px;
}





