body {margin: 0; padding: 0;}

/* TYPOGRAPHY
------------------------------- */
#medallion-widget
{color: #333333;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 11px;}


/* LINKS
------------------------------- */
#medallion-widget a, #medallion-widget a:active, #medallion-widget a:hover
{color: #3399CC;}

#medallion-widget a {text-decoration: none;}

#medallion-widget a:visited {color: #3399CC;}

#medallion-widget a:hover {text-decoration: underline;}


/* WIDGET LAYOUT
------------------------------- */
#medallion-widget
{position: absolute;
z-index: 100;
width: 240px;}

/***** USER OPTIONS RESET *****/
.user-options, .user-options li, .user-options form { margin:0;padding:0; }

.widget-heading
{background: #EEF9F9;
border: 1px solid #C6DBDB;
position: relative;
margin: 0 3px;
}

	.widget-heading h3
	{/*background: url(../images/widget/kachingle-logo-small.png) no-repeat;*/
	background: url(../images/widget/pilot_medallion.png) no-repeat;
	text-indent: -5000px;
	/*width: 149px;*/
	width: 181px;
	height: 35px;
	/*height: 32px;*/
	/*margin: 5px 8px 3px 8px;*/
	margin: 2px 8px 3px 8px;}
	
	.widget-heading p
	{border-top: 1px solid #C6DBDB;
	background: #ffffff;
	margin: 0;
	padding: 1px 8px 2px 8px;
	}
	
	.widget-heading .not_kachingling
	{background: #EEF9F9;}

	.widget-heading .pilot_msg
	{background: url(../images/widget/pilot_medallion_watermark2.png) no-repeat;
	width: 29px;
	height: 63px;
	position: absolute;
	top: 0;
	right: 0;}
	
	/* default gray coin */
	.widget-heading .kachingle-coin
	{background: url(../images/widget/coin-gray.png) no-repeat;
	width: 45px;
	height: 51px;
	position: absolute;
	top: 0;
	right: 0;}
	
	/* add extra class name to change coin to green */
	.kachingling {background: url(../images/widget/coin-green.png) no-repeat !important;}
	
.widget-body
{background: url(../images/widget/shadow-bottom.png) no-repeat bottom;
position: relative;
margin-top: -1px;
padding-bottom: 5px;}

	.widget-body .wrap1 {background: url(../images/widget/shadow-left.png) no-repeat left top;}

	.widget-body .wrap2 {background: url(../images/widget/shadow-right.png) no-repeat right top;}

	.widget-body .inner-wrap
	{background: #FFF;
	border: 1px solid #D6D6D6;
	padding: 8px;
	margin: 0 3px;}

	.widget-body .user-welcome {color: #666;}

.close-widget
{background: url(../images/widget/close-window.png) no-repeat;
text-indent: -5000px;
display: block;
width: 11px;
height: 11px;
position: absolute;
top: 8px;
right: 11px;}

.close-widget, .close-widget:hover {text-decoration: none !important;}
.close-widget { cursor: pointer; }

/* LISTS ---- */
#medallion-widget ul
{list-style-type: none;
display: block;
margin: 0;
padding: 0;}

#medallion-widget ul.help-options
{border-top: 1px dotted #CCC;
padding-top: 5px;
margin-top: 5px;}

/* WARNINGS, NOTICES ---- */
#medallion-widget .success
{color: #89B94A;
font-weight: bold;}

#medallion-widget .warning, #medallion-widget .warning-note {color: #DB6D3C;}

#medallion-widget .warning-note
{background: #FDEEE7 url(../images/widget/warning.png) no-repeat 5px 5px;
padding: 5px;
padding-left: 30px;
margin: 5px 0;}

	#medallion-widget .warning-note p {margin: 0;}


/* IE HACKS (move to separate file if you like)
------------------------------- */
/* fix layout glitches
#medallion-widget .widget-heading, #medallion-widget .widget-heading *,
.widget-body .wrap1
{zoom: 1.0;}
*/
/* simulate shadow in IE6 */
* html .widget-body, * html .widget-body .wrap1, * html .widget-body .wrap2 {background-image: none;}

* html .widget-body {padding: 0;}
* html .widget-body .inner-wrap {margin: 0;}
* html .widget-body, * html .widget-body .wrap1, * html .widget-body .wrap2 {padding: 0 1px 1px 1px;}

* html .widget-body {background-color: #EEE;}
* html .widget-body .wrap1 {background-color: #DDD;}
* html .widget-body .wrap2 {background-color: #BBB;}
