#portal #leftcolumn {
	background: #fff url(../images/left-shadow.png) 0 0 repeat-x;
}

#portal #rightcolumn {
	background: #00456B url(../images/right-shadow.png) 0 0 repeat-x;	
}

/***** Portlets *****/

#portal #rightcolumn ul {
	list-style-type: none;
	margin: 0 0 1em 0;
	padding: 0;
}

#portal #rightcolumn ul li {
	margin-top: 1em;
	border: 1px solid #00456B;
}

/***** Portlet Admin *****/

#portal div.portalAdmin {
	border: 1px solid #ccc;
	margin: 10px;
	padding: 5px;
	text-align: center;
	overflow: auto;
	clear: right;
}

#portal div.portalAdmin span {
	float: left;
}

#portal div.portalAdmin a.portalAction {
	float: left;
}

#portal div.portalAdmin select {
	margin: 5px;
	width: 90%;
}

#portal #rightcolumn div.portalAdmin {
	margin-right: 20px;
}

#portal #middlecolumn div.portalAdmin {
	margin-right: 2px;
}

/***** Buttons *****/

.buttons ul {
	list-style-type: none;
	margin: 1em 0;
	padding: 0;
	border-top: 1px solid #7AADDD;
	border-bottom: 1px solid #7AADDD;
	float: left;
	width: 100%;
}

.buttons ul li {
	background: url(../images/button-top.gif) 0 15px no-repeat;
	padding: 30px 0 15px 0;
	float: left;
	clear: left;
	width: 100%;
	border-bottom: 1px dotted #7AADDD;
}

.buttons ul li.last {
	border-bottom: 0;
}

.buttons ul li a,
.buttons ul li a:visited,
.buttons ul li a:hover {
	width: 119px;
	background: #7AADDD url(../images/button-bottom.gif) 0 bottom no-repeat;
	display: block;
	padding: 0 0 17px 0;
	float: left;
	color: #F2F7FB;
	text-align: center;
}

.buttons ul li a span {
	display: block;
	background: url(../images/button-middle.gif) 0 0 repeat-y;
}

.buttons ul li div.description {
	float: left;
	margin: 0 0 0 10px;
	width: 550px;
}
