﻿body 
{
    font-size: 9pt;
	font-family: Tahoma;
	direction: rtl;
	background-color:White;
	margin: 0px;
}

.Header
{
    width:1000px;
    height:20px;
    padding:10px;
    font-size:14px;
    background-color:#eee;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    text-align:right;
    }
    
.Footer
{
    width:1000px;
    padding:10px;
    background-color:#444;
    color:white;
    border-radius:5px;
    }
    
    .FooterFull
{
    box-shadow: 0px 0px 8px 5px rgba(0, 0, 255, 0.15);
    width:700px;
    height:50px;
    
    }
    
    .lblAllLastNews
{
    font-size:12px;
    
    }
    
    .LastNews
{
    box-shadow: 0px 0px 8px 5px rgba(0, 0, 255, 0.15);
    width:700px;
    height:50px;
    padding:5px;
    text-align:right;
    }
    
    .LastNewsManager
{
        background-color:#ddd;
    width:800px;
    padding:5px;
    text-align:right;
    border-radius:5px;
    font-size:16px;
    }
    
.Menu
{
    width:1000px;
    text-align:right;
    padding:10px;
    margin:5px;
    border-radius:5px;
    background-color:#ccc;
    direction: rtl;
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 255, 0.15);
    height:50px;
}
    
.Right
{
    box-shadow: 0px 0px 8px 5px rgba(0, 0, 255, 0.15);
    width:200px;
    height:400px;
    float:right;
    }
    
    .RightFullNews
{
    box-shadow: 0px 0px 8px 5px rgba(0, 0, 255, 0.15);
    width:700px;
    height:400px;
    float:right;
    }
    
    .Left
{
    box-shadow: 0px 0px 8px 5px rgba(0, 0, 255, 0.15);
    width:200px;
    height:600px;
    float:left;
    }
    
    .LeftFullNews
{
    box-shadow: 0px 0px 8px 5px rgba(0, 0, 255, 0.15);
    width:300px;
    height:600px;
    float:left;
    }
    
.Center
{
    background-color:#eee;
    width:1000px;
    height:auto;
    padding:5px;
    border-radius:5px;
    }
    
    .Main
{
    background-color:Yellow;
    width:1000px;
    height:auto;
    }

        .imgMenu
{
    width:25px;
    height:25px;
    border-radius:5px;
    padding:2px;
    }

        .imgItems
{
    width:40px;
    }
    
    .txtBase
{
    width:150px;
    height:30px;
    padding:3px;
    font-family:Tahoma;
    font-size:12px;
    text-align:center;
    border-radius:5px;
    }

    .tagmngmenu
{
    padding:8px;
    font-size:15px;
    text-decoration:none;
    color:blue;
    margin:5px;
    border-radius:5px;
    }

    .lblSepa
{
    padding:3px;
    font-size:9px;
    text-decoration:none;
    color:Red;
    }
    
    .btnBase
{
    width:160px;
    height:40px;
    padding:3px;
    font-family:Tahoma;
    font-size:11px;
    border-radius:5px;
    }

.btnBase2 {
    width: 160px;
    height: 40px;
    padding: 3px;
    font-family: Tahoma;
    font-size: 11px;
    background-color:#ffb;
    border-radius: 5px;
}


.tdDays {
    width: 100px;
    font-size: 12px;
    color: White;
    text-align: center;
    background-color: #3aa000;
    border-radius: 1px;
    font-family: Tahoma;
}

.tdmt {
    width:10%;
    height: 40px;
    font-size: 12px;
    text-align: center;
    padding:5px;
}

.tdmt2 {
    height: 40px;
    font-size: 12px;
    text-align: right;
    padding:5px;
}

.tdDiet {
    height: 40px;
    font-size: 12px;
    text-align:center;
}

.trDay1 {
    width: 5%;
    height: 40px;
    font-size: 12px;
    background-color: #3aa000;
    color: White;
    text-align: center;
}

.trDay2 {
    width: 5%;
    height: 40px;
    font-size: 12px;
    background-color: #fff;
    color: black;
    text-align: center;
}

.trDay3 {
    width: 5%;
    height: 40px;
    font-size: 12px;
    background-color: #3aa000;
    color: White;
    text-align: center;
}

.ddList {
    font-size: 10pt;
    font-family: Tahoma;
    width:100%;
}
