@charset "utf-8";
/* CSS Document */

/* ****************************************************************************/
/* Global styles starts here */

body {
	font-family: verdana, arial, calibri;
	font-weight: normal;
	font-size: 13px;
	background: #1D86AC url('../Rajivgandhiuniversity_files/background.jpg') 0 0;
	letter-spacing: 0.3px;
    line-height: 20px;
    text-indent: 0;
	color: #fff
	
}

#container {
	margin: 0px auto;
	padding: 10px;
	width: 1110px;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.bold {
	font-weight: bold;
}
a {
	text-decoration: none;
	color: #E43613;
}

a:hover {
/*
	color:#BC1BAB;
	border-bottom: 1px dotted #BC1BAB;	*/
}

/* Global styles ends here */
/* ****************************************************************************/
/* Topbar styles starts here */

#topbar {
	padding: 0px;
	width: 1130px;
	height: 95px;
	background-color: #484747;
	margin-top: 5px;

	-webkit-box-shadow: 0 0 5px #000000;
	-moz-box-shadow: 0 0 5px #000000;
	box-shadow: 0 0 5px #000000;

	
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#tit {
	background: #484747 url('../images/logo1.jpg') no-repeat 0px 0px;
	float: left;
	margin-left: 20px
}
#tit p a {
	color: #FFFFFF;
	text-shadow: 0px 0px 1px #fff;
}
#tit p a:hover{
	
	color: #fff;
	text-shadow: 0px 0px 8px #fff;
	cursor: pointer;
}

#topbar p {
	text-indent: 0px;
	font-size: 35px;
/*	font-weight: bold;*/
	line-height: 52px;
	margin-top: 1;
	font-family: cambria;
	margin-left: 70px;
}

#topbar a {
	color: #FFFFFF;
	padding: 0 2px;
}

#topbar a:hover {
	color: #958CFF;
	
}
#topbar .toplinks {
	margin-top: 15px;
	margin-right: 5px;
	
}
/* Topbar styles ends here */
/* ****************************************************************************/
/* Banner styles starts here */

#banner {
	padding: 0px;
	width: 1130px;
	height: 245px;
	margin-top: 5px;

	
	-webkit-box-shadow: 0 0 5px #000000;
	-moz-box-shadow: 0 0 5px #000000;
	box-shadow: 0 0 5px #000000;

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}

#banner .nivo-directionNav .nivo-prevNav, #banner .nivo-directionNav .nivo-nextNav {
	display: none;
}

#frames {
	
	border: px solid #484747;
	border-left: 0px;
	
}
#search {
	padding: 3px 3px 1px 3px;
	background-color: #C4C376;
}
#search input[type="text"]{
	width: 150px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 0px 3px;
	

}
#search input[type="submit"]{
	width:58px;
	margin: 0px;
	padding: 0px;
	background-color: #C8C8C8;
	color: #813807;
	font-weight: bold;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
input[type="text"]:focus{
	background-color: #F5F2F2;
	
	-webkit-box-shadow: 0px 0px 3px #F18737; 
	-moz-box-shadow: 0px 0px 3px #F18737; 
	box-shadow: 0px 0px 3px #F18737; 
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 2px solid #F18737;
}
/* Banner styles ends here */
/* ****************************************************************************/
/* Menu System styles starts here */

#menusystem {
	margin: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-bottom:0px;	
	padding: 0px;
	
	
	padding-left: 0px;
	width: 1130px;	
	height: 26px;
	
	background-color: #484747;
	font-size: 13px;

	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; 

		
	-webkit-box-shadow: 0 0 5px #000000;
	-moz-box-shadow: 0 0 5px #000000;
	 box-shadow: 0 0 5px #000000;

}
/* Menu system styles ends here */
/* ****************************************************************************/
/* Content styles starts here */

#content{
	margin: 0px;
	padding: 15px;
	width: 1100px;
	color: #45433E;
	background-color: #EEEAEA;
	-webkit-box-shadow: 0 0 5px #000000;
	-moz-box-shadow: 0 0 5px #000000;
	box-shadow: 0 0 5px #000000;

}
#content p {
	text-indent: 0px;
	text-align: justify;
	margin-bottom: 8px;
}
#content a {
	text-decoration: none;
	color: #E43613;
}

#content a:hover {
	color:#BC1BAB;
	border-bottom: 1px dotted #BC1BAB;
}

#content h1 {
	color: #A24313;
	font-size: 17px;	/* 18px;*/
	font-weight: bold;
	padding-top: 11px;
	padding-bottom: 5px;
}
#content h2 {
	color: #0c10b3;
	font-size: 14px;	/*17px;*/
	font-weight: bold;
	padding-top: 9px;
	padding-bottom: 4px;
	text-align: left;
}
#content ul {
	margin-left: 35px;
	list-style-image: url('../images/golden-star.png');	
}
#content ul li {
	padding-left: 10px;
}

#content table {
	/* font-size: 13px;*/
	color: #402908;	/*#fff;*/
	margin: 7px auto; 
	
}
#content tr, #content th, #content td {
	border: 2px solid #D59A15;
    padding: 2px;
}
#content td {
	/*text-align: justify;*/
}
#content th {
	background-color:#000080;	/*#D08F99;*/
	font-weight: bold;
	text-align: center;
	color: #fff;
}
#content tr {
	background-color:#FFFFCC;
}

#content tr:nth-child(even) {
	background-color:#FFFFCC; /*#D2E6FF;*/
}
#content tr:nth-child(odd) {
	background-color:#F1F1B9; /*#DDFFEF;	*/
}
#content .address p{
	text-indent: 10px;
	margin-bottom: 0px;
}

/* Content styles ends here */
/* ****************************************************************************/
/* BottomBar styles starts here */

#bottombar {
	margin: 0px;
	padding: 0px;
	width: 1130px;
	background-color: #333;
	color:#fff;
	padding-top: 6px;


	margin-top: 5px;
	margin-bottom: 5px;

	-webkit-box-shadow: 0 0 5px #000000;
	-moz-box-shadow: 0 0 5px #000000;
	box-shadow: 0 0 5px #000000;	
	
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}


#col1 {
	width: 140px; 
	padding-left: 05px;
}
#col2 { 	
	width: 210px; 
	padding-left: 25px;
}
#col3 {
	width: 175px; 
	padding-left: 25px;
}
#col4 {
	width: 175px; 
	padding-left: 25px;
}
#col1 a { width: 135px; }
#col2 a { width: 190px; }
#col3 a { width: 155px; }
#col4 a { width: 155px; }


#col1, #col2, #col3, #col4{
	float: left;
}
#col5 {
	float: right;
	margin-right: 19px;
	margin-top: 4px;
}

#bottombar #col5 a {
	display: block;
	width: 151px;
	height: 113px;
	line-height: 6em;
	border: medium none;
	background: #777 url('../images/gal.jpg') no-repeat 0 0;
	padding: 0px;
	margin: 0px;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	text-align: center
	
}
#bottombar #col5 a:hover {
	background: #777 url('../images/gal_hover.jpg') no-repeat 0 0;
	color: #11F8DD
}

#bottombar ul{
	list-style-type: none;
}
#bottombar li {
	/*margin-bottom: 7px;*/
	
	display: block;
	
	padding-left: 0px;
}
#bottombar a {
	display: inline-block;
	color: #fff;
	border-bottom: 1px solid gray;
	padding: 2px 0px 2px 5px;
}

#bottombar a:hover{
/*	background: url("../images/a2.png") no-repeat scroll 0% 100% ;*/
	background-color: #777;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;


}
#bottombar .nbb {
	border-bottom: 0px;
}
.end {
	color: #FFFF;
	font-size: 11px;
	padding: 0px 5px;
}
.end a{
	color: #FFF;
}
.end a:hover{
	color: #FFF;
	border-bottom: 1px dotted #FFF;
	cursor: pointer;
}
/* BottomBar styles ends here */
/* ****************************************************************************/


/* Menu styles starts here */

#menusystem a									{ text-decoration: none; }
#menusystem ul									{ list-style: none; }
#menusystem p                                   { margin: 15px 0; }
/* 
	LEVEL ONE
*/
#menusystem ul.dropdown                         { position: relative; }
#menusystem ul.dropdown li                      { font-weight: bold; float: left; zoom: 1;
	background: #777 url('../images/menu.jpg') 0 0;
	width: 138px;	text-align: center	}
#menusystem ul.dropdown a:hover		            { color: #000; }
#menusystem ul.dropdown a:active                { color: #ffa500; }
#menusystem ul.dropdown li a                    { display: block; padding: 3px 8px; border-right: 1px solid #333;
	 								  color: #fff; }
#menusystem ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
#menusystem ul.dropdown li.hover,
#menusystem ul.dropdown li:hover                {  background: #280000  url('../images/menu_hover.jpg') 0 0;
color: #fff; position: relative }
#menusystem ul.dropdown li.hover a              { color: white; }

/* 
	LEVEL TWO
*/
#menusystem ul.dropdown ul 						{ width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0; }
#menusystem ul.dropdown ul li 					{ font-weight: normal; background: #0066CC;
									  border-bottom: 1px solid #655C5C; float: none; 
	text-align: left;	width: 210px; }
 #menusystem ul.dropdown ul.big li {	width: 278px; }
                                  /* IE 6 & 7 Needs Inline Block */
#menusystem ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block;  } 

/* 
	LEVEL THREE
*/
#menusystem ul.dropdown ul ul 					{ left: 100%; top: 0; }
#menusystem ul.dropdown li:hover > ul 			{ visibility: visible;  }

/* Menu styles ends here */
/* ****************************************************************************/
/* Slider (Banner) styles starts here */
/* default starts */

.theme-default .nivoSlider {
	position:relative;
	background:#fff url('../images/banner_extra/loading.gif') no-repeat 50% 50%;
	width: 712px
	
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0px none;
	display:block
}

.theme-default .nivo-controlNav {
	position:absolute;
	right: 43px;
	bottom: 65px;
    margin-left:-40px; /* Tweak this to center bullets */
}
.theme-default .nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url('../images/banner_extra/bullets.png') no-repeat;
	text-indent:-9999px;
	border:0px none;
	margin-right:3px;
	float:left
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url('../images/banner_extra/arrows.png') no-repeat;
	text-indent:-9999px;
	border:0px none;
}
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}
/* default ends */
/* slider starts */

.nivoSlider {
	position:relative;

}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0px none;
	padding:0;
	margin:0;
	z-index:6;
	display:none
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top: 0px;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
/* slider ends */
/* Slider (Banner) styles ends here */
/* ****************************************************************************/
/* FAQ styles starts here */
#content .faqDetail h2.acc_trigger {
	padding: 0;	background: url('../images/h2_trigger.gif') no-repeat;
	height: 40px;	line-height: 40px;
	width: 1100px;
	font-size: 13px;
	font-weight: normal;
	float: left; margin-left:0; margin-right:0; margin-top:0; margin-bottom:3px
}
#content .faqDetail h2.acc_trigger a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 0 0 50px;
	border: none;
}
#content .faqDetail h2.acc_trigger a:hover {
	color: #ccc;
}
#content .faqDetail h2.active {background-position: left bottom;}

#content .faqDetail .acc_container {
	margin: 0 0 5px; padding: 0;
	overflow: hidden;
	font-size: 13px;
	width: 1100px;
	clear: both;
	background: #f0f0f0;
	border: 1px solid #d6d6d6;
	-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;
}
#content .faqDetail .acc_container .block {
	padding: 10px;
}

/* FAQ styles ends here */
/* ****************************************************************************/
