/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	SKYSALES_POPUP_WIDE.CSS
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
body {
	
	margin: 0px 0px 0px 0px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	min-width: 640px;
	max-width: 640px;
	position:absolute;
	top: 0;
	left: 0;
	padding: 0px 0px 0px 0px;
	vertical-align:top;
}

div.hr {
	width: 640px;
}
#wrapper, #footer {
	width: 640px;
}

/*REWARD ACTIVITY*/
table.rewards
{
	border: solid 2px #d4d4d4 !IMPORTANT;
	background-color: #ffffff !IMPORTANT;
	
}
table.rewards tr td.body
{
	margin: 0 0 0 0  !IMPORTANT;
	padding: 0 0 0 0  !IMPORTANT;
	background-color: #ffffff !IMPORTANT;
}
tr.rewardhead
{
	background-color: #b7b7b7 !IMPORTANT;
	font-weight: bold;
}
tr.rewardhead td
{
	background-color: #b7b7b7 !IMPORTANT;
	font-weight: bold;
}
tr.rewardbody td
{
	background-color: #ffffff !IMPORTANT;
}
tr.rewardbody td.rewardright
{
	background-color: #d4d4d4 !IMPORTANT;
}
tr.rewardfoot
{
	border-top: solid 2px #d4d4d4 !IMPORTANT;
	background-color: #ffffff !IMPORTANT;	
	font-weight: bold !IMPORTANT;
}
tr.rewardfoot td
{
	font-weight: bold !IMPORTANT;
}
tr.rewardheadline
{
	border-bottom: solid 2px #d4d4d4 !IMPORTANT;
	background-color: #ffffff !IMPORTANT;	
	font-weight: bold !IMPORTANT;
}
tr.rewardheadline td
{
	font-weight: bold !IMPORTANT;
}

/* from main for table stripping */
table.striped {
	margin-top: 10px !IMPORTANT;
	width: 90%;
	/*ie5.5 hack*/
	width: /**/100%;
}

table.striped input	{
margin-top: -1.5px;
}

table.striped td, #content table.striped th {
	padding: 2px 7px !IMPORTANT;
	
}

table.striped tr {
	background: #E8E8E8;
}

table.striped tr.odd {
	background: #F0F0F0;
	border-width: 1px
}
table.striped tr.odd_color {
	background-color: red;
}

table.striped thead tr {
	background: transparent;
}

table.striped tr.hr td {
	padding-top: 9px !IMPORTANT;
	background: transparent !IMPORTANT;
}

table.striped hr {
	display: none;
}

/*columns - wide */
body.home #content.wide	#rightcol	{
width:90%;
}

#content.wide div.column	{
width: 840px;
}

#content.wide div.left	{
float: left;
margin-right: 0px;

}

#content.wide div.right	{
width: 270px;
}

#content.wide div.regular	{
width: 196px;
}


/* more right */
#content.more_right div.right	{
	width: 310px;
}
	
#content.more_right div.column	{
	margin-left:0px;

}

#content.more_right div.left	{
	width:230px;
}


/* more left */
#content.more_left div.right	{
width: 205px;
	}
	
#content.more_left div.column	{
	margin-left:0px;
}

#content.more_left div.left	{
width: 345px;
}

#content.wide table.striped	{
width: 90%;
voice-family: "\"}\""; 
	voice-family:inherit;
	width: 100%;
}
	
html>body #content.wide table.striped {
	width: 100%;
}

/* headings */
h1,h2,h3,h4 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-decoration: none;
}
h1, #content h1 {
	color: #055A8D;
	font: bold 14px/14px Arial, Helvetica, sans-serif !IMPORTANT;
	margin-top: 0;
	padding-bottom: 4px;
	text-transform: lowercase;
}

