/*	Clear cache to take effect
*/



/*	see http://geeksandgod.com/forums/dynamic-website-forums/all-about-drupal/centering-drupal-nice-menus */
#block-nice-menus-1 {
text-align: center;
}
ul.nice-menu{
	text-align: center;
}
ul.nice-menu-down {
	text-align: center;
	float: none;
}



.error {
	color: red;
}
.warning {
	color: orange;
}


#header, #footer{
	text-align: center;
}
#main {
	padding-top: 0em;
}
#navigation {
	background-color: red;
	height: 0em;
}
.header__name-and-slogan {
	float: none;
}

/** body **/
body {
/*	margin-top: 1.5em;*/
	margin-top: 0em;
	margin-bottom: 0%;
	margin-left: 1%;
	margin-right: 1%;
	background: #FBFBF3;
}

h1, h2, h3, h4, h5, h6 {
	text-align: center;
}

table {
	border-collapse: inherit;
}


.inline {
	display: inline;
}

.block {
	display: block;
}

.inline-block {
	display: inline-block;
}

.inline div {
	display: inline;
}

.inline table {
	display: inline;
}





.form-textarea-wrapper textarea {
	display: inline;
	width: inherit;
}

.form-item {
	/*display: inline;*/
	margin: 0px;
}

.form-radios div, .form-checkboxes div{
	display: inline;
}

form th {
	border-bottom: none;
}





.RRTuneedit .form-item,
{
	display: inline-flex;
}

.RR_docedit td {
	vertical-align: top;
}


.RR , .RR table, .RR fieldset {
	margin-top: 0px;
	margin-bottom: 0px;
	/*border:0px;*/
	padding: 2.5px;
}



/***********************************/

.RR-form .form-item {
	margin-top: 0px;
	margin-bottom: 0px;
}


.RRLine
{
	display: block;
}

.RRLine div, .RRLine textarea, .RRLine input
{
	/*	background-color: orange;*/
	display: inline;
	margin: 0px;
}


/***********************/

.RR_panel_widget
{
	/*	background-color: green;*/
	display: inline-block;
	vertical-align: top;
}

/***********************/



.RRbox
{
	vertical-align: top;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	/*	border: 1px solid;*/
}
/*.RRbox div, .RR-widget div {
 *	display: inline;
 * }*/

.RRboxh, .RRboxh > div
{
	/*	background-color: red;*/
	display: inline;
}

/*.RRboxv, .RRboxv > div
 * {
 * /*	background-color: green;*/
 /*display: block;*/
 }*/

 /*.RRbox fieldset .form-item {
	*	display: block;
	*	vertical-align: bottom;
	* }*/

 /*.RRbox .form-item {
	*	display: inline;
	* }*/
 .RRbox .form-radios {
	 display: inline;
 }




 /***************************************************/
 /*#docedit_drag_table .fieldset.collapsed {
	display: inline;
}*/

/*#docedit_drag_table td {
	background-color: orange;
	display: inline;
}*/

/*	the "Show row weights" on a drag table.
		THIS ALSO COVERS 'PARENTID', WHICH TOOK ME AGES TO FIND OUT. I hate drupal
*/
.tabledrag-toggle-weight-wrapper {
	display: none;
}

.RR_drag_child .RR_drag_child tr{
/*.RR_drag_child .even .RR_drag_child tr{*/
/*	background-color: 0xFFFFFF;*/
	background-color: inherit;
}
.RR_drag_child td{
	vertical-align: top;
}






/*	LEFTOVERS, CHECK	*/

.RR-abc {
/*	background-color: black;*/
	font-family: monospace;
/*	font-size: 110%;*/
	/*font-style: italic;*/
}

.RR-note {
	background-color: grey;
	color: green;
	color: #B0B0B0;
	font-style: italic;
}



.APIhelp > ul li , .APIhelp > ul li li {
	margin: 1%;
}

