/*
	Loyaltymatch Api StyleSheet
*/
	/* All Pages css */
#loyaltymatchLogo{
	font-family:'Droid Sans', sans-serif;
	font-weight:bold;font-size:44px;
	float:left;
}

#loyaltymatchLogo span{
	float:left;
}
.hoverLogo{
	padding:4px;
	border-radius: 20px;
	float:left;
	text-decoration:none;
}
.hoverLogo:hover{
	background-color: #fff !important;
}
.clear{
	width:100%;
	float:left;
	clear:both;
}

#LMHeader{
	padding-top:16px;
	padding-bottom:16px;
	background-color:rgb(48,141,196);
	clear:both;
	float:left;
	width:100%;
	min-width: 1280px;
}
#LMFooter{
	padding-top:10px;
	padding-bottom:10px;
	clear:both;
	float:left;
	width:100%;
	min-width: 1065px;
	text-align:center;
}
#LMFooter img{
	border-radius:10px;
}
.footerText{
  color: #808080;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 9px;
}
.footerItem{
	padding-top:2em;
}
.footerLink{
	text-align:center;
	padding-left:0.5em;
	padding-right:0.5em;
	border-right:1px solid #808080;
}
.footerLink a{
	text-decoration:none;
	font-size: 12px;
	color: #808080;
}
.footerLink a:hover{
	text-decoration:underline;
}

#LMHeaderWrapper{
	display: block;
	clear:both;
	float:left;
	width:95%;
	padding-left:5%;
	
}
#LMHeaderList{
	list-style-type: none;
	float:left;
	font-size:18px;
	font-family:"Droid Sans", sans-serif;
	margin-top:0.9em;
	margin-left:1em;
	
}
.LMHeaderItem{
	float:left;
}
.LMHeaderItem a {
	text-decoration:none;
	padding: 0.2em 1em 0.2em 1em;
	margin: 0.6em 0.2em 0.6em 0.2em;
	color:#fff;
	border-radius: 8px;
}
.LMHeaderItem a:hover{
	background-color: rgb(79,185,225);
}

#LMContainer{
  line-height: 1;
  font-family: "Droid Sans", sans-serif;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

/* Main Page Css */
.lmInfoWrapper{
	padding-top:10px;
}
.lmInfo{
	padding:10px;clear:both;
	border: 1px solid black;
}
.lmInfoTitle{
	font-size:16px;
	font-weight:bold;
	padding-bottom:5px;
}
.lmInfoDescription{
	font-family:'Droid Sans', sans-serif;
	font-size:12px;
}
.lmInfoDescription a{
	color:rgba(48,141,196,1) !important;
	text-decoration:none;
}
.lmInfoDescription a:hover{
	text-decoration:underline;
}
.passRequired{
	font-size:0.6em;
	padding: 5px !important;
	background-color: rgb(79,185,225);
	border: 1px solid #980000 ;
	color:white;
	font-weight:bold;
	-moz-border-radius: 2px;
	webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
.parameter-content-type {
	display:none;
}
.response-content-type{
	display:none;
}

/* api Objects page css */
.apiObjHeader{
	padding-top:1em; 
	padding-bottom:0.5em;
	border-bottom: 1px solid #999999;
	font-size:22px;
	font-weight:bold;
}
.apiObjHeader a{
	color:#999999;
	text-decoration:none;
}
.apiObjHeader a:hover{
	text-decoration: underline;
	color:#000;
}
.apiObjList{
	clear:both;
	float:left;
	padding-top:5px;
	padding-bottom:1em;
	width:100%;
}
.apiObjList li{
	padding-top:1em;
	float:left;
	clear:both;
}
.apiObjList div {
	float:left; 
	text-align:center;
	padding-left:1.2em;		
}
.apiObjItemTitle {
	float:left;
	width:200px;
	border-right:1px solid #000;
}

.apiObjList a {
	text-decoration:none;
	color:#999999;
}
.apiObjList a:hover {
	text-decoration:underline;
	color:#000;
}

#LMtitle{
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 30px;
}

.LMSubTitle{
	border-bottom:1px black solid;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 20px;
}

.LMdescription {
	padding-top:1em;
	padding-bottom:1em;
}
.LMLinkAPI {
	text-decoration:none !important;
	float:right;
	color:rgb(48,141,196);
	
}
.LMLinkAPI:hover{
	color:rgb(79,185,225);
}