.x-smalltext {
	font-size: 85%;
	font-weight: none;
}
.smalltext {
	font-size: 90%;
	font-weight: none;
}
.largetext {
	font-size: 120%;
	font-weight: bold;
	color: #000;
}
.mediumtext {
	font-size: 110%;
	font-weight: bold;
	color: #000;
}
.boldtext {
	font-weight: bold;
}
/* used in partner detail */
.boxborder {
	width:95%;
	background-color: #ddd;		
	padding: 10px;
	margin: 5px;
	margin-top: 8px;
	border: 1px solid #888;
}
.boxbordertitle {
	position:absolute;
	margin-top: -1.5em;
	margin-left: 0.3em;
	padding-top:5px;
	background-color: #eee;
	font-weight: bold;
	font-size: 120%;
}
.boxborderSubtitle {
	padding-top:10px;
	padding-bottom:10px;
	font-size: 110%;
	font-weight: bold;
	color: #000;
}
.boxborderBottom {
	width:100%;
	font-size: 85%;
	font-weight: none;
	padding-top: 15px;
	margin-bottom: -25px;
}
.boxborderBottomModCreated {
	float:right;
	width:65%;
	text-align: right;
	margin-bottom: -5px;
}
.boxborderBottomButton {
	float:left;
	width:35%;
	margin-bottom: 0px;
}
table.detailstable  tr th, table.detailstable tr td  {
	vertical-align: top;
	
}
table.detailstable tr th  {
	text-align: right;
	color: #666;
	border-bottom:none;
	vertical-align: top;
	
}
/* used in detail screens */
.columns {
	width: 100%;
	clear: both;
}
.columns .firstCol {
	width: 35%;
	float: left;
	vertical-align: top;
}
.columns .secondCol {
	width: 30%;
	float: left;
	vertical-align: top;
}
.columns .thirdCol {
	width: 35%;
	float: left;
	vertical-align: top;
}

.twoColumns {
	width: 100%;
}
.twoColumns .firstCol {
	width: 60%;
	float: left;
	vertical-align: top;
}
.twoColumns .secondCol {
	width: 40%;
	float: left;
	vertical-align: top;
}


#ajaxProgress {
		background-color: #FAEFA2;
		position: absolute;
		left: 5;
		top: 125;
		padding: 6px;
		display: none;
		margin: 10px;
		border: 1px solid #888;
		font-family:	Arial, Helvetica, sans-serif; 
		font-size:	11px;
	}
	
#ajaxProgress img {
		border: 0;
		margin: 0;
	}
/* Partner Detail Tables */

/* Filter table */
table.filterOptions  tr th{
		color: #666;
		font-size: 11px;
		border-bottom:none;
	}
	
table.filterOptions  input{
		cursor: pointer;
		font-size:11px;
		
	}
/* Ajax floating Forms */
#forms  {
		border-collapse: collapse;
		font-size: 11px;
	}

table#forms  th {
		font-size: 11px;
		border:none;
		background-color: #eee;	
		text-align: right;
		vertical-align: top;		
		width: 120px;
		height: 25px;
	}

table#forms  td {
		border:none;
		vertical-align: middle;
		height: 25px;
		background-color: #eee;	
	}
table#forms  img {
		cursor: pointer;
	}
	
.floatingform{
	background-color: #eee;	
	border:2px outset #848284 ;
	padding:10px;
	position:absolute;
	margin-left: 5px;
	z-index:100;
}	
.calendar {
	z-index:101;
}
/* Note table */
#noteListTbody tr {
	cursor:pointer;
	font-size: 11px;
}
#attachnote_list, #noteDetail {
	width:90% !important;
}

/* Territory table */
#territoryTableDiv {
	width: 85%;
	height: 100px;
	overflow: auto;
	border: 1px solid #666;
	background-color: #fff;
}
#territoryTableDiv table {
	width: 100%;
	font-size: 90%;
}
#territoryTableDiv table tr.noborder {
	border-top: none;

}
#territoryTableDiv table tr.r1 td {
	background-color: #fff;
	border-top: 1px solid #bbb;
}
#territoryTableDiv table tr.r2 td {
	background-color: #eee;
	border-top: 1px solid #bbb;
}
#territoryTableDiv img {
	cursor:pointer;
	vertical-align: middle;
}

#editPartnerTrigger, #addPartnerTrigger, #addLocationTrigger, #editLocationTrigger, #addContactTrigger,
#editContactTrigger, #editNewsTrigger, #addNewsTrigger  {
	cursor: pointer;
	
}
input  {
	cursor: pointer;
	
}

/* All select boxes using checkboxs to select */
#checkboxSelectBox {
	width: 250px;
	border: 1px solid #666;
	max-height: 150px;
	overflow: auto;
}

#checkboxSelectBox ul {
	padding: 0;
	margin: 0;
}

#checkboxSelectBox ul li {
	padding: .25em;
	list-style: none;
	border-bottom: 1px solid #bbb ;
	font-size: 90%;
}
#checkboxSelectBox ul li.r0 {
	background-color: #fff;
}
#checkboxSelectBox ul li.r1 {
	background-color: #eee;
}

/* contactlist/admins/scope box for vendor and partner */
.scrollBox {
	width: 98%;
	background-color: #fff;
	border: 1px solid #666;
	max-height: 100px;
	Overflow:auto;	
}

.scrollBox ul {
	padding: 0;
	margin: 0;	
}

.scrollBox ul li {
	padding: .25em;
	list-style: none;
	border-bottom: 1px solid #bbb ;
	font-size: 90%;
}
.scrollBox ul li.r0 {
	background-color: #eee;
}
.scrollBox ul li.r1 {
	background-color: #fff;
}
.scrollBox ul li:hover {
	background-color: lightyellow;
}

/* All Tags */
.bgTags {
  margin-left: .25em;
  margin-top: .25em;
  font-size: 95%;
  padding: .25em;
  background-color: lightblue;
  border: solid 1px #666;
  float:left;
}


/* back to summary */
.backLinks {
	padding: 10px;
	font-size: 90%;
	font-weight: normal;
}
.backLinks a {
	font-size: 90%;
	font-weight: normal;
}
