﻿@charset "utf-8";
/* CSS Document */
/* 
	File was originated from ressources/cssnew/content.css 
	This file has been modified to work with the CMS; this file is called in the template files in the CMS.
 */
#content h1{
	font-size:24px;
	font-weight:normal;
	color:#006D50;
}

#content h2,#content h3,#content h4,#content h5,#content h6{
	font-size:14px;
	font-weight:normal;
	color:#006D50;
}


#content hr{
	height:0px;
	border-width: 1px 0px 0px 0px;
	border-color:#CCCCCC;
	border-style:solid;
	color:#CCCCCC;
	width:100%;
	padding:0px;
	margin:0px 0px 0px 0px;
	text-align:center;
}

#content p{
	text-align:left;
	color:#555555;
}

pre{
	text-align:left;
	color:#555555;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	overflow:visible;
}

.information{
	text-align:left;
	color:#555555;
	background-color:#f1eef1;
	border:#006D50 1px solid;
	padding:10px;
}

#content ul li{
	color:#555555;
	list-style-type:circle;
	text-align:left;
}

#content ol li{
	color:#555555;
	list-style-type:decimal;
	text-align:left;
}

#content p.quotation{
	padding:0px 40px 0px 20px;
	font-weight:bold;
}
#content p.quotation_paragraph{
	padding:0px 40px 0px 20px;
	font-weight:bold;
}

#content p.citation{
	padding:0px 40px 0px 20px;
	font-weight:bold;
	font-style:italic;
}

#content p.textright{
	text-align:right;
}

#content p a, #content a{
	font-weight:normal;
	text-decoration:none;
	color:#BF5426;
	cursor:pointer;
}

#content p a:hover, #content a:hover{
	text-decoration:none;
	color:#555555;
}

#content .center{
	width:520px;
	text-align:center;
}

/* - 3rd  July: changed to 0px */
/* - 30th July 2012: changed table to table[border="1"], so that it only applies to table where 
	border = 1
 */

/*Joshi 28 June: Changed it to 1px because no borders were displayed */
/*
table[border="1"]
{
	width:100%;
	border:1px; 
	border-spacing:0px;
	padding:0px 0px 0px 0px; 
	border-collapse:collapse;
}

*/
table tr th{
	color:#999999;
	font-size:11px;
	text-align:left;
	vertical-align:top;
	padding:10px 0px 20px 10px;	
	margin:0px 0px 0px 0px;	
	border:1px #CCCCCC solid;	
}

table tr th a{
	font-weight:bold;
	text-decoration:none;
	color:#338B73;	
}

table tr th a:hover{
	font-weight:bold;
	text-decoration:none;
	color:#555555;	
}
/* - 3rd July: changed to 0px */
/*Joshi 28 June: Changed it to 1px because no borders were displayed */
/*
table tr td{
	font-size:11px;
	padding:10px 10px 20px 10px;	
	border:0px #CCCCCC solid; 
	text-align:left;
	vertical-align:top;
	color:#555555;
}	
*/
TABLE TR TD img{
	padding: 0px 10px 10px 10px;	
	vertical-align:top;
}
TABLE.nolines TR TD{
	font-size:11px;
	padding:0px;	
	border:0;
	text-align:left;
	vertical-align:top;
}
table.noline tr td
{
	font-size:11px;
	padding:10px;	
	border:0px #CCCCCC none;
	text-align:left;
	vertical-align:top;
	border-bottom-style:none;
	border-left-style:none;
	color:#555555;
}
table.noline tr th
{
	font-size:11px;
	padding:10px;	
	border:0px #CCCCCC none;
	text-align:left;
	vertical-align:top;
	border-bottom-style:none;
	border-left-style:none;
	color:#555555;
}

/* CSS for Table  with lines */
table.line { 
	border-color:#CCCCCC;
	border-style:solid;
	border-width: 1px 0px 0px 1px;
}

table.line tr td{
	font-size:11px;
	padding:10px 10px 20px 10px;	
	border-color:#CCCCCC;
	border-style:solid;
	border-width: 0 1px 1px 0;
	text-align:left;
	vertical-align:top;
	color:#555555;
}	

table.line tr th{
	font-size:11px;
	padding:10px 10px 20px 10px;	
	border-color:#CCCCCC;
	border-style:solid;
	border-width: 0 1px 1px 0;
	text-align:left;
	vertical-align:top;
	color:#555555;
}	




#content td.center_table{
	width:520px;
	text-align:center;
}



div.greylines{
	border-width:1px 0px 0px 0px;
	border-color:#CCCCCC;
	border-style: solid;
}


.tr_hidden{display:none;}

/*This is for the global search box in the template*/
.searchText {
    border: 1px solid #C0C0C0;
    color: #666666;
    font-size: 12px;
    margin: 0;
    vertical-align: top;
    width: 190px;
}


	