body
{
    margin: 0px;
    padding: 0px;
    color: #333;
    background-color: #FFF;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    height: 100%;
}

html
{
    height: 100%;
}

.text-bold
{
    font-weight: bold;
}

.text-msg
{
    font-weight: bold;
    font-size: 12px;
    color: Red;
}

.text-heading
{
    font-size: 32px;
    font-family: Arial, Helvetica, sans-serif;
    color: Orange;
}

.text-subheading
{
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    color: darkslategray;
    font-weight: bold;
}

.table-main
{
    padding: 15px;
    border: 1px solid #cccccc;
    background: #F1F3F5;
}

.table-inner
{
    border: 1px solid #cccccc;
    background: #E9ECEF;
    padding: 15px;
}

.table-outline
{
    border: 1px solid #cccccc;
    background: #ffffff;
    padding: 2px;
}

a:link, a:visited
{
    color: #ff6600;
    text-decoration: none;
    font-weight: normal;
	
}

a:hover
{
    color: #C43C03;
    text-decoration: none;
    font-weight: normal;
}

a.link-bold:link, a.link-bold:visited
{
    color: #ff6600;
    text-decoration: none;
    font-weight: bold;
}

a.link-bold:hover
{
    color: #C43C03;
    text-decoration: none;
    font-weight: bold;
}

.table-form
{
	border: 1px solid #828282;
	width: 95%;
	background-color: white;
	height: 100%;
}
.table-form-header
{
    font-weight: bold;
    border-bottom: #cccccc 1px solid;
    background-color: #2f549c;
    color: white;
}

.table-form-altrow
{
    background-color: #E9ECEF;
}
.table-form-selected
{
    background-color: #dcfc5c;
}

a.table-form-header:link, a.table-form-header:visited
{
    color: white;
}

.ImageContainer
{
    float: left;
    clear: left;
    background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
    background: url(../images/shadow.gif) no-repeat bottom right;
    margin: 10px 0 10px 10px !important;
    margin: 10px 0 10px 5px;
}
.ImageContainer img
{
    display: block;
    position: relative;
    background-color: #fff;
    border: 1px solid #a9a9a9 !important;
    margin: -6px 6px 6px -6px;
    padding: 4px;
}

.PageLayoutPreview td
{
    border: 1px solid #808080;
    background-color: #E1E1E1;
}

.multiPage  
    {  
        width: 900px;  
        border: solid 1px #828282;   
        background: #ffffff;   
        padding: 10px 10px 0px 10px;  
        margin-top: -1px;  
    }   

 
