/* Start of CMSMS style sheet 'cpen Inner Pg Layout' */
div.breadcrumbs
{
	padding: 1em 0 1.2em 0;
	/* CSS short hand rule first value is top then right, bottom and left */
	font-size: 90%;  /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
	margin: 0 1em;  /* css shorthand rule will be opened to be "0 1em 0 1em" */
text-transform: Capitalize;
}

div.breadcrumbs span.lastitem
{
	font-weight: bold;
	color: #353530;
	background-color: inherit;
}

div#main
{
	margin-left: 30%;
	/* change from 29 to 2 this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
	margin-right: 2%;
	/* and some air on the right */
	border-left: 1px solid #;
	padding-left: 2%;
}

div#sidebar
{
	float: left;
	/* set sidebar on the left side. Change to right to float it right instead. */
	width: 26%;
	/* sidebar width, if you change this please also change #main margins */
	display: inline;
	/* FIX ie doublemargin bug */
	margin-left: 2%;
}

/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent
{
	padding: 0 1%;
	width: 24%;
	/* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}

/* LISTS */
div#main ul,
div#main ol,
div#main dl
{
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
}

div#main ul li,
div#main ol li { margin: 0 0 0.25em 3em; }

div#dl dt
{
	font-weight: bold;
	margin: 0 0 0.25em 3em;
}

div#dl dd { margin: 0 0 0 3em; }

/* END LISTS */

table.mail
{
	width: 80%;
	font-size: 1em;
	font-family: verdana, sans-serif;
}

td.labelcell
{
	color: #7C7C70;
	text-align: left;
	padding: 4px;
	width: 35%;
}

td.fieldcell
{
	color: #9c9cbc;
	padding: 2px;
	width: 65%;
}

input, textarea, select
{
	border: 1px solid #BABAAB;
	color: black;
	padding: 3px;
}

.button
{
	background-color: #7C7C70;
	border: 1px solid #ACAC9C;
	color: #fff;
	padding: 3px;
cursor: pointer;
text-transform: uppercase;
}
/* End of 'cpen Inner Pg Layout' */

