/*************************************************
** template: 7 - pastels
** theme: 1400 - pastels
** text colors: black, white
** background and border colors: 737373 (darkest), C0C0C0 (lightest)
** requires xml file of colors to do pastel menu
**************************************************/

/*
.error-message {
	position:absolute;
	filter: blendTrans(duration=50);
	left: 0;
	top: -400px;
	border: 4px double red;
	background-color: lightyellow;
	padding: 10px;
	z-index: 1;
	visibility:hidden;
	color: Black;
	min-width: 100px;
	max-width: 300px;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
}
*/

/******************************/
/** template specific styles **/

.nav-table {
	text-align: left;
	border-top: solid 1px white;
}

/******************************/
/** standard template styles **/

body {
	background-color: white;
}

hr {
	color: #737373;
}

.template-table {
	background-color: white;
}

.content-table {
	text-align: left;
	padding-top: 3px;
	padding-left: 5px;
}

.divider-cell {
	background-color: #737373;
}

.header-spacer {
	overflow: hidden;
	height: 1px;
	color: white;
	font-size: 30px;
	visibility: hidden;
}

.login-link {
	color: black;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
}

.login-link:hover {
	text-decoration: underline;
	color: #737373;
}

.crumb-trail-link {
	color: black;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
}

.crumb-trail-link:hover {
	color: #737373;
}

.crumb-trail-current-page {
	color: black;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
}

.welcome-message {
	color: #737373;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
}

.footer-cell {
	border-top: #737373 1px solid;
	background-color: white;
	padding-top: 6px;
	padding-bottom: 3px;
	margin-top: 5px;
}

.footer-text {
	color: black;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	text-decoration: none;
}

.footer-link {
	color: black;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.footer-link:hover {
	text-decoration: underline;
	color: #737373;
}

.menu-link {
	padding-top: 6px;
	padding-left: 7px;
	padding-bottom: 6px;
	padding-right: 16px;
	font-size: 14px;
	font-weight: bold;
	white-space: nowrap;
	border-top-color: white;
	border-top-width: 6px;
	border-top-style: solid;
	border-right-color: white;
	border-right-width: 3px;
	border-right-style: solid;
}

.menu-link a {
	color: #333333;
	font-family: Arial, Sans-Serif;
	text-decoration: none;
}

.menu-link a:hover {
	text-decoration: underline;
}

.menu-link-selected {
	padding-top: 6px;
	padding-left: 7px;
	padding-bottom: 6px;
	padding-right: 6px;
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	border-top-color: white;
	border-top-width: 6px;
	border-top-style: solid;
	border-right-color: white;
	border-right-width: 3px;
	border-right-style: solid;
}

.menu-link-selected a {
	color: #EEEEEE;
	text-decoration: none;
}

.menu-link-selected a:hover {
	text-decoration: underline;
}

.menu-divider {
	background-color: #737373;
}


/****************************/
/** standard header styles **/
.header-text-1 {
	color: #737373;
	font-style: italic;
	font-size: 24px;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
}

.header-text-2 {
	color: white;
	font-size: 12px;
	font-family: Arial, Sans-Serif;
	font-style: italic;
	border-color: #737373;
	border-style: solid;
	border-width: 1px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	margin-bottom: 3px;
	background-color: #C0C0C0;
	text-align: right;
	font-variant: small-caps;
 }

.header-text-3 {
	color: #737373;
	font-size: 10px;
	font-family: Arial, Sans-Serif;
	border-color: #737373;
	border-width: 6px;
	border-style: double;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 5px;
}

/****************************/
/** standard module styles **/

.content-header, h1 {
	background-color: #737373;
}

.content-sub-header-1, h2 {
	color: #737373;
	border-bottom: double 4px #C0C0C0;
}

.content-sub-header-2, h3 {
	color: #737373;
}

.column-header {
	color: black;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #C0C0C0;
}

.column-header-centered {
	color: black;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #C0C0C0;
	text-align: center;
}

.column-data {
	color: black;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
}

.column-data a {
	color: black;
}

.column-data a:hover {
	text-decoration: underline;
	color: red;
}

.column-data-centered {
	color: black;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	text-align: center;
}

.button-bar {
	border-top: #737373 1px solid;
}
