﻿body
{
    text-align: center;
    background-color: #e4edfc;
    font-size: 12px;
    color: #34363b;
    font-family: arial;
    margin:0;
     padding:0;
     height:100%;
}
.ErrorMsg 
{
      font-size: 12px;
    color: red;
    font-family: arial;
    font-weight:bold;
    }
    
    .SuccessMsg 
    {   
          font-size: 12px;
    color: green;
    font-family: arial;
    font-weight:bold;
        }
        
        .GreenText 
        {   
            font-size: 12px;
    color: green;
    font-family: arial;
    font-weight:bold;
            }
.FieldText 
{
     font-size: 12px;
    color: #000000;
    font-family: arial;
    text-align:right;
    font-weight:bold;
    
    }
    
    .FlatTextBox
{
    border-right: darkgray 1px solid;
    border-top: darkgray 1px solid;
    border-left: darkgray 1px solid;
    border-bottom: darkgray 1px solid;
}
.ContentControlBody 
{
    font-size: 12px;
    color: #000000;
    font-family: arial;
    background-color: #e0ecff;
}

.ContentControlBody2 
{
    font-size: 12px;
    color: #000000;
    font-family: arial;
    background-color: #f7f7f7;
}

.NormalText 
{font-size: 12px;
    color: #34363b;
    font-family: arial;
    }
    
    
    .round-tl
{
    background: url(../../App_Themes/Default/Images/corner_tl.gif) no-repeat left top;
}
.round-br {
 background: url(../../App_Themes/Default/Images/corner_br.gif) bottom right no-repeat;
}
.round-bl {
 background: url(../../App_Themes/Default/Images/corner_bl.gif) bottom left no-repeat;
}
.round-tr {
 background: url(../../App_Themes/Default/Images/corner_tr.gif) top right no-repeat;
}

.MiddleBody
{
    border-right: darkgray 1px solid;
    background-color: #ffffff;
    border-left: darkgray 1px solid;
}
a.FooterText:link 
{   
    text-decoration:none;
    }
    a.FooterText:hover
{
    color: #000000;
    text-decoration: underline;
}
    a.FooterText:visited 
{   
    text-decoration:none;
    }
    
.FooterText
{
    font-size: 12px;
    color: dimgray;
    font-family: Arial;
}
a.MenuLinkStyle:link 
{   
    text-decoration:none;
    }
    a.MenuLinkStyle:hover
{
    color: #d7d7d7;
    text-decoration: none;
}
    a.MenuLinkStyle:visited 
{   
    text-decoration:none;
    }
    
    a.MenuLinkStyle1:link 
{   
    text-decoration:none;
    }
    a.MenuLinkStyle1:hover
{
    color: #d7d7d7;
    text-decoration: none;
}
    a.MenuLinkStyle1:visited 
{   
    text-decoration:none;
    }
.MenuLinkStyle
{
    font-weight: bold;
    font-size: 13px;
    color: dimgray;
    font-family: Verdana;
}

.TitleHeaderText
{
    font-weight: bold;
    font-size: 15px;
    color: dimgray;
    font-family: Verdana;
}

.MenuLinkStyle1
{
    font-weight: bold;
    font-size: 13px;
    color: #cccccc;
    font-family: Verdana;
}
.MainPageBackground 
{
    background-image: url(../../App_Themes/Default/Images/middelImage.jpg);
    background-repeat: no-repeat;
    
    }
.TopMenu
{
    font-weight: bold;
    font-size: 12px;
    color: #cccccc;
    font-family: arial;
    background-color: #000000;
}
.LeftMenu_1
{
    background-image: url(../../App_Themes/Default/Images/slideMenu.jpg);
    background-repeat: no-repeat;
    width:41px;
}

.LeftMenuBackground
{
    background-image: url(../../App_Themes/Default/Images/backgrondMenu.jpg);
    background-repeat: no-repeat;
    width:41px;
}
.LeftMenu_2
{
    background-image: url(../../App_Themes/Default/Images/leftMenu-2.gif);
    background-repeat: no-repeat;
}
.LeftMenu_3
{
    background-image: url(../../App_Themes/Default/Images/leftMenu-3.gif);
    background-repeat: no-repeat;
}

.MenuSeporator
{
    background-image: url(../../App_Themes/Default/Images/seperator.gif);
    background-repeat: no-repeat;
    vertical-align: middle;
    text-align: right;
    height:15px;
}

.GreyText
{
    font-size: 12px;
    color: #898e92;
    font-family: Arial;
}