@charset "utf-8";
/* CSS Document */

body{margin:0px;padding:0px;font-family:Droid Sans;font-size:11pt;}
header,footer,nav,article,section{display:bolc;}
#wrapper{width:1100px; margin:0px auto;}
header{height:117px; width:1100px; margin:0px auto; } 
header .logo{float:left; margin-left:15px; width:375px;height:58px; padding-top:1px; }
header .searchsection{float:right; width:265px; height:54px; margin:0px; padding:0px 0px 0px; text-align:right; font-family: 'Droid Sans', sans-serif; color:#fff; font-size:13px; border:solid 1px; margin-top:-1px;  }
/*.btn {
	background: #de9311;
  background-image: -webkit-linear-gradient(top, #de9311, #cf880c);
  background-image: -moz-linear-gradient(top, #de9311, #cf880c);
  background-image: -ms-linear-gradient(top, #de9311, #cf880c);
  background-image: -o-linear-gradient(top, #de9311, #cf880c);
  background-image: linear-gradient(to bottom, #de9311, #cf880c);
  
 
  	border-radius:0px 0px 6px 6px;
float:left;
  padding: 8px 5px 8px 5px;
  text-decoration: none;
  text-align:center;
}

.btn:hover {
 background: #ed9f17;
  background-image: -webkit-linear-gradient(top, #ed9f17, #db961f);
  background-image: -moz-linear-gradient(top, #ed9f17, #db961f);
  background-image: -ms-linear-gradient(top, #ed9f17, #db961f);
  background-image: -o-linear-gradient(top, #ed9f17, #db961f);
  background-image: linear-gradient(to bottom, #ed9f17, #db961f);
  text-decoration: none;
}*/
header .searchsection form{margin-top:5px; }
header .searchsection a{ font-family: 'Droid Sans', sans-serif; color:#fff; margin:0px;padding:6px; font-size:12px; margin-left:0px; text-decoration:none;  }
header .searchsection a:hover{ color:#000; }
header .searchsection  .inputtext
{
	
	border:1px solid #ebebeb !important; 
	behavior: url(css/pie.htc); 	margin-left:5px  !important;  
	width:160px  !important; 
	padding:5px  !important; 
	height:16px  !important; 
	font-family: 'Droid Sans', sans-serif; color:#ccc; font-weight:300; font-size:13px;
}

.clear{clear:both}

section span {
    /*color: #e48426;*/
	color: #000000;
	text-decoration:none;
}

/* CSSTerm.com Simple Horizontal DropDown CSS menu */
#menu {
width: 1100px;
height: 40px;
clear: both;
background:#de9311  ;
}
 
ul#menu-header-menu {
float: right;
height: 40px;
width: 1100px;
margin: 0;
padding: 0;
list-style: none;
background: #de9311;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-webkit-border-top-left-radius: 10px;
}
 
ul#menu-header-menu li {
display: inline;
}
 
ul#menu-header-menu li a {
float: left;
font-family: 'Droid Sans', sans-serif;
text-shadow: 1px 1px 1px #585858;
text-transform:uppercase; 
color:#fff; 
font-weight:300; 
font-size:13px;
line-height: 40px;
color: #fff;
text-decoration: none;
margin: 0;
padding: 0 11px;
background: #de9311 ;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-webkit-border-top-left-radius: 10px;
}


ul#menu-header-menu li li a {
float: left;
font-family: 'Droid Sans', sans-serif;
text-shadow: 1px 1px 1px #585858;
text-transform:uppercase; 
color:#fff; 
font-weight:300; 
font-size:13px !important;
line-height: 40px;
color: #fff;
text-decoration: none;
margin: 0;
padding: 0 23px;
background: #de9311 ;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-webkit-border-top-left-radius: 10px;
}


#menu2 {
width: 1100px;
height: 40px;
clear: both;
background:#666666 ;
}
 
ul#menu-header-menu2 {
float: right;
height: 38px;
width: 1100px;
margin: 0;
padding: 0;
list-style: none;
background: #666666;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-webkit-border-top-left-radius: 10px;
}
 
ul#menu-header-menu2 li {
display: inline;
}
 
ul#menu-header-menu2 li a {
float: left;
font-family: 'Droid Sans', sans-serif; text-transform:none; color:#fff; font-weight:300; font-size:13px;
line-height: 40px;
color: #fff;
text-decoration: none;

margin: 0;
padding: 0 30px;
background: #666666 ;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-webkit-border-top-left-radius: 10px;
}
 
/* APPLIES THE ACTIVE STATE */
ul#menu-header-menu .current a, ul#menu-header-menu li:hover > a {
color: #fff;
text-decoration: none;
z-index:100;

background: #666666;

}
 
/* THE SUBMENU LIST HIDDEN BY DEFAULT */
ul#menu-header-menu ul {
display: none;
}
 
/* WHEN THE FIRST LEVEL MENU ITEM IS HOVERED, THE CHILD MENU APPEARS */
ul#menu-header-menu li:hover > ul {
position: absolute;
display: block;
width: 1100px;
height: 40px;
z-index:100;
margin:40px auto 0px;
left:0px;right:0px;
position: absolute;
text-align:center;
background: #666666;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-bottomleft: 10px;
-webkit-border-bottom-left-radius: 10px;
}
 
ul#menu-header-menu li:hover > ul li a {
float: left;
font-size:13px;
line-height: 20px;
color: #fff;
text-decoration: none;
border-right:1px solid #fff;
margin: 10px 0px 0px;
text-transform:none;
padding: 0 20px 0 20px;
background: #666666;
}
ul#menu-header-menu li:hover > ul li a:hover {
color: #de9311;
text-decoration: none;
text-shadow: none;
} 

.row {*zoom: 1}
.row:before,.row:after { content: ""; display: table; }
.row:after { clear: both }

#text {
    float: right;
    font-family: Droid Sans;
    font-size: 12px;
    padding-right: 4px;
    text-align: justify;
    width:470px;
	margin-top:5px;
}

.link-color{
	color:#0000FF;
	text-decoration:none;
}

.tender-outer {
	line-height:1.4em;
	margin-bottom:8px;
}

/*#text:hover {
    float: right;
    font-family: Droid Sans;
    font-size: 13px;
    margin-top: 5px;
    padding-left: 5px;
    padding-right: 4px;
    text-align: justify;
    width: 470px;
	
	cursor:pointer;
}*/

#image {
    float: left;
    height: 40px;
    width: 40px;
}

#tendor-notices-data {
	width: auto;
	min-height:105px;
    float: left;
    margin-left:0px;
	border-right:1px solid #ececec;
	padding:0px;
}
.jobsheader{width:100%;border:solid 1px #ccc; height:50px; border-radius:15px; box-shadow:inset 0 0 5px #ccc;}
.jobsheader:hover{ background-color:#de9311;}

section .division{width:550px; /*margin-left:-220px;*/ padding-bottom:10px; padding-top:0px;}
#tendor-dataimage {
    margin-left:3px;
    width: 535px;
	margin-right:0px;
}

section .imp {
    float: left;
    height: auto;
    width: 490px;
	line-height:25px;
}
section .imp ul {
    margin: 0;
    padding: 0;
}
section .imp ul li {
    background: url("../images/bullet.jpg") no-repeat scroll left 5px rgba(0, 0, 0, 0);
    border-bottom: 1px solid #e0e0e0;
    font-family: "Ubuntu",sans-serif;
    font-size: 13px;
    font-weight: normal;
    list-style: outside none none;
    margin:2px 0 4px;
    padding: 0 0 2px 20px;
    text-decoration: none;
    width: 520px;
}
section .imp ul li a {
    color: #d1421c;
    text-decoration: none;
}
section .imp ul li a:hover {
    color: #0c398a;
	font-weight:400;
    text-decoration: none;
}
 
 .menutab { padding: 0; clear: both; width:537px; }
			.menutab li { display: inline; }
			.menutab li a { background: #34495e;width:133px; padding:3px 0px;  text-align:center;  float:left; border-right: 1px solid #f5f5f5;  text-decoration: none; color: #fff; }
			.menutab li.active a { background: #34495e; color:#fe8b04; }
			.content { float: left; clear: both; border: 1px solid #d8d7d5; margin-top:10px;   background: #fff; padding:0px; width: 534px; }
			section .datesection{height:55px; width:85px; background-color:#d4651b; float:left; padding:10px;}
			section .datesection span{color:#fff; font-size:15px; margin-left:8px; float:left;}
			section .datasection{ float:right; width:400px; padding:10px; line-height:18px;}
 
		


H1{font-family:'Cambria', sans-serif; color:#000; font-size:20px; margin:15px 0 15px; padding:0px 20px 0px 0px; background-color:#FFF; width:35%;  font-weight:normal;}
section{width:1100px; margin:0px auto; font-family: 'Droid Sans', sans-serif; color:#000; font-size:13px; line-height:22px; text-align:justify;}

section .leftsection{float:left;width:535px; margin:0px 15px 0px 0px;}
section .rightsection{float:right;width:535px;margin:0px 0px 0px 0px;}

section .rightsection img{ margin:0px 10px 10px 0px;}
.more { font-family:font-family: 'Droid Sans', sans-serif;color:#de9311;text-align:left; font-size:14px; text-decoration:none; margin-top:5px;}
.more2 { font-family:font-family: 'Droid Sans', sans-serif;color:#de9311; margin-left:20px; float:left; font-size:14px; text-decoration:none; }
#footer-outer {
    background-color: #38373b;
    float: left;
    height: 40px;
    margin-top: 10px;
    width: 1100px;
}
#footer-headings-outer {
    margin: 0 auto;
    width: 1000px;
}
.sitemap-heading {
    color: #d4651b;
    float: left;
    font-family: Myriad Pro;
    font-size: 18px;
	margin-left:50px;
    margin-top: 5px;
    width: 165px;
}
.sitemap-heading ul {
    margin: 0;
    padding: 0;
}
.sitemap-heading ul li {
    list-style-type: none;
}
.sitemap-heading ul li a {
    color: #d6d5d5;
    font-family: Droid Sans;
    font-size: 13px;
    text-decoration: none;
}
.research-heading {
    color: #d4651b;
    float: left;
    font-family: Droid Sans;
    font-size: 18px;
    margin-top: 5px;
    width: 243px;
}
.research-heading ul {
    margin: 0;
    padding: 0;
}
.research-heading ul li {
    list-style-type: none;
}
.research-heading ul li a {
    color: #d6d5d5;
    font-family: Arial;
    font-size: 13px;
    text-decoration: none;
}
.announcements-heading {
    color: #d4651b;
    float: left;
    font-family: Droid Sans;
    font-size: 18px;
    margin-top: 5px;
    width: 336px;
}
.announcements-heading ul {
    margin: 5px 0 0;
    padding: 0;
    width: 250px;
}
.announcements-heading ul li {
    color: #d6d5d5;
    font-family: Droid Sans;
    font-size: 13px;
    list-style-type: none;
}
.followus-heading {
    color: #d4651b;
    float: left;
    font-family: Myriad Pro;
    font-size: 18px;
    margin-top: 5px;
    width: 183px;
}
.followus-heading ul {
    margin-top: 20px;
    padding: 0;
    width: 120px;
}
.followus-heading li {
    float: left;
    list-style-type: none;
    margin-right: 8px;
    width: 20px;
}
#copyright {
    color: #ffffff;
    font-family: Arial;
    font-size: 12px;
    margin: 5px auto 0;
    text-align: center;
    width: 940px;
	line-height:16px;
}
/* Form Style */

.forbanner {
    height: 287px;
    margin: 0 auto;
    width: 1100px;
}

H2 {
    color: #000;
    font-family: Cambria Math,sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
    margin: 0;
    padding: 0;
    text-align: center;
}

	.space{
		padding:0px;
	}	

	#slider {
		position: absolute;
		width: 1100px;
		height: 285px;
		border-radius:10px;
		/*left: 155px;*/
		margin:1px auto 0px;
		/*top: -262px;*/
		overflow: hidden;
		background: #000;
		
	}
	#slider .slide {
		position: absolute;
		top: 0px;
		height: 285px;
		width: 1100px;
		background: #fff;
		overflow: hidden;
		border-left: #fff solid 0px;
		cursor: default;
		margin:0px auto;
	}
	#slider .title   {
		color: #f09326;
		font-weight: bold;
		font-size: 14px;
		font-family:Droid Sans;
		margin-right: 1.5em;
		text-decoration: none;
	}
	#slider .backgroundText {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 100%;
		background: #000;
		filter: alpha(opacity=40);
		opacity: 0.4;
		margin-left:50px;
	}
	#slider .text {
		position: absolute;
		top: 1%;
		top: 100%;
		color: #FFF;
		font-family: verdana, arial, Helvetica, sans-serif;
		font-size: 0.9em;
		text-align: justify;
		width: 550px;
		margin-left:50px;
		left: 10px;
	}
	#slider .diapo {
		position: absolute;
		filter: alpha(opacity=100);
		opacity: 1;
		visibility: hidden;
	}
	.slidename{  /* Internet Explorer */ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);color: #fff;
    cursor: pointer;
    font-size: 15px;
    margin-bottom: 0;
    margin-left: -15px;
    margin-top: 250px;
    position: absolute;
    transform: rotate(-90deg);
    transform-origin: 20px 0 0;
    z-index: 5;}
	.slidename span{display:block}
 
.resporitories{float:left;width:180px; margin:0px 17PX 0px 18PX ;}	

.resporitories .data{width:160px;}
.resporitories img{margin:0px auto;}	
.button {
		outline: 0;
		padding: 8px 12px;
		display: block;
		color: #fff;
		font-weight:normal;
		text-decoration:none;
		text-shadow: 1px 1px #1f272b;
		border: 1px solid #1c252b;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		background: #232B30; /* old browsers */
		
	}
	.button:hover {
		color: #fff;
		background: #4C5A64; /* old browsers */
		background: -moz-linear-gradient(top, #4C5A64 3%, #404F5A 4%, #2E3940 100%); /* firefox */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#4C5A64), color-stop(4%,#404F5A), color-stop(100%,#2E3940)); /* webkit */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4C5A64', endColorstr='#2E3940',GradientType=0 ); /* ie */
	}
	.button:active {
		background-position: 0 top;
		position: relative;
		top: 1px;
		color: #fff;
		padding: 6px 12px 4px;
		background: #20282D; /* old browsers */
		background: -moz-linear-gradient(top, #20282D 3%, #252E34 51%, #222A30 100%); /* firefox */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#20282D), color-stop(51%,#252E34), color-stop(100%,#222A30)); /* webkit */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20282D', endColorstr='#222A30',GradientType=0 ); /* ie */
		-moz-box-shadow: 1px 1px 1px rgba(255,255,255,0.1); /* Firefox */
		-webkit-box-shadow: 1px 1px 1px rgba(255,255,255,0.1); /* Safari, Chrome */
		box-shadow: 1px 1px 1px rgba(255,255,255,0.1); /* CSS3 */
	}
	
	/* Other stuff: */
	.button-list { list-style: none; padding: 0; margin: 0; width: 100%; float: left; display: block; margin: 0 0 30px; }
	.button-list li { float: left; margin: 0 10px 0 0; }
	.button-list li.search { border-left: 1px solid #273137; padding-left: 18px; margin-left: 10px; position: relative; }
	
	/* Search CSS: */
	.search-input {
		/*padding: 0 5px 0 22px;
		border: 1px solid #1c252b;
		height: 30px;
		color: #9fa8b0;
		font-size: 12px;
		line-height: 30px;
		font-weight: bold;
		text-shadow: 1px 1px #1f272b;
		border-radius: 25px;
		-moz-border-radius: 25px;
		-webkit-border-radius: 25px;
		background: #20282D; /* old browsers */
		/*background: -moz-linear-gradient(top, #20282D 3%, #252E34 51%, #222A30 100%); /* firefox */
		/*background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#20282D), color-stop(51%,#252E34), color-stop(100%,#222A30)); /* webkit */
		/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20282D', endColorstr='#222A30',GradientType=0 ); /* ie */
		/*-moz-box-shadow: 1px 1px 1px rgba(255,255,255,0.1); /* Firefox */
		/*-webkit-box-shadow: 1px 1px 1px rgba(255,255,255,0.1); /* Safari, Chrome */
		/*box-shadow: 1px 1px 1px rgba(255,255,255,0.1); /* CSS3 */
		
		
		border:1px solid #c77c04 !important; 
		color:#A6A6A6; 
		border-radius:5px; 
		margin-top:1px; 
		float:left; 
		margin-top:5px; 
		margin-left:15px; 
		background-color:#f5f5f5;
		height:25px; 
		width:180px; 
		font-size:11px;"
		
	}
	.search-input:focus {outline: none;}
	.search-submit {
		width: 13px;
		height: 13px;
		border: none;
		background: url(mag-glass.png) no-repeat;
		display: block;
		position: absolute;
		left: 26px;
		top: 10px;
		text-indent: -9999em;
	}
	
	.sectiontitle {
		/*background: url("../img/dots.gif") repeat-x scroll center center;*/
		margin: 15px 0;
		min-height: 20px;
	}
	
	.sectiontitle h4{
		background: #fff none repeat scroll 0 0;
		display: inline;
		font-family: "Cambria",sans-serif;
		font-size: 22px;
		font-weight: normal;
		margin: 0;
		padding: 0 0 10px;
	}
	
	/* Vertical List: */
	.vertical-list {
		list-style: none;
		padding:7px;
		font-family: 'Droid Sans', sans-serif; 
		width: 235px;
		border-radius: 5px;
		font-size:13px;
		margin-top:18px;
		font-weight:normal;
		text-decoration:nene;
		text-decoration:none;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border:1px solid #ddd;
		float:left;
		 /* old browsers */
		
	}
	
	.vertical-list2 {
		width:150px; list-style: none; padding: 0; margin: 0; float:left;
		 /* old browsers */}
		 .vertical-list2 ul { float: left; margin: 0 10px 0 0; }
		 
	/*.vertical-list .button {
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		background: #515B62; /* old browsers */
		/*background: -moz-linear-gradient(top, #515B62 3%, #444E55 5%, #394147 100%); /* firefox */
		/*background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#515B62), color-stop(5%,#444E55), color-stop(100%,#394147)); /* webkit */
		/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515B62', endColorstr='#394147',GradientType=0 ); /* ie */
	/*}
	.vertical-list .button:hover {
		background: #5F6B72; /* old browsers */
		/*background: -moz-linear-gradient(top, #5F6B72 3%, #56646C 4%, #4D5A62 50%, #434D54 100%); /* firefox */
		/*background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#5F6B72), color-stop(4%,#56646C), color-stop(50%,#4D5A62), color-stop(100%,#434D54)); /* webkit */
		/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5F6B72', endColorstr='#434D54',GradientType=0 ); /* ie */
	/*}
	.vertical-list .button:active {
		padding: 5px 12px;
		top: 0;
		background: #515B62; /* old browsers */
		/*background: -moz-linear-gradient(top, #515B62 3%, #444E55 5%, #394147 100%); /* firefox */
		/*background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#515B62), color-stop(5%,#444E55), color-stop(100%,#394147)); /* webkit */
		/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515B62', endColorstr='#394147',GradientType=0 ); /* ie */		-moz-box-shadow: 1px 1px 1px rgba(255,255,255,0.1); /* Firefox */
		/*-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* Firefox */
		/*-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* Safari, Chrome */
		/*box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* CSS3 */

	/*}*/
	
	
	
	
	
	.vertical-list .button {
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		background: #515B62; /* old browsers */
		background: -moz-linear-gradient(top, #515B62 3%, #444E55 5%, #394147 100%); /* firefox */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#515B62), color-stop(5%,#444E55), color-stop(100%,#394147)); /* webkit */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515B62', endColorstr='#394147',GradientType=0 ); /* ie */
	}
	.vertical-list .button:hover {
		background: #5F6B72; /* old browsers */
		background: -moz-linear-gradient(top, #5F6B72 3%, #56646C 4%, #4D5A62 50%, #434D54 100%); /* firefox */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#5F6B72), color-stop(4%,#56646C), color-stop(50%,#4D5A62), color-stop(100%,#434D54)); /* webkit */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5F6B72', endColorstr='#434D54',GradientType=0 ); /* ie */
	}
	.vertical-list .button:active {
		padding: 5px 12px;
		top: 0;
		background: #515B62; /* old browsers */
		background: -moz-linear-gradient(top, #515B62 3%, #444E55 5%, #394147 100%); /* firefox */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#515B62), color-stop(5%,#444E55), color-stop(100%,#394147)); /* webkit */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515B62', endColorstr='#394147',GradientType=0 ); /* ie */		-moz-box-shadow: 1px 1px 1px rgba(255,255,255,0.1); /* Firefox */
		-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* Firefox */
		-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* Safari, Chrome */
		box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* CSS3 */

	}
	
	
	
	
.detail2section {
    /*box-shadow: 8px 28px 14px -25px #e4e4e4;*/
    float: right;
    padding-bottom: 10px;
    width: 48%;
	min-height:150px;
	
	list-style: none;
		padding:7px;
		font-family: 'Droid Sans', sans-serif; 
		
		border-radius: 5px;
		font-size:13px;
		margin-top:5px;
		font-weight:normal;
		text-decoration:nene;
		text-decoration:none;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border:1px solid #ddd;
}
.vertical-list2section {
		list-style: none;
		padding:7px;
		font-family: 'Droid Sans', sans-serif; 
		width: 48%;
		border-radius: 5px;
		font-size:13px;
		margin-top:5px;
		font-weight:normal;
		text-decoration:nene;
		text-decoration:none;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border:1px solid #ddd;
		float:left;
		 /* old browsers */
		
	}
.deta2section {
		list-style: none;
		padding:7px;
		font-family: 'Droid Sans', sans-serif; 
		width: 99%;
		border-radius: 5px;
		font-size:13px;
		margin-top:5px;
		font-weight:normal;
		text-decoration:nene;
		text-decoration:none;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border:1px solid #ddd;
		float:left;
		 /* old browsers */
		
	}


.row2section { width: auto; max-width: 100%; text-align:justify;  margin: 0 auto; }
.row2section ul { padding:0px 20px 0px 20px;  margin: 0 auto; }

.panel2section { background: #f9f9f9; margin: 0 0 10px 0; padding: 10px; border-left:3px solid #F96; }

.detail {
    /*box-shadow: 8px 28px 14px -25px #e4e4e4;*/
    float: right;
    padding-bottom: 10px;
    width: 830px;
	min-height:150px;
}
	.detail img{margin-right:10px;}
	
	.vertical-list ul{margnin:0px; padding:0px;}
	.vertical-list li { margin: 5px !important; list-style:none; }
	.menusubmenu {margin:0px; float:left; width:220px; padding-left:10px !important; background:url(../images/bulletarrow.png) no-repeat left;}
	.menusubmenu a{text-decoration:none; color:#000; float:left; text-align:left;}
	.vertical-list li:last-child { margin: 0; }
	
.features-table
{
  width:600px;
  margin: 0 auto;
  width:400px;
 
}

.features-table td
{
  height: 40px;
  line-height: 30px;
  padding: 0px 10px;
  border-bottom: 1px solid #cdcdcd;
  box-shadow: 0 1px 0 white;
  -moz-box-shadow: 0 1px 0 white;
  -webkit-box-shadow: 0 1px 0 white;
  white-space: nowrap;
  text-align: center;
}

/*Body*/
.features-table tbody td
{ 
  text-align: center;
  font: normal 12px Verdana, Arial, Helvetica;
  width: 150px;
  line-height:22px;
}

.features-table tbody td:first-child
{
  width: auto;
  text-align: center;
}
.features-table td a{text-decoration:none; color:#000000;}

.name {color:#000000;}

.features-table td:nth-child(2), .features-table td:nth-child(3)
{
  background: #fff;
  background: rgba(255,255,255,0.15);
  border-right: 1px solid white;
}


.features-table td:nth-child(4)
{
  background: #f9f9f9;  
  background: rgba(255,255,255,0.15);
}

/*Header*/
.features-table thead td
{
 font-family: 'Cambria', sans-serif;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-topleft: 10px; 
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top: 1px solid #eaeaea; 
  font-size:15px;
  color:#000;
  font-weight:bold;
}

.features-table thead td:first-child
{
  border-top: none;
}

/*Footer*/
.features-table tfoot td
{
  font: bold 1.4em Georgia;  
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px; 
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom: 1px solid #dadada;
}

.features-table tfoot td:first-child
{
  border-bottom: none;
}


/*Sliding tabs*/
*{
    margin:0px;
    padding:0px;
}

#contentdetail{
    
    text-align:center;
    width:600px;
    position:relative;
    height:100%;
	 color:#000;
    font-size:13px;
    background: #fff;
    font-family: "Droid Sans",sans-serif;
}
#wrapper2{
   
    background-color:#ffffff;
    width:830px;
	min-height:300px;
    overflow:hidden;
}
#steps{
    width:600px;
	height:auto;
	
    overflow:hidden;
	
}
.step{
    float:left;
    width:830px;
	border:solid 0px;
	
	/*height:320px;*/
}
.researchtext{  border:solid 0px; color:#000; }
.imgleft{ border:solid 0px; float:left; width:250px; height:auto; margin-right:0px;}
.details{border:solid 0px;width:auto; float:right; margin-top:0px;}
.detailssub{border:solid 0px; text-decoration:none; font-size:11px; color:#000;}
.detailssub:hover{border:solid 0px; text-decoration:none; font-size:11px; color:#de9311;}
#menu-header-menuigation{
    height:60px;
	border:solid 0px;
}
#menu-header-menuigation ul{
    list-style:none;
	float:left;
	margin-left:0px;
	font-size:14px;
	font-weight:600;
	text-align:left;
	width:830px;
	display:block;
	border-bottom: 1px solid #e6e6e6;
}
#menu-header-menuigation ul li{
	float:left;
    position:relative;
	margin:0px 2px;
}
#menu-header-menuigation ul li a{
    display:block;
    height:45px;
   padding:0px 12px 0px 0px;
    color:#6f6f6f;
    outline:none;
    
    text-decoration:none;
    line-height:45px;
   
 	
}
#menu-header-menuigation ul li a:hover{
    
   
}
#menu-header-menuigation ul li.selected a{
    
    color:#000;
   font-weight:bold;
	border-bottom:3px solid #de9311;
}

.step ul{margin:0px;padding:0px;  list-style:none;
	float:left;}
	
.step ul li{ margin:0px 2px; background:url(../images/tabarrow.jpg)  no-repeat left 5px; margin:5px 0px; padding-left:20px;text-align:justify;}
span.checked{
    background:transparent url(../images/checked.png) no-repeat top left;
    position:absolute;
    top:0px;
    left:1px;
	
    width:20px;
    height:20px;
}
span.error{
    background:transparent url(../images/error.png) no-repeat top left;
    position:absolute;
    top:0px;
    left:1px;
    width:20px;
    height:20px;
}
#steps form fieldset{
    border:none;
    padding-bottom:20px;
}
#steps form legend{
    text-align:left;
    background-color:#f3f3f3;
    color:#000;
    font-size:15px;
    text-shadow:1px 1px 1px #fff;
    font-weight:bold;
    float:left;
    width:590px;
    padding:5px 0px 5px 10px;
    margin:10px 0px;
    border-bottom:1px solid #fff;
    border-top:1px solid #d9d9d9;
}
#steps form p{
    float:left;
    clear:both;
    margin:5px 0px;
    
    width:600px;
    padding:10px 0px 0px 0px;
    margin-left:0px;
   
}
#steps form p label{
    width:160px;
    float:left;
    text-align:right;
    margin-right:15px;
    line-height:26px;
    color:#666;
    text-shadow:1px 1px 1px #fff;
    font-weight:bold;
}
#steps form input:not([type=radio]),
#steps form textarea,
#steps form select{
    background: #ffffff;
    border: 1px solid #ddd;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    padding: 5px;
    width: 200px;
    float:left;
}
#steps form input:focus{
    -moz-box-shadow:0px 0px 3px #aaa;
    -webkit-box-shadow:0px 0px 3px #aaa;
    box-shadow:0px 0px 3px #aaa;
    background-color:#FFFEEF;
}
#steps form p.submit{
    background:none;
    border:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
}
#steps form button {
	border:none;
	outline:none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #ffffff;
    display: block;
    cursor:pointer;
    margin: 0px auto;
    clear:both;
    padding: 7px 25px;
    text-shadow: 0 1px 1px #777;
    font-weight:bold;
    font-family:"Century Gothic", Helvetica, sans-serif;
    font-size:22px;
    -moz-box-shadow:0px 0px 3px #aaa;
    -webkit-box-shadow:0px 0px 3px #aaa;
    box-shadow:0px 0px 3px #aaa;
    background:#4797ED;
}
#steps form button:hover {
    background:#d8d8d8;
    color:#666;
    text-shadow:1px 1px 1px #fff;
}
.box-line-st-developmental-biology { padding:2px; display:inline-block; border:solid 1px #dad8d8; width:395px; height:150px; margin-bottom:10px; margin-left:10px; float:left;}
.box-line-st-nanobioscience-faculty { padding:2px; display:inline-block; border:solid 1px #dad8d8; width:395px; height:225px; margin-bottom:10px; margin-left:10px; float:left;}
.box-line-st-nanobioscience-staff { padding:2px; display:inline-block; border:solid 1px #dad8d8; width:395px; height:225px; margin-bottom:10px; margin-left:10px; float:left;}
.box-line-st-genetics-faculty { padding:2px; display:inline-block; border:solid 1px #dad8d8; width:395px; height:130px; margin-bottom:10px; margin-left:10px; float:left;}
.box-line-st-genetics-staff { padding:2px; display:inline-block; border:solid 1px #dad8d8; width:395px; height:280px; margin-bottom:10px; margin-left:10px; float:left;}
.box-line-st-genetics-research { padding:2px; display:inline-block; width:830px; height:auto; margin-bottom:10px; margin-left:10px; float:left;}
.box-line-st-biodiversity-faculty { padding:2px; display:inline-block; border:solid 1px #dad8d8; width:340px; height:150px; margin-bottom:10px; margin-left:10px; float:left;}
.box-line-st-bioenergy-faculty { padding:2px; display:inline-block; border:solid 1px #dad8d8; width:390px; height:170px; margin-bottom:10px; margin-left:10px; float:left;}
.box-line-st-bioenergy-staff { padding:2px; display:inline-block; border:solid 1px #dad8d8; width:390px; height:250px; margin-bottom:10px; margin-left:10px; float:left;}
.box-line-st-bioenergy-research { padding:2px; display:inline-block; border:solid 1px #dad8d8; width:390px; height:195px; margin-bottom:10px; margin-left:10px; float:left;}

.box-macs { padding:2px; display:inline-block; border:solid 1px #dad8d8; width:250px; height:106px; margin-bottom:10px; margin-left:10px; float:left;}
.st-up1{width:150px; height:auto; padding:0 0px 0 0px; float:right; border:solid 0px; }
.st-up-box1{border:0px dotted #6a6a6a; padding: 5px 0 0px 0px;  float:right  }
.st-title1 {padding-top:0; text-align:left !important}
.st-title1 a {color: #bf7900; font-weight: bold; font-size:14px; padding-bottom:5px; text-decoration:none; }
.ac-details-fa1 {font-size:12px;color:#565347; line-height:18px; display:block; padding-right:30px; margin-bottom:5px; margin-top:-10px; font-family:Arial, Helvetica, sans-serif;line-height:18px;}
.st-new-imagemacs{border:0px solid #fff ; margin:0px;  padding:1px; float:left; }



.st-new-image{border:0px solid #fff ; margin:0px;  padding:3px; float:left;}
.st-new-image-ri{border:0px solid #ccc ; margin:2px;  padding:0px;}
.st-up{width:230px; height:auto; padding:0 0px 0 0px; float:right; }
.st-up-box{border:0px dotted #6a6a6a; padding: 5px 0 10px 10px; width:285px; float:right  }
.st-up-box-b{border:0px dotted #6a6a6a; padding: 5px 0 10px 10px; width:330px;  }
.st-up-box-s1{border:0px dotted #6a6a6a; padding: 5px 0 10px 10px; width:320px;  }
.st-up-box-s12{border:0px dotted #6a6a6a; padding: 5px 0 0px 10px; width:530px;  }
.st-up-bu-ri{border-left:1px dotted #b2b2b2; padding: 0px 0 0px 15px; width:180px;  }
.st-up-ri{width:240px; height:auto; padding:0 0px 0 0px; }
.st-new-image-ri{border:0px solid #ccc ; margin:2px;  padding:0px;}
.st-details {font-size:12px; color:#900; line-height:18px; display:block; margin: 0 0 10px 10px; padding:10px 0; border-bottom:1px dotted #626262;}

.more-st{position:relative; top:5px; right:0px; float:right;  padding:0 5px;}
.st-title {padding-top:0; width:225px; text-align:left !important; color: #bf7900; font-weight: bold; font-size:14px;}
.st-title a {color: #bf7900; font-weight: bold; font-size:14px; padding-bottom:5px; text-decoration:none; }

.st-title-b {padding-top:0; width:320px; text-align:left !important}
.st-title-b a {color: #9e1616; font-weight: bold; font-size:13px; padding-bottom:10px; }
.ac-details-fa {font-size:12px;color:#565347; line-height:18px; display:block; padding-right:10px; margin-bottom:5px; margin-top:-10px; font-family:Arial, Helvetica, sans-serif;line-height:18px;}
.ac-details-sp {font-size:12px;color:#333; width:230px; font-weight:bold;  padding:0px; line-height:18px; display:block; margin-top:8px; font-family:Arial, Helvetica, sans-serif;}
.st-mail {padding-top:0; width:200px;}
.st-extn {padding-top:0; width:200px;}
.st-phone{color:#565347;font-size:12px}
.st-extn{color:#565347;font-size:12px}
.st-mail a {color: #666; font-weight: ; font-size:12px; padding-bottom:10px; text-decoration:none;}
.st-mail a:hover {color: #bf7900; font-weight: ; font-size:12px; padding-bottom:10px}
.st-icon-image{border:0px solid #ccc ; margin:0px; background:#FFF; padding:3px; float:left; margin-right:10px;width:330px; }
.st-icon-image-last{border:0px solid #ccc ; margin:0px; background:#FFF; padding:3px; float:left; margin-right:0px;}
.st-icon-text {font-size:12px; font-weight:bold; color:#333; text-align:left; padding-top:2px;  background:url(../images/pdf-icon.png) no-repeat; height:auto; padding-left:30px; text-align: left ; float:left; width:275px; }
.st-icon-img {font-size:12px; font-weight:bold; color:#333; text-align:left; padding-top:2px;  background:url(../images/paper-cut.png) no-repeat; height:auto; padding-left:30px; text-align: left ; float:left; width:150px; }
.more-st{position:relative; top:5px; right:0px; float:right;  padding:0 5px;}

.boxer {
   display: table;
   border-collapse: collapse;
}
 
.boxer .box-row {
   display: table-row;
}
 .headname{ text-decoration:none; font-size:14px; color:#b77400; font-weight:bold;}
  .headname:hover{ text-decoration:none; font-size:14px; color:#de9311;}
.boxer .box {
   display: table-cell;
   text-align: left;
   vertical-align: top;
   border: 1px solid black;
}
.fullwidth{ width:100%; border:solid 0px; margin: 0 auto;}
.row { width: 980px; max-width: 100%; min-width: 768px; margin: 0 auto; }
.img_border {border:1px solid #BBBBBB}

.scientist {color:#0000FF;text-decoration:none;}

.contact_us_outer {
	width:1100px;
	float:left;
	min-height:500px;
}

.bullet {
	list-style:none;
	background:url('../images/tabarrow.jpg')no-repeat scroll left 3px;
	padding-left:20px;
}


/* News and Events css starts */
#news_jobs_outermost {
	width:1100px;
	height:auto;
	float:left;
	margin-top:15px;
}

/*#newsevents_outer {
	width:535px;
	float:left;
	margin-bottom:10px;
	line-height:1.3em;
}

#click {
	width:440px;
	float:right;
	margin-bottom:10px;
	line-height:1.3em;
	text-align:center;
}

#click a{
	color: #e48426;
    font-size: 12px;
    text-decoration: none;
}*/

#news_individual {
	width:535px;
	float:left;
	line-height:1.3em;
	margin-bottom: 15px;
}

#news_individual p{
	font-family: Droid Sans;
	font-size: 13px;
	color: #000000;
}

#news_scroll {
	width:535px;
	min-height:200px;
	float:left;
	background-color:#e5e5e5;
	padding:10px;
}


#news_text_outer{
 width:550px;
 float:left;
 margin-top:15px;
}

#news_text_outer h1{
 padding: 5px;
 color: rgb(255, 255, 255);
 background-color: rgb(74, 74, 74);
 border-radius:5px;
}

.news_text {
	width:550px;
	float:left;
}

.news_text span{
	font-family:Droid Sans;
	font-size:14px;
	background:url('img/right.png')no-repeat scroll 0 0;
	padding-left:15px;	
	color:#000000;
}

.news_text a{
	font-size:14px;
	font-weight:bold;
	color:rgb(222, 147, 17);
}

.news_heading {
	font-family:Droid Sans;
	font-size:14px;
	color:#000000;
	font-weight:bold;
}

.news_heading a {
	font-family:Droid Sans;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

.news_heading p{
	margin-bottom:10px;
{

.news_content {
	font-family:Droid Sans;
	font-size:13px;
	color:#000000;
}
/* News and Events css ends */


/* Jobs css starts */
#jobs_individual {
	width:535px;
	float:left;
	margin:5px 0;
	line-height:1.3em;
}

#jobs_scroll {
	width:515px;
	min-height:200px;
	float:left;
	padding:10px;
	background-color:#e5e5e5;
}

#jobs_scroll .jobs_month {
	font-size:15px;
	font-weight:bold;
}

.jobs_heading a {
	font-family:Droid Sans;
	font-size:13px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

.jobs_content {
	font-family:Droid Sans;
	font-size:12px;
	color:#000000;
}
/* Jobs css ends */


/* Archives page css starts */
#archives {
	width:800px;
	min-height:200px;
	float:left;
	background-color:#e5e5e5;
	padding:10px;
}
/* Archives page css ends */


.resources_border {
	border-bottom:1px solid #DCDCDC;
	border-right:1px solid #DCDCDC;
	text-align:center;
}

.resources_border_bottomlast {
	border-bottom:0px;
	border-right:1px solid #DCDCDC;
	text-align:center;
}

.resources_border_rightlast {
	border-bottom:1px solid #DCDCDC;
	border-right:0px;
	text-align:center;
}

.resources_border_bottomrightlast {
	border-right:0px;
	text-align:center;
}

#vertical_scroller {
	width:170px;
}

#vertical_scroller li {
	text-align:left;
	padding-bottom:5px;
}

.nkrc_bullet {
	list-style:none;
	background:url('../images/tabarrow.jpg')no-repeat scroll left 1px;
	padding-left:20px;
}

/*  For page inner template */
#menu-sidebar-menu {
	border: 1px solid #ddd;
    border-radius: 5px;
    float: left;
    margin-top: 18px;
    padding: 8px 5px;
    width: 235px;
}

#menu-sidebar-menu li{
	font-family: "Droid Sans",sans-serif;
	/*background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #515b62 3%, #444e55 5%, #394147 100%) repeat scroll 0 0;*/
    list-style: outside none none;
	margin: 10px 0 18px 5px;
	cursor:pointer;
}
	
#menu-sidebar-menu li a{	
	text-decoration: none;
	background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #515b62 3%, #444e55 5%, #394147 100%) repeat scroll 0 0;
    border-radius: 5px;
	border:1px solid #1c252b;
	color:#FFFFFF;
	font-size: 13px;
	font-weight:bold;
	padding:7px 12px;
}	

.paging_btns li.active  {
	border:0px !important;
	border-bottom:3px solid #de9311 !important;
}
/*  For page inner template */


/*  For page department template */
#menu-sidebar-dept {
	border: 1px solid #ddd;
    border-radius: 5px;
    float: left;
    margin-top: 18px;
    padding: 8px 5px;
    width: 235px;
}

#menu-sidebar-dept li{
	font-family: "Droid Sans",sans-serif;
	/*background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #515b62 3%, #444e55 5%, #394147 100%) repeat scroll 0 0;*/
    list-style: outside none none;
	margin: 10px 0 18px 5px;
	cursor:pointer;
}
	
#menu-sidebar-dept li a{	
	text-decoration: none;
	background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #515b62 3%, #444e55 5%, #394147 100%) repeat scroll 0 0;
    border-radius: 5px;
	border:1px solid #1c252b;
	color:#FFFFFF;
	font-size: 13px;
	font-weight:bold;
	padding:7px 12px;
}
/*  For page department template */


/*  For page repository template */
#menu-sidebar-repository {
	border: 1px solid #ddd;
    border-radius: 5px;
    float: left;
    margin-top: 18px;
    padding: 8px 5px;
    width: 235px;
}

#menu-sidebar-repository li{
	font-family: "Droid Sans",sans-serif;
	/*background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #515b62 3%, #444e55 5%, #394147 100%) repeat scroll 0 0;*/
    list-style: outside none none;
	margin: 10px 0 18px 5px;
	cursor:pointer;
}
	
#menu-sidebar-repository li a{	
	text-decoration: none;
	background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #515b62 3%, #444e55 5%, #394147 100%) repeat scroll 0 0;
    border-radius: 5px;
	border:1px solid #1c252b;
	color:#FFFFFF;
	font-size: 13px;
	font-weight:bold;
	padding:7px 12px;
}

.repository {
	width:830px;
}

.repository p{
	text-align:justify;
}

.repository td{
	padding-left:0px;
	background-color:#FFFFFF;
}

.repository ol {
	margin-left:12px;
}
/*  For page repository template */

.sidebar-widget {
	border: 1px solid #ddd;
    border-radius: 5px;
    float: left;
    font-family: "Droid Sans",sans-serif;
    font-size: 13px;
    font-weight: normal;
    list-style: outside none none;
    margin-top: 18px;
    padding: 7px;
    text-decoration: none;
    width: 235px;
}

.hps a {
	background: #232b30 none repeat scroll 0 0;
    border: 1px solid #1c252b;
    border-radius: 5px;
    color: #fff;
    display: block;
	font-size:14px;
    font-weight: normal;
    outline: 0 none;
    padding: 8px 12px;
    text-decoration: none;
	font-style:normal;
    text-shadow: 1px 1px #1f272b;
	font-family: "Droid Sans",sans-serif;
}

.textwidget p {
	padding-bottom:0px;
	margin:5px;
}

.acp_title {
    box-sizing: initial;
    font-family: arial;
    font-size: 13px;
    height: 38px;
    line-height: 17px;
    overflow: hidden;
    padding-top: 7px;
    width: 160px;
}

.button_style {
    background: #dbdbdb none repeat scroll 0 0;
    border: 1px solid #cccccc !important;
    color: #333333 !important;
    cursor: pointer;
    display: inline-block;
    margin: 10px 2px 10px 0 !important;
    overflow: hidden;
    padding: 0;
    text-align: center;
    width: 160px !important;
}



/* Tab section css starts */
.tabs-menu {
    height: 15px;
    float: left;
    clear: both;
	padding:0;
}

.tabs-menu li {
    height: 30px;
    line-height: 30px;
    float: left;
    margin-right: 8px;
    background-color: #004d94;
    border-top: 1px solid #ECEBEB;
    border-right: 1px solid #ECEBEB;
    border-left: 1px solid #ECEBEB;
	list-style:none;
}

.tabs-menu li.current {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    z-index: 5;
}

.tabs-menu li a {
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none; 
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}

.tabs-menu .current a {
    color: #2e7da3;
}

.tab {
    border: 1px solid #ECEBEB;
    background-color: #fff;
    float: left;
    margin-bottom: 20px;
    width: 580px;
}

.tab-content {
    width: 560px;
    padding: 15px 10px 10px;
    display: none;
	text-align:justify;
}

#tab-1 {
 display: block;   
}

#tab-1 ul{
 margin-top:0px;
 margin-bottom:0px;
}

#tab-2 a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#004d94;
	text-decoration:none;
}

#tab-3 a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#004d94;
	text-decoration:none;
}

#tab-4 a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#004d94;
	text-decoration:none;
	/*padding-left:28px;*/
}

#tab-5 p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#004d94;
	text-decoration:none;
	padding-left:28px;
}
/* Tab section css ends */


#gallery-4 .gallery-item {
	margin-bottom:3% !important;
}

#gallery-4 img {
    border: 0px solid #cfcfcf !important;
}	


/*#popmake-5040 {*/
.pum-container {
	min-width: 1300px !important;
	top: 100px;
	left: 420px;
	border: 2px solid #000000 !important;
	background-color:none !important;
	background: url("http://aripune.org/wp-content/themes/html5blank-stable/img/prehome-page-invitation-banner.jpg") no-repeat !important;
	background-position: 50% 50% !important;
}

.popmake-content p span {
	font-size: 20pt;
}

	
