﻿
 #container{
       min-height:590px;
       width:960px;
       padding-bottom:15px;
       
   }                  
#container #Vmenu
{
    width:240px;
    float:right;
    margin-top:20px;
  border-top-left-radius:10px;
  border:1px solid #eee;
}

#container #Vmenu ul
{
    width:240px;
    float:right;
    list-style: none;
	margin: 0;
	padding: 0;
}

#container #Vmenu ul li{
    width:240px; height:32px;
    background-color:#084B96;
    margin-bottom:1px;
    display:table-caption;
    
}

#container #Vmenu ul .sub{
    background-image:url('../Images/Varrow2.png');
    background-size:15px;
    background-position-x:5px; background-position-y:8px;
    background-repeat:no-repeat;
    z-index:1000;
}

#container #Vmenu ul li a
{
    float:right;
    width:237px;
    text-align:right;
    padding-top:0;
    padding-right:3px;
    height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	text-decoration: none;
    font-size:15px;
	color: white;

}

#Vmenu li a:hover{
	color: white !important;
    background-color:#000074;
	}

#container #Vmenu #SubVmenu{
    position:relative;
    right:240px;
    bottom:32px;
    display:none;
    z-index:1000;
    border-radius:10px;
    background-color:#ccc;
    width:220px;
}

#container #Vmenu #SubVmenu li{
    margin:0;padding:0;
    background-color:#000074;
    width:220px;
    border-bottom:1px solid white;
}

#container #Vmenu #SubVmenu li:last-child{
    border-bottom:0;
}

#container #Vmenu #SubVmenu li a{
    width:220px;
    color:white;
    font-size:13px;
    font-weight:bold;

}

#container #Vmenu #SubVmenu li a:hover{
   
}

.lnkFocus{font-weight:bold;
         color: white !important;
         background-color:#000074;
}

#container #Related {
    float:right;
}

 #NewsTicker {
        border: solid 1px #cccccc;
        background-color:cornsilk;
        width: 250px;
        height: 396px;
        margin: 30px auto;
    }

#marquee{height:360px;}
#marquee li{
    float:right;
    list-style:none;
    border-bottom:1px solid #ccc;
    padding:5px 0;
}
#marquee li img{float:right;}
#marquee li a{
    float:right;
    width:197px;
    text-align:right;
    font-size:12px;
    line-height:1.4;
    text-decoration:none;
    color:#000;
    padding-right:3px;
    direction:rtl;
}
#marquee li a:hover{color:#002ddb;}

/******************* MPcontent *****************/
#MPcontent{
    width:705px;
    margin-top:25px;
    float:right;
    text-align:justify !important;
    font-size:12px !important;
}

 /************************* Pages ************************/
 #WUCtitle{
     text-align:center;
     width:700px;
 }

.WUClbltitle {
    color:black;
    font-size:18px;
    font-weight:bold;
    float:right; margin-top:5px;
    width:700px;
    text-align:right;
     font-family: "HelveticaNeueLTW20";
     border-bottom:1px solid #ccc;
}
.WUClblDate{
    font-size:14px;
    position:relative; 
    right:25px; top:38px;
    float:right;
}

#WUCcontent{float:right;
     font-family: 'Sakkal Majalla';
     font-size:17px;
     width:695px;
     margin-top:20px;
     direction:rtl;
     text-align:justify;
     margin-right:5px;
}
#WUCcontent p,#WUCcontent span{
    direction:rtl;
    width:auto;
}

#WUCcontent .WUCImage {
    width:200px; height:150px;
    /*margin:35px 10px 10px 0;*/ 
    float:left;
    border:1px solid black;
    padding:1px;
}

#WUCcontent #WUCDetails {
    float:right;
    text-align:justify;
    direction:rtl;
    padding:10px 0 0 10px; margin:0;
    font-size:12px !important;
    font-family:'Sakkal Majalla';
}

#AttachFile{
    text-align:center;
    font-family: HelveticaNeueLTW20;
    font-size:18px;
}

/*********************** Top Menu Pages ****************/
#Downlink {
    text-decoration:none;
    color:green;
    font-weight:bold;
    font-size:19px;
}
#TMStatic{text-align:center;}

#TMStatic ul{
    list-style:none;
    display:block;
    width:956px;
    margin:20px 0;padding:0;
}

#TMStatic ul li{
    width:307px;
    height:170px;
    background-color:white;
    border-radius:5px;
    margin:4px;    
    float:right;
    border:1px solid #547696;
    box-shadow: 0 0 4px 0 #547696;
}

#TMStatic ul li a{
    float:right;
    text-align:center;
    width:307px; height:30px;
    line-height:22px;
    border-bottom:1px solid #ccc; 
    font-size:16px;font-weight:bold; 
    text-decoration:none;
    color:white;
    background-color:#547696;
}
#TMStatic ul li a:hover{
    text-decoration:underline;
}

#TMStatic ul li div{
    float:right;    
}

#TMStatic ul li p{
    float:right;
    text-align:right;
    direction:rtl;
    margin:0;padding:5px;
    font-size:15px;
    line-height:22px;
}

/******************** GridView **********************/

.GvData{
    border-collapse:collapse;
}

.GvData tr th{
    text-align:center;
    color:white;
    background-color:black;
    font-size:16px;
}

.GvData tr{
    background-color:#002C9E;
}
.GvData tr:last-child{background-color:white;}

.GvData tr td{height:30px}
.GvData tr:hover{background-color:white;color:black !important}
.GvData tr td a{
    text-decoration:none;
    font-size:13px;
    color:white;
    width:100%;float:right;
    text-align:right;
    height:32px;
}
.GvData tr td a:hover{color:black;}

        .paging a
        {
            background-color: #002C9E;
            padding: 2px 10px;
            font-size:14px;
            text-decoration: none;
            border: 1px solid #00C157;
            float:right;
        }

        .paging a:hover
        {
            background-color: #E1FFEF;
            color: #00C157;
            border: 1px solid #00C157;
        }

        .paging span
        {
            background-color: #E1FFEF;
            padding: 2px 10px;
            color: #00C157;
            float:right;
            border: 1px solid #00C157;
        }

        tr.paging tr {  background: none !important; }

        tr.paging td { border: none; }
   tr.paging td a{height:auto;}
        