
#mainstage {
	margin: 20px auto;
	width: 728px;
}

#footerNav {
	text-align: center;
	font-size: 12px;
}

#footerNav ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#footerNav li {
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
	border-left-style: none;
	padding-right: 5px;
	padding-left: 5px;
	border-width: 1px;
	border-right-style: solid;
	border-right-color: #f3b82a;
	display: inline;
}

#footerNav li.last {
	border: 0px;
}

#footerNav a:link       { color:#ff6600; text-decoration:none; }
#footerNav a:visited      { color:#ff6600; text-decoration:none; }
#footerNav a:hover       { color:#ff6600; text-decoration:underline; }
#footerNav a:active      { color:#ff6600; text-decoration:none; }

div#profile {

}

div#profile div.left {
	width: 356px;
	float: left;
}
div#profile div.right {
	width: 324px;
	float: left;
}


div#profile div.details div.avatar {
	position: relative;
	width: 90px;
	height: 104px;
	background:transparent url(/images/profile/photoframe.png) no-repeat 0px 0px;
	float: left;
}

div#profile div.details div.avatar img {
	position: absolute;
	left: 9px;
	top: 9px;
	padding: 0;
	margin: 0;
	border: 0;
	width: 73px;
	height: 73px;
} 

div#profile div.details div.snapshot {
	float: left;
	padding-left: 4px;
	padding-top: 3px;		 
}

div#profile div.details div.snapshot h3 {
	color: #f41313;
	font-size: 20px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;	
}

div#profile div.details div.snapshot div.actions {
	padding: 0px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;	
}

div#profile div.details div.snapshot div.actions a {
	color: #f41313;
	text-decoration:none;
}

div#profile div.details div.snapshot div.actions a:hover { text-decoration:underline; }

div#profile div.details div.snapshot span.stats {
	font-size: 11px;
}

div#profile div.details div.snapshot div.tagline {
	padding-top: 10px;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;	
	font-style: italic;
	font-weight: normal;
	width: 262px;
}

div#profile div.stats {
	padding-top: 10px;
	padding-left: 94px;
}

div#profile div.stats span.label {
	display: inline-block;
	font-size: 12px;
	text-align: right;
}

div#profile div.stats span.data {
	text-align: left;
	color: #6b6b6b;
	font-size: 12px;
	padding-left: 6px;
}

div#profile div.aboutme {
	padding-top: 16px;
	padding-left: 10px;
	padding-right: 10px;
}

div#profile div.aboutme p {
	padding-top: 10px;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;	
	font-style: normal;
	font-weight: normal;	
}

div#profile div.actions {
	padding-top: 6px;
	padding-left: 6px;
}
	
div#profile div.actions div.row {
	padding-bottom: 10px;
}

div#profile div.actions a.contact {
	margin-right: 10px;
}

div#profile div.actions a.crush {
	margin-right: 10px;
}

div#profile div.actions a.contact img {
	width: 165px;
	height: 31px;	
	background-image: url(/images/profile/contact.png) ;
}

div#profile div.actions a.contact:hover img {
	width: 165px;
	height: 31px;	
	background-position: 0 31px;
	background-image: url(/images/profile/contact.png) ;
}

div#profile div.actions a.crush img {
	width: 165px;
	height: 31px;	
	background-image: url(/images/profile/crush.png) ;
}

div#profile div.actions a.crush:hover img {
	width: 165px;
	height: 31px;	
	background-position: 0 31px;
	background-image: url(/images/profile/crush.png) ;
}

div#profile div.actions a.favorites img {
	width: 165px;
	height: 31px;	
	background-image: url(/images/profile/favorites.png) ;
}

div#profile div.actions a.favorites:hover img {
	width: 165px;
	height: 31px;	
	background-position: 0 31px;
	background-image: url(/images/profile/favorites.png) ;
}


div#profile div.actions a.sendtofriend img {
	width: 165px;
	height: 31px;	
	background-image: url(/images/profile/sendtoafriend.png);
}

div#profile div.actions a.sendtofriend:hover img {
	width: 165px;
	height: 31px;	
	background-position: 0 31px;
	background-image: url(/images/profile/sendtoafriend.png);
}

div#profile div.advert {
	text-align: center;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #666666;
	margin-top: 16px;
	margin-left: 4px;
	width: 314px;
}

div#profile div.friendList {
	padding-top: 8px;
	padding-left: 6px;
	padding-bottom: 6px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;	
	text-align: right;
}
div#profile div.friendList a {
	margin-right: 12px;
}
div#profile div.friendList a:link       { color:#cc0000; text-decoration:none; }
div#profile div.friendList a:visited      { color:#cc0000; text-decoration:none; }
div#profile div.friendList a:hover       { color:#cc0000; text-decoration:underline; }
div#profile div.friendList a:active      { color:#cc0000; text-decoration:none; }

div#profile div.friendList div.friend {
	position: relative;
	margin-right: 8px;
	margin-bottom: 8px;
	width: 90px;
	height: 104px;
	background:transparent url(/images/profile/photoframe.png) no-repeat 0px 0px;
	float: left;
}

div#profile div.friendList div.friend img {
	position: absolute;
	left: 9px;
	top: 9px;
	padding: 0;
	margin: 0;
	border: 0;
	width: 73px;
	height: 73px;
}

div#profile div.minidash {
	position: relative;
	margin-top: 8px;
	padding-left: 12px;
	width: 351px;
	height: 169px;
	background:transparent url(/images/profile/yourprofile.gif) no-repeat 0px 0px;
}

div#profile div.minidash div.body {
	padding-top: 28px;
}

div#profile div.minidash div.actions {
	position: absolute;
	bottom: 14px;	
	font-size: 12px;
}

div#profile div.minidash div.actions ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

div#profile div.minidash div.actions li {
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
	border-left-style: none;
	padding-right: 4px;
	padding-left: 4px;
	border-width: 1px;
	border-right-style: solid;
	border-right-color: #AAAAAA;
	display: inline;
}

div#profile div.minidash div.actions li.first {
	padding-left: 0px;
}

div#profile div.minidash div.actions li.last {
	border: 0px;
}

div#profile div.minidash div.actions a:link       { color:#cc0000; text-decoration:none; }
div#profile div.minidash div.actions a:visited      { color:#cc0000; text-decoration:none; }
div#profile div.minidash div.actions a:hover       { color:#cc0000; text-decoration:underline; }
div#profile div.minidash div.actions a:active      { color:#cc0000; text-decoration:none; }

div#profile div.datingdetails {
	width: 356px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	padding-left: 90px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}

div#profile div.datingdetails .label {
	display: inline-block;
	width: 80px;
	text-align: right;
}

div#profile div.datingdetails .data {
	text-align: left;
	color: #6b6b6b;
	padding-left: 8px;
}


/* This file skins dialog */
div#add-friend-dialog div.avatar {
	position: relative;
	width: 90px;
	height: 104px;
	background:transparent url(/images/profile/photoframe.png) no-repeat 0px 0px;
	float: left;
}

div#add-friend-dialog div.avatar img {
	position: absolute;
	left: 9px;
	top: 9px;
	padding: 0;
	margin: 0;
	border: 0;
	width: 73px;
	height: 73px;
} 

div#add-friend-dialog div.message {
	float: left;
	width: 220px;
	padding: 6px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

div#remove-friend-dialog div.avatar {
	position: relative;
	width: 90px;
	height: 104px;
	background:transparent url(/images/profile/photoframe.png) no-repeat 0px 0px;
	float: left;
}

div#remove-friend-dialog div.avatar img {
	position: absolute;
	left: 9px;
	top: 9px;
	padding: 0;
	margin: 0;
	border: 0;
	width: 73px;
	height: 73px;
} 

div#remove-friend-dialog div.message {
	float: left;
	width: 220px;
	padding: 6px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}


/* This file skins dialog */
div#block-user-dialog div.avatar {
	position: relative;
	width: 90px;
	height: 104px;
	background:transparent url(/images/profile/photoframe.png) no-repeat 0px 0px;
	float: left;
}

div#block-user-dialog div.avatar img {
	position: absolute;
	left: 9px;
	top: 9px;
	padding: 0;
	margin: 0;
	border: 0;
	width: 73px;
	height: 73px;
} 

div#block-user-dialog div.message {
	float: left;
	width: 220px;
	padding: 6px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
.ui-dialog {
	background:transparent url(/images/profile/dialog.png) no-repeat 0px 0px;
}

.ui-dialog .ui-dialog-titlebar {
	padding: 0px;
	height: 21px;
	_height: 21px;
}

.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

.ui-draggable-disabled .ui-dialog-titlebar {
	cursor: default;
}

.ui-dialog .ui-dialog-titlebar-close {
	width: 16px;
	height: 16px;
	background: url(i/dialog-titlebar-close.png) no-repeat;
	position:absolute;
	top: 6px;
	right: 7px;
	cursor: default;
	display: none;
}

.ui-dialog .ui-dialog-titlebar-close span {
	display: none;
}

.ui-dialog .ui-dialog-titlebar-close-hover {
	background: url(i/dialog-titlebar-close-hover.png) no-repeat;
}

.ui-dialog .ui-dialog-title {
	margin-left: 5px;
	color: white;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	top: 5px;
	left: 4px;
}

.ui-dialog .ui-dialog-content {
	margin-top:  10px;
	margin-left: 10px;
	margin-right: 12px;
	margin-bottom: 16px;
}

.ui-dialog .ui-dialog-buttonpane {
	position: absolute;
	bottom: 0px;
	right: 12px;
	padding-bottom: 12px;
	text-align: right;
}

.ui-dialog .ui-dialog-buttonpane button {
	margin: 6px;
}

/* Dialog handle styles */
.ui-dialog .ui-resizable-n { cursor: n-resize; height: 6px; width: 100%; top: 0px; left: 0px; background: transparent url(i/dialog-n.gif) repeat scroll center top; }

.ui-dialog .ui-resizable-s { cursor: s-resize; height: 8px; width: 100%; bottom: 0px; left: 0px; background: transparent url(i/dialog-s.gif) repeat scroll center top; }

.ui-dialog .ui-resizable-e { cursor: e-resize; width: 7px; right: 0px; top: 0px; height: 100%; background: transparent url(i/dialog-e.gif) repeat scroll right center; }

.ui-dialog .ui-resizable-w { cursor: w-resize; width: 7px; left: 0px; top: 0px; height: 100%; background: transparent url(i/dialog-w.gif) repeat scroll right center; }

.ui-dialog .ui-resizable-se { cursor: se-resize; width: 9px; height: 9px; right: 0px; bottom: 0px; background: transparent url(i/dialog-se.gif); }

.ui-dialog .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: 0px; bottom: 0px; background: transparent url(i/dialog-sw.gif); }

.ui-dialog .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 29px; left: 0px; top: 0px; background: transparent url(i/dialog-nw.gif); }

.ui-dialog .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 29px; right: 0px; top: 0px; background: transparent url(i/dialog-ne.gif); }