
/************************************************

/css/technology.css
Author: Tri Doan 
Date: 2/21/2010

to target section parent: body.sectionParent-products
to target specific pages: body.page-file_name_here

************************************************/


.accordionLookaLike-module {
	width:100%;
    margin-bottom: 25px;
}

.page-technology h4 {
	display: block;
    clear: both;
}

/* section images */
.page-thought_leadership #mainContent {
	background: #fff url(/i/bigImage-thought-leadership.gif) top right no-repeat;
}
.page-architectural_insights #mainContent {
	background: #fff url(/i/bigImage-architectural-insights.gif) top right no-repeat;
}
.page-distributed_enterprise_network #mainContent {
	background: #fff url(/i/bigImage-distributed-enterprise-network.gif) top right no-repeat;
}
.page-architectural_insights .floatright {
	float:right;
	margin-left:20px;
	margin-bottom:10px;
	margin-top:10px;
	verticle-align:middle;
}
.page-architectural_insights .imageClass {
	float:left;
	margin-right:20px;
	margin-bottom:10px;
	margin-top:10px;
	verticle-align:middle;
}
.page-architectural_insights table.generalTable tr td {
	color: #4c4c4c;
	padding: 5px 15px;
    vertical-align: middle;
    font-size: 12px;
    font-weight: normal;
    border-bottom: 2px dotted #d7d7d7;
    border-right: 2px solid #e7e5e5;
}
.page-architectural_insights table.generalTable tr.headingRow th {
	background: #e0dede;
    color: #4c4c4c;
    padding: 5px 15px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    border-right: 2px solid #fff;
}
.page-architectural_insights table.generalTable tr td h3 {
    font-size: 14px;
    font-weight: bold;
}