﻿.full
{
    margin-top:5px;
    margin-bottom:5px;
    font-family:Tahoma;
    color:black;
}
.banner
{
    background-color:cornflowerblue;
    color:white;
    font-size:40px;
}
.subbanner
{
    background-color:white;
    border-left:2px solid cornflowerblue;
    border-right:2px solid cornflowerblue;
}
.Body
{
    background-color:white;
    direction:rtl;
    border-top:2px solid cornflowerblue;
    border-left:2px solid cornflowerblue;
    border-right:2px solid cornflowerblue;
}
.subfooter
{
    background-color:white;
    border-top:2px solid cornflowerblue;
    border-left:2px solid cornflowerblue;
    border-right:2px solid cornflowerblue;
}
.footer
{
    background-color:white;
    border-top:2px solid cornflowerblue;
    border-bottom :2px solid cornflowerblue;
    border-left:2px solid cornflowerblue;
    border-right:2px solid cornflowerblue;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
}
.news-header
{
    background-color:cornflowerblue;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    color:white;
    
}
.news-body
{
    background-color: white ;
    color:black; 
    margin-left: 5px; 
    margin-right: 5px;
    border-left:solid 1px blue ;
    border-right :solid 1px blue ;
}
.news-footer
{
    background-color: darkblue; 
    color: white; 
    margin-left: 5px; 
    margin-right: 5px;
    border-bottom-left-radius :5px;
    border-bottom-right-radius :5px;
}
div.error
{
	color: Red;
}

div.warning
{
	color: orange  ;
}

div.information 
{
    color: green;
}
.textbox
{
    background-color :transparent;
    color:black;
    border-color:transparent;
    border-bottom:1px dashed black ;
    text-align:justify;
}
.btnsave 
{
    background-color :transparent;
    color:lightgreen  ;
    border-color:transparent;
    font-family:Tahoma;
    font-weight:bold;
}
.btncancle
{
    background-color :transparent;
    color:red ;
    border-color:transparent;
    font-family:Tahoma;
    font-weight:bold;
}
.btnmanage
{
    background-color :transparent;
    color:blue;
    border-color:transparent;
    font-family:Tahoma;
    font-weight:bold;
}
.btnedit
{
    background-color :transparent;
    color:green  ;
    border-color:transparent;
    font-family:Tahoma;
    font-weight:bold;
}
.btnnew
{
    background-color :transparent;
    color:blueviolet ;
    border-color:transparent;
    font-family:Tahoma;
    font-weight:bold;
}
.gv-top-right
{
    border-top-right-radius:5px;
    padding-left:25px;
    padding-right:25px;
}
.gv-top
{
    padding-left:25px;
    padding-right:25px;
}
.gv-top-left 
{
    border-top-left-radius:5px;
    padding-left:25px;
    padding-right:25px;
}
