﻿.pagetitle
{
    -moz-border-radius: 0px 12px 12px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 12px 12px 0px;
    border: 1px solid #013f59;
    background: #70c4eb;
    background: -moz-linear-gradient(top, #fff, #70c4eb);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#70c4eb));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#70c4eb'); /* for IE */
    height: 18px;
    margin: 0px 0px 0px -10px;
    padding: 3px 10px 3px 10px;
    font-family: Verdana;
    font-size: 13px;
    font-weight: 700;
    min-width: 180px;
    z-index: 10;
    position: relative;
    float:left;
    clear:both;
    border-left:0px;
   
}
.pagebody
{
    float:left;
    clear:left;
    /*-moz-border-radius: 12px 12px 12px 12px;
    -webkit-border-radius: 12px 12px 12px 12px;
    border-radius: 12px 12px 12px 12px;
    border: 1px solid #013f59;
    margin: 0px 5px 5px 5px;
    z-index: 2;
    position: relative;
    padding: 20px 5px 5px 5px;*/
}
/*.pagetitle
{
    -moz-border-radius: 12px 12px 12px 12px;
    -webkit-border-radius: 12px 12px 12px 12px;
    border-radius: 12px 12px 12px 12px;
    border: 1px solid #013f59;
    background: #70c4eb;
    background: -moz-linear-gradient(top, #fff, #70c4eb);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#70c4eb));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#70c4eb'); /* for IE */
/* height: 16px;
    margin: 0px 0px -14px 15px;
    padding: 3px 10px 3px 10px;
    font-family: Verdana;
    font-size: 13px;
    font-weight: 700;
    width: 300px;
    z-index: 10;
    position: relative;
}
.pagebody
{
    -moz-border-radius: 12px 12px 12px 12px;
    -webkit-border-radius: 12px 12px 12px 12px;
    border-radius: 12px 12px 12px 12px;
    border: 1px solid #013f59;
    margin: 0px 5px 5px 5px;
    z-index: 2;
    position: relative;
    padding: 20px 5px 5px 5px;
}
*/
.innertitle
{
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    border: 1px solid #aaaaaa;
    background: #eeeeee;
    background: -moz-linear-gradient(top, #dddddd, #eeeeee);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dddddd), to(#eeeeee));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#eeeeee'); /* for IE */
    height: 14px;
    margin: 0px auto 0px 0px;
    padding: 3px 10px 3px 10px;
    font-family: Verdana;
    font-size: 12px;
    font-weight: 500;
    border-bottom: 0px;
    width: auto;
    z-index: 10;
    position: relative;
    float: left;
    clear: both;
}

.innerbody
{
    float: left;
    clear: both;
    -moz-border-radius: 0px 12px 12px 12px;
    -webkit-border-radius: 0px 12px 12px 12px;
    border-radius: 0px 12px 12px 12px;
    border: 1px solid #eeeeee;
    margin: 0px;
    z-index: 2;
    position: relative;
    padding: 5px 5px 5px 5px;
}
.notification
{
    width: 100%;
    background: #fcfccc;
    color: Red;
}
