/* API CSS */

/* Used for text links */
.mb_mobudsLink {
        line-height: 20px;
	font-size: 6pt;
        font-face: verdana;
	color: #808080;
}

/* hover style */
.mb_mobudsLink:hover {
}

/* Container DIV for people list */
.mb_mobudsPeopleListContainer {
	background-color: #FFFFFF;
	padding: 5px;
}


/* Container DIV for people grid */
.mb_mobudsPeopleGridContainer {
	background-color: #FFFFFF;
	padding: 5px;
	height: 267px;
	overflow-y: auto;
}

/* Container for each person in the list */
.mb_mobudsProfileList {
	background-color: #FFFFFF;
	clear: both;
}

/* Container for each person in the grid */
.mb_mobudsProfileGrid {
	background-color: #FFFFFF;
	width: 100px;
	height: 135px;
	text-align: center;
	float: left;	
}

/* Photo box for list */
.mb_mobudsPhotoBox {
	width: 72px;
	height: 86px;
	background-repeat: no-repeat;
	background-position: 50% 30%;	
	background-color: #FFFFFF;
	float: left;
}

/* Div that overlays over the photo box */
.mb_mobudsPhotoBoxOverlay {
	background-repeat: no-repeat;
	background-position: 50% 50%;	
	background-image: url(/images/frontpageimage1.gif);
	width: 72px;
	height: 86px;
}

/* Person Information box for List */
.mb_mobudsInfoBox {
	padding-left: 10px;
	padding-top: 10px;
	float: left;
}

/* Profile name heading in list */
.mb_mobudsInfoHeading {
	font-weight: bold;
	font-size: 14pt;
	font-family: arial;
	padding-bottom: 5px;
}


/* Same as _mobudsPhotoBox but for the grid */
.mb_mobudsGridPhotoBox {
	width: 72px;
	height: 86px;
	background-repeat: no-repeat;
	background-position: 50% 30%;	
	background-color: #FFFFFF;
	margin-left: 6px;
}

/* blank spacer */
.mb_mobudsClear {
	clear: both;
}


/* box for the messages */
.mb_mobudsBoardContainer {
	background-color: #FFFFFF;
	border: 1px solid #E0E0E0;
	padding: 5px;
	overflow-y: auto;
	height: 330px;
}

/* Photo box for message board */
.mb_mobudsBoardPhotoBox {
	width: 72px;
	height: 86px;
	background-repeat: no-repeat;
	background-position: 50% 30%;	
	background-color: #FFFFFF;
	float: left;
}

/* Container for each person in the list */
.mb_mobudsProfileBoard {
	background-color: #FFFFFF;
	clear: both;
}

/* Person Information box for List */
.mb_mobudsBoardInfoBox {
	padding-left: 10px;
	padding-top: 20px;
	float: left;
}

/* Profile name heading in list */
.mb_mobudsBoardInfoHeading {
	font-weight: bold;
	font-size: 14pt;
	font-family: arial;
	padding-bottom: 5px;
}


/* footer style for powered by mobuds */
.mb_poweredbyfooter {
	float: right;
	background-color: #FFFFFF;
	background-image: url(http://api.mobuds.com/images/schemes/minilogo2.gif);
	background-position: 95% 50%;
	vertical-align: middle;
	width: 122px;
	font-style: italic;
	font-family: arial,verdana;
	font-size: 8pt;
	color: #000000;
	padding: 4px;
	font-weight: normal;
	text-decoration: none;
	background-repeat: no-repeat;	
	line-height: 50px;
	height: 50px;
	display: none;
}

/* footer style for powered by mobuds */
.mb_poweredbyfooter:hover {
	color: #0040A0;
	display: none;
}


/* span around the word "Mobuds" */
.mb_poweredbyfootermobuds {
	display: none;
}


/* footer style for powered by mobuds */
.mb2_poweredbyfooter {
	float: right;
	background-color: #FFFFFF;
	background-image: url(http://api.mobuds.com/images/schemes/minilogo2.gif);
	background-position: 95% 50%;
	vertical-align: middle;
	width: 122px;
	font-style: italic;
	font-family: arial,verdana;
	font-size: 8pt;
	color: #000000;
	padding: 4px;
	font-weight: normal;
	text-decoration: none;
	background-repeat: no-repeat;	
	line-height: 50px;
	height: 50px;
}

/* footer style for powered by mobuds */
.mb2_poweredbyfooter:hover {
	color: #0040A0;
}


/* span around the word "Mobuds" */
.mb2_poweredbyfootermobuds {
	display: none;
}