@charset "utf-8";

/* CSS Document */
html{
        width:100%;
        margin:0px;
       padding:0px;
}

body {
	color:#2F2F2F;
	font-family:"arial",sans-serif;
	font-size:0.8em;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.5;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:0px;	
}
h3, h4 {
font-size:120%;
}
form{ margin:0px; padding:0px;}
a {
	
	color: #006666;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
.txtForm{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	color: #666666;
	margin: 0px;
	padding: 2px;
	border: 1px solid #999999;
}
.wrapper{
		width:975px;
		margin-left:auto;
		margin-right:auto;
		padding:0px;
		margin-top:5px;
		background-color:#FFFFFF;
}
.header{
	background-image: url(../images/r2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

.header1 {
	background-image: url(../images/r1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:10px;
	padding-top:10px;
}
.clear{ clear:both;}
.logo{ width:270px; float:left;}
.topUser{
	width:370px; float:right;
}
.stars {
	background-color: #619F9A;
	background-image: url(../images/stars.jpg);
	background-repeat: no-repeat;
	height: 52px;
}
.greenButton {
	border:0;
	background-image: url(../images/btn_r.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	text-align:center;
	overflow:visible;
	float: left;
	font-weight: normal;
	text-decoration: none;
	padding-right: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 20px;
}
.greenButton span {
	position:relative;
	float: left;
	display:block;
	white-space:nowrap;
	height:20px;
	color:#006666;
	background-image: url(../images/btn_l.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	margin: 0px;
}
.footer{
	background-image: url(../images/r4.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFFFFF;
}
.footer1{
	background-image: url(../images/r3.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 10px;
}
.footer2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	margin: 0px;
	padding: 15px;
}
.warning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	border: 1px solid #CDCDCD;
	background-image: url(../images/warning.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 60px;
	line-height: 16px;
	font-weight: normal;
}
fieldset {
	border: 1px solid #666666;
	width: 600px;
	position: relative;
	padding:0px;
	margin:0px;
	margin-bottom:15px;
}

legend {
	color: #333333;
	padding: 2px 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	color: #666666;
	margin: 0px;


}
label {font-size:11px; font-weight:bold; color:#666;}
label.opt {font-weight:normal; clear:both}
dl {clear:both; margin:0px; padding:0px;}
dt {float:left; text-align:right; width:210px; margin:0 10px 10px 0;}
dd {float:left; width:370px;  margin:0 0 10px 0;}
h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 4px;
	margin-top:5px;
	margin-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B9CB3A;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
	margin-top:5px;
	margin-bottom:5px;
	padding: 4px;
}
/*- Menu Tabs C--------------------------- */

    #tabsC {
      float:left;
      width:100%;
      font-size:93%;
      line-height:normal;
      }
    #tabsC ul {
        margin:0;
        padding:10px 10px 0 10px;
        list-style:none;
      }
    #tabsC li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsC a {
      float:left;
      background:url("../images/tableftC.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsC a span {
      float:left;
      display:block;
      background:url("../images/tabrightC.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#464E42;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsC a span {float:none;}
    /* End IE5-Mac hack */
    #tabsC a:hover span {
      color:#FFF;
      }
    #tabsC a:hover {
      background-position:0% -42px;
      }
    #tabsC a:hover span {
      background-position:100% -42px;
      }

        #tabsC #current a {
                background-position:0% -42px;
        }
        #tabsC #current a span {
                background-position:100% -42px;
        }
.content{ 
	clear:both;
}
#content{
	clear:both;
	padding-left:15px;
	padding-right:15px;
	margin:0px;
}
.tabsContent{
	padding:10px;
	margin-left:10px;
	margin-right:10px;

}		
#menu2 {
        width: 200px;
        border-style: solid solid none solid;
        border-color: #94AA74;
        border-size: 1px;
        border-width: 1px;
        margin: 10px;
        }
#menu2 ul{
   list-style: none;
   margin: 0;
   padding: 0;
}

#menu2 li a {
        height: 32px;
          voice-family: "\"}\"";
          voice-family: inherit;
          height: 24px;
        text-decoration: none;
        }

#menu2 li a:link, #menu2 li a:visited {
        color: #5E7830;
        display: block;
        background: url("../images/menu2.gif");
        padding: 8px 0 0 10px;
        }

#menu2 li a:hover, #menu2 li #current {
        color: #26370A;
        background: url("../images/menu2.gif") 0 -32px;
        padding: 8px 0 0 10px;
        }

#menu2 li a:active {
        color: #26370A;
        background: url("../images/menu2.gif") 0 -64px;
        padding: 8px 0 0 10px;
        }
.section2{ float:left; width:710px; margin:0px; padding:0px;}
.section3{ float:left; width:210px; margin:0px; padding:0px; padding-left:10px;}

.section4{ float:left; width:210px; margin:0px; padding:0px; padding-right:10px;}
.section5{ float:left; width:700px; margin:0px; padding:0px; padding-left:10px;}

.section6{ float:left; width:450px; margin:0px; padding:0px; padding-left:10px;}
.section7{ float:left; width:360px; margin:0px; padding:0px; padding-left:10px;}



.choosers{
	border: 1px solid rgb(153, 153, 153);
	overflow: auto;
	width: 200px;
	height: 190px;
	background-color:#FFFFFF;
}
/* list simple*/
.listSimple {
	margin: 0px;
	padding: 0px;
}
.listSimple ul {
	margin: 0px;
	padding: 0px;
}

.listSimple li {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	list-style:none;
}
.listSimple li.s {
	background-color:#E1F2D7;
	color: #000000;
}
.listSimple li.s a,.listSimple li.s a:visited{ color: #000000;}
.imgbg{
	background-image: url(../images/sample.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 60px;
	width: 60px;
	}
/* tablelist */
.adminlist{
	margin:auto;
	padding:0px;
	border: 1px solid #999999;

}
.adminlist th {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background-color: #CCCCCC;
	margin: 0px;
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #E9E9E9;
	border-bottom-color: #666666;
	border-right-color: #666666;
}
.adminlist tr {
	margin: 0px;
	padding: 3px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #999999;
}
.adminlist td {
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 4px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.adminlist tr.row0 {
	background-color: #FFFFFF;
}
.adminlist tr.row1 {
	background-color: #F7F7F7;
}
.ListingList{ margin:0px; padding:0px;}
.ListingList ul{ margin:0px; padding:0px;}
.ListingList li{
	clear:both;
	margin:0px;
	list-style:none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.listClean{ margin:0px; padding:0px;}
.listClean ul{ margin:0px; padding:0px;}
.listClean li{
	clear:both;
	margin:0px;
	list-style:none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.box{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0px;
	padding: 5px;
	border: 1px solid #996;
}
.box ul{ margin:0px;
padding:0px;}
.box li{
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
}
#contentClean{
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.notice h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #333;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

/*comments*/
#comments
{
  width:500px;
  margin:0;
  padding:0;
}

#comments p img
{
  margin:0;
  text-indent:0;
}

#comments p
{
  font-size:12px;
  font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
  text-indent:0;
}

#comments ol.commentslist
{
  list-style:none;
  margin:0;
  padding:0;
}

.gravatar{
  float:left;
  width:95px;
}

.commentText{
	float:left;
	padding-left:5px;
	width:400px;
	margin-bottom:1em;
	margin:0px; 

}
.commentend {clear:both;}

.at
{
  float:right;
}

.comment
{
  clear:both;
  padding-bottom:80px;
  margin:0;
  padding:1em 0 0 1em;
  width:510px;
}

.comment + .comment
{
  border-top:1px solid #e9e9e9;
}

.reply{
  margin-top:0;
  margin-bottom:10px;
  float:right;
}
.businessproperties{
	margin:0px;
	padding:0px;
}
.businessproperties ol{
	margin:0px;
	padding:0px;
}
.businessproperties li{
	margin:0px;
	padding-top:4px;
	padding-bottom:4px;
	list-style:none;
	padding-right: 0px;
	padding-left: 28px;
}
.businessproperties li.email{
	background-image: url(../images/icons/mail.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}
.businessproperties li.web{
	background-image: url(../images/icons/WORLD.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.businessproperties li.print{
	background-image: url(../images/icons/printer.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.businessproperties li.contact{
	background-image: url(../images/icons/comment.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.businessComments{
	margin: 0px;
	padding: 3px;
	border: 1px solid #999;	
}.field {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0px;
	padding: 2px;
	border: 1px solid #666;
}
.homeList{
	margin:0px;
	padding:0px;
}
.homeList ul{
	margin:0px;
	padding:0px;
}
.homeList li{
	margin:0px;
	padding:0px;
	list-style:none;
	padding-top:3px;
	padding-bottom:3px;
}
.homeList li.item{
	border-bottom: solid 1px #CCC;
}
.listDating{
	margin:0px;
	padding:0px;
}
.listDating ul{
	margin:0px;
	padding:0px;
}
.listDating li{
	margin:0px;
	padding:0px;
	list-style:none;
	margin-bottom:10px;
}
.listDating li.item{
	border: 1px solid #B7B7B7;
	padding:7px;
}
.listDating .noimage{
	width:90px;
	height:70px;
	border: 1px solid #CCC;
	line-height:12px;
	vertical-align:middle;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #999;
	text-align: center;
	padding-top:35px;
}
.listDating .item1{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 140px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
.listDating .item1 img{
	background-color: #FFF;
	margin: 0px;
	padding: 5px;
	border: 1px solid #CCC;
	}
.listDating .item2{
	margin: 0px;
	float: left;
	width: 300px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.listDating .item3{
	margin: 0px;
	float: left;
	width: 180px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.listDating .item4{
	clear:both;
	padding:0px;
	padding-top:5px;
	
}
.listDating .item4 .int{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-top:10px;
	padding:5px;
}
.listDating h2{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #066;
	text-decoration: none;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.listDating .item3 ul{
	margin:0px;
	padding:0px;
}
.listDating .item3 li{
	margin:0px;
	padding:0px;
	list-style:none;
}
.listDating .item3 li.heart{
	background-image: url(../images/icons/ico_heart.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 26px;
	height: 18px;
}
.listDating .item3 li.comment{
	background-image: url(../images/icons/ico_contact.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 26px;
	height: 18px;
}
.listDating .item3 li.woman{
	background-image: url(../images/icons/ico_woman.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 26px;
	height: 18px;
}
.listDating .item3 li.man{
	background-image: url(../images/icons/ico_man.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 26px;
	height: 18px;
}
.listDating .readmore{
	background-image: url(../images/icons/ico_readmore.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	height: 18px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 26px;
}
/*
      Av Michael Byström 
	  www.michaelbystrom.com

*/
#pagination-links ul {
	margin-left: 0;
	padding-left: 0;
	float: left;
	background: url(../images/m.gif) repeat-x;
}
#pagination-links li {
	display: inline;
}
#pagination-links li#li-open {
	width: 12px;
	height: 24px;
	float: left;
	background: url(../images/open.gif) no-repeat;
	text-decoration: none;
}
#pagination-links li#li-close {
	width: 11px;
	height: 24px;
	float: left;
	background: url(../images/close.gif) no-repeat;
}
#pagination-links ul a {
	height: 24px;
	float: left;
	background: url(../images/b.gif) no-repeat right top;
	text-decoration: none;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 6px;
}
#pagination-links b {
	padding-top: 6px;
	padding-right: 6px;
	padding-left: 6px;
	float: left;
	height: 24px;
	background: url(../images/b.gif) no-repeat right top;
}
#pagination-links li#end-pagination b {
	padding-top: 6px;
	padding-right: 6px;
	padding-left: 6px;
	float: left;
	height: 24px;
	background: url(../images/m.gif) no-repeat top;
}
#pagination-links li#end-pagination a {
	height: 24px;
	float: left;
	background: url(../images/m.gif) no-repeat top;
	text-decoration: none;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 6px;
}
#pagination-links a:link {
	color: #a50023;
}
#pagination-links a:visited {
	color: #a50023;
}
#pagination-links a:hover {
	color: red;
}
#pagination-links a#current {
	color: red;
}
.profile{
	margin:0px;
	padding:0px;
	width:940px;
}
.profile fieldset{
	margin:0px;
	padding:10px;
	border: 1px solid #CCC;
	width:920px;
}
.profile .mainphoto{
	margin:0px;
	float:left;
	width:140px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.profile .mainphoto img{
	padding:7px;
	background-color: #FFF;
	border: 1px solid #CCC;
}
.profile .rightphoto{
	width:500px;
	float:left;
	padding-left:10px;
}
.profile .photos{
	margin:0px;
	padding:0px;
}
.profile .innerPhoto{
	width:140px;
	float:left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
.profile .innerPhoto img{
	background-color: #FFF;
	margin: 0px;
	padding: 7px;
	border: 1px solid #CCC;
}