/* Success_Story_Gather CSS Document */

/*Config BY Yixiaoer 2009-05-09*/
/*************************************************
 * Nav Tabs
 ************************************************/
.sitecopy .item h1,
.sitecopy .item-no-caret h1 {
   	font-size: 14px;
	line-height:18px;
}
.sitecopy .tab-container {
	border-bottom: 3px solid #6585A5;
}

/* The table */
.sitecopy .tab-container table {
	border-collapse: collapse;
}

.sitecopy .tab-container table td {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border-left: 2px solid white;
	border-bottom: 1px solid #93B0CC;
	background-image: url(../images/1px_white.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #cccccc;
}	

.sitecopy .tab-container table td.tab-td-left,
.sitecopy .tab-container table td.tab-td-active-left {
	border-left: 2px;
}

.sitecopy .tab-container table td.tab-td-active,
.sitecopy .tab-container table td.tab-td-active-left {
	background-color: #6585A5;	
	border-bottom: 1px solid #6585A5;
}

.sitecopy .tab-container table a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 3px 10px;
	background-image: url(../images/1px_white.gif);
	background-position: top right;
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

#framework-content-main .sitecopy .tab-container table a {
	font-size: 88%; 
}


.sitecopy .tab-container table td.tab-td-active a,
.sitecopy .tab-container table td.tab-td-active-left a {
	color: #FFFFFF;
	cursor: default;
}

/* sub nav */ 
.sitecopy .tab-subnav-container { 
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px; 
	border-bottom: 1px solid #cccccc; 
}

.sitecopy .tab-subnav-container ul {
/* 7px left margin to handle 3px on left side of first li */
	margin: 5px 10px 7px 7px;
}

* html .sitecopy .tab-subnav-container ul {
	margin-left: 1px;
}

.sitecopy .tab-subnav-container li {
	margin: 0px 0px 0px 0px;
/* 3px left to handle the space used to set up li wrapping */
	padding: 0px 6px 0px 3px;
	border-right: 1px solid #999999;
	display: inline;
	color: #000000;
	font-weight:bold;
	line-height: 16px;
}

#framework-content-main .sitecopy .tab-subnav-container li {
	line-height: 140%;
}

* html .sitecopy .tab-subnav-container li {
	margin-left: 6px;
}

.sitecopy .tab-subnav-container li a {
	font-weight:normal;
}	
.sitecopy .tab-subnav-container li.last-li {
	border-right: 0px;
}


/**********************************************************
 * Quotes 
 *********************************************************/
.sitecopy .float-container-right {
	 float:right;
	 margin: 0px 0px 10px 10px;
	 padding: 0px 0px 0px 0px;	
 	 width:185px;
}

.sitecopy .quote-right,
.sitecopy .quote-left {
	width:165px;
	margin: 0px 0px 10px 10px;
	padding:10px; 
	background-color: #dae7f0;
	float: right;
}

#libra .sitecopy .quote-right,
#libra .sitecopy .quote-left {
        background-color:#eaeff2;
}

.sitecopy .quote-left {
	margin: 0px 10px 10px 0px;
	float: left;
}

* html .sitecopy .quote-right,
* html .sitecopy .quote-left {
	width:185px;
/* ie and it's damned border bug */
	border: 1px solid #dae7f0;
}

* html #libra .sitecopy .quote-right,
* html #libra .sitecopy .quote-left {
	border: #eaeff2;
}

.sitecopy .quote-right .item,
.sitecopy .quote-left .item {
	border: 1px solid #dae7f0;
}
.item {
        margin: 10px;
}

#libra .sitecopy .quote-right .item,
#libra .sitecopy .quote-left .item {
        border: #eaeff2;
}
.sitecopy .float-container-right .quote-left,
.sitecopy .float-container-right .quote-right,
.sitecopy .float-container-right .illustration-left,
.sitecopy .float-container-right .illustration-right {
	margin-left: 0px;
	margin-right: 0px;
}
#colomn1_item,#colomn2_item,#colomn3_item,#colomn4_item {
 	font-weight:bold;
	font-size:12px;
        width:100%;
}
#colomn1_item ul,#colomn2_item ul,#colomn3_item ul,#colomn4_item ul {
        list-style: none;
}
#colomn1_item ul li,#colomn2_item ul li,#colomn3_item ul li,#colomn4_item ul li {
        width:160px;
        float:left;
        line-height:20px;
	display: inline;
	list-style-type:none;
	background-image: none;
}


/* I can't wait for an update to IE */
* html .sitecopy .float-container-right .quote-left,
* html .sitecopy .float-container-right .quote-right,
* html .sitecopy .float-container-right .illustration-left,
* html .sitecopy .float-container-right .illustration-right {
	margin-right:-2px;
}

