@CHARSET "UTF-8";

@IMPORT url(MainNav.css);
@IMPORT url(Buttons.css);
@IMPORT url(Icons.css);
@IMPORT url(PageContainer.css);
@IMPORT url(ContentShell.css);
@IMPORT url(BodyContainer.css);
@IMPORT url(Benefits.css);
@IMPORT url(PreReg.css);
@IMPORT url(Features.css);
@IMPORT url(Footer.css);
@IMPORT url(Login.css);
@IMPORT url(Comments.css);
@IMPORT url(Invite.css);
@IMPORT url(Links.css);

body {
	margin:0px;
	font-family: tahoma, trebuchet ms, arial, verdana, sans;
	font-size: 11px;
	background: #090D10;
	text-align: center;
	color: #364958;
}

input {
	height: 13px;
	_height: 24px;
	font-family: tahoma, trebuchet ms, arial, verdana, sans;
	font-size: 11px;
	color: #2D85CD;
	border: 1px solid #CBCED3;
	padding: 5px;
	padding-top: 4px;
	background-image: url(../image/Buttons/Input_bg.gif);
	background-repeat: repeat-x;
}

textarea, select {
	font-family: tahoma, trebuchet ms, arial, verdana, sans;
	font-size: 11px;
	color: #2D85CD;
	border: 1px solid #CBCED3;
	padding: 5px;
	padding-top: 4px;
	background-image: url(../image/Buttons/Input_bg.gif);
	background-repeat: repeat-x;
}

.checkbox {
	background: transparent;
	background-image: none;
	width: auto;
	height: auto;
	border: 0;
	margin: 0;
	padding: 0;
}

ul {
	font-family: tahoma, trebuchet ms, arial, verdana, sans;
	margin: 8px 0 0 0;
	_margin-bottom: 0px;
	/*list-style-position: inside;*/
	list-style-position: outside;
	list-style-image: url(../image/Icons/Bullet.gif);
	list-style-type: square;
	padding:0px;
}

ul.Error {
	list-style-image: url(../image/Icons/ErrorBullet.gif);
}


li {
	margin:0px;
	margin-left: 15px;
	margin-bottom: 6px;
	padding:0;
	line-height: 8px;
}

a, a:active, a:visited {
	color: #2C82CD;
	font-weight: bold;
	text-decoration: none;
}

.error {
	color:#D02627;
}

#Header {
	height:134px;
	background-image: url('../image/repeating_bg_header.jpg');
	background-repeat: repeat-x;
}

#Logo {
	background-image: url(../image/logo.png);
	background-repeat: no-repeat;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='resource/image/logo.png',sizingMethod='scale');
	position: relative;
	left: -254px;
	width: 453px;
	height: 108px;
	margin-left: auto;
	margin-right: auto;
}

#MainContent {
	/*height: 1090px;*/
	background: #fff;
	background-image: url('../image/background.gif');
	background-repeat: repeat-x;
	margin: 0px;
}

#BetaSnipe {
	position:absolute;
	margin-left: 878px;
	margin-top: -10px;
	margin-left: 0px;
	left: 879px;
	width: 60px;
	height: 61px;
	background-image: url(../image/BetaSnipe.gif);
	background-repeat: no-repeat;
}

#HomeHeader {
	position:absolute;
	width:700px;
	left: 180px;
	/*padding-left: 150px;*/
	padding-top: 22px;
	font-size: 11px;
	font-weight: normal;
	color: #D4D4D6;
	text-align: left;
}

#HomeHeader span {
	color: #85CE4B;
}

#HomeHeader .intro {
	width: 390px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	padding-bottom: 12px;
}

.TopNavMore {
	float:right;
	margin-top: 3px;
	font-weight: bold;
	color: #EBECEE;
}

.TopNavMore img {
	border: 0px;
	position: relative;
	top: 2px;
}

.TopNavMore a {
	font-weight: normal;
	text-decoration: none;
}

.DocumentTopLink {
	float:right;
	background-image: url(../image/Icons/top.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	height: 16px;
	color:#2586D3;
	font-weight: normal;
	text-decoration: none;
}

.DocumentTopLink a, .DocumentTopLink a:active, .DocumentTopLink a:visited {
	color:#2586D3;
	text-decoration: none;
	font-weight: normal;
}

.MoreFeatures {
	float: left;
	background-image: url(../image/Icons/Info.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	height: 16px;
}

.MoreFeatures a, .MoreFeatures a:active, .MoreFeatures a:visited {
	color:#2586D3;
	text-decoration: none;
	font-weight: normal;
}


.SectionHeader {
	font-family: arial, verdana, sans;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 18px;
}

.PageBodyContent {
	text-align: left;
	color: #3A4853;
	font-size: 12px;
	padding: 20px 14px 0 18px;
	line-height: 18px;
	font-weight: normal;
}

.bluetag {
	color: #2C82CD;
}

.greentag {
	color: #35A400;
}

.greytag {
	color: #3B4B58;
}
