/*
	Filename         :	Content.css
	Created by       :	Peter Hammans
	Last modified by :	Peter Hammans
	Created          :	24 August 2004 17:17
	Last Updated     :	24 August 2004 17:17
	Comments         :	
*/


@import url(global.css);

#logo a span { display:none; }

/****************************************************
home specific styles
******************************************************/
div#Content div#homeSide p {
	color:#003366;
}

/****************************************************
General Content styles
******************************************************/
div#Content {
	padding-bottom:2.5em;
}

div#Content p.Summary {
	margin-top: 1em;	
	padding:0;	
}

div#Content p img {
	float:right;
	padding-bottom:1em;
}

div#Content h3 {
	/**clear:both;**/
}

div.table {
	margin-top: 1.5em;
}


div.tableHead {
	background:#e8deeb url(http://www.derbyshireparentpartnership.co.uk/images/layout/bg_table_head_bottom.gif) no-repeat left bottom;	
	width: 520px;
	padding-bottom:.1em;
	height: 20px;	
}

div.tableHead h2 {
	font-size: 100%;
	color: #52136b;
	background:#e8deeb url(http://www.derbyshireparentpartnership.co.uk/images/layout/bg_table_head_top.gif) no-repeat left top;
	padding:.3em .3em 0 .5em;
	margin:0;
}

div.table {
	color: #52136b;
}

div.table ul {
	padding: 0;
	margin: 0;
}

div.table ul li {
	list-style-type:none;
	border-bottom: 1px solid #e6e6e6;
	padding: .3em .5em .3em .5em;
}

div.table ul li a {
	text-decoration: none;
	color: #52136b;
}

table {
	border: none;
	padding:0;
	margin:0;
	/*width:520px; Removed for site edit */
	border-collapse: collapse;		
}

table td.group {
	border-bottom: 1px solid #e6e6e6;
}

table td.col1 {
	width:150px;
}

table td {
	color: #52136b;
	padding: .3em 0 .3em .5em;	
}

table a {
	text-decoration: none;
	color: #52136b;	
}

table.newslist {
	padding:0;
	margin:0;
	 width:100%; 
	color:#333F7F;
	border-top:1px solid #E6E6E6;
}
table.newslist tr.topline td {
	margin:0;
	padding:6px 0 0 0;
	border:none;
}
table.newslist tr td {
	color:#333F7F;
	margin:0;
	padding:0 0 6px 0;
	border-bottom:1px solid #E6E6E6;
}
table.newslist td.ralign {
	text-align:right;
}
table.newslist td.more {
/*overiding existing position style and width KP*/
	position:relative;
	width:auto;
	font-weight:bold;
}

/****************************************************
A-Z services in side nav
******************************************************/
div#MainNavigation ul li.servicesTop {
	background:#E9E9E9 url(http://www.derbyshireparentpartnership.co.uk/images/layout/bg_nav_list_services_top.gif) no-repeat left top;
	padding:13px 0 0 0;
}
div#MainNavigation ul li.services {
	background-color:#E9E9E9
}
div#MainNavigation ul li.servicesBottom {
	background:#E9E9E9 url(http://www.derbyshireparentpartnership.co.uk/images/layout/bg_nav_list_services_bottom.gif) no-repeat left bottom;
	padding:0 0 13px 0;
}
div#MainNavigation ul li.servicesTop,
div#MainNavigation ul li.services,
div#MainNavigation ul li.servicesBottom {
	text-align:center;
}
div#MainNavigation ul li.servicesTop p a,
div#MainNavigation ul li.services p a,
div#MainNavigation ul li.servicesBottom p a {
	margin:0;
	display: inline;
	width: auto;
	padding: 0 0.5em;
	color:#333F7F;
}
div#MainNavigation ul li.servicesTop p a:hover,
div#MainNavigation ul li.services p a:hover,
div#MainNavigation ul li.servicesBottom p a:hover {
	background-color:#333F7F;
	color:#F8CE00;
}

/****************************************************
List of Links
******************************************************/
div.links {
	margin:3em 0 0 0;
}
div.links ul {
	border-top:1px solid #E6E6E6;
	list-style:none;
	padding:0;
	margin:4px 0;
}
div.links ul li {
	border-bottom:1px solid #E6E6E6;
	padding:4px 0;
	margin:0;
}
div.links ul li p {
	padding:0;
	margin:0 !important;
}
div.links ul li h4 a {
	text-decoration:none;
	padding:0;
	margin:0;
}

p.formTip {
	font-size:80%;
	color:#666;
	margin:0px !important;
}
table.sResults {
	margin:.5em 0;
	width:100%;
	border:1px solid #ccc;
	background-color:#F5F5F5;
}
table.sResults thead th {
	padding:.3em .5em;
	color:#666;
	border:1px solid #ccc;
}
table.sResults td {
	padding:.3em .5em;
	color:#333;
	border:1px solid #ccc;
}

/****************************************************
Documents
*****************************************************/
div.document {
	width:95%;
}
div.document table {
	border-collapse: collapse;
	border:1px solid #E8DBC2;
	background-color:#FFF5E1;
	margin:0 0 1em 0;
	width:100%;
}
div.document table td {
	padding: 5px;
	vertical-align: top;
	width:auto;
}
div.document table td.title {
	width: 181px;
	swidth: 281px;
}
div.document table td.type {
	color:#EA7525;
	width: 77px;
	font-weight:bold;
}
div.document table td.size {
	color:#EA7525;
	width:77px;
}
div.document table td.link {
	width:90px;
}
div.document table td.link a {
	color:#EA7525 !important;
	text-decoration:underline;
}
div.document table td.description {
	width: 335px;
	dwidth: 435px;
	color:#333;
}
div.document table td.preview {
	swidth: 102px;
}
div.document table td.preview img {
	swidth: 70px;
	border:1px solid #E8DBC2;
}
div.document table tr.section td {
	border-top:1px solid #E8DBC2;/*KP changed section title*/
}

div.document h3 {
	font-size: 100%;
	margin: 0 !important;
	padding:0;
	color:#EA7525;
}
div.document h3 a {
	color:#EA7525 !important;
}
div.document h4 {
	font-size: 100%;
	margin: 0;
	sfont-weight: normal;/*KP taken off for the section title*/
}
div.document h4 a {
	color:#EA7525 !important;
}




#fRate {
	float: right;
	padding-bottom:1.5em;
	font-size: 90%;
	text-align:right;
	margin:0;
	width:520px;
}

#fRate a {
	text-decoration: none;
	color: #52136b;
	font-size: 110%;
	font-weight: bold;
	margin-left:.5em;
}

#fRate a:hover {
	text-decoration:  underline;
}

div.table li.more {
	border:0;
}

li.more a {
	font-weight:bold;
}

li.more a:hover {
	text-decoration: underline;
}

.sitemapcolumn {
	width: 47%;
	margin: 0 2% 2em 0;
	float: left;
}

.sitemapcolumn ul {
	list-style: none;
	margin: 0;
	padding: 0 0 1em 20px;
}

.sitemapcolumn ul ul {
	padding: 0 0 0 20px;
}

.sitemapcolumn ul li {
	margin: 0;
	padding: 0;
}

.sitemapcolumn a {
	text-decoration: none;
}

.sitemapcolumn a:hover {
	text-decoration: underline;
}

.photo {
	margin: 10px 0 10px 10px;
	float: right;
	text-align: right;
}

.photo img {
	border:1px solid #808080;
	margin-bottom: 5px;
}

div#Content img {
	float:right;
	padding-bottom:1em;
	clear:none;
}

div#Content img {
	margin-bottom: 1em;
}

div#Content .thumbnail {
	width: 124px;
	padding: 0 5px 5px 0;
	margin: 0;
	float: left;
}

div#Content .thumbnail h3 {
	color: #FFFFFF;
	background-color:#52136b;
	text-decoration: none;
	padding: 0.2em 5px;
	margin: 0;
}

div#Content .thumbnail h3 a {
	display: block;
	color: white;
	text-decoration: none;
}

div#Content .thumbnail .image {
	position: relative;
	width: 124px;
	height: 124px;
	background-color: #666;
	padding: 0;
	margin: 0;
	text-align:center;
	line-height:121px;
	font-size:0.3px;
	overflow: hidden;
}

* html div#Content .thumbnail .image {
	font-size: 110px;
}
div#Content .thumbnail .image img {
	vertical-align:middle;
}
div#Content .thumbnail .description {
	background-color: #E6E6E6;
	padding: 0 5px;
	min-height: 4em;
}

* html div#Content .thumbnail .description {
	height: 4em;
}
* html>body div#Content .thumbnail .description {
	height: auto;
}

div#Content .thumbnail .description p {
	padding: 0.4em 0;
	margin: 0;
}

/* Add ins from DCC for blueprinting*/

div#Summary {
	margin-top: 1em;
	font-weight: bold;
	padding-bottom:1em;
}

/* Related Documents and Links*/

div#RelatedDocuments dl
{
border:1px solid #E8DBC2;
	background-color:#FFF5E1;
	margin:0 0 1em 0;
	width:520px;
	padding-bottom:7px;
text-decoration:none;
}

div#RelatedDocuments dd {
	color:#ff6633;
    font-weight:bold;
    font-size: 100%;
	width: 510px;
	padding:.3em .3em 0 .5em;
	margin:0;
	height: 18px;	
}

div#RelatedDocuments dt
{
color:#ff6633;
padding:.3em .3em 0 .5em;
}

div#RelatedDocuments a
{
color:#ff6633;
}

div#RelatedLinks dl
{
border:1px solid #E8DBC2;
	background-color:#FFF5E1;
	margin:0 0 1em 0;
	width:520px;
	padding-bottom:7px;
text-decoration:none;
}

div#RelatedLinks dd {
	color:#ff6633;
    font-weight:bold;
    font-size: 100%;
	width: 510px;
	padding:.3em .3em 0 .5em;
	margin:0;
	height: 18px;	
}

div#RelatedLinks dt
{
color:#ff6633;
padding:.3em .3em 0 .5em;
}

div#RelatedLinks a
{
color:#ff6633;
}

/*
div#componentMetadata 
{
	background:#D6DFF7;
	border:solid 1px;
	margin-top:.5em;
	padding:.5em;
	height:100%;
	float: left;
}

div#componentMetadata h2
{
	font-weight: bold;
	font-size: 100%; 
}

div#componentMetadata img
{
	float: right;
}

div.left
{
	float:left;
	width:25%;
	clear: both;
}

div.right
{
	width:75%;
	float: right;
}

*/
/**********************************************************************
	Component Metadata styling from dnet - edited by DA
**********************************************************************/

div#componentMetadata {
	background:#D6DFF7;
	border:solid 1px;;
	margin-top:10px;
	margin-bottom: 1em;
	padding:0.5em;
	height:100%;
	float: left;
	font-size: 12px;
	width: 720px;
}
div#componentMetadata h2 {
	font-weight: bold;
	font-size: larger; 
	padding: 0.3em 0 0.5em 0;
	margin: 0;
}
div#componentMetadata p {
	padding: 0px;
	margin: 0px;
}
div#componentMetadata img {
	float: right;
}
div#componentMetadata .left, div#componentMetadata .right {
	float: left;
	display:block;
	margin: 0;
	padding: 0.5em 0 0.5em 0;
}    
div.left {
	float:left;
	width:25%;
	clear: both;
}
div.right {
	width:75%;
	float: right;
}




div#RelatedLinks {
border:1px solid #E8DBC2;
	background-color:#FFF5E1;
	margin:0 0 1em 0;
	width:520px;
	padding-bottom:7px;
text-decoration:none;

}
div#RelatedLinks h2 {
		color:#ff6633;
    font-weight:bold;
    font-size: 100%;
	width: 510px;
	padding:.3em .3em 0 .5em;
	margin:0;
	height: 18px;	
}
div#RelatedLinks ul {
	margin:0;
}
/*div#RelatedLinks ul li {
	display:inline;
}*/
div#RelatedLinks ul li  {
	/*display:block;
	width:500px;
	border-bottom:1px solid #ccc;
	padding:1px 10px;
	color:#411355;*/
	color:#ff6633;
padding:.3em .3em 0 .5em;
}
    
/**/
	


div#RelatedDocuments img {float:none;

border:0px;
padding:0px;
margin:0px;
}


div#RelatedDocuments {
	border:1px solid #E8DBC2;
	background-color:#FFF5E1;
	margin:0 0 1em 0;
	width:520px;
	padding-bottom:7px;
text-decoration:none;
}

div#RelatedDocuments h2 {
		color:#ff6633;
    font-weight:bold;
    font-size: 100%;
	width: 510px;
	padding:.3em .3em 0 .5em;
	margin:0;
	height: 18px;	
}

div#RelatedDocuments ul {
	margin:0;
}

div#RelatedDocuments p  {
		color:#ff6633;
padding:.3em .3em 0 .5em;
}

div#RelatedDocuments ul li  {
		color:#ff6633;
padding:.3em .3em 0 .5em;
}
    
/**/


div#RelatedContent {
	border:1px solid #E8DBC2;
	background-color:#FFF5E1;
	margin: 1em 0 0 0;
	width:520px;
	padding-bottom:7px;
	text-decoration:none;
	}
div#RelatedContent h2 {
	color:#ff6633;
    font-weight:bold;
    font-size: 100%;
	width: 510px;
	padding:.3em .3em 0 .5em;
	margin:0;
	height: 18px;	
}
div#RelatedContent ul {
	margin:0;
}


div#RelatedContent ul li  {
color:#ff6633;
padding:.3em .3em 0 .5em;
}

div#RelatedContent a {
color:#ff6633;

}


    
/**/
	



