/*
Theme Name: LMNEWS 20
Theme URI: 
Description: loanmarket.com
Version: 2.0
*/
/* grey #5F6062 */


/* Standard Blog Table Layout */

.TableBlog	{
	border-collapse: collapse;
	border: 0px solid #FFFFFF;
	margin: 0px 0px 0px 0px;
	width: auto;
}
.TableBlog td	{
	padding:2px 0px 2px 5px;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: black;
	background-color: #FFFFFF;
}

.nav	{
	border-collapse: collapse;
	border: 0px solid #FFFFFF;
	margin: 0px 0px 15px 0px;
	width: 212px;
}

TD.nav_top 	{
	border-collapse: collapse;
	border: 0px solid #FF0000;
	background-color:#FFFFFF;
	font-family: verdana;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	padding:3px 10px 4px 10px;
	background-image: url(http://www.loanmarket.com.au/images/nav_grey_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.nav_top_blue	{
	border-collapse: collapse;
	border: 0px solid #00A0D2;
	background-color:#00A0D2;
	font-family: verdana;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	padding:2px 0px 0px 2px;
	width: 671px;
/*	background-image: url(http://www.loanmarket.com.au/images/nav_grey_01.gif);
	background-repeat: no-repeat;
	background-position: left top;*/
}
TD.nav_row		{
	padding:2px 0px 2px 5px;
	font-family: verdana;
	font-size: 15px;
	font-weight: normal;
	color: #5F6062;
	background-color: #FFFFFF;
	border-top: 0px solid #ccc;
	border-right: 0px none #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 0px none #ccc;
}
.nav A:Link  {text-decoration : none; color : #5F6062;}
.nav A:Visited  {text-decoration : none; color : #5F6062;}
.nav A:Active  {text-decoration : none; color : #5F6062;}
.nav_row A:Hover  {text-decoration : none; color : #00A0D2;background: #ffffff;}


/* whole page */
body {
	margin: 0em;
	padding: 0em;

	color: black;
	background: white;
   font-family: verdana;
/*	font-family: "Lucida Grande", "Lucida Sans", "Lucida", sans-serif;*/
	font-size: 11px;
	
	line-height: 1.5em;
}

#page {
	margin: 2em auto;
	padding: 0em;
	
	width: 894px;
}
/* original blue is nice -- #0060b0*/
a {
	color: #00A0D2;
	background: inherit;
	
	text-decoration: none;
}

a:visited {
	color: #00A0D2;
	background: inherit;
}

a:hover {
	color: white;
	background: #00A0D2;
}

a img {
	border:none;
}
a:hover img {
	background:none;
}
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

blockquote {
	margin: 1em 2em 1em 1em;
	
	font-size: 0.9em;
}
/* end whole page */

/* header */
#header {
	margin: 0em;
	padding: 0em;
	
	width: 894px;
}

#header h1 {
	margin: 0em;
	padding: 0em;
	
	font-size: 2em;
	
	float: left;
}

#header #tagline {
	margin: 0em 0em 0em 2em;
	border: 0px solid gray;
	border-left: 1px solid gray;
	padding: 0.5em 0em 0.5em 2em;
	
	color: gray;
	background: inherit;
	
	float: left;
}
/* end header */

/* content area */
#content {
	margin: 4em 0em;
	padding: 0em;
	width: 671px;
	
	float: left;
}

#content a {
	color: #00A0D2;
	text-decoration: underline;
}

#content a:visited {
	color: #00A0D2;
	text-decoration: underline;
}

#content a:hover {
	color: #5F6062;
	text-decoration: underline;
	background:none;
}

#content h2 {
	margin: 0em 0em 1em;
	padding: 0em;
	font-size: 1.5em;
	color: #5F6062;
}

#content .post {
	margin: 2em 0em 0em;
}

#content h3 {
	margin: 0em;
	padding: 0em;
	
	font-size: 1.25em;
}

#content .postmetadata {
	color: #777777;
	background: inherit;
	
	font-size: 0.9em;
}

#content .navigation {
	margin: 2em 0em 0em;
	padding: 0em;
	
	display: block;
}

#content .goback {
	margin: 0em 0.5em 0em 0em;
	padding: 0em;
	
	float: left;
	
	font-size: 1.25em;
}

#content .goforward {
	margin: 0em 0em 0em 0.5em;
	padding: 0em;
	
	float: right;
	
	font-size: 1.25em;
}

#content #comments {
	margin: 2em 0em 1em;
	padding: 0em;
	
	clear: both;
}

#content .commentlist {	
	margin: 0em;
	padding: 0em;
	
	font-size: 0.9em;
}

#content .commentlist li {
	margin: 0em;
	padding: 0em;
	
	list-style-type: none;
}

#content .commentlist img.avatar {
	float: right;
	margin-left: 1em;
}

#content .commentmetadata {
	margin: 0em 0em 2em;
	color: #777777;
	background: inherit;
}

#content #respond {
	margin: 2em 0em 1em;
	padding: 0em;
	
	clear: both;
}
/* end content area */

/* these rules are added for compatibility with WordPress Theme Directory */

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* end Theme Directory compatibility */

/* sidebar */
#sidebar {
	margin: 4em 0em;
	padding: 0em;

	width: 212px;
	float: right;
}

#sidebar h2 {
	margin: 0em;
	padding: 0em;

	font-size: 1.0em;
}

#sidebar h2 a, #sidebar h2 a:visited {
	color: black;
	background: inherit;
}

#sidebar h2 a:hover {
	color: white;
	background: #1070c0;
}

#sidebar ul {
	margin: 0em;
	padding: 0em;
}

#sidebar ul li {
	margin: 0em 0em 1em;
	padding: 0em;
	
	list-style-type: none;
}

#sidebar ul li p, #sidebar ul li ul, #sidebar ul li ol {
	font-size: 0.8em;
}

#sidebar ul li ul li, #sidebar ul li ol li {
	margin: 0em;
	padding: 0em;
}

#sidebar .textwidget {
	font-size: 0.8em;
}
/* end sidebar */

/* footer */
#footer {
	margin: 0em;
	padding: 0em;
	
	width: 894px;
	clear: both;
}

#footer p {
	margin: 0em;
	padding: 0em;
	
	font-size: 0.8em;
	
	text-align: left;
}
/* end footer */
.formStyleOne {
	background:#F1F1F1;
	/*background:#FFFFFF;
	margin-left:25px;*/
	width:100%;
	margin:15px 0;
	padding-bottom:10px;
	border-bottom: 2px solid #CCC;
}
#content .formStyleOne h2 {
	padding:5px 10px;
	color:#00A0D2;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
	border-top: 2px solid #CCC;
	border-right: 0px solid #CCC;
	border-bottom: 2px solid #CCC;
	border-left: 0px solid #CCC;
}
.formStyleOne p {
	padding:0 10px;
}
.formStyleOne table {
	margin:0 0 0 20px;
}
.formStyleOne table.LMAUform1 {
	background:#F1F1F1;
	/*background:#FFFFFF;*/
	margin-left:25px;
	width:80%;
	margin:15px 0;
	padding-top:10px;
	padding-bottom:10px;
}
.formStyleOne table.LMAUform1 input, .formStyleOne table.LMAUform1 textarea{
	width:200px;
}
#content .formStyleNew {
	/*background:#F1F1F1;*/

	background:#FFFFFF;
	margin-left:25px;
	width:717px;
	margin:15px 0;
	padding-bottom:10px;
	clear:both;
}
#content .formStyleNew h2 {
	color:#00A0D2;
	font-size:20px;
	font-weight:400;
	letter-spacing:0.01em;
	margin-bottom:10px;
	border: none;
	background:url(images/dropDownArrow.jpg) no-repeat;
	height:22px;
	margin-bottom:0;
	padding: 14px 0 12px 60px;
	position:relative;
}
span.next {
color:#5F6062;
font-size:11px;
position:absolute;
top:0;
}
#content .formStyleNew .openForm {	cursor:pointer;}

#content .formStyleNew .closeForm {display:none;position:relative;}
#content .formStyleNew .closeForm .close {padding-left:60px;font-size:11px!important;cursor:pointer;width:50px;}
#content .formStyleNew .closeForm .close span{font-weight:bold;margin-right:5px;}
#content .formStyleNew .dropDownButtons {
	padding:0 0 0 60px;
}
#content .formStyleNew .dropDownButtons .email{
	padding:0 43px 0 0;
}
#content .formStyleNew table {
	margin:0 0 0 50px;
}
#content .formStyleNew input#catwebformbutton {
	background:#00A0D2;
	border-color:#00A0D2;
	color:#FFFFFF;
	width:203px;
	height:30px;
	text-transform:uppercase;
	font-size:14px;
	margin-left:0;
}
#errorContainer {
bottom:10px;
left:260px;
position:absolute;
}
#errorContainer h3 {
    color: #D4284A;
    font-size: 14px;
    font-weight: bold;
}

#content .formStyleNew .captcha {vertical-align:top;}
.clear {clear:both;}
.LMAUform1 input{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #5F6062;
	background-color: #fff;
	width: 200px;
}
.LMAUform1 input.checkbox { width:10px;}
.LMAUform1 select{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #5F6062;
	background-color: #fff;
	width: 205px;
}
.LMAUform1 textarea{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #5F6062;
	background-color: #E8E8E8;
	width: 200px;
}
input.error {
	border:1px solid red;
}
.error {
	color:red;
}
