﻿/* Common Styles */
.indent-75px
{
	padding-left: 75px;
}
.indent-100px
{
	padding-left: 100px;
	float: left;
}
.border-wAuto.none.margin-bottom-100px
{
	margin-bottom: 100px;
}
.margin-left-right-15px
{
	margin: 15px 0 0 15px;
}
/* jQuery Validation */
input.error
{
    border: solid 2px #FF0000;
}
textarea.error
{
	border: solid 2px #FF0000;
}

div.error
{
	clear:both;
}
div.error label, span.lblError
{
    background-image: url(../../img/jquery-invalid.gif);
    background-repeat: no-repeat;
    padding: 0px 0px 0px 25px;
    font-size: 12px;
    width: 200px;
    text-align: left;
    display: block;
}

/* Register.aspx */
.registerRadioButtonList
{
	background: #FFFFFF none repeat scroll 0 0;
	width: 100%;
	border-collapse: collapse;
}
.registerRadioButtonList td
{
	width: 50%;
	border-left: solid 10px #FFFFFF;
	border-right: solid 10px #FFFFFF;
	background:#DDEEFB none repeat scroll 0 0;
	padding: 15px 15px 5px 15px;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 12px;
}

.registerTable
{
	width: 100%;
	background:#DDEEFB none repeat scroll 0 0;
}

.registerTable tr
{
	width: 100%;
}

/* InputNetworkInformation.ascx */
span.radioButton input
{
	width: 10px;
}

/* InputNetwork.ascx */
input.btnBack
{
	background:url(../../img/btnBack.png) no-repeat; 
	width:69px; 
	height:27px; 
	text-indent:-9999px; 
	border-width: 0px; 
	cursor: pointer;	
}
input.btnNext
{
	background:url(../../img/btnNext.png) no-repeat; 
	width:69px; 
	height:27px; 
	border-width: 0px; 
	cursor: pointer;

}

input.btnFinishView
{
	border-width: 0px;
	cursor: pointer;
}

/* AdministerNetworkInformation */
span.radioButtonNoMargin label
{
	float: none;
}
span.radioButtonNoMargin input
{
	width: 12px;
	margin-right: 2px;
}

input.btnSaveBig
{
	background:url(../../img/btnSaveBig.png) no-repeat; 
	width:62px; 
	height:35px; 
	display:block; 
	text-decoration:none; 
	text-indent:-9999px;
	border-width: 0px;
	cursor: pointer;
}

/* AddListing.aspx */
input.btnAddListingb
{
	cursor: pointer;
	border-width: 0px;	
}

.addListingTypeRadioButtonList
{
    float: left;
    margin: 0px;
    width: 200px;
}

.addListingTypeRadioButtonList label
{
    clear: none;
    margin-left: 5px;
    float: none;
}


/* ClientSearches.aspx */
.membersearch table  
{
	float: left; 
	width: 320px; 
	border: 0; 
	margin: 10px auto 0 auto; 
}

table.membersearch td input 
{ 
	width: 200px; 
}

table span.clientSearchRadioButtonList input
{
	width: auto;
	margin: 0px 5px 0px 5px;
}

table.clientSearchCheckBoxList td input
{
	width: auto;
	margin: 0px 5px 0px 5px;
}

table.clientSearchCheckBoxList
{
	width: 200px;
}

input.btnNewSearch 
{ 
	background: url(../../img/btnNewSearch.png) no-repeat; 
	width: 90px; 
	height: 25px; 
	display: block; 
	text-indent: -999em; 
	margin: 0 auto 10px auto; 
	border-width: 0px;
	cursor: pointer;	
}

/* SearchListing.aspx */
table.listing_result 
{
	border:medium none;
	margin:auto;
	width:670px;
}

.boxGrey table.listing_result td 
{
	background-color: #FFF;
}

.boxGrey table.header
{
	border: 0px;
}
.boxGrey table.header td 
{
	background-color: #F6F6F6;
}
