body {
	margin: 0;
	padding: 0;
	font-family : Arial,Verdana, sans-serif;
	font-size : 11px;
	line-height : 140%;
	background: #f4f4f4 url(images/bg.gif) top center repeat-y;
	text-align: center;	
}

#container {
	background: #ffffff;
	color: #303030;
	margin: 0 auto;
	width: 880px;	
}

#header {
	margin: 0px 0 0 0;
	padding: 0;
	background: #FFFFFF;
}

#banner {
	width:880px;
	/*
	border-top: 1px dotted #FFF;
	border-bottom: 1px dotted #FFF;*/
	padding-top: 15px;
	padding-bottom: 17px;		
	background-color: #4b6385;
	color: #FFFFFF;
	text-align: left;
	background: url(images/banner_background.gif) top left repeat-x;	
}

#banner img {
	margin-left: 147px;	
}

/* logo print version */
#banner img.print {
	display:none;
}


#funcbar {
	width:845px;
	padding-top: 5px;
	padding-left: 20px;	
	padding-right: 15px;
	padding-bottom: 30px;
	background:#f4f4f4;
}

/* ie hack for width */
* html #funcbar {
	width:880px;
	padding-top: 5px;
	padding-left: 20px;	
	padding-right: 15px;
	padding-bottom: 0px !important;
	background:#f4f4f4;
	display:block;
}

#language {
	float:left;
	width: 150px;
	padding-left:10px;	
	padding-top: 2px !important;
	text-align:left;
}

#pictspace {
	float:left;
	padding-left:212px;
	padding-top: 3px !important;
	
}

#search {
	float:right;
	width: 160px;
}

/* ie hack for width */
* html #search {
	float:right;
	width: 160px;
}

* html #search form{
	padding-bottom:5px;
	margin:0px;
}




/* Navigation */
#nav {
	padding-left:234px;
	color:#FFFFFF;
	background-color:#93b61c;	
	text-align:left;
}

#nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#nav li {
	display:inline;
    list-style: none;
}

#nav li a {
	font-size:12px;
	color:#FFFFFF;	
}

#nav li.current a{
	color:FFFFFF !important;
}

#nav p {
	font-size : 12px;
	color:#FFFFFF;
}

#nav hr {
	display:none;	
}


/* left area box */
#left {
	width:198px;
	padding-top:10px;		
	padding-left:20px;
	float:left;
	background:#FFF;
}

/* left content */
#contentLeft {

}

/* normal area box */
#normal {
	width:375px;
	float:left;
	background:#FFFFFF;
}


/* normal content inner container */	
.contentNormal {
	margin-top:13px;
	padding-bottom:25px;	
	padding-left:20px;
	padding-right:20px;
	font-family : Arial,Verdana, sans-serif;
	font-size : 12px;
	line-height : 160%;
	text-align: left;		
}

/* ie normal content */	
* html .contentNormal {
	margin-top:11px;
	padding-bottom:25px;	
	padding-left:40px;
	padding-right:20px;
	font-family : Arial,Verdana, sans-serif;
	font-size : 12px;
	line-height : 160%;
	text-align: left;		
}

/* wrap around content elements in normal column */
.contentNormal .c-element {
	padding-bottom:20px;
}

/* ie content element wrap */
* hmtl .contentNormal .c-element {
	padding-bottom:20px;
}




/* headline */
.contentNormal H2 {
	line-height : 160%;	
	padding-bottom:2px;
}

/* ie */
* html .contentNormal H2 {
	line-height : 160%;	
	padding-bottom:2px;
}

.contentNormal p {
	font-family : Helevetica, Arial,Verdana, sans-serif;
	font-size : 12px;
	line-height : 160%;
}

/* right area box */
#right {
	width:270px;
	float:right;
	background:#FFF;
	font-family : Helevetica, Arial,Verdana, sans-serif;
	font-size : 11px;
}


/* right content */	
#contentRight {
	padding-top:13px;
	padding-right:0px;
	text-align: left;
	line-height : 160%;	
}

#contentRight H2 {
	line-height : 130%;	
	font-family : Helevetica, Arial,Verdana, sans-serif;
	font-size : 12px;
	color : #748FA1;
	padding:0 0 3px 0;	
	margin: 0 0 0 0;
	
}



#contentRight div.paragraph {
	font-family : Helevetica, Arial,Verdana, sans-serif;
	font-size : 11px;
	padding:0 10px 5px 0px;
}


.contentboxbottom {
	width:200px;	
	float:left;
	height:62px;
	background: url(images/form.gif) no-repeat; 
}

/* border area box */
#border {

}

/* border content */
#contentBorder {

}

/* border content wrapper */
#contentBorder .contentWrapper{
	
}


/* navigation 2nd level */
#nav2 {
	clear: left;
	float: left;
	width: 215px;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 0.9em;
	font-family : Georgia,Times, serif;
}

#nav2 ul {	
	list-style: none;
	width: 215px;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 1.1em;
}	

#nav2 li {
	margin-bottom: 4px;
}

#nav2 li a {
	font-weight: bold;
	height: 20px;
	text-decoration: none;
	color: #505050;
	display: block;
	padding: 6px 0 0 10px;
	background-color: #f4f4f4;
	border-left: 4px solid #cccccc;
}	
	
#nav2 li a:hover {
	background: #eaeaea;
	color: #286ea0;
	border-left: 4px solid #286ea0;
}

#nav2 img.nav
{
	border-bottom: black;
	border-width: 0 0 1px 0;
	/*border-style: none none dotted none;*/
}

/* foot */
#foot {
	clear: both;
	margin: 0px auto;
	padding: 10px 0 10px 0;
	border-top: 4px solid #f0f0f0;
	width: 880px;
	text-align: center;
	color: #808080;
	font-size: 1em;
}

#foot a {
	padding-left:10px;
	color: #808080;
	font-weight:normal;
	text-decoration: none;
}

#foot a:visited {
	padding-left:10px;
	color: #808080;
	font-weight:normal;
	text-decoration: none;
}

#foot a:hover {
	padding-left:10px;
	font-weight:normal;
	text-decoration: underline;
}

.announce {
margin: 10px 0 10px 0;
padding: 10px;
width: 195px;
color: #505050;
background-color: #f4f4f4;
line-height: 1.3em;
}

#extras {
float: right;
width: 100px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
line-height: 1.5em;
}

#extras p {
margin: 0 0 1.5em 0;
}

#content {
margin: 0 110px 20px 160px;
border-left: 1px solid #f0f0f0;
border-right: 1px solid #f0f0f0;
padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: left;
}

#content H2 {
	font-size: 1.5em;
	margin: 0 0 0.5em 0;
}

#content img {
padding: 1px;
display:inline;
background: #cccccc;
border: 4px solid #f0f0f0;
}

h3 {
	font-size: 1.3em;
	margin: 0 0 10px 0;
}

a {
text-decoration: none;
color: #286ea0;
}

a:hover {
text-decoration: underline;
color: #286ea0;
}

a img {
border: 0;
}



.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}



/*  Default stylesheet use in the static template record "cSet stylesheet" */
/* TYPO3 CVS ID: $Id: defaultstylesheet.css,v 1.2 2003/10/26 17:07:43 typo3 Exp $ */

/* Links
----------------------------------------------- */
A:link {
	background-color : transparent;
	color : #748FA1;
	text-decoration : none;
	font-weight : bold;
}
A:visited {
	background-color : transparent;
	color : #748FA1;
	font-weight : bold;
	text-decoration : none;
}
A:hover {
	background-color : transparent;
	color : #748FA1;
	text-decoration : underline;
}
A:active {
	background-color : transparent;
	color : #748FA1;
	font-weight : bold;
	text-decoration : none;
}


SELECT {  
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px 
}
TEXTAREA {  
	font-family: Verdana, Arial, Helvetica; 
	font-size: 10px
} 
INPUT {  
	font-family: Verdana, Arial, Helvetica; 
	font-size: 10px 
}


/* Headings
----------------------------------------------- */
H1 {
	font-family : Arial,Verdana, sans-serif;
	font-size : 13px;
	color : #4D6950;
	margin-bottom : 0px;
	margin-top : 0px;
}

H2 {
	font-family : Helevetica, Arial,Verdana, sans-serif;
	font-size : 14px;
	color : #748FA1;
	margin: 0 0 0 0;
}

H3 {
	font-family : Verdana, sans-serif;
	font-size : 12px;
	color : #666666;
	margin-bottom : 0px;
	margin-top : 10px;
}

H4 {
	font-family : Verdana, sans-serif;
	font-size : 10px;
	color : black;
	margin-bottom : 0px;
	margin-top : 10px;
}

.subhead1 {
	font-family : Verdana, sans-serif;
	font-size : 10px;
	color : black;
}

.subhead2 {
	font-family : Verdana, sans-serif;
	font-size : 10px;
	color : green;
}

.subhead3 {
	font-family : Verdana, sans-serif;
	font-size : 10px;
	color : red;
}

.headerdate {
	font-family : Verdana, sans-serif;
	font-size : 10px;
	color : Green;
	font-weight: normal;
}


P,td {
	font-family : Arial,Verdana, sans-serif;
	font-size : 11px;
	line-height : 140%;
	color: #333333;
	margin-top : 1px;
	margin-bottom : 1px;
	padding-bottom : 0px;
	text-indent : 0px;
}




.caption {
	font-family : Verdana, sans-serif;
	font-size : 10px;
	color : #FF9966;
}

.bulletlist {
	font-family : Verdana, sans-serif;
	font-size : 10px;
	color : #6600CC;
}

.csc-bulletlist {
	list-style-type: disc;
	list-style-image: url("images/grey_bullet_01.gif");
	/*list-style-position: inside;*/
	padding:0 0 0 30px;
	margin:0 0 0 0;
}


.csc-bulletlist li {
	padding:0px 0 10px 0px;
    margin-bottom: 0px;
}


#contentRight .csc-bulletlist {
	padding:0 10px 0 30px;
	margin:0 0 0 0;
}

#contentRight .csc-bulletlist li {
	padding:0px 0 5px 0px;
    margin-bottom: 0px;
}


.csc-caption {
	padding-bottom:2px;
}

/* ie caption */
* html .csc-caption {
	padding-bottom:2px;
}

/*
.table {
	font-family : Verdana, sans-serif;
	font-size : 11px;
	color : #CC3366;
}
*/

.searchform {
	font-family : Verdana, sans-serif;
	font-size : 12px;
	color : #6600CC;
	font-weight : normal;
}

.searchresultpagetitle {
	font-family : Verdana, sans-serif;
	font-size : 15px;
	color : #333333;
	font-weight : bold;
}

.searchresultcontent {
	font-family : Verdana, sans-serif;
	font-size : 11px;
	color : #6600CC;
	font-weight : normal;
}

.searchresultheader {
	font-family : Verdana, sans-serif;
	font-size : 14px;
	color : #333366;
	font-weight : bolder;
}

.searchmarkup {
	color : #FF0066;
}

.loginform {
	font-family : Verdana, sans-serif;
	font-size : 14px;
	color : #CC0000;
	font-weight : normal;
}

.mailform {
	font-family : Verdana, sans-serif;
	font-size : 12px;
	color : #003366;
	font-weight : normal;
}

.mailformrequired {
	font-family : Verdana, sans-serif;
	font-size : 12px;
	color : #003366;
	font-weight : bolder;
}

.mailformcomment {
	font-family : Verdana, sans-serif;
	font-size : 12px;
	color : #CC0000;
	font-weight : bolder;
}

.mailformradio {
	font-family : Verdana, sans-serif;
	font-size : 10px;
	color : #003366;
	font-weight : normal;
}


.filelinks {
	font-family : Verdana, sans-serif;
	font-size : 14px;
	color : #990000;
}

.filelinkssize {
	font-family : Verdana, sans-serif;
	font-size : 14px;
	color : Green;
}


.sitemap1 {
	font-family : Verdana, sans-serif;
	font-size : 12px;
	color : #CC6600;
}

.sitemap2 {
	font-family : Verdana, sans-serif;
	font-size : 11px;
	color : #990000;
	margin-left : 20px;
}

.sitemap3 {
	font-family : Verdana, sans-serif;
	font-size : 10px;
	color : #333399;
	margin-left : 40px;	
}

.sitemap4 {
	font-family : Verdana, sans-serif;
	font-size : 9px;
	color : #003333;
	margin-left : 60px;
}

.celmenu {
	font-family : Verdana, sans-serif;
	font-size : 12px;
	color : olive;
	margin-top : 10px;
}
.celsubmenu {
	font-family : Verdana, sans-serif;
	font-size : 11px;
	color : #666699;
	margin-left : 20px;
	margin-top : 3px;
}


/*TT_NEWS_EXTENSION STYLEZ*/
/*  tt_news LATEST view */


.newsbodytext {
	font-family : Arial,Verdana, sans-serif;
	font-size : 11px;
	line-height : 140%;
	color: #333333;
	margin-top : 1px;
	margin-bottom : 1px;
	padding-bottom : 0px;
	text-indent : 0px;
}


.news-latest-top, .news-archive-top {
	font-size: 10px;
	font-weight: bold;
	margin-left: 10px;
	width: 200px;
}
.news-latest-item {
	margin-bottom: 10px;
	width: 200px;
	margin-left: 10px;	
	clear: both;
}
.news-latest-item p {
	margin-top: 0px;
	font-size: 10px;
}
.news-latest-item a:link, .news-latest-item a:visited, .news-list-PBactPage, .news-list-PBpage {
	text-decoration: none;
	color: #3B4417;
}
.news-latest-item a:hover, .news-latest-item a:active {
	text-decoration: underline;
}
.news-latest-date {
	color: #76882D;
}
.news-latest-title {
	font-weight: bold;
	color: #76882D;
}
.news-latest-img {
	float: left;
	margin-top: 3px;
	margin-right: 2px;
}
	

	/* tt_news LIST view on frontpage LIST*/

/* new background */
.news-list-item {
	background:#FFF;
	}
	
.news-list-date {

    font-family : Arial,Verdana, sans-serif;
	font-size : 11px;
	line-height : 140%;
	color: #000000;
	margin-top : 1px;
	margin-bottom : 1px;
	padding-bottom : 5px;
	text-indent : 0px;
	font-weight : bold;
	}

/*	
	}
	.news-list-title a:link, .news-list-title a:hover, .news-list-title a:active, .news-list-title a:visited {
		color: #fff;
		text-decoration: ;
	}
*/


.news-list-title A:link {
    font-family : Arial,Verdana, sans-serif;
    font-size : 11px;
	background-color : transparent;
	color : #903;
	text-decoration : none;
	font-weight : bold;
}
.news-list-title A:visited {
	 font-family : Arial,Verdana, sans-serif;
	 font-size : 11px;
	 background-color : transparent;
	color : #903;
	text-decoration : none;
	font-weight : bold;
}
.news-list-title A:hover {
	font-family : Arial,Verdana, sans-serif;
	font-size : 11px;
	background-color : transparent;
	color : #FFFFFF;
	text-decoration : none;
	font-weight : bold;
}
.news-list-title A:active {
	font-family : Arial,Verdana, sans-serif;
	font-size : 11px;
	background-color : transparent;
	color : #FFFFFF;
	text-decoration : none;
	font-weight : bold;
}


	
	.news-list-imgcaption {
		color: #3E551C;
	}
	.news-list-item-img-container {
		float: right;
		width: 130px;
		
		margin-left: 7px;
	}
	.news-list-item-img-container img, .news-list-imgcaption {
		float: right;
	}
/*
	.news-list-category {
		margin-top: 7px;
		margin-bottom: 7px;
	}
	
*/	
.news-morelink A:link {
    font-family : Arial,Verdana, sans-serif;
    font-size : 11px;
	background-color : transparent;
	color : #FFFFFF;
	text-decoration : none;
	font-weight : normal;
}
.news-morelink A:visited {
	 font-family : Arial,Verdana, sans-serif;
	 font-size : 11px;
	 background-color : transparent;
	color : #FFFFFF;
	text-decoration : none;
	font-weight : normal;
}
.news-morelink A:hover {
	font-family : Arial,Verdana, sans-serif;
	font-size : 11px;
	background-color : transparent;
	color : #903;
	text-decoration : none;
	font-weight : normal;
}
.news-morelink A:active {
	font-family : Arial,Verdana, sans-serif;
	font-size : 11px;
	background-color : transparent;
	color : #903;
	text-decoration : none;
	font-weight : normal;
}
	
.news-bodytext {
	font-family : Arial,Verdana, sans-serif;
	font-size : 11px;
	line-height : 140%;
	color: #333333;
	margin-top : 1px;
	margin-bottom : 1px;
	padding-bottom : 0px;
	text-indent : 0px;
}
	

	
	.tx-ttnews-browsebox {
		clear: both;
		text-align: center;
		margin-bottom: 15px;
	}
	.news-list-clearer {
		height: 0px;
		clear: both;
		visibility: hidden;
	}
	
	
	/*  tt_news Page-Browser */
	.tx-ttnews-browsebox TD { 
		font-size: 10px; 
	}
	.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell { 
		font-weight: bold; 
	}
	.tx-ttnews-browsebox-SCell {
		background-color: #EEE;
	}
	.news-search-emptyMsg { 
		font-size: 11px;
		margin-left: 10px; 
	}
	/* tt_news SINGLE view  */
	.news-single-item {
		width: 500px;
		font-size: 12px;
		color: #000;
	}
	.news-single-header {
		font-size: 12px;
		color: #000000;
	}
	.news-single-subheader {
		font-weight: normal;
		margin-bottom: 15px;
	}
	.news-single-images-container {
		float: right;
		width: 200px;
		margin-left: 5px;
	}

	.news-single-images-container img {
		/* border: 1px solid #3E551C;*/
		margin-bottom: 5px;
		float: right;
}
	
.news-single-category {
	margin-bottom: 15px;
}

.news-single-backlink {
	font-family : Arial,Verdana, sans-serif;
    font-size : 11px;
	background-color : transparent;
	color : #000000;
	text-decoration : none;
	font-weight : normal;
	}
	
.news-single-backlink A:link {
    font-family : Arial,Verdana, sans-serif;
    font-size : 11px;
	background-color : transparent;
	color : #748FA1;
	text-decoration : none;
	font-weight : normal;
}

.news-single-backlink A:visited {
	 font-family : Arial,Verdana, sans-serif;
	 font-size : 11px;
	 background-color : transparent;
	color : #748FA1;
	text-decoration : none;
	font-weight : normal;
}

.news-single-backlink A:hover {
	font-family : Arial,Verdana, sans-serif;
	font-size : 11px;
	background-color : transparent;
	color : #748FA1;
	text-decoration : underline;
	font-weight : normal;
}

.news-single-backlink A:active {
	font-family : Arial,Verdana, sans-serif;
	font-size : 11px;
	background-color : transparent;
	color : #748FA1;
	text-decoration : none;
	font-weight : normal;
}

	
.news-single-timedata, .news-single-imgcaption {
	float: right;
}
.news-single-timedata, .news-single-author, .news-single-imgcaption, .news-latest-date, .news-list-imgcaption {
	font-size: 9px;
}
.news-single-author {
	clear: both;
	padding-top: 5px;
	margin-bottom: 10px;
}
.news-single-additional-info {
	clear: both;
	margin-top: 15px;
	border-top: 1px solid #76882D;
	padding-top: 5px;
	width: 100%;
}
.news-single-additional-info p {
	margin: 0px;
}

.news-single-related-header, .news-single-links-header, .news-single-files-header {
	font-weight: bold;
	color: #76882D;
	font-size: 11px;
}
	
/* tt_news Archivemenu (AMENU) view  */
.news-archive-container {
	width: 190px;
	margin-left: 10px;
	border-bottom: 1px solid #CCD6F2;
}

.news-archive-item-year {
	font-weight: bold;
	width: 190px;
	border: 1px solid #CCD6F2;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	background-color: #95A653;
	color:#FFFFFF;
}

.news-archive-item {
	width: 200px;
	margin-left: 10px;
}

.news-archive-item a {
	color: #76882D;
	text-decoration: none;
}
 

/* FORM STYLES */
.csc-form-label {
	font-family : Arial,Verdana, sans-serif;
	font-size : 11px;
	font-weight: bold;
	line-height : 140%;
	color: #333333;
	margin-top : 1px;
	margin-bottom : 1px;
	padding-bottom : 0px;
	text-indent : 0px;
}

.csc-form-label-req {
	font-family : Arial,Verdana, sans-serif;
	font-size : 11px;
	font-weight: bold;
	line-height : 140%;
	color: #333333;
	margin-top : 1px;
	margin-bottom : 1px;
	padding-bottom : 0px;
	text-indent : 0px;
}
/* FORM STYLES END */

/* FORM STYLES */
label {
	font-family : Arial,Verdana, sans-serif;
	font-size : 11px;
	font-weight: bold;
	display: block;
	width: 313px;
	background-color:none;
	padding:0;
	margin:0;
}

fieldset, .csc-mailform {
    border:none;
    padding:0px;
    background:#fff;
}


SELECT {  
	font-family:  Verdana, Helvetica, Arial, Sans-serif;
	font-size:.8em;
}

TEXTAREA {  
	font-family:  Verdana, Helvetica, Arial, Sans-serif;
	font-size:.8em;
	clear:left;
} 

INPUT.submit {  
	font-family:  Verdana, Helvetica, Arial, Sans-serif;
	font-size:.8em;
}

INPUT.image {  
	font-family:  Verdana, Helvetica, Arial, Sans-serif;
	font-size:.8em;
}

/*
.csc-mailform-submit {
	font-family:  Arial,Verdana, sans-serif;;
	font-size:.8em;
    display:block;
    margin-top:10px;
}
*/

.csc-form-label {
	font-family : Arial,Verdana, sans-serif;
	font-size : 11px;
	font-weight: bold;
	line-height : 140%;
	color: #333333;
	margin-top : 1px;
	margin-bottom : 1px;
	padding-bottom : 0px;
	text-indent : 0px;
}

.csc-form-label-req {
	font-family : Arial,Verdana, sans-serif;
	font-size : 11px;
	font-weight: bold;
	line-height : 140%;
	color: #333333;
	margin-top : 1px;
	margin-bottom : 1px;
	padding-bottom : 0px;
	text-indent : 0px;
}
/* FORM STYLES END */


/* FILE DOWNLOAD */
#normal .csc-uploads {
	border-spacing:0px;
	margin-bottom:0px;
}

#normal .csc-uploads-icon {
	border-spacing:0px;
	padding-bottom:10px;
	/*background-color:red;*/
}

#right .csc-uploads {
	border-spacing:0px;
	margin-bottom:25px;
}

/* ie */
*html #right  .csc-uploads {
	border-spacing:0px;
	margin-bottom:25px;
}

#right .csc-uploads-icon {
	border-spacing:0px;
	padding-bottom:8px;
}


.csc-uploads-icon {}
.csc-uploads-fileName {
	vertical-align:top;
}
.csc-uploads-fileName A:link {}

.csc-uploads-fileName A:visited {}

.csc-uploads-fileName A:hover {}

.csc-uploads-fileName A:active {}

.csc-uploads-description p {
	line-height : 140%;
	color: #333333;
}
/* FILE DOWNLOAD END */





/* SITEMAP */
.csc-sitemap ul {
    list-style: none;
}

.csc-sitemap-level1 a {
	font-size : 12px;
	font-weight: bold;
}

.csc-sitemap-level2 a {
	font-size : 12px;
	margin-left : 10px;
}

.csc-sitemap-level3 a {
	font-size : 11px;
	margin-left : 25px;

}

.csc-sitemap-level4 a {
	font-size : 12px;
}
/*SITEMAP END */



#right .c-element {
	padding-bottom:10px;
}

/* IMAGE TEXT */
.imgtext-table {
	padding-bottom:15px;
}

*html .imgtext-table {
	margin-bottom:15px;
}

/* IMAGE TEXT END */







/* whomaipublications styles */
.tx-whoamipublications-pi1 label {
	display:inline;
	font-family : Arial,Verdana,sans-serif;
	font-size : 12px;
	font-weight: bold;
	line-height : 140%;
	color: #333333;
	margin:0px !important;
	padding:0 !Important;	
}

.tx-whoamipublications-pi1 input {
	margin:0 0 3px 0 !Important;	
	padding:0 !Important;
}

tx-whoamipublications-pi1 h2 b {
	background:red !important;
	margin: 0px 0 0px 0;
}


.tx-whoamipublications-pi1 .shipping-header {
	margin: 60px 0 20px 0;
}

/* singleView table cell header cell */  
.tx-whoamipublications-pi1-singleView-HCell {
	/*border-right: 1px solid #C1DAD7;*/
	font-weight:bold;
	text-align:left;
}


.tx-whoamipublications-table1 {
	margin: 0 0 30px 0;		
	padding: 0px;
	border: 0px solid #000;
}

.tx-whoamipublications-table1 td {
	font-family : Arial,Verdana, sans-serif;
	font-size : 12px;
}

.tx-whoamipublications-table1 p {
	margin: 10px 0 0 0;		
}


.tx-whoamipublications-pi1-orderlink {
	/*margin: 10px 0 0 0;*/
	background:#ddd;
}

.browseBoxWrap {
	margin: 0 0 20px 0;
}

.showResultsWrap {
	font-weight : bold
}


.tx-whoamipublications-pi1-singleView td {
	font-family : Arial,Verdana, sans-serif;
	font-size : 12px;
}

.comment {

	margin: 35px 0 15px 0;
}
/* whomaipublications styles */

/* --- whoami_extKey stylesheet styles begin --- */
.tx-whoamimembers-record {
	margin: 10px 0 10px 0px;
	border: 0px solid #000;	
	padding: 4px;	
	/*background: transparent url(images/slanted-background.gif) repeat;*/
}


/* singleView table cell header cell */  
.tx-whoamimembers-pi1-singleView-HCell {
	/*border-right: 1px solid #C1DAD7;*/
	font-weight:bold;
	text-align:left;
}


.tx-whoamimembers-table1 {
	margin: 0 0 30px 0;		
	padding: 0px;
	border: 0px solid #000;
}

.tx-whoamimembers-table1 td {
	font-family : Arial,Verdana, sans-serif;
	font-size : 12px;
}

.tx-whoamimembers-table1 p {
	margin: 10px 0 0 0;		
}

.tx-whoamimembers-pi1-orderlink {
	/*margin: 10px 0 0 0;*/
	background:#ddd;
}

.browseBoxWrap {
	margin: 0 0 20px 0;
}

.showResultsWrap {
	font-weight : bold
}


.tx-whoamimembers-pi1-singleView td {
	font-family : Arial,Verdana, sans-serif;
	font-size : 12px;
}	

/* --- whoami_extKey stylesheet styles end --- */

.contenttable td{
	font-size : 12px;
}