/*** Standard style for 3 column layout with header & footer ***/
html {
	/* height: 100%; */
	/* max-height: 100%; */
}
	
body {
	/* height: 100%; */
	/* max-height: 100%; */
	min-width: 630px;
}

#header {
	width: 100%;
	display: block;
}


#container {
	/* Set padding-left to width of left column */
	/* Set padding-right to width of right column */
	/* Set padding-bottom to height of footer */
}

#container .column {
	float: left;
	position: relative;
	height: 1%;
}

.scroll-pane {
	overflow: auto;
	/* height: 100%; */
}

.inner {
	display:block; 
	padding:0 10px 10px 10px;
}

	
#content {
	/* padding: 0px 10px; */
}

#index {
	/* padding: 0 10px; */
	margin-left: -100%;
	/* Set width to <desired width> - (padding-left + padding-right) */
	/* Set right to <desired left width> + total center padding (40px). */
}

#sidebar {
	margin-right: -100%;
	
	/* Set RC width (fullwidth - padding) */
	/* padding: 0 10px; */
	/* Set margin-right to -(RC fullwidth + center column padding) */
}

#footer {
	width: 100%;
	/* Set desired height in px */
	/* Set margin-top to -height px */
}

.clearfix : after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */ 

div.clearer {
	clear: both;
	visibility: hidden;
}

div.menu {
	width: 100%;
}

div.menu ul {
	display: block;
}

div.menu li {
	display: inline;
}

/* Blogs */
div.rsslink {
	text-align: center;
}

div.rsslink a {
	text-decoration: none;
}

.prevnext {
	position: relative;
	padding: 5px 0;
	width: 100%;
	text-align: center;
}

.prevnext .prev {
	position: absolute;
	left: 0;
}

.prevnext .next {
	position: absolute;
	right: 0;
}

.success_message
{
    background: #ccffcc;
    border: solid 1px #66cc33;
    padding: 8px;
    color: #000;
    font-weight: bold;
}

.failure_message
{
    background: #ffcccc;
    border: solid 1px #cc3333;
    padding: 8px;
    color: #000;
    font-weight: bold;
}

.warn_message
{
	background: #ffffcc;
	border: #cccc33;
	padding: 8px;
	color: #000;
	font-weight: bold;
}

#content form {
	width: 60%;
}

form div.input {
	clear: both;
	float: left;
	margin-bottom: 0.714em;
	padding: 0.714em;
	width: 100%;
}

form div.submit {
	padding: 0.714em;
}

div.input label {
	clear: both;
	float: left;
	font-weight: bold;
	display: block;
	width: 100%;
}

div.input .description {
	clear: both;
	font-size: smaller;
	font-style: italic;
	color: #aaa;
	
}

div.input input[type="checkbox"] {
	clear: both;
	float: left;
	margin-right: 0.12em;
	border: 1px solid green;
	/* display: inline; */
}

form .checkbox label {
	clear: none;
	float: left;
	width: auto;
	/* display: inline; */
}
