/** begin ifportfolio style **/ /**
This is an example css file for the ifportfolio component.
It provides classes for each of the ifportfolio units.
The default classname is used to prefix each element.
**/ /* This class is applied to the Portfolio Page */
.portfolio_div {
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: center;
	display: block;
	width: 100%;
	color: #FFFFFF;
	font-size: 12px;
}

/* This class is applied to the Portfolio TABLE */
.portfolio {
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 100%;
}

/* This class is applied to the TABLE Title TD */
.portfolio_title {
         border: 1px solid #DCE1F3;
         font-weight: bold;
	font-size: 1.2em;
	color: #576EBE;
	background: #B5D3FF
	}

.portfolio_title a {
	color: #576EBE;
	text-decoration: none;
}

.portfolio_title a:visited {
	color: #576EBE;
	text-decoration: none;
}

.portfolio_title a:hover {
	color: #354886;
	text-decoration: none;
}

/* This class is applied to the TABLE TD Left attribute titles TD */
.portfolio_general_title {
	color: #000000;
	width: 50%;
	height: 35px;
	padding: 2px;
	padding-right: 10px;
	text-align: right;
}

/* This class is applied to the TABLE TD right attribute values */
.portfolio_general_desc {
	background-color: #222222;
	color: #FFFFFF;
	width: 150px;
	height: 35px;
	padding: 2px;
	padding-left: 10px;
	text-align: left;
}

.portfolio_designer_title {
	background-color: #000000;
	color: #FFFFFF;
	width: 80px;
	height: 35px;
	padding: 2px;
	padding-right: 10px;
	text-align: right;
}

.portfolio_designer_desc {
	background-color: #222222;
	background-image: url(../../images/ifportfolio/SD_Logo_140.jpg);
	background-repeat: no-repeat;
	background-position: center;
	color: #FFFFFF;
	width: 150px;
	height: 35px;
	padding: 2px;
	padding-left: 10px;
	text-align: left;
}

/* This class is applied to the description TABLE TD */
.portfolio_description_cell {
	padding: 8px;
	color: #000000;
	width: 40%;
}

/* This class is applied to the TABLE Description TD DIV*/
.portfolio_description {
	border: 0px;
	margin: 0px;
	padding: 0px;
	color: #000000;
	}

/* This class is applied to the TABLE image TD*/
.portfolio_image {
	color: #000000;
	font-family: arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	margin: 10px;
	text-align: center;
}


.portfolio_paging {
	border-bottom: 1px solid #B81644;
	font-family: arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	margin: 10px;
	margin-bottom: 5px;
}

.portfolio_paging a {
	color: #111111;
	text-decoration: none;
}

.portfolio_paging a:visited {
	color: #111111;
	text-decoration: none;
}

.portfolio_paging a:hover {
	color: #666666;
	text-decoration: none;
}
/** end ifportfolio style **/
