/*
Title:		styles for screen media - vcard items
Author: 	gverma@laingorourke.com
Updated: 	25 July 2006
*/

/* to sort small scrolling, had changed width of #WRAPPER (from commonlayout.css) from 918px to 910px*/

/*sets repeaters content font size and margins*/

/*sets repeaters content font size and margins*/
div#repeaterHolder p{
	font-size:0.7em;
	margin:0px;
}

/*container which holds left and right divs and is repeated in a loop*/
div .itemWrapper{
	float : left;
	width : 700px;
	padding : 0px;
	margin : 0px;
	border:0px dotted red;
  }

/*main container which holds left VCARD's main container*/
div .vcHolder1 {
   float: right;
   	border:0px solid #0000ff;
   width: 180px; }

/*main container which holds left Description container*/
.descHolder {
   /*float : right;*/
	float : left;
   border:0px solid #000000;
   width: 540px;
   margin-top:0px;
/*padding-left:274px;*/

}

#repeaterHolder div h2{
   margin-top:0px;
  /*background-color: #325097;
  color:#ffffff;*/
  padding:4px;
  border-bottom:0px dotted #acdcf4
}


.clear {
   clear: both;
   height:10px;
}

.clearVC {
   clear: both;
   height:20px;
}

/*Container which holds Vcard formatting*/
.vCardBlock{
	float:right;
	display:inline-block;
	width:150px;
	margin:3px;
	margin-top:0px;
	margin-right:0px;
	border:2px solid #325097;
	font-weight:normal;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana Medium, Geneva, Lucida, Arial, Helvatica, sans-serif;
	text-Align:center;
	padding:0px;
	padding-bottom:5px;
}
/*sets styles for the VCARD >> [Category] field*/
.vcTitle{
	background-color: #325097;
	/*padding-top:3px;
	padding-bottom:3px;*/
	padding:5px;
	margin:0px;
	color:#ffffff;
	font-size:0.8em;
	font-weight:bold;
}

/*sets/container styles for the VCARD >> Image field*/
.vcImage{
width:100px;
height:100px;
margin-top:5px;
margin-bottom:10px;
text-Align:center;
background-color: #003360;
}

/*sets font size and margins for a VCRAD entry*/
.vcard{
	font-size:0.8em;
	margin:0px

}

/*sets font size for ADD TO CONTACTS button in a VCRAD block*/
.addLink{
	font-size:0.8em;
	text-decoration:none;
	color:#000000;
}
