.pl_colors{
pl_color1:#9a3433;
pl_color2:#F3991F;
pl_color3:#FDD5A4;
pl_color4:#FFF2BB;
pl_color5:#FFFAE4;
}
.warning_msg{
	color:#4B4B4B;
}
.PLBackground {
background-color:#fff;
}
#header {
	color: #fff;
}
#headerpl {
	background-color:#fff;
	background-image: url(badge.png);
	float:left;
	background-repeat: no-repeat;
	text-indent: 125px;
	background-position: 3px 3px;
	height: 55px;
	width: 489px;
}
#headerbar {
	background-color:#9a3433;
}
#headerlogo {
	background-image:url(ti_logo.png);
	background-repeat:no-repeat;
	width:154px;
	height:30px;
	float:right;
}
b.rtop, b.rbottom{background: #fff} /* Setting the corner color, use different color for different layout */
b.rtop b, b.rbottom b{background: #EF4023}/* Setting the strip size and background color */
#welcome a{
	color:#fff;
}
div.HtmlPanelHeader {
	background-color: #9a3433;
	height:53px;
}
div.navsectionheader {
	background-color: #CEDDCE;
	color:black;
}
div.navsection {
	background-color: #FFEDD5;
	color:#008CCD;
}
div.menupanelbody {
	background-color: #f8e8e7;
	color:#9a3433;
}
div.menupaneltitle {
	background-color: #e4b4b4;
	background-color2: #f8e8e7;
	color: #000000;
}		
div.menupanelitem {
	background-color: #CEDDCE;
	background-color2: #FFEDD5;
	color: #0066cc;
	highlight-color:#DF4921;
}
div.specialmenupanelbody {
	background-color: #FFF2BB;
	color:#288DC6;
	margin:4 4 0 8;
}
div.specialmenupaneltitle {
	background-color: #FFE783;
	background-color2: #FFF2BB;
}		
div#content {
	min-height:400px;
}
div.warning_msg{
}

button { 
  border:0; 
  cursor:pointer; 
  font-weight:normal; 
  padding:0 9px 0 0; 
  text-align:center; 
}
button span { 
  position:relative; 
  display:block; 
  white-space:nowrap; 
  padding:0 0 0 13px; 
  width:120px;
}

/*blue buttons*/
button.submitBtn { 
  height:30px; 
  background:url(oval-orange.png) top left no-repeat; 
  font-size:12pt; 
  width:150px;
}
button.submitBtn span { 
  height:30px; 
  line-height:27px;
  color:#FFFFFF;
}
button.submitBtn:hover {
	background:url(oval-orange.png) bottom left no-repeat; 
}

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height:1%; }
.clearfix {display:block;}
/* End hide from IE-mac */