/* @override http://www.yourmis.com/service-sites/res/screen.css */


/* @group General */

body{
margin:0;
padding:0;
/*background-color: #eff2f5;*/
font: 12px "Helvetica Neue", Helvetica, Geneva, sans-serif;
color: #435767;

}

a:link		{ 
 color: #6b8903;
 text-decoration: underline;


 }
a:visited	{ 
 color: #6b8903;
 text-decoration: underline;

 }
a:hover		{ 
color: #6b8903;
 text-decoration: none;
 
}

img {
	border:none;
}
.invisible, hr {
	display: none;
}
.clear {
	font-size: 0;
	line-height: 0.0;
	height: 0;
	clear: both;
}

.clear {
	font-size: 0;
	line-height: 0.0;
	height: 0;
	clear: both;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#maincontainer, #topsection .innertube, #middle-container .innertube{
width: 868px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

/* @end */

/* @group Top Header */

#topsection{
background: #042944;
height: 88px;
border-top: 7px solid #8fb1b9;

}

#topsection img.logo{
	margin-top: 28px;
	float: left;
}
body#wide img.logo{
	margin-top: 20px;
	float: left;
}


#topsection .right{
	width: 500px;
	float: right;
}
body#wide .right{
	width: 300px;
}
#topsection .right ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
	float: right;
	background: #8fafb9 url(http://www.yourmis.com/service-sites/imgs/header-nav-right.gif) no-repeat right bottom;
	height: 18px;
}
#topsection .right ul li{
	display: inline;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	height: 18px;
}
#topsection .right ul li.first{
	background: url(http://www.yourmis.com/service-sites/imgs/header-nav-left.gif) no-repeat left bottom;
	padding-left: 15px;
}
#topsection .right ul li a, #topsection .right ul li a:visited{
	color: #00162c;
	text-decoration: none;
	border-right: 1px solid #00162c;
	padding-right: 10px;
}
#topsection .right ul li a:hover{
	text-decoration: underline;
}
#topsection .right ul li a.last{
	border: none;
	padding-right: 5px;
}
#topsection .phone{
	float: right;
	color: #bbd2d7;
	padding-right: 10px;
	font-size: 13px;
	padding-top: 3px;
}
#topsection .mis-logo{
	float: right;
	width: 400px;
	padding-top: 25px;
}
body#wide #topsection .mis-logo{
	width: 300px;
}
#topsection .mis-logo img{
	float: right;
}

/* @end */


/* @group Middle Container */

#middle-container{
float:left;
width:100%;
line-height:normal;
background: #fff;
padding-bottom: 5px;
}

#middle-container ul.nav, #middle-container ul.nav-left{
list-style-type: none;
padding:0 !important;
font-size: 14px;
}
#middle-container ul.nav{
   float: right;
   margin: 0; /*Left offset of entire tab menu relative to page*/
	padding: 0;


}
#middle-container ul.nav-left{
	margin: 0;
	padding: 0;
	margin: 0 0 8px 5px; /*Left offset of entire tab menu relative to page*/
	float: left;

}

#middle-container ul.nav li, #middle-container ul.nav-left li{
display:inline;
margin:0;
padding:0;
}

#middle-container ul.nav li a{
float:left;
background:url(http://www.yourmis.com/service-sites/imgs/tab-left.gif) no-repeat left top;
margin:0;
margin-right: 3px; /*spacing between each tab*/
padding:0 0 0 9px;
text-decoration:none;
border-top: 3px solid #c6d289;

}
#middle-container ul.nav a span{
float:left;
display:block;
background:url(http://www.yourmis.com/service-sites/imgs/tab-right.gif) no-repeat right top;
color:#744000;
	padding: 10px 14px 11px 5px;
}
#middle-container ul.nav-left li a{
float:left;
background:url(http://www.yourmis.com/service-sites/imgs/tab-left2.gif) no-repeat left top;
margin:0;
margin-right: 5px; /*spacing between each tab*/
padding:0 0 0 9px;
text-decoration:none;	
border-top: 3px solid #abb861;
}
#middle-container ul.nav-left a span{
	float:left;
display:block;
background:url(http://www.yourmis.com/service-sites/imgs/tab-right2.gif) no-repeat right top;
color: #000;
	padding: 10px 20px 11px 11px;

}


/* Commented Backslash Hack hides rule from IE5-Mac \*/
#middle-container ul.nav a span, #middle-container ul.nav-left a span{float:none;}
/* End IE5-Mac hack */

#middle-container ul.nav a:hover span{
color: 744000;
}
#middle-container ul.nav-left a:hover span{
color: #000;	
}

#middle-container ul.nav #current a, #middle-container ul.nav-left #current a{ /*Selected Tab style*/
background-position:0 -40px; /*Shift background image up to start of 2nd tab image*/
}

#middle-container ul.nav #current a span, #middle-container ul.nav-left #current a span{ /*Selected Tab style*/
background-position:100% -40px; /*Shift background image up to start of 2nd tab image*/
}

#middle-container ul.nav li a:hover, #middle-container ul.nav-left li a:hover{ /*onMouseover style*/
background-position:0% -40px; /*Shift background image up to start of 2nd tab image*/
}

#middle-container ul.nav li a:hover span, #middle-container ul.nav-left li a:hover span{ /*onMouseover style*/
background-position:100% -40px; /*Shift background image up to start of 2nd tab image*/
}

/* @end */

/* @group Content Area */

#contentwrapper{
float: left;
width: 100%;
	line-height: 18px;
	font-size: 13px;
}
#contentwrapper h1, #rightcolumn h2{
	font: normal 22px/22px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	letter-spacing: 1px;
	margin-top: 10px;
	margin-bottom: 0;
}
#contentwrapper h1{
	color: #5f3200;
	padding: 5px 5px 5px 0;
}

h2{
	font-size: 16px;
	text-align: left;
	padding: 0px;
	font-style: normal;
	margin-top: 0;
	color: #5f3200;

}
body#wide h2{
	background-color: #adc9cf;
	padding: 9px;
	color: #000;
	font-size: 22px;
	font-weight: normal;
	font-style: normal;
	border-bottom: 5px solid #8fafb9;
	margin-bottom: 10px;
}
#contentwrapper h1.report{
	border-bottom: 1px dotted #5f3200;
	margin-bottom: 15px;
}
body#wide h3{
	color: #000;
	margin-top: 30px;
	margin-bottom: 5px;
	font-size: 18px;
}
#rightcolumn h2{
	color: #a7bb5b;
}
#contentcolumn{
margin-right: 390px;
}
#contentcolumn .innertube{
	padding-right: 30px;
}

body#wide #contentcolumn{
	margin-right: 0px;

}
body#wide  #contentcolumn .innertube{
	padding-right: 0px;
}
#contentcolumn ul.list{
	margin: 0;
	padding: 0;
}
#contentcolumn .setup{
	border-bottom: 1px solid #c1d2de;
    font-size: 16px;
	margin-bottom: 10px;
}
#contentcolumn .last{
	border: 0px;
}
#contentcolumn .setup .title span{
	background: url(http://www.yourmis.com/service-sites/imgs/numbered-list-bg.gif) no-repeat left top;
	display: block;
	float: left;
	width: 28px;
	height: 30px;
	padding-left: 14px;
	font-size: 14px;
	color: #fff;
	padding-top: 8px;
}
#contentcolumn .setup .title{
	
	font-size: 16px;
	margin: 0;
	padding-bottom: 10px;
	color: #001f38;
}
#faq h2{
	background: url(http://www.yourmis.com/service-sites/imgs/faq-icon.jpg) no-repeat left top;
	font-size: 16px;
	color: #001f38;
	padding: 5px 0 25px 55px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	font-weight: normal;
	font-style: normal;
}
#faq p{
	margin-top: 0;
	margin-bottom: 15px;
}
#contentcolumn .setup .title b{
	font-weight: normal;
	font-style: normal;
	padding-top: 8px;
	display: block;
}

#contentcolumn ul.list{
	padding-left: 45px;
}
#contentcolumn ul.list li{
	list-style-type: none;
		background: url(http://www.yourmis.com/service-sites/imgs/list-steps-icon.gif) no-repeat left top;
	font-size: 12px;
	padding-left: 25px;
	margin-bottom: 10px;
	color: #435767;
}

#contentcolumn #features .new{
	width: 33px;
	background-color: #000;
	background: url(http://www.yourmis.com/service-sites/imgs/tag_new.gif) no-repeat left top;
	height: 33px;
	display: inline-block;
}
#contentcolumn #features{
		border-bottom: 1px solid #c1d2de;
}
#contentcolumn #features .title{
	padding-left: 55px;
	padding-top: 13px;
	padding-bottom: 18px;
	font-size: 16px;
	margin: 0;
	color: #001f38;
}
#contentcolumn #features .title a{
	color: #001f38;
	text-decoration: none;
}
#contentcolumn #features .statistics{
			background: url(http://www.yourmis.com/service-sites/imgs/statistics.jpg) no-repeat left top;
}
#contentcolumn #features .search{
			background: url(http://www.yourmis.com/service-sites/imgs/search.jpg) no-repeat left top;
}
#contentcolumn #features .mls{
			background: url(http://www.yourmis.com/service-sites/imgs/multiple-mls.jpg) no-repeat left top;
}
#contentcolumn #features .cms{
			background: url(http://www.yourmis.com/service-sites/imgs/cms.jpg) no-repeat left top;
}
#contentcolumn #features .custom-fields{
			background: url(http://www.yourmis.com/service-sites/imgs/custom-field.jpg) no-repeat left top;
}
#contentcolumn #features .accounts{
			background: url(http://www.yourmis.com/service-sites/imgs/m-accounts.jpg) no-repeat left top;
}/*Added by caroline on 10/29 for quicksecurestore.com*/
#contentcolumn #features .processing{
			background: url(http://www.yourmis.com/service-sites/imgs/processing.jpg) no-repeat left top;
}

#resources h2{
	margin: 0;
}
#resources h2 a, #resources h2 a:visited{
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	color: #001f38;
	background: url(http://www.yourmis.com/service-sites/imgs/resources-icon-off.jpg) no-repeat left top;
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 45px;
	text-decoration: none;
	width: 400px;
	display: block;
}
#resources h2 a:hover{
	background: url(http://www.yourmis.com/service-sites/imgs/resources-icon-on.jpg) no-repeat left top;	
}
#resources p{
	margin-top: 0;
	margin-bottom: 15px;
}
#resources a.link, #resources a:visited.link, #resources a:hover.link, #partners a.link, #partners a:hover.link, #partners a:visited.link{
	display: block;
	background: url(http://www.yourmis.com/service-sites/imgs/resources-link-icon.jpg) no-repeat left top;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	color: #f48300;

}
#resources .entry{
		border-bottom: 1px solid #c1d2de;

}

ul.element{
margin: 10px 0px;
padding: 0px 30px 0px 15px;
list-style-type: none;

}

ul.element li{
margin-bottom: 0px;
}
table.plans{
	font-size: 11px;
	margin-left: 0;
}
table.plans h2{
	font-weight: bold;
	font-size: 12px;
	color: #001f38;
	text-align: right;
	line-height: 16px;
}
table.plans td{
	padding: 3px;
	text-align: center;
}
table.plans img{
	margin: 0 auto;
	display: block;
}
table.plans td b{
	color: #5d7700;
}
table.plans tr.odd{
	background-color: #e6ecf1;
}
table.plans tr{
	background-color: #f0f4dd;
}
.partner{
border-bottom: 1px solid #c1d2de;

}
.partner .info{
	width:  350px;
	float: right;
}
.partner img.logo{
	float: left;
	border: 1px solid #b0c7d9;
	padding: 2px;
	background-color: #fff;
}
.partner p{
	margin-top: 0;
	margin-bottom: 15px;
}
#partners h2{
	margin: 0 0 10px;
	padding: 0;
}
#partners h2 a, #demo h2{
	font-size: 16px;
	margin: 0;
	color: #001f38;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}
#resources h2{
	font-size: 16px;
	text-align: left;
background: url(http://www.yourmis.com/service-sites/imgs/h-bg.gif) no-repeat left top;
	padding-top: 9px;
	padding-bottom: 12px;
	padding-left: 15px;
	font-style: normal;
	margin-top: 0;
		color: #5f3200;

}

#demo h2{
	margin-bottom: 8px;
}
ul#demo-tabs{
	margin: 10px 0px;
	padding: 7px 0px;
border-top: 1px dotted silver;
border-bottom: 1px dotted silver;
background-color: #e9f2f5;

}
ul#demo-tabs li{
	list-style-type: none;
	display: inline;
	float: left;
}
ul#demo-tabs li a{
	display: block;
	padding: 5px 14px 5px 13px;
	color: #042944;
	font-size: 14px;
	border-right: 1px solid #aebecc;
}
ul#demo-tabs li a.last{
	border-right: none;

}
ul#demo-tabs li a.current{
	background-color: #bbd7e0;
	color: #000;
}

table.report-statistic, table.report-statistic-placements, table.report-statistic-hits, table.ranking {
	width: 600px;
	margin: 0px 0px 15px;
	padding: 0px;
	border-left: 1px solid #95b7d4;
	border-top: 1px solid #95b7d4;


}

table.member-report{
	width: 400px;
	margin: 0px 0px 15px;
	padding: 0px;
	border-left: 1px solid #95b7d4;
	border-top: 1px solid #95b7d4;


}

table.report-statistic input, table.report-statistic-placements input, table.report-statistic-hits input, table.member-report input, table.ranking input{
	width: 90%;
	margin: 0 auto;
	display: block;
}
table.report-statistic td, table.report-statistic-placements td, table.report-statistic-hits td, table.member-report td, table.ranking td{
	border-bottom: 1px solid #95b7d4;
	border-right: 1px solid #95b7d4;
	margin: 0;
	padding: 3px;
}
table.member-report td.clm1{
		width: 60%;

}
table.member-report td.clm2{
		width: 40%;

}
table.report-statistic td.header, table.report-statistic-placements td.header, table.report-statistic-hits td.header, table.ranking td.header{
	background-color: #e9f2f5;
	color: #001f38;
	font-style: normal;
	font-size: 14px;
	font-weight: normal;
		text-align: center;

}
table.ranking td.header i{
	font-size: 12px;
	color: gray;
}

table.report-statistic td.clm1{
	width: 30%;
}
table.report-statistic td.clm2, table.report-statistic td.clm5, table.report-statistic td.clm6{
	width: 10%;
}
table.report-statistic td.clm4{
	width: 15%;
}

table.report-statistic-placements td.clm1{
	width: 25%;
}
table.report-statistic-placements td.clm2, table.report-statistic-placements td.clm4, table.report-statistic-placements td.clm3{
	width: 10%;
}
table.report-statistic-placements td.clm5{
	width: 25%;
}
#report textarea{
	width: 600px;
	margin-bottom: 10px;
	margin-top: 0;
	font: 12px "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: gray;
}
table.report-statistic-hits{
	
}
table.report-statistic-hits td.clm1{
	width: 70%;
}
table.report-statistic-hits td.clm2{
	width: 30%;
}
/* @end */

/* @group Right Side */

#rightcolumn{
		padding-top: 15px;

float: left;
width: 390px; /*Width of right column*/
margin-left: -390px; /*Set left margin to -(RightColumnWidth) */
}
#start-form .name{
	width: 120px;
	float: left;
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
	margin-bottom: 8px;
	color: #032d47;
}
#start-form .field{
	float: left;
	width: 255px;
	margin-bottom: 8px;
	color: #032d47;
}
#start-form input, #start-form textarea{
	border: 1px solid #d2e0ea;
	padding: 3px;
	color: #032d47;
}
#start-form input.submit-btn{
	border: none;
	float: right;
	margin-right: 15px;
}

/* @end */

/* @group Footer */

#footer{
clear: left;
width: 100%;
color: #123763;
text-align: right;
padding: 10px 0;
border-top: 1px solid #c1d2de;
	font-size: 11px;
}
#footer a, #footer a:visited{
	color: #123763;
	text-decoration: none;
}
#footer a:hover{
	color: #123763;
	text-decoration: underline;
}

/* @end */
/* @group Accordion */

#accordion {
	margin:0;
}

h2.toggler {
	cursor: pointer;
	margin: 0;
}

/* @end */