
/* ----- UNISub.css ----- */
@media all {
/* <dtml-with base_properties> (do not remove this :) */
/* <dtml-call "REQUEST.set('portal_url', portal_url())"> (not this either :) */


/* </dtml-with> */

.portletItem {
	border-left-width: 0px !important;
	border-right-width: 0px !important;
	padding-left: 0px;
	padding-right: 0px;
}

.navTreeItem a {
	border-top: ;
	border-left: 1px solid #000000 !important;
	border-right: 1px solid #000000 !important;
	border-bottom: 1px dashed #000000 !important;
	margin: 0 !important;
}

#global-sidemenu dt {
	list-style: none;
}

#global-sidemenu dt a {
	display: block;
    background-image: url("bl_b.gif");
    background-repeat: no-repeat;
    background-position: 17px 6px;
	border-top: 0px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	color: #000000;
	font-size: 12px;
	font-family: sans-serif;
	font-weight: bold;
	padding: 10px 0px 5px 40px;	
}

#global-sidemenu dt a:hover {
	background-color: #e8d7e7;
    background-image: url("bl_b2.jpg");
    background-repeat: no-repeat;
    background-position: 17px 6px;
}
	
.naviheader {
	display: block;
	border-top: 1px solid #000000;
}

.navi {
	border-bottom: 1px dashed #666666;
}

.navifooter {
	border-bottom: 1px solid #000000;
}

.portletHeader {
	background-color: #dee7ec;
	border-top: 1px solid #ffffff;
	border-left: 5px solid #89b3a7;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #808080;
	color: #000000;
	height: 18px;
	padding: 2px 0px 2px 10px;
}

dl.portlet {
    border-bottom-width: 0px;
}

.ploneCalendar {
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	color: #303030;
	margin-bottom: 20px !important;
}

.portletItem {
	background-color: #ffffff;
	margin: 8px 0px 8px 0px;
	padding: 5px 10px 5px 10px;
}

.ploneCalendar .todaynoevent {
	border-top: 2px solid #89b3a7;
	border-left: 2px solid #89b3a7;
	border-right: 2px solid #89b3a7;
	border-bottom: 2px solid #89b3a7;
}

.ploneCalendar .event {
	background-color: #ffffff;
    	color: #303030;
    	font-weight: bold;
}

.ploneCalendar td {
	text-align: center;
}

.ploneCalendar .weekdays td {
	background-color: #eff8fd;
	border-bottom: 1px solid #d0d0d0;
	border-top: 1px solid #89b3a7;
	color: #303030;
}

.ploneCalendar th {
	background-color: #dee7ec;
}

.portletItemDetails {
	color: #202020;
}

h1 {
	font-weight: bold;
	padding-left: 5px;
}

div.entryDate {
	display: block;
	background-color: #dee7ec;
	border-top: 1px solid #ffffff;
	border-left: 5px solid #89b3a7;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #808080;
	font-size: 14px !important;
	font-weight: normal !important;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 10px;
}

.entryBox {
	color: #202020;
}

#portal-column-one .visualPadding {
	padding-top: 0;
}

.infoBox {
	margin-bottom: 20px !important;
}

#portal-column-content {
	padding-top: 10px !important;
} 

#portal-column-one {
	padding-top: 12px !important;
}

}

