
/* - ploneCustom.css - */
@media all {
/*=======*/
/* rules */
/*=======*/
@font-face
{
	font-family: circuit_board;
	src: url("circuit_board.ttf");
}

/*==============*/
/* regular tags */
/*==============*/
abbr
{
	border: 0px;
}
body
{
	background: #000000;
	background: #205C90;
	background: #0083be;
	background: #75ad0a;
	background: #3c5905;
	background: #ccefff;
	background: #ffffbf;
}

/*=====*/
/* IDs */
/*=====*/
#content-views
{
	background: #ffff00;
}
#content-views > li > a
{
	color: #000000;
	box-shadow: 0 4px 10px #e5e500 inset;
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
}#content-views > li.selected > a
{
	color: #000000;
	box-shadow: 0 0px 0px #dddddd inset;
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
}
#contentActionMenus
{
	background: #0083be;
}
#contentActionMenus dl.actionMenu.activated dd
{
	border-color: #205C90;
}
#contentActionMenus dl.actionMenu a, #contentActionMenus dl.actionMenu.activated dd
{
	background: #0083be;
}
#content .documentActions > ul
{
	border-top: 1px solid #bbbbbb;
	list-style-type: none;
	margin:  0;
	padding:  0;
}
#content .documentActions li
{
	display: inline;
	padding:  2px;
}
#content .documentActions a:link
{
	border-bottom: none;
}
#edit-bar
{
	background: #ffff00;
	border-color: #205C90;
	border-color: #dddd00;
}
#portal-colophon
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 1%;
	padding-bottom: 0.5%;
}
#portal-columns
{
	margin-left: 2%;
	margin-right: 2%;
	background: #ffffff;
	width: 96%;
	padding-top: 1%;
	padding-bottom: 1%;
	box-shadow: 0 4px 10px #ffff40 inset;
}
#portal-footer
{
	background: #205C90;
	text-align: center;
	color: #ffffff;
	margin-top: 12.75px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	margin-left: -1%;
	margin-right: 0%;
	padding: 1%;
	box-shadow: 0 4px 10px #000000;
	position: relative;
}
#portal-footer a:link, a:visited
{
	color: #bbbbbb;
}
#portal-footer-wrapper > div
{
	background: #ffffff;
	margin-left: -98%;
	width: 96%;
	box-shadow: 0 0px 10px #ffff40 inset;
	margin-bottom: 1%;
}
#portal-globalnav
{
	background: #205C90;
	margin-bottom: 0px;
	width: 102%;
	margin-left: -1%;
	margin-right: -1%;
	box-shadow: 0 4px 10px #000000;

	/*font-family: circuit_board, arial;
	font-size: 12pt;
	font-weight: bold;
	text-transform: lowercase;*/
}

#portal-globalnav .selected a, #portal-globalnav a:hover
{
	background: none repeat scroll 0 0 #0083be;
	color: #ffffff;
}
#portal-globalnav li > a
{
	background: #205C90;
	color: #ffffff;
}
#portal-header
{
	background: #ffffff;
	box-shadow: 0px 0px 10px #ffff40 inset;
}
#portal-logo
{
	margin-left: 2%;
}
#portal-personaltools
{
	box-shadow: 0 1px 1px #999999;
}
#portal-siteactions
{
	margin-top: 0px;
	padding-bottom: 1%;
	padding-top: 0.5%;
}
#portal-top
{
	width: 100%;
	margin-top: 1%;
}
#portal-top > div
{
	width: 96%;
	margin-left: -98%;
}
#viewlet-above-content-body
{
    margin-bottom: 3%;
}
#viewlet-below-content #category
{
	margin-top: -3em;
}

/*=========*/
/* classes */
/*=========*/

.documentFirstHeading
{
	border-bottom: 1px solid #bbbbbb;
	font-family: arial;
	margin-bottom: 0.5%;
}

}

