html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body, table, div, p, input, select {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
}
/*input {
	height: 19px;
	padding: 0px 4px 0px 4px;
	border: 1px solid #dddddd;
	background-color: #fff;
}*/
img {
	border: none;
}
a:link {
	color: #3293d7;
	text-decoration: underline;
}
a:visited {
	color: #3293d7;
	text-decoration: underline;
}
a:hover {
	color: #3293d7;
	text-decoration: none;
}
#bottom-menu a:link {
	color: #555555;
	text-decoration: none;
}
#bottom-menu a:visited {
	color: #555555;
	text-decoration: none;
}
#bottom-menu a:hover {
	color: #555555;
	text-decoration: underline;
}
h1 {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-size: 22px;
	color: #555555;
}
h2 {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-size: 18px;
	color: #555555;
}
h3 {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-size: 13px;
	color: #555555;
}
h4 {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-size: 12px;
	color: #555555;
}
p {
	margin: 0px 0px 20px 0px;
}
hr {
	height: 1px;
	border: none 0;
	border-bottom: 1px dashed #ddd;
	margin: 10px 0px 10px 0px !important; /* non-IE */
	margin: 2px 0px 0px 0px; /* IE */
}
ol {
	padding-left: 10px;
}
li {
	margin: 0px 0px 5px 5px;
}


/* SKELETON */

#main-table {
	background-image: url(/templates/mamaduke/images/bg.gif);
	background-repeat: repeat-x;
}
#footer-middle-top {
	background-image: url(/templates/mamaduke/images/footer_top_bg.gif);
	color: #555555;
	text-align: center;
}
#footer-middle-bottom {
	background-image: url(/templates/mamaduke/images/footer_bottom_bg.gif);
	color: #a7a7a7;
	font-size: 10px;
	text-align: center;
}
#footer-middle-bottom a:link {
	color: #a7a7a7;
	text-decoration: none;
}
#footer-middle-bottom a:visited {
	color: #a7a7a7;
	text-decoration: none;
}
#footer-middle-bottom a:hover {
	color: #a7a7a7;
	text-decoration: underline;
}
.footer {
	background-image: url(/templates/mamaduke/images/footer_bg.gif);
}
.vert-seperator {
	background-image: url(/templates/mamaduke/images/vert_seperator.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#column-left {
	text-align: right;
	/*padding-top: 10px;*/
}
#column-right {
	/*padding-top: 10px;*/
}
#menu td {
	text-align: right;
	padding-bottom: 3px;
}
#bottom-menu td {
	text-align: center;
}

/* CONTENT */

.componentheading {
	display:none;
}
.contentpaneopen {
	margin-bottom: 14px;
	width: 100%;
}
.contentheading {
	font-size: 18px;
	height: 20px;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 6px
}
.line {
	background: #fff url(/templates/mamaduke/images/horiz_seperator.gif) no-repeat center bottom;
	margin: 8px auto;
	height: 1px;
}
.clear-both {
	clear: both;
}

/* BANK */

#bank-activation td, #bank-activation p {
	font-size: 13px;
	}

#bank-activation h3 {
	margin-bottom: 0px;
	}

#bank-activation textarea {
	margin-bottom: 10px;
	}

#keypad {
	background: url(/images/sections/bank/keypad_bg.png) no-repeat;
	width: 229px;
	height: 257px;
	float: left;
	}
	
#keypad-inner {
	padding-top: 8px;
	padding-left: 34px;
	width: 100%:
	}
	
.keypad-button {
	float: left;
	}
	
#money-example {
	float: left;
	margin-left: 40px;
	}
	
#moneyid {
	font-size: 20px;
	}

#bank-details {
	margin-bottom: 20px;
	}
	
#bank-feedback {
	margin-bottom: 20px;
	}
	
#bank-feedback h3 {
	margin-top: 10px;
	margin-bottom: 20px;
	}
	
#bank-feedback p {
	margin-bottom: 0px;
	}
	
/* PERFORMS */

.form-title {
	margin-bottom: 8px;
}
.form-message {
	margin-bottom: 20px;
}
.form-field-cell {
	margin-bottom: 8px;
}
.form-field-submit-cell {
	margin-top: 18px;
}
.form-field-error {
	color: #ff0000;
}

/* RSGALLERY2 */

.rsg2-galleryList-info {
}
.RSgalthumb {
	margin-right: 4px;
}

/* MENU */

#menu td {
	padding-bottom: 5px;
}