﻿/* set page heights for descendants */

html, body
{
    height: 100%;
}

/* clearfix */

.clearfix:after
{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix
{
    display: inline-block;
}

html[xmlns] .clearfix
{
    display: block;
}

* html .clearfix
{
    height: 1%;
}

/* cleafix end */

/* htmlbox snippet styles */
.h_box
{
}

.h_corner
{
    width: 10px;
    height: 10px;
    background: url('./images/roundedcornersinverted.png');
}

.h_edge
{
}

.h_tw
{
}

.h_tl
{
    float: left;
    background-position: 0px 0px;
}

.h_tm
{
    background: url('./images/b_edge.png') repeat-x;
    height: 10px;
    overflow: hidden;
}

.h_tr
{
    float: right;
    background-position: 10px 0px;
}

.h_contentwrap
{
    background: #fff;
    margin: 0px 10px;
}

.h_header
{
    height: auto;
}

.h_body
{
    height: auto;
}

.h_footer
{
    height: auto;
}

.h_mw
{
}

.h_ml
{
    background: url('./images/r_edge.png') repeat-y;
    width: 100%;
    height: 100%;
}

.h_mr
{
    background: url('./images/l_edge.png') repeat-y top right;
    width: 100%;
    height: 100%;
}

.h_mm
{
}

.h_bw
{
}

.h_bl
{
    float: left;
    background-position: 0px -10px;
}

.h_bm
{
    background: url('./images/t_edge.png') repeat-x;
    height: 10px;
    overflow: hidden;
}

.h_br
{
    float: right;
    background-position: -10px 10px;
}

/* htmlbox snippet styles end */

/* htmlbox styles for PortalViewer */

.h_box .col
{
    width: 25%;
    float: left;
}

.h_box .col0
{
}

.h_box .col1
{
}

.h_box .col2
{
}

.h_box .col3
{
}

.h_box .col4
{
}

/* Portal */

.portal_wrap
{
}

.portal_wrap p[class~="register"]
{
    text-align:center;
    color:White;
}

.portal_wrapTrue
{
    background: url('./images/digiworldtrans.png') top center no-repeat #ccc;
}

.portal_wrapFalse
{
    background: url('./images/digiworldtrans.png') top center no-repeat #666;
}

.portal_wrapTrue:hover
{
    background: url('./images/digiworldtrans.png') top center no-repeat #fff;
}

.portal_link, .portal_link:hover 
{
    float: left;
    position:relative;
    top:-9999px;
    width: 100%;
    height: auto;
    color:White;
}

.portal_wrapFalse .h_header
{
  color:White;    
}

.portal_wrap span[class~="portal_link"]
{
    width:90%;
    margin-top:15px;
    margin-left:5%;
    color:white;
}
