body {
	background-color:#FFFFFF;
	font-family: Verdana,Alial,Helvetica,sans-serif;
	font-size: 10pt;
	margin:0;
	overflow:hidden;
	padding:32px 0 0;
}

body * {
	margin:0;
	padding:0;
}

/* Top Bar Layout*/
.wrapper {
	
}

.bar {
	background-image: url('../img/frame_bg.png');
	background-repeat: repeat-x;
	background-color: white;
	width: 100%;
	min-width: 900px;
	height: 32px;
	overflow: hidden;
	position: absolute;
	top:0;
	left:0;
	z-index:100;
}

/* General Box Styles */
.bar .box {
	margin: 7px 15px 5px 0;
	float: left;
}

.bar a.icon {
	display:block;
	width: 20px;
	height:20px;
}

/* Info Section */
.info {
	background-image: url('../img/frame_icons.png');
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: -230px -28px;
	padding-left: 20px;
	height: 32px;
	float: left;
}

.info .digits {
	float:left;
	background-color: #e81b17;
	height:20px;
	line-height:20px;
	color: white;
	font-weight: bold;
}

.info .time {
	color : #666666;
}

.info .rate {
	height:20px;
}

.info .rate .title{
	float:left;
	background-image: url('../img/frame_icons.png');
	background-repeat: no-repeat;
	background-color: trasparent;
	background-position: -52px -20px;
	width: 44px;
	height:20px;
}

.info .downarrow {
	float:left;
	background-image: url('../img/frame_icons.png');
	background-repeat: no-repeat;
	background-color: trasparent;
	background-position: -96px -20px;
	width: 20px;
	height:20px;
}


.info .uparrow{
	float:left;
	background-image: url('../img/frame_icons.png');
	background-repeat: no-repeat;
	background-color: trasparent;
	background-position: -116px -20px;
	width: 20px;
	height:20px;
}

.info .comments {
	height:20px;
}
.info .comments .title a {
	display: block;
	height:20px;
	width:94px;
}

.info .comments .left {
	float:left;
	background-image: url('../img/frame_icons.png');
	background-repeat: no-repeat;
	background-color: trasparent;
	background-position: -40px -40px;
	width:104px;
	height:20px;
}

.info .comments .right {
	float:left;
	background-image: url('../img/frame_icons.png');
	background-repeat: no-repeat;
	background-color: trasparent;
	background-position: -143px -40px;
	width:11px;
	height:20px;
}

.info .stats {
	float:left;
	background-image: url('../img/frame_icons.png');
	background-repeat: no-repeat;
	background-color: trasparent;
	background-position: 0px -20px;
	width:52px;	
	height:20px;
}

.info .stats a {
	display: block;
	width:52px;	
	height:20px;	
}


.info .info-link {
	float:left;
	background-image: url('../img/frame_icons.png');
	background-repeat: no-repeat;
	background-color: trasparent;
	background-position: -196px 0;
	width:42px;	
	height:20px;
}

.info .info-link a {
	display: block;
	width:42px;	
	height:20px;	
}

/* Sharing Options Section */
.share {
	margin-top: 6px;
	float: left;
	height: 20px;
}

.share .plus-minus {
	float: left;
	background: url('../img/frame_icons.png') no-repeat -20px -40px;
	height:20px;
	width: 20px;
}

.share .icons {
	float: left;
	height: 20px;
	width: 55px;
	background: url('../img/frame_icons.png') no-repeat -141px 0;
	overflow: hidden;
}

.share .icons .share-link {
	float:left;
	display: block;
	height:20px;
	width: 16px;
	margin-right: 4px;
}

.share .icons #shareIcon {
	float:right;
	height:20px;
	width: 56px;
	display: block;
}

.share .yahoo {
	float:left;
	background: url('../img/frame_icons.png') no-repeat -136px -20px;
	width:20px;	
	height:20px;
	margin-left: 10px;
}

/* The Logo */
.logo {
	background-image: url('../img/frame_icons.png');
	background-repeat: no-repeat;
	background-color: trasparent;
	background-position: -156px -30px;
	width: 74px;
	height: 30px;
	float:right;
	margin: 1px 5px 1px 0;
}
.logo a {
	display:block;
	width: 74px;
	height: 30px;
}

/* Page Frame */
iframe#lruPage {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 32px;
}


/* Dialog */
.dialog .b {
  background:url(../img/dialog/b.png);
}

.dialog .tl {
  background:url(../img/dialog/tl.png);
}

.dialog .tr {
  background:url(../img/dialog/tr.png);
}

.dialog .bl {
  background:url(../img/dialog/bl.png);
}

.dialog .br {
  background:url(../img/dialog/br.png);
}

.dialog {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

.dialog .popup {
  position: relative;
}

.dialog table {
  border-collapse: collapse;
}

.dialog td {
  border-bottom: 0;
  padding: 0;
}

.dialog .body {
  padding: 10px;
  background: #fff;
  width: 430px;
}

.dialog .loading {
  text-align: center;
}

.dialog .image {
  text-align: center;
}

.dialog img {
  border: 0;
  margin: 0;
}

.dialog .footer {
  padding-top: 5px;
  margin-top: 10px;
  text-align: left;
  clear: both;
}

.dialog .buttons-frame
{
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
}

.dialog .tl, .dialog .tr, .dialog .bl, .dialog .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

.dialog .main
{
	padding: 0;
	margin: 0;	
}
.dialog_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.dialog_hide {
  z-index:-100;
}

.dialog_overlayBG {
  background-color: #000;
  z-index: 99;
}

.dialog .alert-header
{
	font-size: 24px;	

}

label
{
	float: left;
	width: 120px;
	text-align: left;
}

input, textarea
{
	border: 1px solid #e1e1e1;
	background: #f7f7f7;	
	margin-top: 5px;
}

textarea {
	width: 300px;	
	height: 80px;
}

#comment_form {
	text-direction: ltr;
	text-align: left;
	0font-size: 12px;
}



a.button,
a.submit,
.button, 
.redbutton {
	background: transparent url(../img/common/button_background.png) top left;
	padding: 0.4em 0.4em;
	margin: 5px;
	border: #b3b3b3 solid 1px;
	cursor: pointer;
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
	font: 12px Tahoma;
	text-decoration: none;
	color: #333333;
}

a.button:hover,
a.submit:hover,
.button:hover {
	background-position: 0 -30px;
	border-color: #3c81c4;
}


a.redbutton,
submit.redbutton,
button.redbutton,
.reddbutton {
	color: #fff;
	background: transparent url(../img/common/redbutton_background.png) top left;
	border: #801 solid 1px;
}

a.redbutton:hover,
a.redsubmit:hover,
form redbutton:hover,
.redsubmit:hover {
	background-position: 0 -27px;
}

.buttons-frame a
{
	float: right;
	display: block;
	
}

.buttons-frame
{
	text-align: right;	
}
form button,
form input[type=submit],
form input[type=reset],
.submit
{
	background: transparent url(../img/common/button_background.png) top left;
	padding: 0.4em 0.4em;
	margin: 5px;
	border: #b3b3b3 solid 1px;
	cursor: pointer;
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
	font: 12px Tahoma;
}

form button:hover,
form input[type=submit]:hover,
form input[type=reset]:hover,
.submit:hover
{
	background-position: 0 -30px;
	border-color: #3c81c4;
}

.errors li
{
	
	list-style: none;	
	padding: 5px;
}


.errors
{

	margin-left: 120px;
	padding-left: 15px;
	background:url(../img/common/error.gif) no-repeat left;
	
}

.sm_form
{
	font-family: tahoma;
	font-size: 12px;
	direction: ltr;
}
