
body
{
    margin: 0;
    font-family: Helvetica;
    background: #FFFFFF;
    color:#8f9194;
    overflow-x: hidden;
    -webkit-user-select: none;
    -webkit-text-size-adjust: none;
}


a
{
	color:#48a9ab;
	}

a:active
{
	color:#48a9ab;
	}
a:hover
{
	color:#48a9ab;
	}

a:visited
{
	color:#48a9ab;
}




#searchForm
{
    display: none;
}

a[selected], a:active
{
    background-color: #CCCCCC !important;
}

div.toolbar
{
	
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-bottom: 1px solid #2d3642;
    border-top: 1px solid #6d84a2;
    height: 38px;
    background-color:#73bf44;
}

div.toolbar > h1
{
    position: absolute;
    top: -10px;
    left: 10px;
    height: 38px;
    font-size: 20px;
    width: 150px;
}

div.toolbar > h1 span.logo > span.l1
{
    font-family: Helvetica;
    font-weight: lighter;
    font-size: 21px;
    
}

div.toolbar > h1 span.logo > span.l2
{
    font-weight: bold;

}

.slog
{
	margin-top:22px;
	margin-left:11px;
    font-size:11px;
    color:White;

}

.signup
{
	height:36px;
	width:130px;
	background-image:url("../img/signup.gif");
	background-position:right;
	background-repeat:no-repeat;
	text-align:left;
	margin-top:-5px;
	margin-right:-10px;
	line-height:36px;
	}

.logout
{
	height:30px;
	width:85px;
	background-image:url("../img/logout.gif");
	background-position:right;
	background-repeat:no-repeat;
	text-align:left;
	/*margin-top:-5px;*/
	margin-right:-10px;
	line-height:30px;
	}	


#loginScreen
{
	height:150px;
	width:310px;
	text-align:right;
	background-image:url("../img/imgGarde.gif");
	background-repeat:no-repeat;
	color:#8f9194;
	font-size:20px;
	}

.toolbar a
{
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #FFFFFF;
    text-decoration: none;
}

body[orient="landscape"] > .toolbar > h1
{
    margin-left: -125px;
    width: 250px;
}

.button
{
    position: absolute;
    overflow: hidden;
    margin: 0;
    border-width: 0 5px;
    padding: 0 3px;
    width: auto;
    height: 30px;
    line-height: 30px;
    font-family: inherit;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-overflow: ellipsis;
    text-decoration: none;
    white-space: nowrap;
    background: none;
    -webkit-border-image: url(/partners/iphone/images/toolButton.png) 0 5 0 5;
}

.button_red
{
    -webkit-border-image: url(/partners/iphone/images/toolButtonRed.png) 0 5 0 5;
}

.button_top_right
{
    top: 8px;
    right: 6px;
}

.button_top_left
{
    top: 8px;
    left: 150px;
}


#backButton
{
    display: none;
    left: 6px;
    right: auto;
    padding: 0;
    max-width: 55px;
    border-width: 0 8px 0 14px;
    -webkit-border-image: url(/partners/iphone/images/backButton.png) 0 8 0 14;
}

.button_blue
{
    -webkit-border-image: url(/partners/iphone/images/blueButton.png) 0 5 0 5;
    border-width: 0 5px;
}

.button_white, .button_gray
{
    display: block;
    border-width: 0 12px;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    text-decoration: inherit;
    color: inherit;
    margin: 5px;
}

.button_white
{
    -webkit-border-image: url(/partners/iphone/images/whiteButton.png) 0 12 0 12;
    text-shadow: rgba(255, 255, 255, 0.7) 0 1px 0;
}

.button_gray
{
    -webkit-border-image: url(/partners/iphone/images/grayButton.png) 0 12 0 12;
    color: #FFFFFF;
}

div.dm_widget_iphone_placeholder
{
    text-align: center;
    margin-top: 160px;
    margin-bottom: 150px;
    font-size: 25px;
    color: #ccc;
}

body[orient="landscape"] div.dm_widget_iphone_placeholder
{
    margin-top: 100px;
}

div.dm_widget_iphone_list
{
    margin: 0;
    padding: 0;
    left: 0;
    top: 45px;
    width: 100%;
    min-height: 372px;
}

body[orient="landscape"] div.dm_widget_iphone_list
{
    min-height: 268px;
}

/*
div.dm_widget_iphone_list > a > #recent:before
{
    float: left;
    content: url(/partners/iphone/images/recent.png);
    margin: 2px;
}
*/
div.dm_widget_iphone_list > a > #profile:before
{
	margin-top:12px;
    float: left;
    content: url(../img/profile.gif);

}
div.dm_widget_iphone_list > a > #search:before
{
	margin-top:12px;
    float: left;
    content: url(../img/search.gif);

}

div.dm_widget_iphone_list > a > #buddy:after
{
	margin-top:12px;
    float: left;
    content: "";

}

div.dm_widget_iphone_list > a > #buddy:before
{
	margin-top:12px;
    float: left;
    content: url(../img/buddy.gif);

}

#searchB
{
	height:60px;
	border-bottom: 1px solid #E0E0E0;
	width:100px;
	line-height:60px;
	}




div.dm_widget_iphone_list > div.dm_widget_iphone_listitem,
div.dm_widget_iphone_list > a > div.dm_widget_iphone_listitem
{
    margin: 0;
    border-bottom: 1px solid #E0E0E0;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    list-style: none;
    height:60px;
    
}

div.dm_widget_iphone_list > a
{
    display: block;
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: inherit;
    background: url(/partners/iphone/images/listArrow.png) no-repeat right center;
}

div.dm_widget_iphone_listitem > div.text
{
    padding: 5px;
}
div.dm_widget_iphone_listitem > img.icon
{
    padding: 5px;
}

div.dm_widget_iphone_videoitem > img
{
    float: left;
}

div.dm_widget_iphone_videoitem div.info
{
    position: relative;
    left: 5px;
    padding: 5px;
    margin-right: 25px;
    height: 70px;
}

.dialog
{
    top: 0;
    width: 100%;
    min-height: 417px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.8);
    padding: 0;
    text-align: right;
}

.dialog > fieldset
{
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    border: none;
    border-top: 1px solid #6d84a2;
    padding: 10px 6px;
    background: url(/partners/iphone/images/toolbar.png) #7388a5 repeat-x;
}

.dialog > fieldset > h1
{
    margin: 0 10px 0 10px;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
    text-align: center;
}

.dialog > fieldset > label
{
    position: absolute;
    margin: 16px 0 0 6px;
    font-size: 14px;
    color: #999999;
}

input
{
    box-sizing: border-box;
    width: 100%;
    margin: 15px 0 0 0;
    padding: 6px 6px 6px 44px;
    font-size: 16px;
    font-weight: normal;
}


div.dm_widget_iphone_panel
{
    box-sizing: border-box;
    padding: 10px;
    background: #c8c8c8 url(/partners/iphone/images/pinstripes.png);
}

div.dm_widget_iphone_panel > fieldset
{
    position: relative;
    margin: 0 0 20px 0;
    padding: 0;
    background: #FFFFFF;
    -webkit-border-radius: 10px;
    border: 1px solid #999999;
    text-align: right;
    font-size: 16px;
}

div.dm_widget_iphone_panelrow
{
    position: relative;
    min-height: 42px;
    border-bottom: 1px solid #999999;
    -webkit-border-radius: 0;
    text-align: right;
    padding: 10px;
    overflow: hidden;
}

fieldset > div.dm_widget_iphone_panelrow:last-child
{
    border-bottom: none !important;
}

div.dm_widget_iphone_panelrow > input
{
    box-sizing: border-box;
    margin: 0;
    border: none;
    padding: 12px 10px 0 110px;
    height: 42px;
    background: none;
}

div.dm_widget_iphone_panelrow > label
{
    position: absolute;
    margin: 0 0 0 14px;
    line-height: 42px;
    font-weight: bold;
}

div.dm_widget_iphone_panelrow > .toggle
{
    position: absolute;
    top: 6px;
    right: 6px;
    width: 100px;
    height: 28px;
}

.toggle
{
    border: 1px solid #888888;
    -webkit-border-radius: 6px;
    background: #FFFFFF url(/partners/iphone/images/toggle.png) repeat-x;
    font-size: 19px;
    font-weight: bold;
    line-height: 30px;
}

.toggle[toggled="true"]
{
    border: 1px solid #143fae;
    background: #194fdb url(/partners/iphone/images/toggleOn.png) repeat-x;
}

.toggleOn
{
    display: none;
    position: absolute;
    width: 60px;
    text-align: center;
    left: 0;
    top: 0;
    color: #FFFFFF;
    text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
}

.toggleOff
{
    position: absolute;
    width: 60px;
    text-align: center;
    right: 0;
    top: 0;
    color: #666666;
}

.toggle[toggled="true"] > .toggleOn
{
    display: block;
}

.toggle[toggled="true"] > .toggleOff
{
    display: none;
}

.thumb
{
    position: absolute;
    top: -1px;
    left: -1px;
    width: 40px;
    height: 28px;    
    border: 1px solid #888888;
    -webkit-border-radius: 6px;
    background: #ffffff url(/partners/iphone/images/thumb.png) repeat-x;
}

.toggle[toggled="true"] > .thumb
{
    left: auto;
    right: -1px;
}

div.dm_widget_iphone_panel > h2
{
    margin: 0 0 8px 14px;
    font-size: inherit;
    font-weight: bold;
    color: #4d4d70;
    text-shadow: rgba(255, 255, 255, 0.75) 2px 2px 0;
}

#preloader
{
    display: none;
    background-image: url(/partners/iphone/images/loading.gif), url(/partners/iphone/images/selection.png),
        url(/partners/iphone/images/blueButton.png), url(/partners/iphone/images/listArrowSel.png), url(/partners/iphone/images/listGroup.png);
}


div.info
{
    line-height: 22px;
    overflow: hidden;
}

div.info div.title
{
    font-size: 15px;
    white-space: nowrap; 
    overflow: hidden;
}

div.info div.subLine
{
    font-size: 12px;
    white-space: nowrap; 
    overflow: hidden;
}

div.info div.subLine div
{
    display: inline;
    padding-right: 4px;
}

div.owner a
{
    color: #E36203;
}

/* video page */

div.dm_widget_iphone_panelrow > div.dm_widget_iphone_videoitem
{
    text-align: left;
    width: 120px;
    height: 90px;
}

div.dm_widget_iphone_panelrow > div.dm_widget_iphone_videoitem embed
{
    float: left;
}

div.dm_widget_iphone_panelrow > div.dm_widget_iphone_videoitem > div.info
{
    position: absolute;
    left: 140px;
    font-weight: bold;
    overflow: hidden;
}

div.dm_widget_iphone_panelrow > div.info
{
    font-size: 14px;
    text-align: left;
    margin-bottom: 10px;
}
div.dm_widget_iphone_panelrow > div.info > div.label
{
    font-weight: bold;
    float: left;
    width: 75px;
    text-align: right;
    color: #777777;
}
div.dm_widget_iphone_panelrow > div.info > div.data
{
    margin-left: 85px;
}
div.dm_widget_iphone_panelrow > div.info > div.data > a
{
    color: black;
}

div.dm_widget_pagination
{
    height: 60px;
}
div.dm_widget_pagination a
{
    color: #FFFFFF;
    font-size: 40px;
    text-decoration: none;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
    text-overflow: ellipsis;
    line-height: 20px;
    padding: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    border-width: 0 12px;
    -webkit-border-image: url(/partners/iphone/images/grayButton.png) 0 12 0 12;
    margin: 10px;
}
div.dm_widget_pagination div
{
    text-align: center;
}
div.dm_widget_pagination div.prev
{
    float: left;
}
div.dm_widget_pagination div.next
{
    float: right;
}

div.dm_widget_pagination div.foreground_50
{
    display: none !important;
}

.LoginInput
{
	width:150px;
	margin-left:10px;
	margin-right:5px;
	
	}

.dropDownBg
{
	background-color:#9ad8dc;
	}
	
.SubmitButton
{
	width:37px;
	height:33px;
	background-image:url("../img/okButton.gif");
	border:none;
	background-repeat:no-repeat;
	}

#LoginText
{
	margin-top:22px;
	margin-left:120px;
	}

.alignCenter
{
	text-align:center;
	}

.alignRight
{
	text-align:right;
	}

.error
{
	color:#de0707;
	}
	
.marginLeft
{
	margin-left:5px;
	}
	
.marginRight
{
	margin-left:5px;
	}

.PasswordContainer
{
	border:solid 1px Gray;
	background-color:#e3e3e3;
	width:98%;
}

#iphone_chat_request
{
	border:solid 1px Gray;
	background-color:#73bf44;
	text-align:center;
	padding:5px 5px 5px 5px;
	color:White;
	width:280px;
	margin:0 auto;
	display:none;
	position:absolute;
	z-index:100;
	left:14px;
	top:180px;
	}

#iphone_chat_declined_request
{
	border:solid 1px Gray;
	background-color:#87c3c2;
	text-align:center;
	padding:5px 5px 5px 5px;
	color:White;
	width:280px;
	margin:0 auto;
	display:none;
	position:absolute;
	z-index:150;
	left:14px;
	top:180px;
	}
	
.notification
{
	border:solid 1px #666666;
	background:#d9d9d9;
	width:300px;
	margin: 10px 0px 0px 10px;
	text-align:center;
	color:#73bf44;
	font-weight:bold;
	font-size:20px;
}


.searchResItem
{
	float:left;
	text-align:left;
	
	width:225px;
	
}

.searchResItem1
{
	float:right;
	width:90px;
	text-align:right;
	margin-top:10px;
}

.searchResItem .username
{
	font-size:26px;
	font-weight:bold;
}

.distance
{
	color:#CC0000;
	font-weight:bold;
}

.clearBoth1
{
	clear:both;
	border-bottom:solid 1px #CCCCCC;
	margin-bottom:10px;
	margin-top:5px;
	text-align:center;
	color:Orange;
	font-weight:bold;
}

.clearBoth1 a
{
		color:Orange;
}

.owner
{
	font-size:20px;
	color:#73bf44;
	}
.reader
{
	font-size:20px;
	color:#636363;
	
	}

.male
{
	color:#323aa8;
	}

.female
{
	color:#e31414;
	}

.lastMsg
{
	font-size:12px;
	font-style:italic;
	line-height:12px;
	}

.spacer
{
	height:5px;
	}

.underline
{
	text-decoration:underline
	}

.bold
{
	font-weight:bold;
	}

#notify_msg
{
	font-size:12px;
	position:absolute;
	top:3px;
	left:160px;
	color:White;
	}

.floatLeft
{
	float:left;
	}

.floatRight
{
	float:right;
	}

.alignLeft
{
	text-align:left;
	}

.paddingTop
{
	padding-top:6px;
	}

.unreadMsgs
{
	color:#ee2d25;
	}

.Green
{
	color:#73bf44;
	}

.Green a
{
	color:#73bf44;
	}
	
	.Green a:hover
{
	color:#73bf44;
	}
	
	.Green a:visited
{
	color:#73bf44;
	}
	
	.Green a:active
{
	color:#73bf44;
	}


.paddingTop
{
	
	margin-top:15px;
	}


#linkSearch
{
	width:220px;
	}

.userChat:before
{
	content:url("../img/map.gif");
	float:left;
	}

.userText
{
	margin-left:50px;
	}


.clearBoth
{
	clear:both;
	}

#buddyTitle
{
	border-bottom:solid 1px #73bf44;
	height:60px;
	font-weight:bold;
	
	}

.marginTop10
{
	margin-top:10px;
	}

.marginTop20
{
	margin-top:20px;
	}

.details
{
	font-weight:normal;
	font-size:10px;
	color:#7e7e7e;

	}

.searchResItem:before
{
	content:url("../img/map.gif");
	float:left;
	}


.Red
{
	color:#ee2d25;
	}


.Red a
{
	color:#ee2d25;
	}
	
	.Red a:hover
{
	color:#ee2d25;
	}
	
	.Red a:visited
{
	color:#ee2d25;
	}
	
	.Red a:active
{
	color:#ee2d25;
	}