/* 

This stylesheet was created by sofamade.com
exclusively for the osnapz.com web interface.
Copyright (c) Osnapz. All rights reserved.

*/

/* @group CSS Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1.22em;
	font-family: inherit;
	vertical-align: baseline;
}

a img, :link img, :visited img {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol, ul {
	list-style: none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
}

/* @end */

/* @group Structure */

body {
	text-align: center;
	background-color: #444340;
	font-family: "Lucida Grande",Verdana,sans-serif;
}

.container {
	text-align: left;
	width: 900px;
	margin: 0 auto;
	display: inline-block;
}

.container {
	display: block;
}

.container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* @end */

/* @group Header */

#header {
	color: #fff;
	font: 81.25% "Lucida Grande", Verdana, sans-serif;
	background: #42413f url(../images/header.png) repeat-x 0 top;
}

#logo {
	width: 160px;
	height: 45px;
	float: left;
}

#login {
	text-align: right;
	width: 600px;
	padding-top: 15px;
	float: right;
}

#login input
{
    float: right;
}

#login .TwitterLogin { margin-right: 10px; }
#login .YouTubeLogin { margin-right: 10px; margin-top: 1px; }
#login .FoursquareLogin { margin-right: 10px; margin-top: 1px; }
#login .LinkedInLogin { margin-right: 10px; margin-top: 1px; }
#login .FlickrLogin { margin-right: 10px; margin-top: 1px; }
#login .FacebookLogin { margin-right: 10px; margin-top: 1px; width: 120px; float: right; }
#login .FacebookLogout { float: right; }

/* @end */

/* @group Navigation */

#navigation {
	color: #fff;
	font: 87.5% "Lucida Grande", Verdana, sans-serif;
	background: #6db5c9 url(../images/navigation.png) repeat center top;
	height: 31px;
	padding-top: 15px;
}

#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation ul li {
	text-align: center;
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navigation ul li a:link, #navigation ul li a:visited {
	color: #fff;
	line-height: 1.15em;
	text-decoration: none;
	text-align: center;
	background: #407b8b url(../images/tab.png) repeat-x center top;
	margin-right: 8px;
	padding: 8px 24px 7px;
	float: left;
}

#navigation ul li a:link.current, #navigation ul li a:visited.current {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	background: #ecebeb url(../images/tabbed.png) repeat-x center top;
}

#navigation ul li a:hover {
	background-color: #3e8ea2;
	background-image: none;
}

/* @end */

/* @group Layout */

#layout {
	background: #ecebeb url(../images/layout.png) repeat;
	padding: 40px 0;
}

/* @end */

/* @group Footer */

#footer {
	color: #fff;
	font: 68.75% Verdana;
	padding: 20px 0 80px;
	border-top: 7px solid #6db5c9;
}

#footer-right {
	float: right;
}

#footer-right a:link, #footer-right a:visited {
	color: #eca827;
	text-decoration: none;
}

#footer-right a:hover {
	color: #41b1d0;
	text-decoration: none;
}

/* @end */

/* @group Random */

.left {
	float: left;
}

.right {
	float: right;
}
.clear 
{
    clear: both;
}

hr {
	padding-bottom: 20px;
	border-top: 1px solid #a9a9a9;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

strong {
	font-weight: bold;
}

/*

 @end */

/* Misc, added by Tuyen */
.BodyTextNormal
{
	color: #333;
	font: 75% "Lucida Grande", Verdana, sans-serif;
}

#ctl00_lnkDashboard /* keep in sync with profile.css */
{
	text-decoration: none;
	color: #d59625;
	margin-left: 10px;
	margin-right: 10px;
}

#ctl00_lblLoginViewText /* keep in sync with profile.css */
{
	margin-right: 10px;
}

.Sponsor
{
    float: left;
    margin-right: 20px;
}
/* End of Stylesheet */
