* {
	padding: 0;
	margin: 0;
	color: white;
	font-family: arial;
	border-width: 0;
}
/* Heading */
h1 {
	font-size: 16px;
	padding: 3px 0 8px 0;
	margin-top: 10; /* HACK */
}

h2 {
	font-size: 14px;
	padding: 3px 0 8px 0;
}

/* Formating */
a.list:hover, ul.list a:hover, ul.list a:hover * {
	color: #ff844f !important;
}

* {
	font-size: 12px;
}
#content p {
	padding: 0.7em 0 0.3em 0; 
	line-height: 1.5em;
}
.breadcrumbs {
	font-size: 10px;
	line-height: 30px;
	display: block;
}
.full {
	margin: 10px 0 10px 0;
	width: 100%;
	background-color: white;
}
.table-img {
	text-align: center;
	width: 150px;
	background-color: white;
	padding: 0 !important; 
}
.small-padding td {
	padding:5px !important;
}
.normal {
	border-collapse: collapse;
}
.normal td {
	border-style: solid;
	border-width: 2px;
	border-color: #52637B;
	padding: 10px;
}
/* Forms */
textarea, input {
        color: black;
}
br {
    clear: none;
}   
#jform input, #jform textarea {
    float: none !important;
}
#jform .label-error {
	color: white !important;
}
/* Layout */
body {
	padding-bottom: 20px;
	text-align: center;
	background-image: url(imgs/background.png);
	background-repeat: repeat-x;
	background-position: left 209px;
	background-color: #c4ccd5;
}
#header {
	width: 100%;
	height: 209px;
	background-image: url(imgs/headerBackground.png);
	background-repeat: repeat-x;
}
#header-image {
	width: 836px;
	height: 197px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	top: 12px;
}
#header-image img {
	border-width: 0;
	margin: 0;
	padding: 0;
	position: relative;
	width: 836px;
	height: 197px;
}
#page {
	width: 836px;
	text-align: left;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	background-image: url(imgs/pageBackground.png);
	background-repeat: repeat-y;
}
#panel {
	width: 212px;
	height: 598px;
	float: left;
	background-image: url(imgs/panelBackground.png);
	background-repeat: repeat-x;
}
#panel .inner {
	padding: 13px;
	/*background-color: #29374c;*/
}

.buttonheading {
	float: right;
}
/* MENU */ 

#panel #menu .inner {	/* HACK */
	padding: 14px;
	padding: 12;
	background-color: #50637d;
}
#panel #menu {
	width: 172px;
	padding: 5px;
	background-color: #c4ccd5;
	margin: 0 0 20px 0;
}
#menu ul {
	list-style-type: none;
}
#menu li ul {
	padding-top: 8px;
}
#menu li {
	padding: 5px 0px 5px 0px;

}

#menu li a {
	background-image: url(imgs/list.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 18px;
	padding-left: 15;
}
#menu li li {
	padding-left: 5px;
}
#menu li li a {	/* HACK */
	background-image: url(imgs/list3.png) !important;
	padding-left: 19px;
}

#menu li li.active span, #menu li li.active a{
	color: #ff6c2b !important;
}
#menu li.parent.active a {
	background-image: url(imgs/list2.png);
}
#menu li.active a {
	background-image: url(imgs/list4.png);
}
#menu li.active span, #menu li.active a{
	color: #ff6c2b;
}
#menu li li a, #menu li li span {
	color: white !important;
	font-size: 11px;
}
#menu a {
	color: white;
	font-size: 13px;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
}

/* MENU END */

/* LIST */
#content ul {
	list-style-type: circle;
	margin-left: 20px;
	font-size: 13px;
}
#content ul li {
	padding-bottom: 5px;
}
/* END LIST  */
#content {
	margin-left: 225px;
	padding: 13px;
	padding-right: 26px;
}
#footer {
	clear: both;
	width: 100%;
	line-height: 25px;
	background-image: url(imgs/footerBackground.png);
	text-align: center;
}
#footer * {
	font-size: 13px;
}

table p {
	padding: 0 !important;
}

table td {
	height: 1px;
}

.imageSlider {
	clear: none !important;
}
#numberDisplay {
	color: black !important;
}

