#iphone_body, #iphone_footer, #iphone_header {
	background-color: white;
}

body {
	background-color: #939999;
}

ul.intro li {
   margin-top: 10px;
}

ul.intro p.centering {
    text-align: center;
}

div#mapviewloaded {
	float: left;
    position: absolute;
         left: -9999px;
         top: 0px;    
}

div#mapviewcontainer{
    position: absolute;
    left: -9999px;
    top: -9999px;
	margin: 0 auto;
	background-color: white;
	width: 480px;
}

.overlay {
    position: absolute;
	border: 2px solid yellow;
}

.zoom_out {
	border: 2px solid white;
}

.dimmed {
    border: 2px solid #636466;
    background-color: #424546;
    opacity: 0.20;   
}

.workshopnum {
    position: relative;
    color: #ffe7bd;
    font-weight: bold;
    left: 50px;
    top: 90px;
}
.lobbynum {
    position: relative;
    color: #ffe7bd;
    font-weight: bold;
    left: 45px;
    top: 37px;
}
.africannum {
    position: relative;
    color: #ffe7bd;
    font-weight: bold;
    left: 37px;
    top: 85px;
}

#rotatemsg {
	position: absolute;
	top: 90px;
	left: 190px;
	z-order: 100000;
	background-color: white;
	width: 100px;
	text-align: center;
	opacity: 0.8;
}

div.sectionhead {
    font-size: 20px;
    font-weight: bold;
    background: #ccf url(../images/rotateright40.png) no-repeat center right;
    padding: 5px 0 5px 0;
	min-height: 40px;
	padding-right: 96px;
    text-align: center;
}

div.searchbar {
	min-height: 25px;
	background-color: #ccf;
}

div.sectionhead-intro {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.load_more, .load_more_loaded {
	font-weight: bold;
	font-size: 120%;
	text-align: left;
	margin-left: 10px;
}

ul.menu, ul.half {
}

span.addbutton {
    width: 100%;
    text-align: right;   
}

.moreinfo p dl dt{
    font-weight: bold;   
}

.moreinfo p dl {
    padding: 10px;   
}

.AfricanCorner {
    color: #578732 !important;   
}

.Lobby {
    color: #26a9ad !important;   
}

.WorkshopRoom {
    color: #a6467f !important;   
}

li.list {
    display: inline-table;   
    width: 100%;
}

li.listText a{
    text-align: left !important;   
}

.listText span {
    position: relative;
    left: 5px;
}

li.list img {
    height: 50px;
    width: 50px;
    float: left;
	border: 1px solid #DDD;	
}

li.itemdesc, li#tagging, li.moreinfo {
    list-style: none;
}

li.itemdesc img {
	float: left;
	border: 1px solid #DDD;	
	margin: 6px 10px;
}

li.itemdesc h1.title {
    margin: 0;
    padding-top: 3px;
	font-size: 20px;
}

li.itemdesc p {
	font-weight: normal;
	margin: 0;
}

li.itemdesc p.clear {
	font-weight: normal;
	margin-bottom: 10px;
}

.clear{
    clear: both;   
}

li#tagging, li.moreinfo{
    padding: 5px;
    width: 310px;
}

.taglist {
	margin: 10px 0;
}

.tagcloud {
	text-align: center;
}

.tagcloud span {
	margin-left: 10px;
	line-height: 40px;
}

li#tagging a{
    text-decoration: none;
    font-size: 18px;   
}

li#tagging div nobr{
    margin: 10px;
    line-height: 150%;
}

li#tagging p span {
    white-space: nowrap;   
}

input[type="checkbox"] {
    width: 28px;
    height: 28px;
    margin-bottom: 20px;
}

label {
    margin: 0;
    font-size: 16px;   
}

input[type="text"], input[type="search"] {
	margin-left: 5px;
    height: 28px;
    font-size: 18px; 
	width: 230px;
}

input[type="button"], input[type="submit"] {
    height: 30px;
    min-width: 65px;   
    font-size: 16px;
}

div#tags {
    margin: 0;
    padding: 0;   
    border: none;
    z-order: 1;
}

li#tagging.Lobby {
    background-color: #daeded !important;   
}
li#tagging.AfricanCorner {
    background-color: #e1eada !important;   
}
li#tagging.WorkshopRoom {
    background-color: #eae0e6 !important;   	
}

.tagcloud a.smallest{
    color: #CCC;
}
.tagcloud a.small{
    color: #999;    
}
.tagcloud a.medium{
    color: #666;    
}
.tagcloud a.large{
    color: #333;    
}
.tagcloud a.largest{
    color: #000;    
}


div.outfillbox{
	float: right;
	width: 50px;
	height: 30px;
	border: 1px solid black;
	display: inline;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 2px 2px 1px silver; 
}

div.smallest .outfillbox{
	background: transparent url(../images/20percent.png) repeat-y;
}
div.small .outfillbox{
	background: transparent url(../images/40percent.png) repeat-y;
}
div.medium .outfillbox{
	background: transparent url(../images/60percent.png) repeat-y;
}
div.large .outfillbox{
	background: transparent url(../images/80percent.png) repeat-y;
}
div.largest .outfillbox{
	background: transparent url(../images/100percent.png) repeat-y;
}
div.shownone{
	display: none;
}
div.happy {
	float:right;
	background: transparent url(../images/accept.png) no-repeat;
	width: 30px;
	height: 30px;
}
div.happy-checked {
	float: right;
	width: 30px;
	height: 30px;
	background: transparent url(../images/accept-gray.png) no-repeat;
}
div.sad {
	float:right;
	background: transparent url(../images/cancel.png) no-repeat;
	width: 30px;
	height: 30px;
}
div.sad-checked {
	float:right;
	background: transparent url(../images/cancel-gray.png) no-repeat;
	width: 30px;
	height: 30px;
}

div.out{
	width: 295px;
}
li#tagging div.out{
    margin: 0 2px 0 2px;
    padding: 5px;
    display: inline-block;
    border-bottom: 1px solid #222;
	line-height: 30px;
}
li#tagging div.alt{
    background-color: #fff;
}
li#tagging div.newtag{
    background-color: #FF6;
}
a.righttext {
	float: right;
}
dt {
	font-weight: bold;
}
.checked .fillbox {
	height: 25px;
	background: transparent url(../images/checkmark.png) no-repeat;
}
.learnmore {
	font-size: 110%;
	font-weight: bold;
}
#typetag1 {
	margin-bottom: 10px;
}
#typetag2 {
	margin-top: 10px;
}

.sectionhead span {
	font-size: 14px;
}

.moreinfoload {
	padding: 0 10px;
}
hr {
	height: 0px;
	border-bottom: 1px solid black;
}
a:visited{
	color: blue;
}
.taggingButton{
	text-align: center;
}
.autoclose {
	background-color: #333;
	text-align: right;
	color: yellow;
	padding-right: 5px;
}
