﻿body 
{
    margin:0 auto;
	background-color: #dcd0c0;
}

body,td,th {
	font-family: Times New Roman, Times, serif;
}

.MainContainer
{
    margin:0 auto;
    width:800px;
}

.BackofficeContainer
{
    background-color:#FCECCC;
    margin:0 auto;
}
.BackofficeContainer a,.BackofficeContainer a:visited
{
    color:#90723E;
}


h1
{
    font-size:20px;
    font-weight:bold;
}

.Button
{
    
    width:120px;
    height:20px;
    font-weight:bold;
    font-size:18px;
    text-align:center;
    text-decoration:none;
    color:Black ;
    background-color:#d9a653;
    cursor:hand; cursor:pointer;
}
.ErrorMessage
{
    color:Red;
}
.Success
{
    color:Green;
}

.Hidden
{
    visibility:hidden;
    display:none;
}
.Visible
{
    visibility:visible;
    display:block;
}

.BigTitle
{
    font-size:18px;
}

.Row
{
    background-color:#fcdc9d;
    height:35px;
}

.RowNo
{
    height:15px;
}
.TitleRow
{
    background-color:Gray;
    color:Black;
    font-weight:bold;
    font-size:18px;
}
.Row0
{
    background-color:Black;
    color:White;
}
.Row1
{
    background-color:Gray;
    color:White;
}
.Row0 a,.Row1 a
{
    color:Yellow;
}

/*s *****************  menu*********/
.MenuContainer
{
    width:100%;
    background-color:White;
}
.MenuContainer a:visited ,.MenuContainer a
{
    color:Black;
    text-decoration:none;
}

.MenuContainer .MenuItem
{
    color:Black;
}

.MenuContainer .MenuItem:hover,.MenuContainer .MenuItem a:hover
{
    background-color:Gray;
    color:White;
}
.MenuContainer .CurrentSection
{
    background-color:Gray;
    color:White;
    height:100%;
   
}
.MenuContainer .CurrentSection a:visited,.MenuContainer .CurrentSection a
{
    color:White;
}

/*e *****************  menu*********/
/*s ****************************** Login ************************/
.LoginContainer
{
    border-bottom-color :Gray;
    border-bottom-style:solid;
    border-bottom-width:3px;
    width:100%
}
.lblShow
{
    cursor:pointer; cursor:hand;
}
.Hello
{
    font-weight:bold;
    color:White;
}
.tdLogin
{
    color:Black;
}

.LoginP
{
    background-color:#f5deb4;
}
.LoginP #tdSep
{
    background-color:#fceccc;
}

/*e ****************************** Login ************************/

/*s *******************************Gvanit *************************/
#navbar a {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#navbar a:hover {
	font-family: "Times New Roman", Times, serif;
	
	color: #FFFFCC;
	font-weight: bold;
	text-decoration: none;
}
#navbar a:visited {
	font-family: "Times New Roman", Times, serif;
	
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.text-20 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #000000;
}
#27-link {
	font-family: "Times New Roman", Times, serif;
	font-size: 27px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}





.style1 {
	font-size: 23px;
	font-weight: bold;
}
a:link {
	color: #FFFFFF;
	text-decoration:none;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFCC;
}
a:active {
	color: #FFFFFF;
}
.style2 {font-size: 41px;
	font-weight: bold;
	color: #FFFFFF;
}
.style3 {font-size: 27px}
.style4 {font-size: 18px}
.style5 {color: #000000; font-family: "Times New Roman", Times, serif;}
.style6 {color: #FFFFFF}

/*e *******************************Gvanit *************************/