/*
	CSS Name: Uganda Forex Bureau and Money Remittance Association
	Author: V4x Media

	Author Email: chastitus@yahoo.com
	
	This Theme CSS, XHTML and Design is copyright of Matrich - Matovu Richard: http://www.matrich.net/
*/

/* ----------- Reset All Browser Defaults ---------- */

html, body, form, fieldset, div, dl, dt, ul, ol, li, h1, h2, h3, h4, h5, h6, input, p, blockquote, textarea {
	margin: 0;
	padding: 0;
	}
	
fieldset, img {
	border: none;
	}
	
p {
	padding: 5px 0;
	}

/* ---------- [ General Styling ] ------------------ */

body {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/bg.jpg) top left repeat-x;
	line-height: 1.3em;
	text-align: justify;
	}
	
#wrapper {
	margin: 0 auto;
	width: 900px;
	}
	
/* ---------- [ Header ] -------------------- */

#header {
	background: url(../images/headerbg.jpg) top center repeat-y;
	height: 150px;
	}
	
#heading {
	float: left;
	padding-top: 50px;
	}
		
#logo {
	float: left;
	padding: 20px 0 0 20px;
	}
	
#money {
	padding-top: 20px;
	}
	
#container {
	clear: both;
	margin-top: 8px;
	}
		
#banner {
	float: left;
	padding: 20px 0 0 0;
	}
	
/* ---------- [ Headings ] ------------------- */

h1, h2 {
	font-size: 16px;
	background: top left url(../images/headings.jpg) repeat-x;
	color: #fff;
	padding: 5px 0 0 5px;
	margin: 5px 0;
	height: 29px;
	}
	
/* ---------- [ Links ] -------------------- */

a {
	color: #003A72;
	}
	
a:hover {
	text-decoration: none;
	color: #0033FF;
	}

/* ---------- [ Content ] -------------------- */

#content {
	padding: 5px;
	width: 540px;
	margin: 5px;
	float: left;
}

#content ul {
	margin: 10px;
	}
	
#content li {
	margin-left: 15px;
	list-style: outside square;
	}
	
.column {
	float: left;
	width: 47%;
	margin: 0 15px 0 0;
	}
	
input {
	width: 90px;
	}
	
.error {
	background-color: #FFEFEF;
	border: 1px solid #FFCFCF;
	padding: 5px;
	margin: 5px;
	clear: both;
}

.userDetails {
	margin: 10px;
	font-weight: bold;
	text-align: right;
	font-size: 11px;
	}
	
#board {
	font-size: 10px;
	text-align: left;
	font-weight: bold;
	}
	
/*-------------Images------------------*/

img.left {
	float: left;
	margin: 5px;
	display: inline;
}

img.centered {
	padding: 4px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000;
	}
	
#sidebar img.centered {
	border: none;
	}
	
img.banner {
	margin-left: auto;
	margin-right: auto;
	display: block;
	}
		
img.alignright {
	float: left;
	margin: 4px 10px 4px 0;
	padding: 4px;
	display: inline;
	border: 1px solid #000000;
	}

img.alignleft {
	float: right;
	margin: 4px 0 8px 10px;
	padding: 4px;
	display: inline;
	border: 1px solid #000000;
	}


/* ---------- [ Sidebar ] -------------------- */

#sidebar {
	float: left;
	width: 208px;
	padding: 5px 2px;
	margin: 2px;
	background: top left url(../images/sidebarbg.jpg) no-repeat;
	}
	
/* ------------ [ Sidebar Lists ] ---------------- */
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 4px 4px 0 0;
	}

#sidebar ul li {
	margin: 0;
	list-style: none;
	background: url(../images/sidemenuborder.jpg) left bottom repeat-x;
	padding: 6px 0 6px 6px;
	font-weight: bold;
	font-size: 13px;
	}
	
#sidebar ul li a {
	display: block;
	text-decoration: none;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0px 0px;
	padding: 0px;
	background: transparent;
	border: none;
	}
	
#sidebar h2 {
	font-size: 13px;
	color: #013972;
	padding: 10px 0 0 0;
	margin: 0;
	text-align: center;
	}
	
#sidebar h2 {
	background: url(../images/sidebarhd.jpg) top left repeat-x;
	}
	
#rates {
	padding: 5px 10px 0 35px;
	font-style: italic;
	}
	
.userbtn {
	background: url(../images/fade-butt.png);
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	padding: 0.25em;
	}
	
/* ------- [ Form ] ----------- */

#form label {
	clear: left;
	float: left;
	width: 150px;
	font-weight: bold;
	padding: 3px;
	margin: 5px;
	text-align: left;
	}

select {
	width: 80px;
	}
	
#form {
	width: 600px;
	font-size: 11px;
	}

#form input {
	width: 170px;
	padding: 3px;
	margin: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
#form input:focus, #form textarea:focus {
	background: #FFFEEE;
	border: 1px solid #0195F7;
	font-weight: bold;	
	}

#form textarea {
	width: 250px;
	height: 150px;
	margin: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
	font-size: 12px;
	}
	
#form #submit {
	width: 80px;
	clear: left;
	margin-left: 350px;
	}
	
/* ---------- [ Footer ] -------------------- */

#footer {
	clear: both;
	border-top: 1px solid #00498E;
	margin: 15px auto 0 auto;
	padding: 10px 0 5px 0;
	background:url(../images/footerbg.jpg) top left repeat-x;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	}
	
#footer a {
	color: #0195F7;
	padding: 10px;
	}
	
#footer a:hover {
	color: #00498E;
	}
		
th {
	font-weight: bold;
	background-color: #0195F7;
	color: #fff;
	border: none;
	}
