body {
    background: #fff;
    font-family: Arial,Helvetica,sans-serif;
    color: #aaa;
}
#wrapper { width: 100% }
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.indexli {
    margin-bottom: 0;
    padding-top: 12px;
}
.fl { float: left }
.fr { float: right }
p {
    margin: 0;
    font-size: 12px;
    color: #333;
    line-height: 20px;
}
p a {
    margin: 0;
    font-size: 10px;
    color: #333;
    line-height: 20px;
    text-decoration: underline;
    font-weight: bold;
}
a { text-decoration: none!important }
a:hover { text-decoration: underline!important }
input { margin-bottom: 0!important }
select { margin-bottom: 0!important }
.search {
    border: none!important;
    margin: 0!important;
    padding: 11px 0 11px 10px!important;
    width: 300px!important;
}
.search:focus {
    border: 0 solid;
    box-shadow: none!important;
    color: #000;
}
.dropdown2 {
    padding: 10px!important;
    border: 0;
    width: 110px;
    border-right: #CCC solid 1px;
    height: 38px;
}
.dropdown3 {
    padding: 10px!important;
    border: 0;
    width: 110px;
    border-right: #CCC solid 1px;
    height: 38px;
    margin-top: 5px;
}
.dropdown {
    padding: 5px;
    border: 0;
    width: 210px;
    border: #CCC solid 1px;
    height: 30px;
    box-shadow: 1px 1px 1px #cfcfcf;
    margin-top: 10px;
}
.arial12black {
    font-size: 12px;
    color: #333;
}
.arial14black {
    font-size: 14px;
    color: #333;
}
.arial16black {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.arial18black {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.arial20black {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
.arial24black {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}
.arial30black {
    font-size: 30px;
    font-weight: bold;
    color: #353535;
    letter-spacing: -1px;
}
.arial36black {
    font-size: 36px;
    font-weight: bold;
    color: #353535;
    letter-spacing: -1px;
}
.arial18grey {
    font-size: 18px;
    font-weight: bold;
    color: #666;
    letter-spacing: -.5px;
}
.arial11grey {
    font-size: 11px;
    color: #666;
}
.arial12orange {
    font-size: 12px;
    color: #da7601;
}
.arial14orange {
    font-size: 14px;
    color: #da7601;
}
.arial18orangebold {
    font-size: 18px;
    color: #f19f00;
    font-weight: bold;
}
.arial11blue {
    font-size: 11px;
    font-weight: bold;
    color: #355ab8;
}
.arial13blue {
    font-size: 13px;
    color: #29c!important;
}
.arial18blue {
    font-size: 18px;
    font-weight: bold;
    color: #355ab8;
    letter-spacing: -.5px;
}
.arial16blue {
    font-size: 16px;
    font-weight: bold;
    color: #355ab8;
}
.arial14green,
.arial14green:visited {
    font-size: 14px;
    color: #72c11a;
}
.arial12purple {
    color: #be98d2;
    font-size: 12px;
}
.arial14purple {
    color: #be98d2;
    font-size: 14px;
}
.red { color: #d00000 }
b { font-weight: bold }
.font10 { font-size: 10px }
.font11 { font-size: 11px }
.font12 { font-size: 12px }
.font13 { font-size: 13px }
.font14 { font-size: 14px }
.font15 { font-size: 15px }
.font16 { font-size: 16px }
.font17 { font-size: 17px }
.font18 { font-size: 18px }
.font19 { font-size: 19px }
.font20 { font-size: 20px }
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #181818;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: normal;
}
strong { color: #FFF!important }
.padding5 { padding: 5px }
.padding10 { padding: 10px }
.padding15 { padding: 15px }
.padding20 { padding: 20px }
label,
legend {
    font-size: 12px;
    font-weight: normal;
}
.label2 {
    display: inline-block;
    width: 110px;
    font-size: 14px;
    margin-right: 3px;
}
input[type="text"].input-type2 { display: inline-block }
.error { color: #e10000 }
.myerror .error {
    color: #e10000;
    background: url(../images/error16x16.png) 10px center no-repeat #ffd;
    padding: 5px;
    padding-left: 40px!important;
    cursor: pointer;
    margin: 0;
    margin-bottom: 1px;
}
.myerror .error:hover { background: url(../images/error16x16.png) 10px center no-repeat #fcc }
.red-cross a {
    width: 12px;
    height: 12px;
    background: #ea1320;
    border-radius: 50px;
    margin-top: -2px!important;
    margin-left: 10px;
    text-align: center;
    font-size: 11px;
    color: white!important;
    line-height: 8px;
    font-weight: bold;
    padding: 0 4px;
}
.red-cross a:hover {
    background: #000;
    text-decoration: none!important;
}
.red-cross2 a {
    width: 12px;
    height: 12px;
    background: #ea1320;
    border-radius: 10px;
    float: left;
    margin-top: 3px;
    margin-right: 5px;
    text-align: center;
    font-size: 11px;
    color: #FFF!important;
    line-height: 10px;
    font-weight: bold;
}
.red-cross2 a:hover {
    background: #000;
    text-decoration: none!important;
}
.noborer { border-bottom: none!important }
.red-gradiant {
    background: #173956;
    background: -moz-linear-gradient(top,#325686 0,#37435d 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#325686),color-stop(100%,#37435d));
    background: -webkit-linear-gradient(top,#325686 0,#37435d 100%);
    background: -o-linear-gradient(top,#325686 0,#37435d 100%);
    background: -ms-linear-gradient(top,#325686 0,#37435d 100%);
    background: linear-gradient(to bottom,#325686 0,#37435d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#325686',endColorstr='#37435D',GradientType=0);
    border-top: #667c91 solid 1px;
    border-bottom: #4a0729 solid 1px;
    box-sshadow: inset 0 1px 0 #bf6065;
}
.success {
    background: #effeb9 url(../images/icons/sucess-icon.png) no-repeat;
    border: 1px solid #98c700;
    height: 48px;
    padding: 0 0 0 50px;
    margin: 5px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #565656;
    line-height: 48px;
}
.success span {
    font-weight: bold;
    font-size: 14px;
    padding-right: 15px;
}
.error-msg {
    background: #fccac1 url(../images/icons/error-icon.png) no-repeat;
    border: 1px solid #eb5439;
    height: 48px;
    padding: 0 0 0 50px;
    margin: 5px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #565656;
    line-height: 48px;
}
.error-msg span {
    font-weight: bold;
    font-size: 14px;
    padding-right: 15px;
}
.warning {
    background: #ffe9ad url(../images/icons/warning-icon.png) no-repeat;
    border: 1px solid #fab418;
    height: 48px;
    padding: 0 0 0 50px;
    margin: 5px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #565656;
    line-height: 48px;
}
.warning span {
    font-weight: bold;
    font-size: 14px;
    padding-right: 15px;
}
.information {
    background: #d1e4f3 url(../images/icons/information-icon.png) no-repeat;
    border: 1px solid #4d8fcb;
    height: 48px;
    padding: 0 0 0 50px;
    margin: 5px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #565656;
    line-height: 48px;
}
.information span {
    font-weight: bold;
    font-size: 14px;
    padding-right: 15px;
}
input.search-btn {
    background: #828282;
    background: -moz-linear-gradient(top,#828282 0,#363636 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#828282),color-stop(100%,#363636));
    background: -webkit-linear-gradient(top,#828282 0,#363636 100%);
    background: -o-linear-gradient(top,#828282 0,#363636 100%);
    background: -ms-linear-gradient(top,#828282 0,#363636 100%);
    background: linear-gradient(to bottom,#828282 0,#363636 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#828282',endColorstr='#363636',GradientType=0);
    display: inline-block;
    color: #fff;
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    height: 37px;
    width: 77px;
    border-top: #c1c1c1 solid 1px!important;
    border: #515151 solid 1px;
    border-radius: 0;
    outline: #2c2c2c solid 1px;
    text-shadow: none;
}
input.search-btn:hover {
    background: #828282;
    background: -moz-linear-gradient(top,#363636 0,#828282 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#363636),color-stop(100%,#828282));
    background: -webkit-linear-gradient(top,#363636 0,#828282 100%);
    background: -o-linear-gradient(top,#363636 0,#828282 100%);
    background: -ms-linear-gradient(top,#363636 0,#828282 100%);
    background: linear-gradient(to bottom,#363636 0,#828282 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#363636',endColorstr='#828282',GradientType=0);
    color: #FFF;
    height: 37px;
}
input.search-btn:active {
    position: relative;
    top: 1px;
}
.search-btn:visited { color: #fff }
h1 {
    font-size: 22px;
    color: #000!important;
}
h2 {
    font-size: 18px;
    color: #FFF;
    margin-bottom: 0!important;
}
h3 {
    font-size: 14px;
    color: #2685b8;
    margin-bottom: 0!important;
    font-weight: bold;
}
h4 {
    font-size: 13px;
    color: #2685b8;
    margin-bottom: 0!important;
    font-weight: bold;
    border-bottom: #dadada solid 3px;
}
h5 {
    font-size: 13px;
    color: #006eb9;
    margin-bottom: 0!important;
    font-weight: bold;
}
.leftcolumntitle {
    font-size: 18px;
    color: #FFF;
    margin-bottom: 6px;
    margin-top: 6px!important;
}
.leftcolumnsubtitle {
    font-size: 14px;
    color: #2685b8;
    margin-bottom: 5px;
    margin-top: 3px!important;
    font-weight: bold;
}
.leftchose {
    font-size: 13px;
    color: #2685b8;
    margin-bottom: 0!important;
    font-weight: bold;
    border-bottom: #dadada solid 3px;
}
.nav-bg {
    width: 100%;
    height: 34px;
    border-top: #667c91 solid 1px;
    border-bottom: #4a0629 solid 1px;
    background: #325686;
    background: -moz-linear-gradient(top,#325686 0,#37435d 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#325686),color-stop(100%,#37435d));
    background: -webkit-linear-gradient(top,#325686 0,#37435d 100%);
    background: -o-linear-gradient(top,#325686 0,#37435d 100%);
    background: -ms-linear-gradient(top,#325686 0,#37435d 100%);
    background: linear-gradient(to bottom,#325686 0,#37435d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#325686',endColorstr='#37435D',GradientType=0);
}
.nav-wraper {
    width: 1050px;
    padding-top: 8px;
    margin: 0 auto;
    position: relative;
}
.nav-wraper ul {
    float: right;
    margin-bottom: 0!important;
}
.nav-wraper ul li {
    float: left;
    position: relative;
}
.nav-wraper ul li a {
    padding: 0 15px 0 15px;
    font-size: 13px;
    color: #FFF;
    position: relative;
}
.pointer-down {
    border-right: 6px solid transparent;
    border-bottom: 6px solid #d5dbdc;
    border-left: 6px solid transparent;
    content: "";
    height: 0;
    width: 0;
    bottom: -8px;
    position: absolute;
    left: 45%;
    display: block;
}
.header {
    width: 1050p;
    border-top: #b0b5b6 solid 1px;
    border-bottom: #767d7e solid 1px;
    box-shadow: 0 1px 0 #cfcfcf;
    height: 64px;
    background: #f1f1f1;
}
.header-wrapper {
    width: 1050px;
    margin: auto;
}
.logo-continer { float: left }
.search-container {
    background: #FFF;
    border: #bbb solid 1px;
    width: 500px;
    margin-top: 12px;
}
.content-box {
    width: 1050px;
    margin: 0 auto;
}
.left-column {
    width: 1050px;
    float: center;
}
.left-column .nav {
    background: none!important;
    border-top: 0;
    border-bottom: #b0b7b9 solid 1px!important;
    height: 25px!important;
}
.left-column .nav li {
    padding: 0 5px 0 5px;
    float: left;
    color: #2c2c2c;
    font-size: 13px;
}
.left-column .nav li a { color: #2c2c2c }
.left-column .nav li a:hover {
    color: #2c2c2c;
    text-decoration: underline;
}
.left-column .left-col1 {
    width: 300px;
    float: right;
	padding: top;
}
.col1 { margin-top: 10px }
.banner-ad {
    width: 300px;
    height: 250px;
}
.browse-col {
    margin-top: 20px;
    border: #ccc solid 1px;
    box-shadow: 0 2px 2px #cfcfcf;
    background: #FFF;
}
.browse-text { padding: 2px 15px }
.blue-box {
    background: #f8eeb2;
    border-bottom: #666 dashed 1px;
    padding: 5px 15px 0 15px;
	
}
.blue-box li {
    padding: 0 5px 0 5px;
    float: left;
    color: #2c2c2c;
    font-size: 13px;
    width: 100%;
    margin-bottom: 5px;
}
.blue-box li a { color: #2c2c2c }
.blue-box li a:hover {
    color: #2c2c2c;
    text-decoration: underline;
}
.program-cont {
    padding: 5px 20px;
    border-bottom: #666 dashed 1px;
}
.program-cont ul {
    float: left;
    margin-top: 10px;
}
.program-cont ul li {
    float: left;
    border-bottom: #ccc solid 1px;
    width: 100%;
    margin-bottom: 0;
}
.program-cont ul li a {
    float: left;
    font-size: 14px;
    color: #333;
    line-height: 25px;
    width: 100%;
}
.program-cont ul li a:hover { color: #900!important }
.program-cont ul li .active {
    color: #900;
    font-weight: bold;
    text-decoration: underline;
}
.program-cont ul ul {
    float: left;
    margin: 0 0 20px 0;
}
.program-cont ul ul li {
    float: left;
    border-bottom: none!important;
    width: 200px;
}
.program-cont ul ul li a {
    float: left;
    line-height: 13px;
    margin-top: 10px;
    font-size: 12px;
    color: 333333;
    padding-left: 20px;
}
.program-cont ul ul li a:hover {
    color: #900;
    font-weight: normal!important;
}
.left-col2 {
    width: 730px;
    float: left;
    margin: 20px 20px 0 0;
}
.title-heading {
    font-size: 24px;
    color: #000;
}
.title-heading p {
    font-size: 14px;
    color: #000;
    letter-spacing: normal;
}
.search-result {
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
}
.listing-col1 {
    padding: 15px 0;
    border-bottom: #ccc dashed 1px;
}
.listing-col1 .title {
    font-size: 20px;
    color: #2685b8;
    font-weight: bold;
}
.listing-col1 .campus {
    color: #5c5c5c;
    font-size: 14px;
    font-weight: bold;
}
.listing-col1 .college {
    font-size: 14px;
    font-weight: bold;
}
.color-bluish { color: #2685b8!important }
.tabs {
    background: #f2f2f2;
    text-align: center;
    padding: 0 10px;
    color: #7a7a7a!important;
    line-height: 30px;
    font-size: 12px;
    float: left;
    margin: 5px 1px 0 0;
}
.yellow-box {
    background: #f8eeb2;
    margin: 5px 5px 5px 5px;

    
}
.right-column {
    width: 162px;
    float: right;
	padding: top;
}
.banner-ad3 {
    width: 162px;
    margin-top: 20px;
    float: right;
}
.banner-ad2 {
    width: 728px;
    height: 90px;
    margin: 0 auto;
}
.banner-ad4 {
    width: 728px;
    height: 90px;
    margin: 0 auto;
}
.banner-ad5 {
    width: 728px;
    height: 90px;
    margin: 0 auto;

}

.banner-small {
		float: left;
		margin: 7px 15px 5px 0;
		
		}
		

.liststyle1 { padding: 10px 20px }
.liststyle1 ul { margin-top: 10px }
.liststyle1 ul li a {
    float: left;
    line-height: 25px;
    border-bottom: #dadada solid 1px;
    color: #333;
    width: 100%;
}
.liststyle1 ul li a:hover { color: #900 }
.border-top { border-top: #dadada solid 1px }
.detail-contianer {
    border-bottom: #dadada solid 1px;
    border-top: #dadada solid 1px;
    margin-top: 10px;
    padding: 10px 0 0 0;
    font-weight: normal;
}
.detail-contianer .row1 {
    width: 100%;
    margin-bottom: 10px;
    float: left;
}
.detail-contianer .row1 a { color: #000 }
.detail-contianer .row1 a:hover {
    color: #000;
    text-decoration: underline;
}
.detail-contianer .row1 span { color: #000 }
.detail-contianer .column1 {
    float: left;
    width: 140px;
    font-size: 12px;
    color: #000;
}
.detail-contianer .column2 {
    float: left;
    font-size: 12px;
    color: #000;
    width: 360px;
}
.offer {
    font-size: 12px;
    color: #000;
    margin-bottom: 5px;
}
.liststyle2 .list-container {
    border-bottom: #dadada solid 1px;
    border-top: #dadada solid 1px;
    padding: 10px 0;
    margin-top: -1px;
}
.liststyle2 .list-container h2 {
    font-size: 18px;
    color: #2685b8;
    line-height: normal;
}
.liststyle2 .list-container p {
    font-size: 12px;
    color: #900;
}
.liststyle3 { padding: 0 }
.accerditation-col1 {
    width: 770px;
    float: left;
    margin: 20px 0 0 0;
}
.accerditation-col1 .column2 {
    float: left;
    font-size: 12px;
    color: #000;
    width: 100%;
}
.description { width: 100%!important }
.tags { margin-top: 10px }
.tags a {
    background: #e7eced;
    border: #d4dadb solid 1px;
    text-align: center;
    color: #333;
    max-height: 70px;
    padding: 0 5px 0 5px;
    font-size: 12px;
    margin-left: 5px;
    float: left;
    line-height: 28px;
    margin-bottom: 10px;
}
.tags a:hover {
    background: #dfe3e4;
    border: #d4dadb solid 1px;
    text-align: center;
    color: #333;
    max-height: 70px;
    font-size: 12px;
}
.tags a:nth-last-child() { margin-right: 0 }
.search-bar {
    border-top: #dadada solid 1px;
    border-bottom: #dadada solid 1px;
    padding: 4px 0;
    margin-top: 15px;
}
.search-bar ul.pagin li {
    float: left;
    display: inline;
    margin-bottom: -12px!important;
}
.search-bar ul.pagin li a {
    display: block;
    width: 28px;
    height: 52px;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    color: #666;
    font-family: Arial,Helvetica,sans-serif;
    line-height: 44px;
    font-weight: bold;
}
.search-bar ul.pagin li a:hover {
    background: url(../images/alphabets-bg.png) 4px 0 no-repeat;
    color: #fff;
}
.search-bar ul.pagin li a.selected {
    background: url(../images/alphabets-bg.png) 4px 0 no-repeat;
    color: #fff;
}
.aplhabet-container .col1 {
    width: 370px;
    float: left;
    margin-bottom: 20px;
}
.aplhabet-container .col1:nth-last-child(2n+2) { margin-left: 30px }
.aplhabet-container .col1 h5 {
    color: #900;
    font-weight: bold;
    font-size: 13px;
    padding-left: 15px;
    border-bottom: #ddd solid 1px;
}
.aplhabet-container .col1 p {
    color: #333;
    font-size: 13px;
    padding-left: 15px;
    line-height: 20px;
    margin-top: 10px;
}
.left-col {
    background: #edefef;
    width: 48px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #8f9ea3;
    float: left;
    margin-top: 5px;
    height: 113px;
    padding-top: 5px;
}
.right-col {
    width: 720px;
    float: right;
}

.avatar{
float:left;
overflow:hidden; 
margin: 4px;
}
.footer {
    background: #37435d;
    margin-top: 30px;
}
.footer-wraper {
    width: 930px;
    padding-top: 20px;
    margin: 0 auto;
}
.footer-links {
    float: left;
    color: #666;
    font-size: 13px;
    font-weight: bold;
}
.footer-links a {
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    padding: 0 5px 0 5px;
    letter-spacing: -0.5px;
}
.footer-links a:hover {
    color: #b00;
    font-size: 12px;
    font-weight: bold;
    padding: 0 5px 0 5px;
    letter-spacing: -0.5px;
}
.footer-social { float: right }
.copy-rights {
    padding: 25px 0;
    border-bottom: #333 dashed 1px;
    border-top: #333 dashed 1px;
}
.copy-rights p {
    font-weight: bold;
    color: #b00;
    line-height: normal;
}
.popular ul {
    margin-right: 115px;
    float: left;
    margin-top: 10px;
}
.popular ul li { margin-bottom: 0 }
.heading {
    color: #FFF;
    font-size: 13px;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    border-bottom: #444 solid 3px;
    margin-top: 20px;
    padding-bottom: 5px;
}
.popular ul li a {
    color: #aaa;
    font-size: 13px;
    font-family: Arial,Helvetica,sans-serif;
    text-decoration: none;
    line-height: 30px;
}
.popular ul li a:hover { text-decoration: underline }
.margin-right { margin-right: 0!important }
.pagination {
    text-align: right;
    margin: 10px 0 10px 0;
    border-bottom: #CCC solid 1px;
    border-top: #CCC solid 1px;
    padding: 5px 0;
}
.pagination strong {
    display: inline-block;
    text-decoration: none;
    color: #9a0651!important;
    cursor: pointer;
    font-size: 12px!important;
    font-weight: bold;
    white-space: nowrap;
    word-wrap: normal;
    text-decoration: underline;
}
.pagination a {
    display: inline-block;
    text-decoration: none;
    color: #aaa;
    font-size: 12px;
}
.pagination a:hover {
    display: inline-block;
    color: #9a0651;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
    word-wrap: normal;
}
.toggle {
    border-bottom: 1px solid #ccc;
    width: 250px;
    margin-top: 5px;
}
.fields { display: none }
#executionTime table,
tr,
td,
th { padding: 5px }
.title a:hover { color: #2685b8!important }
.title a:focus { color: #2685b8!important }