
/***********
** images **
***********/
#ndrive {
    width: 120px;
    height: 70px;
}

#silversmall {
    padding-top:3px;
}

#tasks{
    vertical-align: top;
}

.topContent{
    padding-top: 17px;
    margin-left: 20px;
    margin-right: 26px;
}


/* left and right borders */

.left {
    float: left;
    width: 13%;
    height:100%;
}



.top {
    border:1px solid blue;
    width: 100%;
    height: 310px;
    margin-bottom: 2px;
   
}

#table1{
    display: table; 
    margin: 0 auto;
    width: 1000px;
    height: 530px;
    border-bottom: 1px dashed #7e7e7e;
}



.table{
    width:660px;
    height: 530px;
}

#framecontent {
    border:1px solid blue;
    margin-bottom: 2px;
    margin-left: 20px;
    margin-right: 20px;
}

.center {
    margin-left: 14%;
    //margin-right: 22%;
    //padding-left:2px;
    height: 99%;
}

#ncontent {
    font-family: Verdana, Helvetica, Arial;
    font-size: 12px;
    font-weight: normal;
    text-align: justify; 
}



#frame{
    width: 100%;
    height: 100%;
    overflow:visible;
}



#main{
    display: table; 
    margin: 0 auto;
    width: 1000px;
    min-height: 530px;
    //border-bottom: 1px dashed #7e7e7e;



}

#news{
width: 530px;
}

#right{
    width:179px;
    height:530px; 
    //border-left: 1px dashed #7e7e7e;
    background-image:url('images/silver_right.jpg');
    background-repeat: repeat-y;
}
#right2{
    width:15px;	
height:530px; 
    border-left: 1px dashed #7e7e7e;
   
}
#t1{ 
    border-right: 1px dashed #7e7e7e;
    width:45px;
    height:530px; 
    background-image:url('images/silver_left.jpg');
    background-repeat: repeat-y;
   
}

#t{
    align:center;
    width:75px;
}

#t2{
    border-right: 1px dashed #7e7e7e;
    border-bottom: 1px dashed #7e7e7e;
    height:307px;
   
   
}

#t3{
    border-right: 1px dashed #7e7e7e;
    border-bottom: 1px dashed #7e7e7e;
    height:84px;
}
 
#t4{
    border-right: 1px dashed #7e7e7e;
    border-bottom: 1px dashed #7e7e7e;
    height:32px;
}

#t5{
    border-right: 1px dashed #7e7e7e;
    height:58px;  
}

#frameContent{
    border-top: 1px dashed #7e7e7e;

}




#menu{
align:left;
    margin-left: 7%;
}

.title{
  font-family: Verdana Tahoma;
  font-size: 22px;
  font-weight: bold;
  color: #919699;
}


.link{
    text-decoration: none;
    color: black;
}

.nlink{
    text-decoration: underline;
    color:grey;
}

/*Menu CSS*/


.arrowlistmenu .menuheader{
    font-family: Verdana Tahoma;
    font-size: 11px;
    font-weight: normal;
    color: black;
    margin-bottom: 2px; 
    padding: 0px 0px 0px 4px;
    cursor: pointer;
    width: 88%;
    border-bottom: 1px dashed #7e7e7e;
}

.arrowlistmenu .expandable{
    font-family: Verdana Tahoma;
    font-size: 11px;
    font-weight: normal;
    color: black;
    margin-bottom: 2px; 
    text-decoration: none;
    padding: 0px 0px 0px 4px;
    cursor: pointer;
    border-bottom: 1px dashed #7e7e7e;
}

.arrowlistmenu ul{ 
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 90%;
    border-bottom: 1px dashed #7e7e7e;
}

.arrowlistmenu ul li{
    padding-bottom: 0px;

}

.arrowlistmenu ul li a{
    font-family: Verdana Tahoma;
    font-size: 9px;
    font-weight: normal;
    color: black;
    display: block;
    padding: 2px 0px;
    padding-left: 19px; 
    text-decoration: none;
    
}

.arrowlistmenu .openheader{
    font-weight: bold;
    border-bottom: 0px;
}

.link:hover{
    color: white;
    background-color: black;
}


