﻿@charset "utf-8";
@font-face{
	font-family:'gesstwo';
	src: url('../fonts/gesstwo.eot');
   	src: local('gesstwo'), url('../fonts/gesstwo.ttf') format('TrueType');
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }
:focus { outline:0; }
a:active { outline:none; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td { font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }

body
	{
	margin:0px;
	padding:0px;
	background:  url(../images/BG.jpg);
	width:100%;
	letter-spacing:0;
	line-height:1.2;
	color:#404040;
	font-family:Tahoma , Helvetica, sans-serif;	
	}
#Maincontainer{
	width:100%;
	margin:0px;
	padding:0px;
	height:auto;
	background-image:url('../images/Bg-top.jpg');
	background-repeat:repeat-x;
}
#container{
	width:908px;
	height:auto;
	position: relative;
	margin:5px auto 0px auto;
	padding: 0px;
	direction:rtl;
	
}
#topheader{
	}
#Unv{
	float:right;
	background-image:url('../images/unv_logo.png');
	background-repeat:no-repeat;
	background-position:right 1px;
	height:25px;
	margin:5px;
	padding:10px 55px 0 0;
	text-shadow:0 1px 0 #696969;
}
#Unv a{
	color:#fff;
	text-decoration:none;
	font-family:gesstwo;
	font-size:16px;
	font-weight:bold;
	
}
#topnav {
	float:left;
	padding:0px 0px 0px 0;
	font-size:11px;
	line-height:23px;
	text-align:left;
}
#topnav a.signin {
	background:#88bbd4;
	padding:4px 6px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	*background:transparent url("images/signin-nav-bg-ie.png") no-repeat 0 0;
	*padding:4px 12px 6px;
}
#topnav a.signin:hover {
	background:#59B;
	*background:transparent url("images/signin-nav-bg-hover-ie.png") no-repeat 0 0;
	*padding:4px 12px 6px;
}
#topnav a.signin, #topnav a.signin:hover {
	*background-position:0 3px!important;
}

a.signin {
	position:relative;
	margin-left:3px;
}
a.signin span {
	background-image:url("images/toggle_down_light.png");
	background-repeat:no-repeat;
	background-position:100% 50%;
	padding:4px 6px 6px 0;
}
#topnav a.menu-open {
	background:#ddeef6!important;
	color:#666!important;
	outline:none;
}
#small_signup {
	display:inline;
	float:none;
	line-height:23px;
	margin:25px 0 0;
	width:170px;
}
a.signin.menu-open span {
	background-image:url("images/toggle_up_dark.png");
	color:#789;
}

#signin_menu {
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	display:none;
	background-color:#ddeef6;
	position:absolute;
	width:210px;
	z-index:100;
	border:1px transparent;
	text-align:left;
	padding:12px;
	top: 24.5px; 
	left: 0px; 
	margin-top:55px;
	margin-right: 0px;
	margin-left:33px;
	*margin-right: -1px;
	color:#789;
	font-size:11px;
}

#signin_menu input[type=text], #signin_menu input[type=password] {
	display:block;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #ACE;
	font-size:13px;
	margin:0 0 5px;
	padding:5px;
	width:203px;
}
#signin_menu p {
	margin:0;
	text-align:right;
}
#signin_menu a {
	color:#6AC;
}
#signin_menu label {
	font-weight:normal;
	
}
#signin_menu p.remember {
	padding:10px 0;
}
#signin_menu p.forgot, #signin_menu p.complete {
	clear:both;
	margin:5px 0;
}
#signin_menu p a {
	color:#27B!important;
}
#signin_submit {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:#39d url('images/bg-btn-blue.png') repeat-x scroll 0 0;
	border:1px solid #39D;
	color:#fff;
	text-shadow:0 -1px 0 #39d;
	padding:4px 10px 5px;
	font-size:11px;
	margin:0 5px 0 0;
	font-weight:bold;
}
#signin_submit::-moz-focus-inner {
padding:0;
border:0;
}
#signin_submit:hover, #signin_submit:focus {
	background-position:0 -5px;
	cursor:pointer;
}

.tipsy-inner {
	padding:10px 15px;
	line-height:1.5em;
	font-weight:bold;
}
.tipsy {
	opacity:.8;
	filter:alpha(opacity=80);
	background-repeat:no-repeat;
	padding:5px;
}
.tipsy-inner {
	padding:8px 8px;
	max-width:200px;
	font:11px 'Lucida Grande', sans-serif;
	font-weight:bold;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background-color:#000;
	color:white;
	text-align:left;
}
.tipsy-north {
	background-image:url(images/tipsy-north.gif);
	background-position:top center;
}
.tipsy-south {
	background-image:url(images/tipsy-south.gif);
	background-position:bottom center;
}
.tipsy-east {
	background-image:url(images/tipsy-east.gif);
	background-position:right center;
}
.tipsy-west {
	background-image:url(images/tipsy-west.gif);
	background-position:left center;
}

#menu{
	float:left;
	width:440px;
	text-shadow:0 1px 0 rgba(255,255,255,.8);
	-webkit-font-smoothing: subpixel-antialiased;

}

#menu ul{
	list-style-type:none;
	padding:10px 0 0 0px;
}
#menu ul li{
	float:left;
	display: inline;
}
#menu ul li .signin{
	color:#ffd648;
	text-shadow:0 1px 0 #696969;
}
#menu ul li a{
	display: block;
	color: #113754;
	padding:5px 10px 5px 10px;
	text-decoration: none;
	font-family:gesstwo;
	font-size:16px;
	font-weight:bold;
}
#menu ul li a:hover{
	background-image:url('../images/menu_hover.png');
	background-repeat:repeat-x;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	border-top-right-radius:5px;
	border-top-left-radius:5px;
}
#header{
	clear:both;
	background-image:url('../images/header.jpg');
	background-repeat:no-repeat;
	width:908px;
	height:240px;
	box-shadow: 1px -1px 3px #585858;
	-webkit-border-top-right-radius:15px;
	-webkit-border-top-left-radius:15px;
	-moz-border-radius-topright:15px;
	-moz-border-radius-topleft:15px;
	border-top-right-radius:15px;
	border-top-left-radius:15px
}
#logo{
	float:right;
}
#bannerpics{
	float:left;
	padding:10px 0 0 30px;
	background-image:url('../images/banner_pics.png');
	background-repeat:no-repeat;
	background-position:70% 14px;
	width:404px;
	height:225px;
}
#headerinfo{
	background-color:#c2dbe7;
	border-top:1px #77a9be solid;
	height:auto;
	box-shadow: 1px 1px 10px #c4c4c4;
	
}
#headerinfo h1{
	clear:both;
	font-family:gesstwo;
	font-size:18px;
	font-weight:bold;
	color:#224d6f;
	background-image:url('../images/aboutIcon.png');
	background-repeat:no-repeat;
	background-position:right;
	width:400px;
	height:49px;
	position:absolute;
	right:-13px;
	padding:20px 65px 0 0;
	text-shadow:0 1px 0 rgba(255,255,255,.8);
	-webkit-font-smoothing: subpixel-antialiased;
}
#headerinfo p{
	text-shadow:0 1px 0 rgba(255,255,255,.8);
	padding:50px 50px 10px 0;
	font-size:14px;
}
#headerinfo ul{
	padding:10px;
	list-style-type:none;
	font-family:gesstwo;
	font-size:16px;
	font-weight:bold;

}

#aboutMore{
	height:40px;
	padding:10px 50px 10px 0;
	width:850px;
}
#aboutMore a{
	float:right;
	color:#4e7589;
	text-decoration:none;
	padding:10px;
	background-image:url('../images/about_more.png');
	background-repeat:repeat-x;
	height:40px;
	font-family:gesstwo;
	font-size:16px;
	text-shadow:0 1px 0 rgba(255,255,255,.8);
	-webkit-font-smoothing: subpixel-antialiased;

}
#arrowMore{
	float:right;
	padding:10px 10px 0 0px;
}
#aboutMore1{
	float:right;
	width:250px;
}
#aboutMore2{
	float:left;
	width:590px;
}
#aboutMore2 h2{
	float:right;
	width:100px;
	font-family:gesstwo;
	font-size:18px;
	font-weight:bold;
	color:#224d6f;
	padding:10px;
	text-shadow:0 1px 0 rgba(255,255,255,.8);
	-webkit-font-smoothing: subpixel-antialiased;
	text-align:right;

}
.round{
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	border-top-right-radius:5px;
	border-top-left-radius:5px;

}
#body{
	clear:both;
	background-color:#fff;
	box-shadow: 1px -1px 3px #585858;
	height:auto;
	overflow:hidden;
	width:908px;
	-webkit-border-bottom-right-radius:15px;
	-webkit-border-bottom-left-radius:15px;
	-moz-border-radius-bottomright:15px;
	-moz-border-radius-bottomleft:15px;
	border-bottom-right-radius:15px;
	border-bottom-left-radius:15px;

}
#collegelist{
	width:908px;
}
#collegelist ul{
	clear:both;
	list-style-type:none;
	padding:10px 80px 0 0;
	
}
#collegelist ul li{
	padding:10px;
	display: inline;
}
#latestexam{
	height:auto;
	background-image:url('../images/latestBg.jpg');
	margin-top:10px;

}
#latestexam h1{
	clear:both;
	font-family:gesstwo;
	font-size:18px;
	font-weight:bold;
	color:#224d6f;
	background-image:url('../images/NewIcon.png');
	background-repeat:no-repeat;
	background-position:right;
	width:400px;
	height:49px;
	position:absolute;
	right:-13px;
	padding:20px 65px 0 0;
	text-shadow:0 1px 0 rgba(255,255,255,.8);
	-webkit-font-smoothing: subpixel-antialiased;

}
#latestexam ul{
	list-style-type:none;
	padding:55px 10px 10px 0;
}
#latestexam ul li{
	clear:both;
	background-color:#fff;
	padding:5px 20px 5px 5px;
	margin:3px;
	height:20px;
	background-image:url('../images/arrow.png');
	background-repeat:no-repeat;
	background-position:99% 15px;
	box-shadow: 1px 1px 3px #d0d0d0;
}
#latestexam ul li a{
	text-decoration:none;
	color:#404040;
	font-size:14px;
}
#latestexam ul li a:hover{
	text-decoration:underline;
}
#stat{	
	padding-bottom:20px;
	margin-top:10px;
	background-image:url('../images/latestBg.jpg');	
}
#stat h1{
	clear:both;
	font-family:gesstwo;
	font-size:18px;
	font-weight:bold;
	color:#224d6f;
	background-image:url('../images/statIcon.png');
	background-repeat:no-repeat;
	background-position:right;
	width:400px;
	height:49px;
	position:absolute;
	right:-13px;
	padding:20px 65px 0 0;
	text-shadow:0 1px 0 rgba(255,255,255,.8);
	-webkit-font-smoothing: subpixel-antialiased;

}
#statTxt{
	padding:50px;
}
#statTxt h2{
	text-align:center;
	font-family:gesstwo;
	font-size:14px;
	font-weight:bold;
	background-color:#fff;
	padding:10px;
	width:auto;
	margin:2px;
	border:1px #cacaca solid;
	box-shadow: 1px 1px 3px #d0d0d0;
}
#statTxt span {
	font-family:Tahoma;

}
#examNo{
	float:right;
}
#visitNo{
	float:right;
}
#footer{
	clear:both;
	color:#c0dceb;
	font-size:14px;
	text-align:center;
	text-shadow:0 1px 0 #696969;
}
#footer p{
	padding:5px;
}
#footer a{
	color:#c0dceb;
	text-decoration:none;
}
#footer a:hover{
	color:#fff;
	text-decoration:underline;
}
#Mainplace{
	clear:both;
	height:auto;
	width:903px;
	overflow:hidden;
	padding-top:10px;
}
#search{
	height:190px;
	font-size:14px;
	width:470px;
	float:left;
}
#search h1{
	clear:both;
	font-family:gesstwo;
	font-size:18px;
	font-weight:bold;
	background-image:url('../images/search.png');
	background-repeat:no-repeat;
	background-position:right;
	color:#224d6f;
	width:400px;
	height:49px;
	position:absolute;
	padding:30px 50px 0 0;
	text-shadow:0 1px 0 rgba(255,255,255,.8);
	-webkit-font-smoothing: subpixel-antialiased;


}
#search form{
	padding:60px 50px 10px 0;
}
#search span{
	font-family:gesstwo;
	font-size:14px;
	font-weight:bold;
	color:#224d6f;
}
#search select {
  -webkit-appearance: button;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
  background-image: url(../images/select-arrow.png);
   -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
  background-position: center right;
  background-repeat: no-repeat;
  border: 1px solid #AAA;
  color: #555;
  font-size:14px;
  margin: 3px;
  overflow: hidden;
  padding-top: 2px;
  padding-bottom: 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#deptMenu{
	float:right;
	background-color:#c2dbe7;
	border:1px #71abc3 solid;
	box-shadow: 1px 1px 10px #c4c4c4;
	margin-right:30px;

}

#deptMenu h2{
	background-color:#71abc3 ;
	margin:5px;
	padding:5px;
	font-family:gesstwo;
	font-size:18px;
	font-weight:bold;
	color:#f8cb30;
	text-align:center;
	text-shadow:0 1px 0 #696969;
	-webkit-font-smoothing: subpixel-antialiased;

}
#deptMenu ul{
	list-style:none;
	font-size:13px;
	padding:0px 5px 5px 5px;
	
}
#deptMenu ul li a{
	display:block;
	color:#4e7589;
	text-decoration:none;
	font-weight:bold;
	background-image:url('../images/about_more.png');
	background-repeat:repeat-x;
	text-shadow:0 1px 0 rgba(255,255,255,.8);
	-webkit-font-smoothing: subpixel-antialiased;
	padding:5px;
	height:20px;
	margin:2px;
}
#deptMenu ul li a:hover{
	display:block;
	color:#f8cb30;
	text-decoration:none;
	font-weight:bold;
	background-color:#71abc3 ;
	background-image:none;
	padding:5px;
	height:20px;
	margin:2px;
	text-shadow:0 1px 0 #696969;
	-webkit-font-smoothing: subpixel-antialiased;

}

#viewpro{
	background-color:#c2dbe7;
	border-top:1px #77a9be solid;
	height:auto;
	height:65px;
	box-shadow: 1px 1px 10px #c4c4c4;
	
}
#viewpro h1{
	clear:both;
	font-family:gesstwo;
	font-size:18px;
	font-weight:bold;
	color:#224d6f;
	background-image:url('../images/viewIcon.png');
	background-repeat:no-repeat;
	background-position:right;
	width:400px;
	height:49px;
	position:absolute;
	right:-13px;
	padding:20px 65px 0 0;
	text-shadow:0 1px 0 rgba(255,255,255,.8);
	-webkit-font-smoothing: subpixel-antialiased;
}
#viewpro h1 a{

	color:#224d6f;
	
}
#viewprogtxt{
	height:auto;
	background-image:url('../images/latestBg.jpg');
	padding-bottom:10px;
	margin-top:10px;
}
#viewprogtxt a{
	color:#4e7589;
}
#viewprogtxt h2,h3{
	font-family:gesstwo;
	font-weight:bold;
	color:#224d6f;
	padding:10px 15px 5px 0;
}
#viewprogtxt h2{
	font-size:18px;
}
#viewprogtxt h3{
	font-size:16px;
}
#viewprogtxt p{
	font-size:14px;
	padding:5px 20px 5px 5px;
}
#viewprogtxt ul ,ol{
	font-size:14px;
	padding:5px 30px 5px 5px;
}
#viewprogtxt li{
	padding:3px;
}
.Sresult{
	list-style-type:none;
}
.Sresult li{
	background-image:url('../images/arrow.png');
	background-repeat:no-repeat;
	background-position:right;
	
	
}
.Sresult li span{
	padding:0 10px 0 0;
}

.Sresult li a{
	padding:0 10px 0 0;
}

.tbl{
	clear:both;
	border-collapse:collapse;
	position: relative;
	margin:5px auto 0px auto;
	width:auto;
	padding:0px;
	color:#404040;
	font-family:Tahoma;
	font-size:14px;
	font-weight:normal;
	text-align:center;
}
.tbl td{
	
}
.tbl th{
	border:1px #d6e7ef solid;
	background-color:#224d6f;
	padding:15px;
	color:#fff;
	font-weight:bold;
}

.tbl td, th{
	border:1px #d6e7ef solid;
	margin:0px;
	padding:15px;
}
.tbl tr.alt td 
{
background-color:#d6e7ef;
}
table.tbl tbody tr.odd td {
	background-color:#d6e7ef;
}
#cp{	
	padding-bottom:20px;
	background-image:url('../images/latestBg.jpg');	
}
#cp h1{
	clear:both;
	font-size:18px;
	font-weight:bold;
	color:#224d6f;
	text-shadow:0 1px 0 rgba(255,255,255,.8);
	-webkit-font-smoothing: subpixel-antialiased;
	font-family:gesstwo;
	background-color:#fff;
	padding:10px;
	width:200px;
	margin:5px;
	border:1px #cacaca solid;
	box-shadow: 1px 1px 3px #d0d0d0;

}
#cp table {
	margin:0px;
	padding:0px;
}
#cp table tr{
	margin:1px;
}
#cp table td {
	padding:5px;
	
}
.alt{
	background-color:#c2dbe7;
	border-bottom:1px #fff solid;
}
#cp span{
	font-family:gesstwo;
	font-size:16px;
	font-weight:bold;
	color:#224d6f;
	padding:10px;
	text-shadow:0 1px 0 rgba(255,255,255,.8);
	-webkit-font-smoothing: subpixel-antialiased;

}
#error{
	text-align:center;
	color:red;
}
#curheader{
	clear:both;
	background-image:url('../images/header.jpg');
	background-repeat:no-repeat;
	width:908px;
	height:130px;
	box-shadow: 1px -1px 3px #585858;
	-webkit-border-top-right-radius:15px;
	-webkit-border-top-left-radius:15px;
	-moz-border-radius-topright:15px;
	-moz-border-radius-topleft:15px;
	border-top-right-radius:15px;
	border-top-left-radius:15px
}
#curheader ul{
	list-style-type:none;
	padding:10px;
}
#curheader ul li{
	float:right;
	display: inline;

}
#curheader ul li a{
	display: block;
	color: #113754;
	padding:5px 10px 5px 10px;
	margin:2px;
	text-decoration: none;
	font-family:gesstwo;
	font-size:16px;
	font-weight:bold;
	background-image:url('../images/menu_hover.png');
	background-repeat:repeat-x;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	border-top-right-radius:5px;
	border-top-left-radius:5px;
}
#curheader ul li a:hover{
	color:#fff;
}


#curheader h1{
	text-align:center;
	font-family:gesstwo;
	font-size:22px;
	font-weight:bold;
	color:#224d6f;
	text-shadow:0 1px 0 rgba(255,255,255,.8);
	-webkit-font-smoothing: subpixel-antialiased;
	padding-top:45px;

}
#num {
	clear:both;
    color: #215F7D;
    font: 13px Tahoma,Helvetica,sans-serif;
    padding-bottom: 5px;
    padding-top: 20px;
    text-align: center;
    
}
#num a {
    color: #474747;
    text-decoration: none;
}
#num a:hover, #num a:focus {
    color: #004867;
}
#num a {
    display: inline;
}
#num a span {
    text-decoration: none;
}
#num a, #num a span {
    border: 1px solid #446681 ;
    border-radius: 4px 4px 4px 4px;
    font-weight: normal;
    line-height: 18px;
    margin-right: 5px;
    min-height: 18px;
    padding: 0 5px;
    text-align: center;
    vertical-align: middle;
    background-color:#d6e7ef;
}
#num span {
    color: #004867;
    font-weight: bold !important;
	margin-right: 5px;
}
#num a:hover, #num a:active, #num a:focus {
    border: 1px solid #446681;
}