	/*##  Section 10.6.1 Links (Anchor) - defined by uPortal CSS  ##*/
	
	/*##  Section 10.6.2 Fonts  ##*/
	
a {
	text-decoration : none;
	/*font-size: 12px;*/
	color : #a71817;
}

a:visited {
	color : #a71817;
}

a:hover {
	color : #a71817;
	text-decoration: underline;
}	
	
.portlet-font {
	color: Black;
}  /*  uPortal equivalent style =3D  "uportal-text "  */

.portlet-font-dim {
	color: Gray;
	font-size: 0.9em;
}  /*  uPortal equivalent style =3D  " no current equivalent"  */

	/*##  Section 10.6.3 Messages  ##*/
	
.portlet-msg-status {
	font-style: italic;
}  /*  uPortal equivalent style =3D  " uportal-channel-warning"  */

.portlet-msg-info {
}  /*  uPortal equivalent style =3D  " uportal-channel-warning"  */

.portlet-msg-error {
	color: #ff0000;
	text-decoration: underline;
	font-weight: bold;
}  /*  uPortal equivalent style =3D  " uportal-channel-error"  */

.portlet-msg-alert {
	color: #993333;
}  /*  uPortal equivalent style =3D  " uportal-channel-warning"  */

.portlet-msg-success {
	color: #339933;
	font-weight: bold;
}  /*  uPortal equivalent style =3D  " uportal-channel-warning"  */

	/*##  Section 10.6.4 Sections ##*/
.portlet-section-header {
	font-size: 18px;
	color: #a71817;
	font-weight: bold;
}  /*  uPortal equivalent style =3D  " uportal-channel-title"  */

.portlet-section-body {
	color: Black;
}  /*  uPortal equivalent style =3D  " uportal-text"  */

.portlet-section-alternate {
	color: #666666;
} /*  uPortal equivalent style =3D  " uportal-channel-table-row-odd"  */

.portlet-section-selected {
	background: Black;
	color: White;
}  /*  uPortal equivalent style =3D  " no current equivalent"  */

.portlet-section-subheader {
	font-size: 16px;
	font-weight: bold;
	color: #a71817;
}  /*  uPortal equivalent style =3D  " uportal-channel-subtitle"  */

.portlet-section-footer {
	color: #a71817;
	text-align:center;
}  /*  uPortal equivalent style =3D  " no current equivalent"  */

.portlet-section-text {
	color: #000000;
	text-align: justify;
}  /*  uPortal equivalent style =3D  "uportal-text-small "  */

.portlet-section-text-bold {
	color: #000000;
	text-align: justify;
	font-weight: bold;
}

/*##  Section 10.6.5 Tables ##*/
.portlet-table-header {
	background-color: #cbcbcd;
	color: #993333;
	font-weight: bold;
	text-align: left;
	width: auto;
}/*  uPortal equivalent style =3D  " uportal-channel-table-header with =
class uportal-background-light"  */

.portlet-table-body {
	background-color: #FFFFFF;
	color: Black;
}  /*  uPortal equivalent style =3D  " uportal-channel-table-row-even =
with class uportal-background-content"  */

.portlet-table-alternate {
	background-color: #eeeeee;
	color: Black;
}/*  uPortal equivalent style =3D  " uportal-channel-table-row-odd with =
class uportal-background-light"  */

.portlet-table-selected {
	background-color: #ddd;
	color: Black;
}  /*  uPortal equivalent style =3D  " uportal-channel-table-row-even =
with class uportal-background-selected"  */

.portlet-table-subheader {
	color: #999999;
	font-weight: bold;
}  /*  uPortal equivalent style =3D  " no current equivalent"  */

.portlet-table-footer {
	background: #FEC98D;
	background-color: #cbcbcd;
	color: #993333;
}  /*  uPortal equivalent style =3D  " no current equivalent"  */

.portlet-table-text {
	color: Black;
}  /*  uPortal equivalent style =3D  " no current equivalent"  */

.portlet-table-text-bold {
	font-weight: bold;
}

/*##  Section 10.6.5 Tables ##*/
.portlet-form-label {
	width: 10em;
	text-align: right;
	color: Black;
	font-weight: bold;
}  /*  uPortal equivalent style =3D  " uportal-label"  */

.portlet-form-input-field {
	width: auto;
	color: Black;
	background: #eeeeee;
}  /*  uPortal equivalent style =3D  " uportal-input-text"  */

.portlet-form-button {
	color: Black;
	background: #FDEFEF;
}  /*  uPortal equivalent style =3D  "uportal-button "  */

.portlet-icon-label {
	color: Black;
	background: #CCCC99;
}  /*  uPortal equivalent style =3D  " uportal-button"  */

.portlet-dlg-icon-label {
	color: Black;
	background: #CCCC99;
}  /*  uPortal equivalent style =3D  " uportal-button"  */

.portlet-form-field-label {
	color: Black;
	font-weight: bold;
}  /*  uPortal equivalent style =3D  " uportal-label"  */

.portlet-form-field {
	color: Black;
}  /*  uPortal equivalent style =3D  " no current equivalent"  */

	/*##  Section 10.6.7 Menus ##*/
.portlet-menu {
	/*background: #b7ddb4;*/
	background-image: url("../media/images/banner.jpg");
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align : bottom;

}  /*  uPortal equivalent style =3D  " no current equivalent"  */
.portlet-menu-item {
	display: inline;
	border-spacing: 0;
	color: #a71817;
	font-weight: bold;
}  /*  uPortal equivalent style =3D  " no current equivalent"  */


.portlet-menu-item input {
	display: inline;
	margin: 5px 10px;
	padding: 5px;
	color: #a71817;
	font-weight: bold;
	background-color: transparent;
	border-style : none;
	cursor: pointer;
}

.portlet-menu-item a {
	
	display: table-cell;
	display: inline;
	margin: 5px 10px;
	padding: 5px;
	text-decoration: none;
	color: #993333;
	font-weight: bold;
}

.portlet-menu-item a:hover {
	
}

.portlet-menu-item-selected {
	display: inline;
	border-spacing: 2px 0;
	
}
.portlet-menu-item-selected input {
	
	display: inline;
	margin: 5px 10px;
	padding: 5px;
	font-weight: bold;
	color: #990000;
	background: transparent;
	border-style : none;
	cursor: pointer;
	
}
.portlet-menu-item-selected a{
	display: table-cell;
	display: inline;
	margin: 5px 10px;
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
	color: white;
}

.portlet-menu-item-hover {
	background: #666633;
	color: Black;
	font-weight: bold;
}  /*  uPortal equivalent style =3D  " no current equivalent"  */

.portlet-menu-item-hover-selected {
	background: #666633;
	color: white;
	font-weight: bold;
}  /*  uPortal equivalent style =3D  " no current equivalent"  */

.portlet-menu-cascade-item {
	background: #CCCC99;
	color: Black;
	font-weight: bold;
}  /*  uPortal equivalent style =3D  " no current equivalent"  */

.portlet-menu-cascade-item-selected {
	background: #666633;
	color: White;
	font-weight: bold;
}  /*  uPortal equivalent style =3D  " no current equivalent"  */

.portlet-menu-description {
	background: #CCCC99;
	color: Black;
	font-style: italic;
}  /*  uPortal equivalent style =3D  " no current equivalent"  */

.portlet-menu-caption {
	background: #CCCC99;
	color: Black;
	font-weight: bold;
}  /*  uPortal equivalent style =3D  " no current equivalent"  */
