/*
Theme Name: PSMoney
Theme URI: 
Description: 
Version: 1.0
Author: PTP & RBN
Author URI: 
Tags: 

*/


/* GLOBAL */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
}


body {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
}

p {
	margin: 0 0 1em 0;
	line-height: 16px;
        color: #101010;
}       

a:link, a:visited {
	color: #c80e00;
}

a:hover, a:active {	
	color: #64b439;
}

ul {
	list-style-type: disc;
	list-style-position: outside;
	text-indent: 0;
	padding-left: 15px;
	
}

ul li {
	padding: 4px 0;
}

ul ul {
	list-style-type: none;
	text-indent: 20px;
}





p.red {
	color: red;
	margin: 15px 0;
}	

ul.links {
	list-style-type: none;
	list-style-position: inside;
	margin-left: 0;
	padding-left: 5px;
	text-indent: -3px;
	background-color: #fff7d8;

}

ul.links li:before {
	font-size: 13px;
	font-weight: bold;
	color: #999;
	content: "\00BB \0020";
}


ul.links li {
	border-bottom: 1px dotted #EBD580;
	padding: 6px 0;
}

ul.links li a {
	color: #773101;
	font-weight: bold;
	text-decoration: none;
	width: 100%;

}




.transactions {
	padding: 10px;
}

.transactions p {
	margin: 10px 0;
}

.transactions label {
	position: relative;
	width: 170px;
	display: block;
	text-align: right;
	margin: 15px 0;
}

.transactions input {
	border: 1px solid #888;
	color: #333;
}
	
.transactions label input {
	position: absolute;
	top: 0;
	left: 100%;
	margin-left: 20px;
}



.transactions fieldset {
	background-color: #eee;
	margin: 2px;
	padding: 5px;
}

.transactions h4 {
	background-color: #80A9D5;
	color: #fff;
	padding: 10px;
	margin: 2px;
}

