.login {
	font-size: 9px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	color: #C37B13;
	text-decoration: none;
}
.bottomnavi {
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.textnavi a:link {
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.textnavi a:visited {
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.textnavi a:hover {
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.textnavi a:active {
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.subhead {
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #C37B13;
}
.subhead2 {
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	color: #C97B13;
}
.text {
	font-size: 9px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}
.subheadCopy {
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-decoration: underline;
	color: #C37B13;
}
.copyright {
	font-size: 9px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	color: #949c50;
	text-decoration: none;
}
.textBold {
	font-size: 9px;
	font-style: normal;
	line-height: 13px;
	font-weight: bold;
	font-variant: normal;
	color: #949c50;
	text-decoration: none;
}

/* Begin additions made by TRUE */

	@import url(layout.css); 

* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

html, body {
	height: 100%;															/* CSS HACK: enables height percentages in all browsers except IE Mac*/	
}

.textError{
	font-size: 9px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	color: red;
	text-decoration: none;
}

.textSmallLabel {
	font-size: 9px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	color: #C37B13;
	text-decoration: none;
}

.loginFailurePanel{
	margin: 10px 0 10px 0;
}

/*************** Begin Generic Panel *****************/
div.panelHeader{
	margin-top: 4px;
	background-image: url(art/panelHeaderBar.jpg);
	background-repeat:repeat-x;
	height: 25px;
	position:relative;
}

div.panelHeader label{
	position:absolute;
	margin-top: 6px;
	margin-left: 6px;
	color: #999966;
	font-weight: bold;
	font-size: 12px;
}

div.panelContent{
	background-color: #faf4e6;
	margin-bottom: 8px;
}

div.panelContent div.bordered{
	border-left: solid 1px #999966;
	border-bottom: solid 1px #999966;
	border-right: solid 1px #999966;
	padding: 4px 4px;
	font-size: 12px;
}

div.panelContent div.borderless{
	border: none;
	padding: 10px 10px;
	font-size: 12px;
}

div.panelContent div.borderless div.header{
	margin-top: 6px;
	margin-left: 6px;
	color: #C37B13;
	font-weight: bold;
	font-size: 12px;
}

div.panelContent ul{
	list-style: none none inside;
}

div.panelContent a{
	color: #C37B13;
	text-decoration: none;
}

div.panelContent a:hover{
	color: #C37B13;
	text-decoration: underline;
}
/*************** End Generic Panel *****************/

/*************** Begin Forms *****************/

fieldset{
	border: none;
	margin: 0px 0px 0px 16px;
}

legend{
	color: #999966;
	font-weight: bold;
}

fieldset ul {
	margin: 8px 0px 0px 16px;
	list-style: none none outside;
}

fieldset label{
	display: block;
	margin: 8px 0px 2px 0px;
	text-transform: lowercase;
}

.textBox {
	font-size: 13px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #C37B13;
}

.select {
	font-size: 13px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #C37B13;
}

.button {
	margin: 8px 0px;
}

input.otherBox {
	margin-top: 8px;
	margin-left: 8px;
}

/*************** End Forms *****************/

/*************** Begin Support Ticket *****************/

fieldset.supportTicket .textBox{
	width: 240px;
}

fieldset.supportTicket .select{
	width: 240px;
}

/*************** Begin Support Ticket *****************/

/*************** Begin Support legend *****************/
div.supportLegend {
	background-color: #FFF;
}

div.supportLegend div.heading{
	margin-bottom: 8px;
	border: none;
}

div.supportLegend ul{
	margin: 8px 0px 0px 16px;
	padding: 8px 0px 0px 0px;
	border-top: solid 1px #C37B13;
	border-bottom: solid 1px #C37B13;
}


div.supportLegend li{
	margin-bottom: 8px;
}

div.supportLegend li.blocker{
	list-style-image: url(art/icon_blocker.gif);
}

div.supportLegend li.critical{
	list-style-image: url(art/icon_critical.gif);
}

div.supportLegend li.major{
	list-style-image: url(art/icon_major.gif);
}

div.supportLegend li.minor{
	list-style-image: url(art/icon_minor.gif);
}

div.supportLegend li.trivial{
	list-style-image: url(art/icon_trivial.gif);
	list-style-position: inside;
}

div.supportLegend li span.label{
	margin: 4px 8px;
	border: none;
	vertical-align: top;
	color: #C37B13;
}

div.supportLegend li div.definition{
	border: none;
	font-size: 11px;
}
/*************** End Support legend *****************/


/*************** Begin Default *****************/

td.defaultRightPane{
	background-repeat: no-repeat;
	background-image: url(art/index_20-1.gif);
}

td.homeLeft div.panelContent, td.homeLeft div.panelHeader{
	margin-right: 4px;
}

td.homeRight div.panelContent, td.homeRight div.panelHeader{
	margin-left: 4px;
}

td.productList ul{
	list-style-type: none;
	list-style-position: outside;
}

td.productList div.borderless{
	background-color: #fff;
}

td.productList li{
	margin-bottom: 6px;
	border-bottom: solid 1px #999966;
	background-repeat: no-repeat;
	background-position: 180px;
}


td.productList li div.header{
	width: 100%;
}

td.productList li div.content{
	padding-bottom: 6px;
	width: 174px;
}

td.productList li.appSetter{
	background-image: url(art/appsetter_home.jpg);
}

td.productList li.dcops{
	background-image: url(art/dcops_home.jpg);
}

td.productList li.commtrack{
	background-image: url(art/commtrack_home.jpg);
}

td.productList li.tradeopps{
	background-image: url(art/tradeopps_home.jpg);
}

/*************** End Default *****************/