/* $Id: webtrix.css,v 1.3 2006/08/24 08:09:58 thomas Exp $
 * Copyright (c) 2005 Codecenter. All rights reserved. */

.cmsToolbar {
}

#mainImage table {
	width: 100%;
	display: inline;
}

select.image {
	width: 100%;
}

#content div iframe {
	width: 100%;
        padding: 0px;
        margin: 0px;
}


/* Headings */

input.heading {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	width: 100%;
	border: 1px #959698 dashed;
	margin-bottom: 5px;
}

input.shortTitle {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	width: 100%;
	border: 1px #959698 dashed;
	margin-bottom: 5px;
}


/* Content */

input.text {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	width: 100%;
	border: 1px #959698 dashed;
	margin-bottom: 5px;
}


textarea.body {
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	width: 100%;
	height: 100px;
	border: 1px #959698 dashed;
    margin-bottom: 5px;
}


/* Forms */

div.basicForm {
    margin-top: 5px;
}

textarea.basicForm {
	font-family: Arial;
	font-size: 10pt;
	width: 100%;
	height: 100px;
}

input.basicForm {
	font-family: Arial;
	font-size: 10pt;
	width: 100%;
	border: 1px #959698 dashed;
}


