/**
 * The contents of this file are subject to the license and copyright
 * detailed in the LICENSE and NOTICE files at the root of the source
 * tree and available online at
 *
 * http://www.dspace.org/license/
 */

.col-sidenews {
	width: 25%;
	text-align:  center;
	font-weight: bold;
	float: left;
    padding-left: 10px;
	padding-top: 0px;
}

.col-sidenews ul {
	 list-style: none;
	 padding-top: 0px;
	 padding-left: 0px;
}

.sidenews-1 li {
	background-image: -webkit-gradient(linear,left 0,left 100%,from(#5cb85c),to(#449d44));
	background-image: -webkit-linear-gradient(top,#5cb85c,0%,#449d44,100%);
	background-image: -moz-linear-gradient(top,#5cb85c 0,#449d44 100%);
	background-image: linear-gradient(to bottom,#5cb85c 0,#449d44 100%);
	background-repeat: repeat-x;
	border-color: #419641;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c',endColorstr='#ff449d44',GradientType=0);
	padding: 10px;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
	border-radius: 4px;
}

.sidenews-1 li a {
	color: white;
}

.col-sidenews h2 {
	color: green;
	font-size: 21px;
	text-decoration: underline;
	font-weight: bold;
	padding-bottom: 20px;
}

.jumbotron {
	width: 75%;
	float: left;
}

.jumbotron p {
	font-size: 16px;
	min-height: 140px;
}

.jumbotron span {
	color: green;
	font-size: 21px;
	font-weight: bold;
	padding-bottom: 20px;
}

.jumbotron img {
	width: 150px;
	margin-right: 25px;
}

.jumbotron-1 {
	padding-top: 10px;
	float: left;
}

.jumbotron-2 {
	padding-top: 10px;
	float: right;
}

.jumbotron-1 a, .jumbotron-2 a {
	#background-image: -webkit-gradient(linear,left 0,left 100%,from(#b5edaa),to(#91e87f));
	#background-image: -webkit-linear-gradient(top,#b5edaa,0%,#91e87f,100%);
	#background-image: -moz-linear-gradient(top,#b5edaa 0,#91e87f 100%);
	#background-image: linear-gradient(to bottom,#b5edaa 0,#91e87f 100%);
	#background-repeat: repeat-x;
	#border-color: #91e87f;
	#filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb5edaa',endColorstr='#ff91e87f',GradientType=0);
	padding: 10px 30px;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
	border-radius: 4px;
	color: green;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}


.liveinter {
	margin-top: 80px;
}



.breadcrumb1 {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
	width: 75%;
}

.topitem {
	margin-top: -80px;
	padding: 0px;
}

.topitem h3 {
	color: green;
	font-size: 21px;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}

.topitem table {
	margin-top: 45px;
	font-size: 16px;
}

.topitem td {
	padding: 10px 0px;
}

.rightAlign {
	text-align: right;
	width: 70px;
}