/* -- Paid 6 Style Default -- */

html
{
    margin: 0;
    padding: 0;
    height: 100%;
}

body{
    margin: 0;
    padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    height: 100%;
	background-color: #879099;
}

#contentHeader
{
    width: 644px;
    padding: 15px 0;
    margin: auto;
}

h1, h2, h3
{
    padding: 12px 0;    
    margin: 0;
}

#mainContent
{
    margin: 0 auto;
    width: 980px;
    padding: 0 10px;
    background-color: #FFFFFF;
}

#middleTopHomeLink
{
    display: none;
}

#backgroundWrapper
{
    min-height: 460px;
}

#contentMiddle
{
    width: 644px;
    margin: 0 auto 30px;
}

/* -- Hack to resize the container with the floats -- */
#spacer {
    clear: both;
    height: 1px;
    position: relative;
}

/* -- master specific -- */
#paid6mama_area1
{
    float: left;    
    margin: 12px 10px 0 0;
	width: 260px;
}

#paid6mama_area2
{
    float: left;    
	width: 372px;
}



/* -- index specific -- */
#paid6index_area3
{
    float: left;    
    margin: 15px 20px 30px 100px;
}

#paid6index_area4
{
    padding: 0 0 0 25px;
    margin: 15px 0 0;
    width: 175px; 
    float: left;
}


/* -- leadrequest specific -- */
#paid6lead_area2
{
    margin: 10px;
}

#paid6lead_area3
{
    padding: 10px 0;    
}

#paid6lead_area4
{
    float: right;
}


#contentBottom
{
    background-color: #FFF;
    width: 980px;
    margin: auto;
    padding: 0 10px 10px 10px;
}


#footer
{
    padding-top: 15px;
    text-align: center;
    background-color: #425564;
    height: 35px;
}

#footer a
{
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}



/*--- For the Edit stylesheet---*/
#editContainer{
	font-family: tahoma;
	font-size: 11px;
	background-color: #E6E6E6;
	border-bottom: 1px solid #000;
	width: 100%;
	height: 26px;
	text-align: right;
}

#editContainer a{
	padding: 0 5px 0 0;
}

#editContainer select{
	font-family: tahoma;
	font-size: 11px;
	margin: 3px 0 0;
	width: 75px;
}

#editContainer input{
	font-family: tahoma;
	font-size: 11px;
	margin: 3px 5px 0;
	padding: 2px;
	background-image: url(../../Images/top_verloop.gif);
	background-position: 0 1px;
	border: 1px solid #FF0000;
	cursor: pointer;
}

fieldset{
	border: 1px solid #767676;
}

legend.legend_pc{
	border: 1px solid #FF0000;
	background-color: #FFF;
}

legend.legend_pc img{
	margin: 3px 5px;
}

legend.legend_pc a{
	color: red;
	display: block;
}

#GreyBackground{
	background-image: url(../Images/transBackground.png);
	z-index: 99;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

#GreyBackground div{
	float: none;
}

#EditControl{
	margin: 100px auto 0;
	background-color: #FFF;
	border: 1px solid #000;
	z-index: 100;
	padding: 10px;
	width: 680px;
}

#EditControl.LoginWindow{
	margin: 100px auto 0;
	background-color: #FFF;
	border: 1px solid #000;
	z-index: 100;
	padding: 20px;
	width: 230px;
	font-weight: bold;
}

#EditControl.LoginWindow tr td{
	padding: 5px 0;
}

#EditControl h2{
	color: #000;
	float: left;
}


#EditControl .left{
	padding: 3px 0;
	width: 240px;
	float: left;
}

#EditControl .right{
	padding: 0 0 3px;
	width: 440px;
	float: right;
}

#EditControl #ReferenceName .right{
	padding: 3px 0;	
}

#EditControl #ReferenceName div{
	margin: 0 0 10px;
}


#EditControl #ActionControls{
	clear: both;
	bottom: 0px;
	padding: 3px;
	right: 0px;
	text-align: right;
}

#EditControl textarea{
	margin: 10px 0;
	padding: 0 0 3px;
	width: 440px;
	float: right;
	height: 100px;
}

#EditControl select.FixedResourcesListBox{
	margin: 10px 0 0;
	padding: 0 0 3px;
	width: 440px;
	float: right;
}


#EditControl ul{
	margin: 0;
	padding: 0 0 3px;
	width: 440px;
	float: right;
}

#EditControl ul li{
	margin: 0 0 10px;
	list-style-type: none;
}


#EditControl ul li div.label{
	font-weight: bold;
	width: 100px;
	float: left;
}

#EditControl ul li div.listOption{
	width: 340px;
	float: right;
}

#EditControl #EditViewData
{
	margin-left:10px;
	margin-top:10px;
	padding-top:10px;
	padding-bottom:10px;
	border:solid 1px black;
}

#LoginWindow{
	text-align: center;
}

#LoginWindow .LoginTable{
	width: 100%;
}

#LoginWindow .cancelLogin{
	float: right;
}

/* --- Editor view--- */
#ContentEditorContainer{
	margin: 20px auto;
	width: 605px;
	height: 485px;
	border: 1px solid #000;
	background-color: #FFF;
}

#ContentEditorContainer #ContentEditor{
	margin: 20px;
}

#ContentEditorContainer #ContentEditor select{
	width: 200px;
}

#ContentEditorContainer #TriggerContainer{
	margin: 10px 0 0 0;
	float: right;
	text-align: right;
	width: 250px;
}

#ContentEditorContainer #SiteSpecific{
	margin: 10px 0 0 0;
	float: left;	
}

#GreyBackground div#freeTextBoxEditor{
	/*position: relative;*/
}

#GreyBackground div#possiblePlaceHolders	{
	/*float: left;*/
	position: absolute;
	padding: 10px 10px 10px 15px;
	border: 1px solid #000;
	background-color: #FFF;
	margin: 0 0 0 585px;
	width: 200px;
	height: 425px;
	background-image: url(../Images/gradientPlaceHolders.gif);
	background-repeat: repeat-y;
}

#possiblePlaceHolders table{
	width: 100%;
	border-color: #A1A1A1;
	border-style: dotted;
}

#possiblePlaceHolders table td{
	font-style: italic;
	padding: 2px;
}

/*--- SEO contentblock styling (will be used for all paid themes) ---*/

.listSEO {
	float: left;
	text-align: left; 
	width: 300px; 
}	

#paid6index_area8_pc ul {
	list-style-image: url(default/Images/check.gif);
}

#paid6index_area8_pc h1, #paid6index_area8_pc h2, #paid6index_area8_pc .heading1, #paid6index_area8_pc .heading2, #paid6index_area8_pc .heading3 {
	color: #0054a6;
	font-size: 17px;
	font-weight: bold;
}

.spacer {
    clear: both;
    height: 1px;
    position: relative;
}

/* CompanyList Specific */


.result
{
    height: 40px;
    background-image: none !important;
    border-bottom: solid 3px #FFF;
}

.resultTxtContainer
{
    height: 40px;
    padding: 5px;
}

.resultCheckContainer
{
    float: left;
    width: 20px;
    padding: 8px;
    clear: left;
}

.resultStippelContainer
{
    display: none !important;
}

#resultButtonBottom, #companyInfoButtonBottom
{
    background-image:url(/App_Themes/Default/Images/Paid3/button.gif);
    background-repeat:no-repeat;
    margin:10px auto;
    overflow:hidden !important;
    text-align:center;
    width:258px;
}

#resultButtonTop a, #resultButtonBottom a, #companyInfoButtonBottom a
{
    color:#FFFFFF !important;
    display:block;
    font-size:18px;
    font-weight:bold;
    padding-top:22px;
    height:45px;
    width:258px;
    overflow: hidden !important;
}

#resultButtonTop
{
    display: none;
}

resultTxtContainer img
{
    float: right;
}