#invitations-widget
{
	position: absolute;
	top: 188px;
	left: 872px;
	
	width: 310px;
	color: #0f2b82;
	font-family: Arial,sans-serif;
	font-size: 10px;
	margin:0px;
}

#invitations-widget a, #invitations-widget a:link, #invitations-widget a:visited
{
	text-decoration: none;
	color: #0f2b82;
	text-align: center;
	background: #ffffff;
	cursor: pointer;
}

#invitations-widget a:hover
{
	text-decoration: none;
	color: #1a49a9;
	text-align: center;
	background: #ffffff;
	cursor: pointer;
}

#inv-header
{
	background: #042f7e url('../images/sprites/x-repeat-sprites.png') 0px -181px repeat-x; /* inv-bg-header.gif */
	width: inherit;
	height:63px;
	margin: 0px;
}

#inv-header img
{
	cursor: pointer;
	margin: 0px;
	display:block;
	float:right;
}

#inv-header-text
{
	width: 306px;
	clear: both;
	display: block;
	margin: 0px;
	padding-top: 8px;
	font-size: 17px;
	font-weight: normal;
	text-align: center;
	color: #ffffff;
}

#inv-body
{
	overflow-x: hidden;
	overflow-y: hidden;
	height: 0px;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #022259;
	background: #ffffff;
}

.inv-invite
{
	width: 300px;
	height: 141px;
	background: url('../images/new/invitations/bg-invite.jpg') top left no-repeat;
	text-align: left;
	padding: 0px 0px 0px 4px;
}

.inv-portrait
{
	clear:both;
	display:block;
	float:left;
	width:100px;
	margin-top: 4px;
	padding: 0px;
}

.inv-content
{
	float:left;
	width:185px;
	text-align:left;
}

.inv-title
{
	font-size:12px;
	margin:0px;
	margin-left:6px;
	margin-bottom:10px;
	margin-top: 4px;
	text-align:left;
}

.inv-buttoncol
{
	display:block;
	float:left;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:3px;
	padding-left: 4px;
}

#inv-close
{
    width: 24px;
    height: 16px;
    background: url("../images/sprites/main-sprites.png") -98px -70px no-repeat; /* icon-close.gif */
}

#inv-minimize.minimize-button
{
    width: 25px;
    height: 16px;
    background: url("../images/sprites/main-sprites.png") -98px -87px no-repeat; /* icon-min.gif */
}

#inv-minimize.maximize-button
{
    width: 25px;
    height: 16px;
    background: url("../images/sprites/main-sprites.png") -123px -70px no-repeat; /* icon-max.gif */
}

#inv-popout
{
    width: 24px;
    height: 16px;
    background: url("../images/sprites/main-sprites.png") -124px -87px no-repeat; /* icon-pop.gif */
}

.inv-chatnow
{
    cursor:pointer;
    margin-bottom:3px;
    display:block;
    width: 97px;
    height: 53px;
    background: url("../images/sprites/main-sprites.png") 0px -57px no-repeat; /* button-chatnow.png */
}

.inv-viewvideo
{
    cursor:pointer;
    display:block;
    width: 97px;
    height: 17px;
    /* shit! can't use a png sprite for this because it's animated. */
    /* background: url("../images/sprites/main-sprites.png") 0px -39px no-repeat; */ /* button-livevideo.gif */
    background: url("../images/new/invitations/button-livevideo.gif") 0px 0px no-repeat; /* temporary until there's an animated gif sprite. (maybe?) */
}

.inv-link
{
	display:block;
	float:left;
	width:69px;
	border:1px solid #16375c;
	border-left:0;
	border-top:0;
	padding-bottom:1px;
	margin-top:4px;
}

.inv-timer
{
	background: url('../images/sprites/x-repeat-sprites.png') 0px -153px repeat-x; /* bg-bar.gif */
	clear:both;
	width:168px;
	height:14px;
	margin-left:4px;
	margin-top:0px;
}

.inv-timer td
{
	background: url('../images/sprites/x-repeat-sprites.png') 0px -168px repeat-x; /* bg-box.gif */
}

.inv-timer td.expired
{
	background: none;
}

