body {
  font: 12px/1.5 Tahoma, sans-serif; 
  background-color: #fff;
/*background: url("../images/nenweb.svg");*/
}
@font-face {
    font-family: "UTM Facebook";
    src: url("fonts/UTM Facebook.ttf");
}
@font-face {
    font-family: "UTM Facebook";
    src: url("fonts/UTM FacebookB K&T.ttf");
    font-weight: bold;
}
/*@font-face{
    font-family:"Philosopher";
    src:url("fonts/philosopher/Philosopher-Regular.eot?") format("eot"),
    url("fonts/philosopher/Philosopher-Regular.woff") format("woff"),
    url("fonts/philosopher/Philosopher-Regular.ttf") format("truetype"),
    url("fonts/philosopher/Philosopher-Regular.svg#Philosopher") format("svg");
    font-weight:normal;font-style:normal;
}*/
.width-1000px{
    width: 1000px;
}
#wrapper{
    width: 1000px;
}
#header{
    height: 86px;
    background: url(../images/header.svg) top right repeat-x;
}
#header .logo{
    padding: 7px 0 0 20px;
	/* background-image: url(../images/bg_header.png); */
    min-height: 61px;
}
#header .header-right .block-menu-hexagon{
    float: right;
}
.position-1{
    /* float: left;
    width: 761px;*/
}
.position-2{
    float: right;
    width: 230px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
}
#sidebar{
    width: 217px;
}
#sidebar .sidebar-title{
    background-color: #0b8dc4;
    height: 31px; line-height: 31px;
    font-size: 15px; text-transform: uppercase;
    color: #ffffff;
    padding-left: 15px;
}
#sidebar ul{
    margin: 0; padding: 0;
    list-style: none;
}
#sidebar ul li{
    margin: 0; padding: 0 0 0 0;
    font-size: 14px; font-weight: bold;
}
#sidebar ul li.level-0{
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #FFF;
}
#sidebar ul li.level-0:hover,
#sidebar ul li.level-0.selected{
    /*background: #d7e1ed url(../images/bg-li.png) 195px 3px no-repeat;*/
    background-color: #d7e1ed;
}
#sidebar ul li.level-0.has-child.selected:hover,
#sidebar ul li.level-0.has-child.selected{
    /* background: #d7e1ed url(../images/bg-li-has-child.png) 195px 3px no-repeat; */
}
#sidebar ul li a{
    text-decoration: none;
    color: #6b6b6b;
    display: block;
    height: 24px; line-height: 24px;
}
#sidebar ul li.level-0 > a{
    background: url(../images/li.png) 15px center no-repeat;
    padding-left: 28px;
}
#sidebar ul li.level-0 > a:hover,
#sidebar ul li.level-0.selected > a{
    background: url(../images/li-hover.png) 15px center no-repeat;
    color: #007dba;
}
#sidebar ul li.level-0 .level-1{
    padding-left: 40px;
    background-color: #eef5fd;
}
#sidebar ul li.level-0 .level-1 a:hover,
#sidebar ul li.level-0 .level-1.selected a{
    color: #ff8a00;
}
#sidebar ul li.level-0 ul{
    display: none;
}
#sidebar ul li.level-0.selected ul/*,
#sidebar ul li.level-0:hover ul*/{
    display: block;
}
#sidebar .box-programs{
    padding: 10px 0;
    background: url(../images/box-program.jpg) 200px top repeat-y;
}
#sidebar .box-programs li{
    text-align: right;
    height: 36px;
    font-weight: normal !important;
    padding-right: 25px;
    background: url(../images/box-program-li.jpg) 200px center no-repeat;
}
#sidebar .box-programs li a{
    color: #6b6b6b;
    line-height: 36px !important;
}
#sidebar .box-programs li a:hover,
#sidebar .box-programs li a.selected{
    font-weight: bold;
    color: #f58025;
}

#content{
    width: 762px;
    font-size: 14px;
}
#content .content-title{
    color: #6B6B6B;
    font-family: "UTM Facebook";
    font-size: 35px;
    height: 35px;
    line-height: 35px;
}

.general-item{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #e3e3e3;
    background-color: #fff;
    position: relative;
}
.general-item.selected{
    background-color: #e8e8e8;
}
.general-item .tools{
    display: block;
    position: absolute; top: 20px; right: 20px;
    height: 13px; width: 13px;
    background: url(../images/general-item-tools.png) no-repeat;
}
.general-item .tools:hover,
.general-item.selected .tools{
    background-position: left -13px;
}
.general-item .gi-title{
    font-size: 15px;
    padding: 12px 35px 12px 57px;
}
.general-item .gi-title a{
    text-decoration: none;
    color: #000;
}
.general-item.faqs .gi-title{
    background: url(../images/faqs.png) 12px center no-repeat;
}
.general-item.faqs .gi-title:hover{
    background: #E8E8E8 url(../images/faqs.png) 12px center no-repeat;
}
.general-item.faqs .gi-title a{
    text-decoration: none;
    color: #000000;
}
.general-item .summary{
    padding: 10px 22px;
    line-height: 20px;
    display: none;
}
.general-item.selected .summary{
    display: block;
}
.general-item.resources .gi-title{
    background: url(../images/resources.png) 12px center no-repeat;
}
.general-item.resources .gi-title:hover{
    background: #E8E8E8 url(../images/resources.png) 12px center no-repeat;
}
.general-item.resources.magazine .gi-title{
    background: url(../images/magazine.png) 12px center no-repeat;
}
.general-item.resources.magazine .gi-title:hover{
    background: #E8E8E8 url(../images/magazine.png) 12px center no-repeat;
}
.general-item.resources.magazine .gi-title:hover{
    background: #E8E8E8 url(../images/magazine.png) 12px center no-repeat;
}
.general-item.resources .box-file{
    display: inline-block;
    width: 260px;
    float: right;
    margin: 40px 0 0 7px;
}
.general-item.resources .box-file .file{
    display: block;
    position: relative;
    padding: 10px 20px;
    font-weight: bold;
    border: 1px solid #cdcdcd;
    background-color: #fff;
}
.general-item.resources .box-file .file .type{
    color: #e87923;
    background: url(../images/file.jpg) left center no-repeat;
    padding-left: 15px;
}
.general-item.resources .box-file .file .type a{
    color: #e87923;
}
.general-item.resources .box-file .file .title{
    position: absolute; left: -1px; top: -38px;
    border: 1px solid #cdcdcd;
    border-bottom: 1px solid #fff;
    background-color: #fff;
    padding: 0 15px;
    height: 36px; line-height: 36px;
    color: #1a8da2;
}
.general-item.resources.magazine .summary p{
    margin-bottom: 10px;
}
.users-item{
    /* width: 142px; 
    height: 178px; */
    width: 177px; 
    height: 222px;
    position: relative;
    margin: 0 13px 14px 0;
}
.users-item img{
    width: 177px; 
    height: 222px;
}
.users-item h2{
    position: absolute; left: 0; top: 70px;
    text-align: center;
    width: 142px;
    font-family: "UTM Facebook";
    font-size: 26.6px;
    display: none;
}
.users-item:hover h2{
    display: block;
}
.users-item h2 a{
    color: #6b6b6b;
}
.users-item .more{
    background-color: #0b8dc4;
    border-radius: 4px 4px 4px 4px;
    bottom: 5px;
    color: #FFFFFF;
    display: block;
    font-family: "UTM Facebook";
    font-size: 15px;
    font-weight: bold;
    height: 20px;
    line-height: 18px;
    padding: 0 7px;
    position: absolute;
    right: 6px;
    text-decoration: none;
    z-index: 15;
}
.users-item .shadow{
    position: absolute; left: 0; bottom: -14px; z-index: 1;
    width: 142px; height: 14px;
    background: url(../images/user-item-shadow.png) top center no-repeat;
}
.users-item:hover a img{
    opacity: 0.4;
}
.users-item-4,
.users-item-8,
.users-item-12,
.users-item-16,
.users-item-20,
.users-item-24,
.users-item-28,
.users-item-32,
.users-item-36,
.users-item-40,
.users-item-44,
.users-item-48{
    margin-right: 0 !important;
}
.courses-thumb-item{
    width: 237px;
    height: 267px;
    border: 1px solid #b6b6b6;
    background-color: #ffffff;
    border-top-color: #007dba;
    position: relative;
    margin-bottom: 14px;
    margin-right: 14px;
}
.courses-thumb-item .thumb{
    display: block;
    border-top: 2px solid #007dba;
    margin-bottom: 5px;
}
.courses-thumb-item .thumb img{
    height: 136px;
    min-width: 237px;
}
.courses-thumb-item h2{
    font-family: "UTM Facebook";
    font-size: 20px !important;
    line-height: 25px;
    padding: 0 10px 0 13px !important;
}
.courses-thumb-item h2 a{
    color: #6b6b6b;
}
.courses-thumb-item .shadow{
    position: absolute; left: 0; bottom: -14px;
    height: 14px;
    width: 237px;
    background: url(../images/shadow-small.png) top center no-repeat;
}
.courses-thumb-item .hr{
    position: absolute; left: 0; bottom: 1px; z-index: 999;
    height: 16px; line-height: 16px;
    width: 237px;
    background-color: #d7e1ed;
    text-align: center;
}
.courses-thumb-item:hover .hr{
    background-color: #0b8dc4;
}
.courses-thumb-item .hr span{
    font-size: 11px; font-weight: bold;
    color: #9c9c9c;
    padding: 0 3px;
}
.courses-thumb-thumb-item:hover .hr span{
    color: #c9c9c9;
}
.courses-thumb-item .hr span.selected{
    color: #0b8dc4;
}
.courses-thumb-item:hover .hr span.selected{
    color: #fff;
}
.courses-thumb-item .more{
    display: block;
    position: absolute; right: 5px; bottom: 22px;
    height: 20px; line-height: 18px;
    padding: 0 7px;
    border-radius: 4px;
    background-color: #0b8dc4;
    text-decoration: none;
    color: #fff;
    font-family: "UTM Facebook"; font-size: 15px; font-weight: bold;
    z-index: 15;
}
.courses-thumb-item:hover .more{
    background-color: #ffeab3;
    color: #6b6b6b;
}
.courses-thumb-item .teaser{
    position: absolute; left: -1px; top: -1px;
    width: 210px;
    height: 255px;
    background-color: #0b8dc4;
    padding: 7px 14px 7px 15px;
    text-align: justify;
    z-index: 10;
    color: #fff;
    display: none;
}
.courses-thumb-item:hover .teaser{
    display: block;
}
.courses-thumb-item .teaser h2{
    padding: 0 0 7px 0 !important;
    text-align: left !important;
}
.courses-thumb-item .teaser h2 a{
    color: #fff;
    font-size: 25px; line-height: 25px !important;
}
.courses-title {
    font-size: 30px; font-weight: bold;
    font-family: "UTM Facebook";
    color: #6b6b6b;
}
.courses-thumb-other-4,
.courses-thumb-other-8,
.courses-thumb-other-12,
.courses-thumb-other-16{
    margin-right: 0 !important;
}
.courses-thumb-cat-3,
.courses-thumb-cat-6,
.courses-thumb-cat-9,
.courses-thumb-cat-12{
    margin-right: 0 !important;
}
#box-login{
    
}
.login-title{
    text-align: center;
    font: 28px "UTM Facebook";
    width: 400px;
    margin: auto; 
    color: #6b6b6b; 
}
#inputDiv{
    width: 303px;
    margin: 0 auto;
}
#inputDiv .input{
    background: #fff;
    height: 23px; 
    display: block;
    border: 1px solid #C4C4C4;
    width: 300px;
    padding: 0 0 0 5px;
    color: #9e9e9e;
    font-weight: bold;
}
#inputDiv .noUnderline{
    text-decoration: none;
}
#inputDiv #submitBtn{
    width: 118px ; height: 30px;
    border: 1px solid #c4c4c4; 
    background: #fcffd2; 
    font: 19.2px "UTM Facebook";
    text-align: center;
    color: #1a8da2;
    display: block;
    text-decoration: none;
}
.table-hover tr:hover td{
    background-color: #fafa95 !important;
}
.tbl-studentship tr:hover td{
    background-color: #fafa95 !important;
}
#programs .courses-thumb-item{
    margin-right: 22px ;
}
#footer{
    min-height: 106px;
    /* background: #e0e0e0 url(../images/bg-footer.png) 750px bottom no-repeat; */    
    background: #e0e0e0;    
    margin-bottom: 73px;
    padding-top: 19px;
}
#footer .copyright{
    padding: 0 0 5px 15px;
    /* background: url(../images/copyright.png) 17px top no-repeat;*/
    min-height: 87px;
    color: #9e9e9e;
    width: 460px;
}
#footer .copyright .name{
    font-size: 15px; font-weight: bold; line-height: 15px;
    color: #0b8dc4;
}
#footer .copyright .item{
    line-height: 14px;
    padding-top: 5px;
}
#footer .copyright .item span{
    display: inline-block;
    width: 13px; text-align: center;
    float: left;
}
#footer .menu-footer{
    width: 330px;
    text-align: right;
    padding-right: 20px;
}
#footer .menu-footer a.fb{
    display: block;
    height: 26px; line-height: 26px;
    color: #9e9e9e; font-weight: bold;
    text-decoration: none;
    background: url(../images/facebook.png) right 0 no-repeat;
    padding-right: 32px;
}
#footer .menu-footer a.fb:hover{
    color: #007dba;
    background-position: right -26px;
}
.web-pagination{
    height: 20px; line-height: 20px;
    text-align: right;
    margin-top: 5px;
}
.web-pagination a,
.web-pagination font.current{
    border-radius: 3px 3px 3px 3px;
    height: 20px;
    line-height: 20px;
    margin: 0 7px;
    padding: 0 7px;
    display: inline-block;
    color: #7a7a7a;
    text-decoration: none;
}
.web-pagination a:hover,
.web-pagination font.current{
    background-color: #D7E1ED;
    color: #1A8DA2;
    font-weight: bold;
}
ul{
    list-style-image: url("../images/list.png");
    margin-bottom: 10px;
}
#box-register input[type="text"],
#box-register textarea{
    font-weight: normal !important;
    font-size: 13px !important;
    background: #fcffd2;
    font-family: arial;
}