/*
When referencing theme images, use a relative path, such as: url("../images/arrow_down.png");
*/
html,body {
	font-family: Roboto, Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
	color: black;
	background-color: #FEFEFE;
}

img#header_img {
	padding: 0;
}

div#header {
	/* If you want a fancy border, make a small, square image (approx 20px), save it as header_bg.png in the images folder */
	/* background-image: url("../images/header_bg.png"); */
	/* if you want a simple border, un-comment the below and comment out the one above */
	/* border-bottom: 2px solid black; */
	/* padding-bottom: 21px; */
	
}

div#footer {
	font-size: 8pt;
	text-align: center;
	/* If you want a fancy border, make a small, square image (approx 20px), save it as footer_bg.png in the images folder */
	/* background-image: url("../images/footer_bg.png"); */
	/* if you want a simple border, un-comment the below and comment out the one above */
	/* border-bottom: 2px solid black; */
}

div#rm_controls {
	background-color: white;
	border: 2px solid black;
	border-radius: 7px;
}

a.hide-button {
	width: 16px;
	height: 16px;
	background-image: url("../images/arrow_up.png");
	background-repeat: none;
}

a.show-button {
	width: 16px;
	height: 16px;
	background-image: url("../images/arrow_down.png");
	background-repeat: none;
}

div#status {
	width: 16px;
	height: 16px;
	background-color: white;
	background-image: url("../images/hourglass.png");
	background-repeat: none;
}

div#sidebar-wrapper {
	padding-bottom: 64px;  /* Increase from 64px when logo is larger. */
}