/* stylesheet for the layout of content on the projectspage */

/*Headers*/
TABLE.content_main DIV.csc-header-n1 {
	color: #FF0000;
	background-image: url("../images/titles/t_projects.gif");
    background-repeat: no-repeat;
}

TABLE.content_main H1.csc-firstHeader {
	visibility:hidden;
}


TABLE.content_left H1 {
	font-size: 12px;
	color: #FFFFFF;
	height: auto;
	padding-top: 5px;
	padding-right: 9px;
	padding-bottom: 7px;
	padding-left: 9px;
	
}
TABLE.content_main H1 {
	font-size: 28px;
	font-family: verdana;
	font-weight: normal;
	color: #333333;
	height: auto;
	padding-right: 9px;
	padding-bottom: 19px;
}

/*CONTENT ELEMENT projectsBLANK*/
DIV.projectsblank{
	margin-bottom: 20;
}

DIV.projectsblank DIV.csc-header {
	width:100%;
	height: auto;
}

DIV.projectsblank DIV.csc-header-underline {
	width:100%;
	overflow: hidden; 
	height: 0px;
}

/*CONTENT ELEMENT projectsBLOCK*/
DIV.projectsblock{
	padding: 0px;
	margin-bottom: 20; 
}

DIV.projectsblock DIV.csc-header {
	width:100%;
	height: auto;
	background-color: #CC3300;
}


DIV.projectsblock DIV.csc-header-underline {
	background-color:#CCCCCC;
	width:100%;
	overflow: hidden; 
	height: 5px;
}

DIV.projectsblock DIV.textwrap {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

/*
DIV.projectsblock P {
	text-align:justify; 
}
*/

/*CONTENT ELEMENT projectsteaser*/
DIV.projectsteaser{
	width:100%;
	margin-bottom: 10px;
}

DIV.projectsteaser DIV.csc-header {
	width:100%;
	height: auto;
	padding-bottom: 8px;
}

DIV.projectsteaser DIV.csc-header-underline {
	background-color:#ffffff;
	width:100%;
	overflow: hidden; 
	height: 1px;
	margin-bottom: 0px;	
}

/*for the title of the project teaser*/
DIV.projectsteaser DIV.textwrap {
	text-align: justify; /*;will have to be an inline style - controlled by TS*/
	/*border-bottom: 1px dotted #333333;*/ 
	padding-left: 5px; 
	
}

DIV.projectsteaser DIV.csc-header H3 {
	font-size: 12px;
	font-family: verdana;
	font-weight: bold;
	color: #333333;
	height: auto;
	padding-right: 9px;
}

DIV.projectsteaser DIV.csc-header H3 SPAN.date {
	font-size: 10px;
	font-family: verdana;
	font-weight: normal;
	color: #666666;
	height: auto;
}

/*CSS STYLED IMAGE TEXT*/
/* COMMON */

.csi-textpic img {
	margin-top: 38px;
	
}

.csi-textpic .csi-image {
	margin: 0 0 20px 0;  /*XXX demo only*/
	width: 260px; /*will have to be an inline style - controlled by TS*/
}

.csi-textpic p{
	padding-bottom: 0px; 
	margin-bottom: 0px;
}
.csi-intext-right-nowrap p {
	margin-right: 275px; /*will have to be an inline style - controlled by TS*/
	
}

.csi-intext-right-nowrap .csi-image {
	float: right;
	clear: both;
}
