/*
* Open-UCMS Core CSS definitions.
* This file defines the styles used by the core of the Open-UCMS system.
* Feel free to alter them as you wish.
*/

.ouBreadCrumbLink
{
	font-size : 9pt;
	text-decoration : none;
}

.ouBreadCrumbLink:hover
{
	text-decoration : underline;
}

.ouHeading
{
	font-size : 12pt;
}

.ouHeading2 {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 10pt;
}

.ouHeadingSeparator
{
	font-size : 11pt;
	font-weight : bold;
	color : Black;
	font-variant : small-caps;
	font-family : Arial, Helvetica, sans-serif;
	border-bottom : 1px solid Navy;
}

.ouBorderTable {
	border: 1px Solid Silver;
	width: 600px;
}

.ouErrorTable {
  border: 2px Solid #ff9999;
}

.ouBreadCrumb
{
	background-color : #eeeeee;
	font-size : 9pt;
}

.ouLinkBack {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.ouError {
	color: Red;
	font-size : 12pt;
}

.ouMessage {
	color: #00bb00;
	font-size: 12pt;
}

.ouFormTable {
	width : 500px;
}

.ouFormNote {
	font-size : 8pt;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #aaaaaa;
}

.ouNewsTable {
	width: 100%;
	padding: 2 2 2 2;
}

.ouNewsCellTop 
{
	font-weight: bold;
	font-size: 10pt;
	color: Silver;
}

.ouNewsCellMiddle {
	border: 0;
	font-size: 10pt;
	color: Gray;
	padding: 4 4 4 4;
}

.ouNewsCellBottom {
        padding-top: 16px;
	font-size: 8pt;
	color: Gray;
}

.ouNewsLink {
	font-size: 9pt;
	color: Gray;
}
