/* skin color palette: #FC3 #F90 #E80 #C60 #930 */

/* Terence Ordona :: tordona@vt.edu
http://jigsaw.w3.org/css-validator/
$Author: tordona $
$Date: 2003/11/19 20:56:57 $
$Revision: 1.8 $
*/

body {
	background: #EEE;
	color: #000;
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	width: 100%
}

.uportal-background {
	background: #FFF;
	color: inherit
}

.uportal-background-content {
	background: #FFF;
	color: inherit
}

.uportal-background-dark {
	background: #C60;
	color: inherit
}

.uportal-background-highlight {
	background: #FC3;
	color: inherit
}

.uportal-background-light {
	background: #F90;
	color: inherit
}

.uportal-background-med {
	background: #E80;
	color: inherit
}

.uportal-background-shadow {
	background: #930;
	color: inherit
}

.uportal-button {
	background: #F90;
	border: 1px solid #930;
	color: #FFF;
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 1px
}

html>body .uportal-button {
	border: none;
	height: auto
}

head:first-child+body .uportal-button {
	border: 1px solid #C60
}

.uportal-input-text {
	background: #FC3;
	border: 1px solid #C60;
	color: #000;
	font: normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 1px
}

html>body .uportal-input-text {
	border: none;
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif
}

input[type="text"][class].uportal-input-text, input[type="password"][class].uportal-input-text,
input[type="file"][class].uportal-input-text, input[type="button"][class].uportal-button,
input[type="submit"][class].uportal-button, input[type="reset"][class].uportal-button,
select[class].uportal-input-text, select[class].uportal-button {
	height: 19px;
	max-height: 19px
}

select[size].uportal-input-text {
	height: auto;
	max-height: 10em
}

textarea.uportal-input-text, html>body textarea.uportal-input-text {
	height: auto
}

head:first-child+body .uportal-input-text {
	border: 1px solid #C60
}

.uportal-input-text:hover, .uportal-input-text:focus {
	background: #FFF;
	border: 1px solid #000;
	color: #000
}

.uportal-page-header {
	background: url(../backgrounds/stripes.gif) #EEE;
	color: #000;
	display: block;
	float: left;
	width: 100%
}

/* begin tab section -------------------------- */
#tabNavigation {
	border-bottom: 1px solid #000;
	line-height: 1.2em;
	margin: 0;
	padding: 0 0 1.6em 0
}

ul#tabNavigation li {
	display: inline;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none
}

ul#tabNavigation a, ul#tabNavigation a:link, ul#tabNavigation a:visited {
	background: #DDD;
	border: 1px solid #000;
	color: #000;
	float: left;
	margin: 0 0 0 3px;
	padding: 2px 6px 2px 6px;
	text-decoration: none
}

ul#tabNavigation a:hover, ul#tabNavigation a:focus {
	background: #999;
	color: #FFF
}

ul#tabNavigation a:active {
	background: #F90;
	border-bottom: none;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	color: #FFF;
	padding: 2px 6px 3px 6px
}

ul#tabNavigation li.selectedTab a, ul#tabNavigation li.selectedTab a:link, ul#tabNavigation li.selectedTab a:visited {
	background: #F90;
	border-bottom: none;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	color: #FFF;
	cursor: text;
	float: left;
	margin: 0 0 0 3px;
	padding: 2px 6px 3px 6px
}

ul#tabNavigation li.fixTabsIE {
	display: none;
	visibility: hidden
}

#tabFooter {
	background: #F90;
	border-bottom: 1px solid #000;
	clear: both;
	color: inherit;
	font-size: 4px;
	height: 4px;
	line-height: 4px
}
/* end tab section ---------------------------- */

/* begin toolbar section ---------------------- */
#toolbar {
	background: #F90;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	color: inherit;
	margin: 2px 0 5px 0;
	padding: 1px 5px 1px 5px;
	text-align: right;
	width: auto
}

#toolbar a, #toolbar a:link, #toolbar a:visited, #toolbar a:hover {
	background: transparent;
	color: #FFF;
	text-decoration: none
}
/* end toolbar section ------------------------ */

/* begin standard channel classes ------------- */
.channel-window-outside {
	display: block;
	width: auto
}

.channel-window-inside {
	background: #EEE;
	color: inherit;
	display: block;
	padding: 1px;
	width: auto
}

.channel-header {
	background: #EEE;
	border-bottom: 1px solid #999;
	color: inherit;
	display: block;
	height: auto;
	padding: 1px;
	width: 100%
}

.channel-header div {
	background: #EEE;
	color: #000;
	font-weight: bold;
	padding: 1px;
	text-align: right
}

html>body .channel-header div {
	padding: 1px 1px 2px 1px
}

.channel-header div span {
	float: left;
	text-align: left
}

.channel-header div img {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: top
}

.channel-content-border {
	background: #EEE;
	border-top: 1px solid #FFF;
	color: inherit;
	display: block;
	overflow: hidden;
	padding: 1px;
	width: 100%
}

.channel-content-body {
	background: #EEE;
	color: inherit;
	display: block;
	overflow: auto;
	padding: 0;
	width: 100%
}
/* end standard channel classes --------------- */

/* begin minimized channel classes ------------ */
.channel-window-outside-minimized {
	border-bottom: 1px solid #FFF;
	display: block;
	margin: 0 1px 0 1px;
	width: auto
}

.channel-window-inside-minimized {
	background: #EEE;
	color: inherit;
	display: block;
	width: auto
}

.channel-header-minimized {
	background: #BBB;
	border-bottom: 1px solid #888;
	color: inherit;
	display: block;
	height: auto;
	padding: 2px 1px 1px 1px;
	width: 100%
}

.channel-header-minimized div {
	background: #BBB;
	color: #333;
	padding: 1px;
	text-align: right
}

html>body .channel-header-minimized div {
	padding: 1px 1px 2px 1px
}

.channel-header-minimized div span {
	float: left;
	font-weight: bold;
	text-align: left
}

.channel-header-minimized div img {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: top
}
/* end minimized channel classes -------------- */

/* begin box width reset ---------------------- */
html>body .channel-header, html>body .channel-header div,
html>body .channel-content-border, html>body div[class].channel-content-body,
html>body .channel-header-minimized, html>body .channel-header-minimized div {
	width: auto
}
/* end box width reset ------------------------ */
