/*<group=Base Tags>*/

body, li, ol, p, table, td, th, tr, a, ul, blockquote {
	font-family: Arial, Helvetica, Verdana,  sans-serif;
}

body, li, ol, p, table, td, th, tr, ul, blockquote {
	font-size: 12px;
	color: #332b2a;
}

body {
	margin-left: 3px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	background-color: #FFFFFF;
}

a {
	color: #e54e00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.required {
	font-weight: bold;
}

.error {
	color: #CC0000;
	font-weight: bold;
}

/*</group>*/

/*<group=Uniserve>*/

.description {
	font-size: 12px;
	color: #333333;
	display: block;
}

.description# b, strong {
	color: #000000;
}

.description-small {
	font-size: 11px;
	color: #222222;
	display: block;
}

.description-small# b, strong {
	color: #000000;
}

.description-small# a {
	font-size: 12px;
}

.description a {
	font-weight: bold;
	color: #FD6A12;
}

.description a:hover {
	color: #e54e00;
}

.fine_print {
	font-size: 10px;
	color: #444444;
}

.title {
	font-size: 14px;
	font-weight: bold;
	color: #e54e00;
	text-decoration: none;
	letter-spacing: 1px;
	/*display:block;*/
}

.title a {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #e54e00;
	text-decoration: none;
	/*display:block;*/
}

.title a:hover {
	text-decoration: underline;
}

.hidden {
	display: none;
}

.title-big {
	color: #666666;
	font-size: 18px;
	display: block;
}

.title-big b, strong {
	color: #444444;
	font-weight: bold;
}

/*</group>*/

/*<group=Buttons>*/

td.button-green, td.button-blue, td.button, td.button-gold, td.button-orange, td.button-orange-dark, td.button-none {
	background-image: url(/secure/components/images/buttons/grey.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	text-decoration: none;
	height: 25px;
	width: 105px;
}

td.button-green:hover, td.button-blue:hover, td.button:hover, td.button-gold:hover, td.button-orange:hover, td.button-orange-dark:hover, td.button-none:hover {
	background-image: url(/secure/components/images/buttons/grey-down.gif);
}

td.button a, td.button-green a, td.button-blue a, td.button-orange a, td.button-orange-dark a, td.button-gold a {
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 25px;
}

td.button-green {
	background-image: url(/secure/components/images/buttons/green.gif);
}

td.button-green:hover {
	background-image: url(/secure/components/images/buttons/green-down.gif);
}

td.button-orange {
	background-image: url(/secure/components/images/buttons/orange.gif);
}

td.button-orange:hover {
	background-image: url(/secure/components/images/buttons/orange-down.gif);
}

td.button-orange-dark {
	background-image: url(/secure/components/images/buttons/orange-dark.gif);
}

td.button-orange-dark:hover {
	background-image: url(/secure/components/images/buttons/orange-dark-down.gif);
}

td.button-blue {
	background-image: url(/secure/components/images/buttons/blue.gif);
}

td.button-blue:hover {
	background-image: url(/secure/components/images/buttons/blue-down.gif);
}

td.button-gold {
	background-image: url(/secure/components/images/buttons/gold.gif);
}

td.button-gold:hover {
	background-image: url(/secure/components/images/buttons/gold-down.gif);
}

/*</group>*/

/*<group=Tabs>*/

.mainbg {
	background: #e54e00;
}

.subbg {
	background: #FD6A12;
}

td.undertab {
	height: 25px;
	border-right: 1px dotted #FD6A12;
}

td.undertab-over {
	height: 25px;
	background-color: #FFFFFF;
	border-right: 1px dotted #FD6A12;
}

td.undertab-over div.tab {
	text-decoration: none;
	color: #e54e00;
	font-weight: bold;
	font-size: 12px;
	margin-top: 2px;
	margin-left: 10px;
	margin-right: 10px;
	letter-spacing: 1px;
	line-height: 25px;
	display:inline;
}

td.undertab-over a.tab {
	text-decoration: none;
	color: #e54e00;
	font-weight: bold;
	font-size: 12px;
	margin-top: 2px;
	margin-left: 10px;
	margin-right: 10px;
	letter-spacing: 1px;
	line-height: 25px;
}

td.undertab a.tab {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	margin-top: 2px;
	margin-left: 10px;
	margin-right: 10px;
	letter-spacing: 1px;
	line-height: 25px;
}

td.undertab:hover {
	background-position: top;
	background-repeat: repeat-x;
	background-color: #FD6A12;
}

td.undertab:hover a.tab {
	color: #FFFFFF;
}

td.undertab-over table.menu, td.undertab table.menu {
	position: relative;
	display: none;
	letter-spacing: 1px;
	border-top: 1px solid #FD6A12;
}

td.undertab:hover table.menu, td.undertab-over:hover table.menu {
	display: block;
	position: absolute;
}

td.undertab:hover table.menu td.menu-item, td.undertab-over:hover table.menu td.menu-item {
	padding: 0px 10px 0px 10px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #FD6A12;
	border-left: 1px solid #FD6A12;
	border-right: 1px solid #FD6A12;
	line-height: 25px;
}

td.undertab:hover table.menu td.menu-item:hover, td.undertab-over:hover table.menu td.menu-item:hover {
	background-color: #FD6A12;
}

td.undertab:hover table.menu td.menu-item a, td.undertab-over:hover table.menu td.menu-item a {
	color: #555555;
}

td.undertab:hover table.menu td.menu-item:hover a, td.undertab-over:hover table.menu td.menu-item:hover a {
	color: #FFFFFF;
	text-decoration: none;
}

/*</group>*/


