@charset "utf-8";
/* CSS Document */

* {
	padding:0;
    margin-left: 0;
    margin-right: 0;
    }
h1, h2, h3, h4, h5, h6, p, li, ul, ol {
	margin:0;
	padding:0;
}
body {
	background:#e5e5e5;
	font-family:"Arial Unicode MS", Mangal, Arial, sans-serif;
	font-size:87.5%;
	color:#555555;
	line-height:1.5;
	text-align:left;
	min-width:280px;
}
a{
text-decoration:underline;
color:#605149; /* this is the uniform color across template . to change use find and replace all this color */
}

a:link, a:visited{
color:#CC0000;
}



a:hover, a:active{
color:#605149;
}
header {
	width:100%;
	height:auto;
	background:#FFFFFF;
	border-bottom:5px solid #605149;
}
.logos {
	width:75%;
		min-width:400px;
	height:100%;
	margin:0 auto;
}

.logos img {
	height:auto;
}
.pun-logo {
	width:25%;
	float:left;
	text-align:left;
}
.uni-logo {
	width:50%;
	float:left;
	text-align:center;
}
.bcud-logo {
	width:25%;
	float:left;
	text-align:right;
}
.clear {
	clear:both;
}

nav {
	width:100%;
	background:#f1f1f1;
	margin:0 auto;
	border-bottom: 1px solid #dcdbdb;
	-webkit-box-shadow: 0px 0 1px #fbfbfb;
	-moz-box-shadow: 0px 0 1px #fbfbfb;
	box-shadow: 0px 0 1px #fbfbfb;
}
.nav-inside {
	width:75%;
	min-width:400px;
	height:100%;
	margin:0 auto;
}

#nav{
float:left;
width:20%;
}

.animenu{
float:right;
width:80%;
}
.content {
	width:73%;
    min-width:400px;
	height:100%;
	margin:0 auto;
	background:#fff;
	padding:1%;
	-moz-box-shadow: 0px 1px 5px #a7a7a7;
	-webkit-box-shadow: 0px 1px 5px #a7a7a7;
	box-shadow: 0px 1px 5px #a7a7a7;
}

.content ul {
	list-style-image:url(../Images/New_images/bullet.png);
	margin-left:15px;
}

.content ul li{
	font-size:90%;
}
.content-left {
	width:30%;
	height:auto;
	float:left;
	text-align:center;
}
.box-l {
	background:#f0f0f0;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	text-align:left;
	padding:2%;
	margin:0 0 2% 0;
	height:auto;
}
.box-2 {
	background:#f0f0f0;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	text-align:left;
	padding:4%;
	margin:2% 0;
	height:auto;
}
.box-3 {
	background:#f0f0f0;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	text-align:left;
	padding:4%;
	margin:2% 0;
	height:auto;
}
.photo {
	width:20%;
	float:left;
}
.info {
	width:80%;
	float:left;
}
hr {
	color:#fff;
  -webkit-box-shadow: 1px 0 0 #fff;
	-moz-box-shadow: 1px 0 0 #fff;
	box-shadow: 1px 0 0 #fff;
	margin:5px 0px;
}
.content-right {
	width:68%;
	height:auto;
	float:right;
	margin-left:2%;
	text-align:center;
}
p {
	text-align:justify;
	font-size:90%;
	margin-bottom:5px;
}
h1 {
	font-size:130%;
	font-weight:bold;
	color:#605149;
}
h2 {
	font-size:115%;
	color:#605149;
}
h3 {
	font-size:105%;
	color:#555555;
	font-weight:normal;
}
.btn {
	padding:5px 10px;
	background:#605149;
	color:#fff !important;
	font-size:95%;
	width:auto;
	text-decoration:none;
	-webkit-transition:background-color 3s linear 1s;
	-webkit-transition: 2s ease-in-out;
	-webkit-transition: 1s;
	transition: background-color 3s linear 1s;
	transition: 2s ease-in-out;
	transition: 1s;
	border:0;
}
.btn:hover {
	background:#03818d;
	cursor:pointer;
	text-decoration:none !important;
}
.circles {
	width:98%;
	margin:0 auto;
	text-align:center;
	margin:2% 2%;
}
.circle1 {
	float:left;
	width:180px;
	height:80px;
	background-color:#f0f0f0;
	border-radius:100px;
	-moz-border-radius:100px;
	webkit-border-radius:100px;
	text-align:center;
	padding:60px 10px;
	-webkit-box-shadow: 3px 3px 0px rgba(0, 162, 178, 0.75);
	-moz-box-shadow:    3px 3px 0px rgba(0, 162, 178, 0.75);
	box-shadow:         3px 3px 0px rgba(0, 162, 178, 0.75);
}
.circles ul {
	list-style-image:url(../images/bullet.png);
	margin:10px 0 10px 30px;
}
.circles ul li {
	text-align:left;
	font-size:90%;
}
.circles ul li a {
	text-align:left;
	font-size:90%;
	color:#6a6a6a;
}
.circles ul li a:hover {
	text-align:left;
	font-size:90%;
	color:#605149;
}
.rght-marg {
	margin-right:50px;
}
footer {
	width:100%;
	background:#605149;
	margin:0 auto;
	padding:10px 0;
}
footer .inside {
	width:75%;
	min-width:400px;
	height:100%;
	margin:0 auto;
	font-size:75%;
	color:#fff;
}
footer .inside a {
	text-decoration:none;
	color:#fff;
}
footer .inside a:hover {
	text-decoration:underline;
	color:#fff;
}
/***************form start*************/


fieldset {
}
fieldset legend {
}
textarea {
	background-color: #fff;
	/*color: #2a2e2c;*/
	color: #6e7070;
	padding: 3px;
	margin-bottom: 5px;
	margin-right: 4px;
	border: 1px solid #dedede;
	height:55px;
	resize:none;
}
textarea:disabled
{
    background:#f0f0f0;
    border:none;
}
textarea:hover {
	background:#F0F0F0;
}
textarea:focus {
	background:#F8F6F6;
}
input[type=text]:disabled {
	background:#f0f0f0;
	border:none;
	padding: 3px;
	color:#666666;
	font-size:90%;

}

input[type=text]  {
	background:#fff;
	border:1px solid #c9cbcb;
	padding: 3px;
	color:#666666;
	font-size:90%;

}
input[type=text]:hover {
	background:#F0F0F0;
}
input[type=text]:focus {
	background:#F9F9F9;
	border:1px solid #c9cbcb;
	height: 15px;
}
select {
	min-width:150px;
	background:#fff;
	color:#666666;
	padding:2px;
	border:1px solid #c9cbcb;
	font-size:90%;
}
input[type=password] {
	background:#fff;
	border:1px solid #c9cbcb;
	padding: 3px;
}
input[type=submit] {
	border-style: none;
    border-color: inherit;
    border-width: 0px;
    background: #605149;
    cursor:pointer;
	color:#FFFFFF;
	padding:3px 7px 3px 7px;
    }
input[type=submit]:hover {
	opacity:0.9;
}
input[type=submit]:focus {
	background:#605149;
	border:1px solid #600356;
	height:auto;
	border:0px;
	color:#FFFFFF;
	padding:3px 7px 3px 7px;
}

/*gridview css satart*/
.gridview { border-collapse:collapse; font-size:95%}
.gridview td{padding:5px; border:1px solid #d6d6d6; border-collapse:collapse;}
.gridview tr:first-child {background: #605149 !important; color:#FFFFFF; font-size:110%;  font-weight:bold; }
.gridview th {padding:5px; border-bottom:4px solid #d6d6d6; border-collapse:collapse; }

.gridview tr:hover td		{ background-color:rgba(83, 83, 83, 0.2); }
.gridview tr:nth-child(odd)		{ background-color:#eee; }
.gridview tr:nth-child(even)  { background-color:#fff; }


/*pagetable css satart*/
.pagetable { border-collapse:collapse; font-size:95%; line-height:1.3;}
.pagetable td{padding:1px;  border-collapse:collapse;}
.pagetable tr:th {background: #605149 !important; color:#FFFFFF; font-size:14px; }



.header_text
{
    background:#f0f0f0;
    border-radius:6px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
text-align:center;
padding:1%;
margin:0% 0 1% 0;
height:auto;

    }

/*repeater css */
.repeater { border-collapse:collapse; font-size:95%}
.repeater td{padding:5px; border:1px solid #d6d6d6; border-collapse:collapse;}

.repeater th {padding:5px; border-bottom:4px solid #d6d6d6; border-collapse:collapse; }

.repeater tr:hover td		{ background-color:rgba(83, 83, 83, 0.2); }
.repeater tr:nth-child(odd)		{ background-color:#eee; }
.repeater tr:nth-child(even)  { background-color:#fff; }