﻿/*! Copr. (c) 2010, 4delite */

html
{
	overflow-y: scroll;
}
html
{
	overflow: -moz-scrollbars-vertical;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ccc;
	padding: 0px;
	margin: 0px;
	background-color: #2A2E31;
	position: relative;
}

#aspnetForm
{
	width: 973px;
	margin: 0px auto;
}

#back
{
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
}

.switch #back
{
	z-index: -1;
	opacity: 0.5;
	display: block;
}

.switch #aspnetForm
{
	opacity: 0.5
}

ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

img
{
	border: 0px;
}

h1, h2, h3
{
	font-family: 'Helvetica Narrow', 'Arial Narrow', Arial, Sans-Serif;
	text-transform: uppercase;
	font-weight: normal;
	margin: 30px 0 10px 0px;
}

h1
{
	font-size: 11pt;
}
h2
{
	font-size: 11pt;
}
h3
{
	font-size: 11pt;
	color: #FF8B40;
}

h3 img
{
	vertical-align: middle;
	margin-right: 3px;
}

p
{
	font-size: 8pt;
	line-height: 150%;
	margin: 1.5em 0 2.1em;
}

hr
{
	height: 0px;
	border: none;
	border-top: 1px dashed #3B4D51;
	width: 100%;
	margin: 0;
	padding: 0;
}

.clearfix
{
	zoom: 1;
}

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


ul.horiz
{
	text-decoration: none;
}

ul.horiz li
{
	float: left;
}

ul.horiz li.firstChild
{
	border-left: none;
	padding-left: 0px;
}

#headerBar
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50%;
	height: 120px;
	background: #4A6368;
}

#headerBox
{
	position: relative;
	height: 120px;
	background-image: url(/images/header/headerBox.png);
	background-position: 192px top;
	background-repeat: no-repeat;
	background-color: #2A2E31;
}

#headerLogo
{
	position: absolute;
	left: 39px;
	top: 15px;
}

#headerPromo
{
	position: absolute;
	left: 638px;
	top: 72px;

	background-image:url(/images/header/home.toppromo.png);
	width: 275px;
	height: 81px;
	margin: 0;
}

#headerMenu
{
	font-family: 'Helvetica Narrow', 'Arial Narrow', Arial, Sans-Serif;
	font-weight: bold;
	font-size: 11px;
	margin-left: 42px;
	margin-top: 12px;
}

#headerMenu li
{
	margin-right: 37px;
	text-transform: uppercase;
}

#headerMenu a
{
	color: #ccc;
}

#headerMenu a:hover
{
	color: #FF8B40;
	background-image: url('/images/site/linkHover.png');
}


#logoLink
{
	display: block;
	float: left;
	margin: 20px 30px 19px 30px;
}



#loginBox,
#authBox
{
	position: absolute;
	top: 8px;
	left: 641px;
	width: 330px;
}

#loginBox div
{
	float: left;
	width: 110px;
	margin-right: 10px;
}

#loginBox span
{
	display: block;
	clear: left;
}

#authBox a
{
	float: left;
	margin-right: 20px;
}

#authBox a.mir
{
	margin-top: 1px;
}

#loginBox input.textBox
{
	display: block;
	width: 100%;
}

#loginBox input.button
{
	width: 66px;
	height: 15px;
	margin: 15px 0 0 0;
	padding: 0;
	border: 0;
	background: transparent url(/images/main/login.png) no-repeat center top;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	font-size: 0px;
	line-height: 10000px;
}


#contentBox
{
	margin: 40px 4px 0px 44px;
	position: relative;
}


/* Footer, area for nav items and Copyright info */
#footerBox
{
	margin: 62px 4px 0px 45px;
	padding: 0;
	color: #666;
	font-size: 8pt;
	clear: both;
}

#footerBox ul.horiz
{
	font-size: 8pt;
	color: #666;
}

#footerBox ul.horiz li
{
	font-size: 8pt;
	color: #666;
	margin-right: 15px;
}

#footerBox ul a,
#footerBox ul a:visited
{
	color: #666;
}

#footerBox ul a:hover
{
	text-decoration: underline;
}

#footerBox ul a:active
{
	color: #6EA8B3;
}


a,
a:visited
{
	color: #6EA8B3;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a:active
{
	color: #FF8B3F;
}

a.arrowLink
{
	background-image: url('/images/site/arrowLink.png');
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 9px;
	white-space: nowrap;
	display: inline-block;
}

a.link,
#footerBox ul a,
#headerMenu a,
ul.linkList a
{
	background-image: url('/images/site/link.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 9px;
	white-space: nowrap;
	display: inline-block;
	padding-bottom: 2px;
}





dl.form
{
	display: block;
}

dl.form dt
{
	text-align: right;
	clear: left;
	float: left;
	width: 110px;
	margin-top: 4px;
}

dl.form dd
{
	margin-left: 113px;
	padding-top: 2px;
	padding-bottom: 3px;
}

dl.form dd input
{
	width: 180px;
}


input.textBox,
textarea.textBox
{
	font-size: 9pt;
	border: 1px solid #555;
	background-color: transparent;
	color: #ccc;
	margin: 0px;
	padding: 0px;
}

input.default
{
	color: #555;
}


#curtain
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: black;
	display: none;
	z-index: 1;
}



#twitter
{
	overflow: hidden;
	height: 100%;
}

.tweet_time
{
	display: block;
	margin-top: 3px;
	margin-bottom: 10px;
}

.scrollBar
{
	position: relative;
	float: left;
	width: 18px;
	height: 100%;
	margin-right: 12px;
	border: 1px dashed #3B4D51;
}

#btnTweetUp,
#btnTweetDown
{
	position: absolute;
	left: 3px;
	width: 11px;
	height: 10px;
}

#btnTweetUp
{
	top: 3px;
	background-image: url(/images/site/arrowUp.png);
}

#btnTweetDown
{
	bottom: 3px;
	background-image: url(/images/site/arrowDown.png);
}


.mir
{
	display: block;
	amargin: 0;
	padding: 0;
	border: 0;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -1000em;
	font-size: 0px;
	line-height: 10000px;
	overflow: hidden;
}


fieldset
{
	position: relative;

	border: 1px dashed #3B4D51;
	margin: 8px 0 0 0;
	padding: 30px 15px 15px 15px;
}

fieldset legend span
{
	left: 2px;
	top: 18px;
	color: #6EA8B3;
	font-size: 9pt;
	font-weight: bold;
}

fieldset legend.fixLegend span
{
	top: 0px;
}


legend
{
	position: relative;
	margin: 0;
	padding: 0;
	left: 0;
	top: 0;
}

legend span
{
	position: absolute;
	white-space: nowrap;
}




#newsBox
{
}

#newsBox h2
{
	background-image: url(/images/secondary/newstweets.png);
	height: 29px;
	margin: 2px 0 0 4px;
}


.validationError
{
	color: #f88;
	font-size: 7pt;
}


body .radioButton input
{
}

.radioButton
{
	vertical-align: middle;
}
