body{
	font-family:arial;
	margin:0;
	margin-top:2.5em;
}
h1{
	text-align:center;
}

#portal{
	margin-left:auto;
	margin-right:auto;
	width:900px;
}



#portal-banner{
	background:url(../images/portalnav/portal-banner.jpg) no-repeat center center;
	height:90px;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:1em;
	-moz-border-radius:0.4em;
	 border-radius: 0.4em 0.4em 0.4em 0.4em;
	-webkit-border-radius: 0.4em;
	overflow:hidden;
}

#portal-banner-2 {
    background: url(../images/banners/BDBannerNew.jpg) no-repeat center center;
    height: 120px;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
    -moz-border-radius: 0.4em;
    border-radius: 0.4em 0.4em 0.4em 0.4em;
    -webkit-border-radius: 0.4em;
    overflow: hidden;
}

.link-element {
	border: 1px solid #AAA;
	border-radius: 8px;
	height: 300px;
	padding: 15px;
	vertical-align: top;
	margin: 2em 5px!important;
}



#portal-footer{
	text-align:center;
	color:#5b5b5b;
	font-size:0.9em;
}

@media only screen and (max-width: 1024px) {
	.link-element {
		border: 1px solid #AAA;
		border-radius: 8px;
		/* height: 300px; */
		padding: 15px;
		vertical-align: top;
		/* margin: 0.2em 5px!important; */
	}

	#portal-footer {
		font-size: 1.8em;
	}
}


.portal-links{
	text-align:center;
	line-height:2.5em;
}



/* .portal-links a{
	/* padding-right:0.7em; */
} */


.portal-links a.last{
	padding-right:0;
}



#schools img, #prodev img{
	margin-bottom:0;
}




#articles{
	float:left;
	margin-left:auto;
	margin-right:auto;
	width:592px;
	border:1px solid #979797;
	-moz-border-radius:0.4em;
	 border-radius: 0.4em 0.4em 0.4em 0.4em;
	-webkit-border-radius: 0.4em;
	overflow:hidden;
	margin-bottom:1em;
	margin-right:1em;
	height:220px;
	
}
#articles-header{
	height:25px;
	margin:0;
	padding:0.2em;
	padding-left:0.5em;
	font-size:1.3em;
	color:#5b5b5b;
	background:#f3f3f3;
	border-bottom:1px solid #ccc;
	overflow:hidden;
}
#articles-header h2{
	margin:0;
	padding:0;
	float:left;
	font-size:1.1em;
}
#articles-header a{
	font-size:0.7em;
	font-weight:normal;
	padding:0.2em;
	padding-top:0.3em;
	float:right;
}

#articles #articles-list{
	overflow-y:auto;
	height:186px;
	font-size:0.9em;
}
#articles #articles-list a{
	color:#467dd0;
	text-decoration:none;
}

#articles #articles-list a:hover{
	text-decoration:underline;
}


#articles #articles-list ul{
	list-style:none;
	margin:0;
	padding:0;
}

#articles #articles-list ul li{
	border-bottom:1px dashed #ccc;
	padding:0.5em;
}

#articles #articles-list ul li.last{
	border-bottom:none;
}



#facts{
	float:left;
	margin-left:auto;
	margin-right:auto;
	width:283px;
	height:220px;
	border:1px solid #979797;
	-moz-border-radius:0.4em;
	 border-radius: 0.4em 0.4em 0.4em 0.4em;
	-webkit-border-radius: 0.4em;
	overflow:hidden;
	margin-bottom:1em;
	
	
}

#facts h2{
	
	margin:0;
	padding:0.2em;
	padding-left:0.5em;
	font-size:1.3em;
	color:#5b5b5b;
	background:#f3f3f3;
	border-bottom:1px solid #ccc;
	height:25px;
}

#facts h2 img{
	float:right;
	margin:0.2em;
}

#facts-content{
	height:186px;
	overflow-y:auto;
}

#facts p{
	margin:0.5em;
	font-size:0.9em;
}

.clear{
	clear:both;
}


#medialib ul {
	list-style:none;
	padding:0;
	margin:0;
}

input{
	padding:0.5em;
	background:white;
	border:1px solid #ccc;
}

input:hover{
	background:#e7ffe9;
}

input[type=submit],input[type=button]{
	background:url(images/button-bg.gif) repeat-x bottom;
}

input:hover[type=submit],input:hover[type=button]{
	background:url(images/button-bg-hover.gif) repeat-x bottom;
	border:1px solid #458da4;
}


textarea{
	padding:0.5em;
	background:white;
	border:1px solid #ccc;
	
}

input[type=radio],input[type=checkbox]{
	
}

select{
	background:white;
	border:1px solid #ccc;
}

select:hover{
	background:#e7ffe9;
	border:1px solid #ccc;
}

strong{
	font-weight:bold;
}

em{
	font-style:italic;
}

h1{
	font-size:1.2em;
	font-style:normal;
	margin-bottom:0.3em;
	color:#464646;
	border-bottom:1px solid #e1e1e1;
	padding-bottom:0.2em;
	color:white;
	-moz-border-radius:0.4em;
	 border-radius: 0.4em 0.4em 0.4em 0.4em;
	-webkit-border-radius: 0.4em;
	background:#414141;
	padding:0.5em;
}



a{
	color:#2f78dd;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}




p{
	
	line-height:1.5em;
	color:#313131;
	margin-left:0em;
	margin-top:1em;
	margin-bottom:1em;
	
}

table{
	width:100%;
}

div.table-fix{
	/*padding-right:10px;*/
}

.clearer{
	clear:both;	
}

div.box-round{
	
	 
	
	 margin-top:0.5em;
	 background:#f7f7f7;
	 border:1px solid #d2d2d2;
	-moz-border-radius:0.4em;
	 border-radius: 0.4em 0.4em 0.4em 0.4em;
	-webkit-border-radius: 0.4em;
	 padding:0.5em;
	
	

}


/* Response Messages */

.response-msg {
	padding:6px 10px 10px 45px;
	font-size:0.96em;
	margin:0 0 10px;
}

.response-msg span {
	display:block;
	font-weight:bold;
	padding:0 0 4px;
}

div.error {
	background:#f9e5e6 url('images/icons/error.png') 10px 50% no-repeat;
	color:#b50007;
	border:#e8aaad solid 1px;
}

div.notice  {
	background:#f9f9e5 url('images/icons/notice.png') 10px 50% no-repeat;
	color:#828400;
	border:#e8e3aa solid 1px;
}

div.inf {
	background:#e5ecf9 url('images/icons/info.png') 10px 50% no-repeat;
	color:#0055b5;
	border:#aac6e8 solid 1px;
}

div.success {
	background:#e9f9e5 url('images/icons/success.png') 10px 50% no-repeat;
	color:#1c8400;
	border:#b4e8aa solid 1px;
}


div.pagination{
	
	 margin-top:0.5em;
	 background:#f7f7f7;
	 border:1px solid #d2d2d2;
	-moz-border-radius:0em 0em 0.4em 0.4em;
	 border-radius: 0em 0em 0.4em 0.4em;
	-webkit-border-radius: 0em 0em 0.4em 0.4em;
	text-align:center;
	padding:0;
	font-size:0.8em;
	
}	

div.pagination a{
	display:inline-block;
	padding:0.5em;
	
	color:#2f78dd;
	border-left:1px solid #d2d2d2;
	text-decoration:none;
	
}

div.pagination span{
	display:inline-block;
	padding:0.5em;
	border-left:1px solid #d2d2d2;
	color:#292929;
	font-weight:bold;
	text-decoration:none;
	
}
div.pagination a:hover{
	text-decoration:underline;
}	


div.pagination a:last-child{
	
	border-right:1px solid #d2d2d2;
	
}	

div.pagination span:last-child{
	
	border-right:1px solid #d2d2d2;
	
}	

#medialib{
	font-size:0.8em;
}

#gallery-item h1{
	background:none;
	border:none;
	text-align:left;
	color:#464646;
	margin-bottom:1.5em;
}

#gallery-item .download-box{
	margin-bottom:0.1em;
	border-bottom:1px solid #d2d2d2;
}
