﻿html, body
{
    padding:0px;
    margin:0px;
}

.top 
{
    background-image:url(Images/bg-head.jpg);
    background-repeat:repeat-x;
    height:40px; 
    border-left: solid 1px #AABFD6; 
    border-right: solid 1px #AABFD6; 
    border-top: solid 1px #AABFD6;   
}

.main 
{
    position:absolute;
    top:71px;
    bottom:0;
    left:0;
    right:0; 
    margin-left:4px;
    margin-right:4px;  
    margin-bottom:4px; 
}

.main2 
{
    position:absolute;
    top:45px;
    bottom:0;
    left:0;
    right:0; 
    margin-left:4px;
    margin-right:4px;  
    margin-bottom:4px; 
}

.panelLeft 
{
    height:100%;
    width:100%;
    background-color:#F7F9FD;
    overflow:auto;
}

.panelRight 
{
    height:100%;
    width:100%;
    background-color:#FFFFFF;
    overflow:auto;
    overflow-x:hidden;
}

input[type="submit"] 
{
    border:solid 1px #A5B3C5;
    background-image:url(Images/bg-btn.jpg);
    background-repeat:repeat-x;
    font-family:"segoe ui",arial,sans-serif;
    font-size:14px;
    font-weight:normal;
    text-decoration:none;
    color:#1E395B; 
    padding-bottom:2px;
    background-color:#DCE8F6;
}

input[type="button"] 
{
    border:solid 1px #A5B3C5;
    background-image:url(Images/bg-btn.jpg);
    background-repeat:repeat-x;
    font-family:"segoe ui",arial,sans-serif;
    font-size:14px;
    font-weight:normal;
    text-decoration:none;
    color:#1E395B; 
    padding-bottom:2px;
    background-color:#DCE8F6;
}

input[type="text"]
{
    border: solid 1px #B8CBDE;
    font-family:"segoe ui",arial,sans-serif;
    font-size:12px;
    font-weight:normal;
    text-decoration:none;
    color:#000000;    
}

.messageok 
{
    padding:10px;
    text-align:center;
    border:solid 2px #339933;
    background-color:#C9EDC9; 
    font-family:"segoe ui",arial,sans-serif;
    font-size:13px;
    font-weight:bold;
    text-decoration:none;
    color:#339933;   
    margin-bottom:10px;
}

.messageerror 
{
    padding:10px;
    text-align:center;
    border:solid 2px #FF0000;
    background-color:#CC99CC; 
    font-size:13px;
    font-weight:bold;
    text-decoration:none;
    color:#FF0000; 
    margin-bottom:10px;  
}

.homebtn 
{
    background-image:url(Images/btn-home.jpg);
    background-repeat:no-repeat; 
    width:224px;
    height:70px;
    cursor:pointer;   
}

.homebtn2 
{
    background-image:url(Images/btn-home2.jpg);
    background-repeat:no-repeat; 
    width:184px;
    height:70px;
    cursor:pointer; 
    float:left;  
}

.upload 
{
    border:solid 1px #B8CBDE;
    background-color:#F7F9FD; 
    width:400px; 
    font-family:"segoe ui",arial,sans-serif;
    font-size:13px;
    font-weight:normal;
    text-decoration:none;
    color:#1E395B;   
}

.reTool .ImageGallery
{
  background-image: url(Images/ico-imagegallery.gif);
}

.reTool .LinkIssuu
{
  background-image: url(Images/ico-issuu.gif);
}

.dg-hederborder 
{ 
    border-bottom:solid 1px #C2CEDB;
    height:28px;
    text-align:left;    
}