
/* - 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: #333333;
}

/*=====*/
/* IDs */
/*=====*/
#portal-colophon
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 1%;
	padding-bottom: 1%;
}
#portal-columns
{
	margin-left: 1%;
	margin-right: 1%;
	background: #ffffff;
	width: 98%;
	padding-top: 1%;
	padding-bottom: 1%;
	box-shadow: 0 4px 10px #205C90 inset;
}
#portal-footer
{
	background: #666666;
	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-wrapper > div
{
	background: #dddddd;
	margin-left: -99%;
	width: 98%;
	box-shadow: 0 0px 10px #205C90 inset;
	margin-bottom: 1%;
}
#portal-globalnav
{
	background: #666666;
	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 li > a
{
	background: #666666;
	color: #ffffff;
}
#portal-header
{
	background: #dddddd;
	box-shadow: 0px 0px 10px #205C90 inset;
}
#portal-logo
{
	margin-left: 2%;
}
#portal-personaltools
{
	box-shadow: 0 1px 1px #999999;
}
#portal-siteactions
{
	margin-top: 0px;
	padding-top: 1%;
}
#portal-top
{
	width: 100%;
	margin-top: 1%;
}
#portal-top > div
{
	width: 98%;
	margin-left: -99%;
}
#viewlet-above-content-body
{
	margin-bottom: 2%;
}

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

}

