body
{
	margin: 0px;
	background: #007996 url('http://ymex.tighosting.com/files/back-gradient.png') top left repeat-x;
	color: white;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

span.note
{
	font-size: 10px;
	color: gray;
}

td, th, div, p
{
	color: black;
}

a
{
	color: #007996;
	text-decoration: none;
}



hr
{ 
	/*width:100%; */
	border-style:none; 
	background:#fff;
	color:#fff;
	border-top:1px dotted #666666;
	margin:0 0 10px 0;
}

div.dottedline
{
	height: 15px; background: url('http://ymex.tighosting.com/files/dot.png') repeat-x center; 
}

div.dottedline hr
{
	display: none;
}

.errorbox
{
	border: 2px solid #9F0B00;
	background-color:#9F0B00;
	vertical-align: middle;
	padding: 5px;
	color: #fff !important;
}
.error
{
	font-weight:bold; color:#D50000 !important;
}

.msgbox
{
	border: 1px solid #00CC33;
	background-color:#CCFFCC; 
	padding: 4px;
	vertical-align:middle;
	color: #333 !important;
}


/*  These are the rollover settings use in the upload media popup */
#writingicon {
  display: block;
  width: 110px;
  height: 95px;
  background: url("http://ymex.tighosting.com/files/popup/popup-writing.png") no-repeat 0 0;
}
#writingicon:hover { 
  background-position: 0 -95px;
}
#writingicon span {
  display: none;
}

#audioicon {
  display: block;
  width: 110px;
  height: 95px;
  background: url("http://ymex.tighosting.com/files/popup/popup-audio.png") no-repeat 0 0;
}
#audioicon:hover { 
  background-position: 0 -95px;
}
#audioicon span {
  display: none;
}

#videoicon {
  display: block;
  width: 110px;
  height: 95px;
  background: url("http://ymex.tighosting.com/files/popup/popup-video.png") no-repeat 0 0;
}
#videoicon:hover { 
  background-position: 0 -95px;
}
#videoicon span {
  display: none;
}

#mashupicon {
  display: block;
  width: 110px;
  height: 95px;
  background: url("http://ymex.tighosting.com/files/popup/popup-mashup.png") no-repeat 0 0;
}
#mashupicon:hover { 
  background-position: 0 -95px;
}
#mashupicon span {
  display: none;
}

#gameicon {
  display: block;
  width: 110px;
  height: 95px;
  background: url("http://ymex.tighosting.com/files/popup/popup-game.png") no-repeat 0 0;
}
#gameicon:hover { 
  background-position: 0 -95px;
}
#gameicon span {
  display: none;
}

#imageicon {
  display: block;
  width: 110px;
  height: 95px;
  background: url("http://ymex.tighosting.com/files/popup/popup-image.png") no-repeat 0 0;
}
#imageicon:hover { 
  background-position: 0 -95px;
}
#imageicon span {
  display: none;
}

/******************************
Widget
*******************************/
#widget div
{
	padding: 0;
}

#widget {
	padding: 8px 8px;
	width:400px;
	border:#CCCCCC 1px dotted;
	vertical-align:middle;
}
#widget_stats {
	padding-bottom: 7px;
}

#widget .share {
	float:left;
	line-height:24px;
	padding-right: 5px;
}
#widget  #btn_widget_fav {
	float:left;
	padding-left: 26px;
	padding-right: 5px;
	background: url('http://ymex.tighosting.com/files/icons/fav_blank.png') no-repeat left;
	line-height: 24px;
}
#widget #btn_widget_fav.fav_active {
	float:left;
	padding-left: 26px;
	padding-right: 5px;
	background: url('http://ymex.tighosting.com/files/icons/fav.png') no-repeat left;
	line-height: 24px;
}

#widget  #btn_widget_flag {
	float:left;
	padding-left: 26px;
	padding-right: 5px;
	background: url('http://ymex.tighosting.com/files/icons/flag_blank.png') no-repeat left;
	line-height: 24px;
	margin-left: 5px;
}
#widget #btn_widget_flag.flag_active {
	float:left;
	padding-left: 26px;
	background: url('http://ymex.tighosting.com/files/icons/flag.png') no-repeat left;
	line-height: 24px;
	padding-right: 5px;
	margin-left: 5px;
}

/* Rating */
.rating {
	float:left;
	margin:4px 7px 0px 0px;
	cursor: pointer;
	display: block;
}
.rating:after {
	content: '.';
	display: block;
	height: 0;
	width: 0;
	clear: both;
	visibility: hidden;
	float: left;
}
.cancel,
.star {
	float: left;
	width: 17px;
	height: 16px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
}
.star-left, .star-right {  width: 8px }
.cancel, .cancel a {background: url("http://ymex.tighosting.com/files/icons/delete.gif") no-repeat 0 -16px;}

.star, .star a {background: url("http://ymex.tighosting.com/files/icons/rating.png") no-repeat 0 0px;}
.star-left, .star-left a {background: url("http://ymex.tighosting.com/files/icons/star-left.gif") no-repeat 0 0px;}
.star-right, .star-right a {background: url("http://ymex.tighosting.com/files/icons/star-right.gif") no-repeat 0 0px;}
	
.cancel a, .star a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0px;
}

div.rating div.on a { background-position: 0 -16px; }
div.rating div.hover a, div.rating div a:hover { background-position: 0 -32px; }