/**
  SilverStripe Maori Theme
 
  This typography file is included in the WYSIWYG editor
 */
 
/* GENERIC STYLES */ 
.typography * {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:auto; /*sc added line*/
}


/* PARAGRAPHS */
.typography p, .typography li { 
 	color: #4d4d4d;
 	font-size: 11px;
	 }

.typography blockquote {
	margin: 10px;
	font-size: 1.4em;
	color: #777;
	font-style: italic;
}	

/* LINKS */
.typography a {
  color:#228b79;
  font-weight:bold;
  text-decoration:none;
}
.typography a:hover { 
 	text-decoration: underline;
	 }

/* LIST STYLES */

.typography ul, 
.typography ol {
	margin-top:10px;
	margin-bottom:10px;
	
}

.typography li {
	margin-left:10px;
}

/* HEADER STYLES */


.typography h2 { 
	color: #9a8b7d; 
	margin: 0;
	font-weight:bold;
	font-size:small;
	font-family: Helvetica, "Arial Narrow",Arial;
 	font-size: 1.4em;
	text-transform:uppercase;
	padding-bottom:10px;
}
	
.typography h3 {
	color: #228b79;
	margin: 10px 0 15px 0;
	font-weight: bold;
	font-size: 12px;
}
.typography h4 {
	font-size:1.1em;
  font-weight:bold;
  margin:10px 0px;
}
.typography h5 {
	font-size: 1.4em;
	color: #222;
	font-weight: 300;
	margin: 10px 0;
}
.typography h6 {
	font-size: 1.2em;
	color: #555;
	line-height: 1.4em;
	margin: 10px;
}

/* ADRESS STYLES */	
.typography pre {
	font-family:"Courier New",Courier;
	display:block;
	font-size:1.2em;
	margin:2em 5em;
	padding:0.5em;
	border:1px #ccc solid;
	background:#eee;;
}
.typography label {
 	display: block;
	margin: 10px 0 -10px 0;
	color: #000;
}

.typography q {
	display:block;
	font-size:0.8em;
	margin:1em 1em;
	padding:0.5em;
	border:1px #ccc solid;;
}

/* TABLE STYLING */
.typography table {

	margin: 10px 0;
	font-size: 10px;
	color: #666;
		border-collapse:collapse;
		width: auto; /*sc added*/
}
	.typography td {
		border:1px solid #999;
		padding:5px;
		width: auto; /*sc added*/
		background-color:#fff;
	}

/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}
.typography img.right {
	float:right;
	margin-left:20px;
}
.typography img.left {
	float:left;
}
.typography img.center {
	float:none;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

/* FORMS */
.typography label {
	font-size: 12px;
}
.typography input.text, .typography textarea {
	font-size: 12px;
}

.dd textarea {
	font-size: 1em;
	
}
/* Extra redundancy */
.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}

.typography #Content p.authorDate {
	color: #444;
	margin-top: -15px;
	}
	
	
#maincontent p {
  color:#666666;
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
	margin: 10px 0px;
	padding:0pt;
}

#maincontent a {
  color:#7B6A5D;
  font-weight:bold;
  text-decoration:none;
}

#maincontent a:hover { 
 	text-decoration: underline;
}


#maincontent h4 {
	font-size: medium;
	margin: 15px 0px;
}

.element_Organisation select {
	width: 400px;

}

.cs_gallery {
/*	height:169px;*/
}

.cs_gallery ImageGallery {

	}
	
.cs_logo,
.cs_equipment_logo {
	float:right;
	background-image:url(../images/cs_equipment_logo.jpg);
	height:46px;
	width:192px;
	line_height:46px;
	margin-top:-3px;
}

.cs_logo {
	height:39px;
	width:136px;
	background-image:url(../images/cs_logo.jpg);
}
	
.cs_heading{
	color:#228B79;
	font-weight:bold;
	text-decoration:none;
	font-size:16px;
	padding-bottom:20px;
}
	
.cs_large_text {
	color:#9A8B7D;
	font-family:Helvetica,"Arial Narrow",Arial;
	font-size:26px;
	font-weight:bold;
	margin:0;
	padding-bottom:10px;
	text-transform:uppercase;
}
	
.cs_grant_value {
	color:#C50E20;
	font-family:Helvetica,"Arial Narrow",Arial;
	font-size:20px;
	font-weight:bold;
	margin:0;
	padding-bottom:10px;
	text-transform:uppercase;
}
	
.cs_grant_value_scale {
	color:#9A8B7D;
	font-size:14px;
}

.cs_quote {
	background-color: #9b8b7e;
	padding: 3px 10px ;
	color: #ffffff !important;
	margin-bottom:10px;
}

.cs_quote p {
	color: #ffffff !important;
	font-size: 10px;
	font-weight: bold;
}

.cs_quotename {
	font-size: 11px;
	padding-bottom: 5px;
}

#summarytable td {
	border:none;
	}
