/* Start of CMSMS style sheet 'base' */
/* Page level emements */
html, body { margin: 0; padding: 0; border: 0px; }
body {
	color: #000;
	font: 100.01% Geneva, Verdana, Arial, sans-serif;
	}

/* Block level emements */
h1, h2, h3, h4, h5, h6 {margin: 0px; font-style:italic}
h1 { font-size: 2.2em; padding: 0px; }
h2 { font-size: 1.8em; font-weight: normal }
h2, h3, h4, h5, h6 { font-family: Arial, Geneva; margin-top: 0.5em}
h3 {
	font-size:1.65em;
	color:#F60;
	margin-bottom:0.2em;
	padding-bottom:0.2em;
	border-bottom:1px solid #333
}
h4 {
	margin-top:0;
	font-size: 1.25em;
	padding: 0em 0.2em;
	color: #333;
	border-top:1px solid #F60;
	border-bottom:1px solid #F60
}
h5 {
	font-size: 1.2em; 
	color:#F60
}
h6 {font-size: 1.0em; color:#666}
p {margin: 0.5em 0 1em 0; line-height: 1.4}
div {}

/* Links */
a {text-decoration:none; border-bottom:1px solid #F60}
a:link, a:visited {color: #444}
a:hover, a:active {color: #FFF; background:#444}

hr {height:1px; border:0px; color:#F60; background:#F60; width:100%}
br {}

address {}
blockquote {
	margin:5px 210px 5px 0;
	padding:10px;
	font-style:italic;
	font-size:110%;
	color:#000;
	background:#F9F;
	border:1px solid #EE2609
}
textarea {}
pre {}
q {}

/* Phrase elements */
abbr, acronym, dfn, .help {
	text-decoration: none;
	border-bottom: 1px dashed #666;
	cursor: help; font-style: normal;
	font-weight: normal;
	}
cite {}
code {}
dfn {}
samp {}
strong {}

/* Inline elements */
del {}
ins {}
span {}
sub {}
sup {}

/* Font style elements */
b {}
big {}
i {}
small {}
tt {}

/* Lists */
ul, ol {margin: 0 2em 1em}
ul ul, ul ol, ol ol, ol ul {margin-bottom:0.5em}
ol {list-style: decimal}
ol ol {list-style: lower-alpha}
ol ol ol {list-style: lower-roman}
ul {list-style: disc}
ul ul {list-style: circle}
ul ul ul {list-style: square}
li {line-height: 1.4; margin-bottom: 0.5em;}

dl {margin:0; padding: 0.5em 0;}
dt { font-weight:bold; padding-left:0.5em;}
dd {margin-left:0px; padding: 0.2em 0 0.6em 0.5em;}

/* FormBuilder base */
form {margin-top:0}
form, td, th, li { font-size: 100%}
form div {margin-bottom:0}
fieldset div {
	margin-bottom:0.5em;
	margin-left:1em;
	clear:left
}
fieldset div div {
	margin-top:0.5em;
	margin-left:1em;
}
fieldset {
	margin-bottom:1em;
	border:1px solid #F60;
	padding:0.5em
}
fieldset label {
	width:auto;
	padding-right:0.5em
}
legend {
	color:#FFF;
	background:#F60;
	font-style:italic;
	font-size:1.2em;
	margin-bottom:0.5em;
	padding:0.2em;
	width:auto;
	border:1px solid #CCC
}
textarea {
	margin: 0.5em 0;
	width:98%;
	height: 6em
}

img {}
a img {border-bottom:none}
link {}

/* Table elements */
table { margin-bottom: 1em; border-collaps:collapse; width:auto}
caption {
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
	padding: 0.2em;
	border-top: 1px solid #666;
	}
col {}
colgroup {}
thead {}
tbody {}
tfoot {}
tr {}
th {text-align:left; color:#fff; background:#F60;}
td, th { border: 1px solid #000; padding: 2px; margin: 0; }

/* Font-size fix */
form, td, th, li { font-size: 100%; }
/* End of 'base' */

