@charset "utf-8";

.border-left {
	border-left: solid #e2e1e1 1px;
}
.webpage-indent {text-indent: 60px;}
td.subpage-indent {text-indent: 20px;}
.dotted-line {
	border-top-width: 1px;
	border-top-style: dotted;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
.thumbnail-title {
	font-size: 12px; 
	font-weight: bold; 
	color: #365cb7; 
	margin: 0 0 40px 0; 
	display: block;
}
.thumnail-image-holder  {
	width: 490px; 
	height: 245px; 
	background-color: #000; 
	text-align: center;
}
.thumb-pointer img {
	cursor: pointer;
}
.showMessage {
	margin-right: 30px;
	color: #FF0000;
	font-size: 12px;
}
.tabs-holder ul li a.active-blue span.active-tab-noPadd {padding-right: 0;}
.radio-bkgrd-blue {width:70px; height:43px; padding: 10px 10px 10px 7px;}

/*-------------Image Preview Tool Tip--------------*/
.image-preview {
	display: none;
	position: absolute;
	padding: 10px;
	border: 1px solid #ccc;
	/*height:380px;*/
	width: 500px;
	background: url(../images/framework/modal-bkgrd.gif) repeat-x #fff;
}


/*------------------Right Col Tabs------------------*/
.containerFluid .tabbed-box-contact {
    float: left; 
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
	-webkit-box-shadow:  0px 0px 4px #c0c0c0;
	-moz-box-shadow: 0px 0px 4px #c0c0c0;
	box-shadow: 0px 0px 4px #c0c0c0;
	background: url(../images/framework/ifp-detail-tabbkgrd.png) repeat-x top;
	padding: 0;
}
.containerFluid ul.tabs-contact  {
    margin-top: -10px;
	float: left;
	width: 250px;
}
.containerFluid .tabbed-box-contact .tabs-contact li {
      list-style: none; 
      float: left; 
	  background: none;
}
.containerFluid .tabbed-box-contact .tabs-contact li.rightBorder {
	  background: url(../images/framework/contact-detail-tabs-divider.gif) 0px 11px no-repeat;	  
}
.containerFluid .tabbed-box-contact .tabs-contact li a {
      display: block;
      padding: 14px 7px 0 7px;
	  height: 26px;
      font-weight: bold;
      text-align: center;
      text-decoration: none;
      color: #333;
	  margin-top: 5px;
}
.containerFluid .tabbed-box-contact .tabs-contact li a:hover {
      color: #db6f06; }
.containerFluid .tabbed-box-contact .tabs-contact li a:focus {
      outline: none; }
.containerFluid .tabbed-box-contact .tabs-contact li a.active {
      background: #3f62c0 url(../images/home/tab-blue-center.png) repeat-x;
      color: #fff;
	  -moz-border-radius-topright: 8px;
	  -moz-border-radius-topleft: 8px;
	  border-top-left-radius: 8px;
	  border-top-right-radius: 8px;
	  position: relative;
	  z-index: 999;
}
.containerFluid .detail-tabbed-content {
	width: 250px;
	float: left;
	/*display: none;*/
	clear: both;
}
.containerFluid .detail-tabbed-content td.row-active {
	background: url(../images/framework/webeditor-th-bkgrd.png) repeat-x #cbd8fb;
	color: #e87312;
	border-collapse: collapse;
}
.containerFluid .detail-tabbed-content td.row-active a {
	color: #e87312;
}
.containerFluid .detail-tabbed-content .sectionAction {
	float: left; 
	min-width: 100%;
	margin-top: 2px;
	height: 23px; 
	padding-top: 7px; 
	background-color: #eee; 
	text-align: right;
}
.containerFluid .detail-tabbed-content .sectionAction a {
	padding-right: 10px;
}
.containerFluid .detail-tabbed-content table {
	border-collapse: collapse;
	margin: 0;
}
.containerFluid .detail-tabbed-content th.AlignRight {
	text-align: right;
}

/*----------------Color Selector-------------*/
.color-selector-bkgrd {
	width: 173px;
	height: 63px;
	padding-left: 12px;
	padding-top: 12px;
}
.active-shadow-bkgrd {
	background: url(../../QiProM1/images/framework/active-color-shadow.png) no-repeat;
	font-weight: bold;
}
.color-selector {
	width: 150px; 
	height: 38px; 
	background: #0271ef;
	padding: 12px 0 0 10px;
}
.color-selector span {
	float: left;
	margin-top: 7px;
	margin-left: 6px;
}
.color-selector img {
	float: left;
}
.color-selector a, .color-selector a:active, .color-selector a:visited {
	color: #fff;
	text-decoration: none;
}
.color-selector a:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.wheel-holder {
	width: 235px;
	height: 235px;
	padding: 20px 0 0 30px;
	background: url(../../QiProM1/images/framework/wheel-holder-bkgrd.png) no-repeat;
}