.intermission
{
	padding: 42px 0 0 0;
    margin: 0;
    background: #ffffff;
    overflow: hidden; 
    text-align: left;
}

.intermission #framebar
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 42px;
    z-index: 100;
    border-bottom: 2px solid #666;
    background: #ffffff;
}

.intermission #container 
{
	width: 100%;
	height: 42px;
	background: url(http://static.linkbucks.com/tmpl/mint/img/int_top_bg.gif) center top repeat-x;
	position:relative;
	text-align: center;
}

.intermission #content {
    width: 100%;
    height: 100%;
    z-index: 10;
    -webkit-box-sizing: border-box;    
}

.intermission #timer 
{
	position:absolute;
	z-index:10001;
	top:4px;
	left:12px;
	color:#ffffff;
	font-size:0.8em;
	font-family:Arial;
	font-weight:bold;
	text-shadow: 1px 1px 0px #000;
}

.intermission table 
{
	width:100%;
	height:42px;
	margin:0;
	padding:0;
	border: 0;
	border-collapse: collapse;
	border-spacing:0;
}

.intermission table .left 
{
	width: 220px;
	padding: 0 15px 0 15px;
	text-align: left;
	white-space:nowrap;
}

.intermission table .center 
{
	padding: 0 15px 0 0;
	text-align: center;
	white-space:nowrap;
}

.intermission table .right 
{
	width: 118px;
	padding: 0 15px 0 0;
	text-align: left;
	white-space:nowrap;
}

.intermission .button
{
	position:relative;
	width:118px;
	height:26px;
}

.intermission #skip
{
	position:absolute;
	z-index:10000;
}

.intermission #skip_disabled
{
	position:absolute;
	z-index:10001;
}

.intermission #advertise {
	color:#202020;
	font-size:0.9em;
	font-family:Arial;
	font-weight:bold;
	text-shadow: 1px 1px 0px #e3e3e3;
	text-decoration: none;
}

.topframe
{
	padding: 100px 0 0 0;
    margin: 0;
    background: #ffffff;
    overflow: hidden; 
    text-align: left;
}

.topframe #framebar
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 100;
    border-bottom: 2px solid #666;
    background: #ffffff;
}

.topframe #container 
{
	width: 100%;
	height: 100px;
	background: url(http://static.linkbucks.com/tmpl/mint/img/frame_top_bg.gif) center top repeat-x;
	position:relative;
	text-align: center;
}

.topframe #content {
    width: 100%;
    height: 100%;
    z-index: 10;
    -webkit-box-sizing: border-box;    
}

.topframe #banner {
    width: 728px;
    height: 90px;
    z-index: 10;
    -webkit-box-sizing: border-box;
    overflow: hidden;
}

.topframe table 
{
	width:100%;
	height:100px;
	margin:0;
	padding:0;
	border: 0;
	border-collapse: collapse;
	border-spacing:0;
}

.topframe table .left 
{
	width: 116px;
	padding: 0 10px 0 5px;
	text-align: left;
	white-space:nowrap;
}

.topframe table .center 
{
	padding-top: 5px;
	text-align: center;
	white-space:nowrap;
}

.topframe table .right 
{
	width: 118px;
	padding-left:10px;
	text-align: left;
	white-space:nowrap;
}
.topframe table img
{
	margin: 2px;
}

.sideframe
{
	padding: 0 0 0 175px;
    margin: 0;
    background: #ffffff;
    overflow: hidden; 
    text-align: left;
}

.sideframe #framebar
{
    position: absolute;
    top: 0;
    left: 0;
    width: 175px;
    height: 100%;
    z-index: 100;
    border-right: 2px solid #666;
    background: #ffffff;
}

.sideframe #container 
{
	width: 175px;
	height: 100%;
	background: url(http://static.linkbucks.com/tmpl/mint/img/frame_left_bg.gif) center top repeat-y;
	position:relative;
	text-align: center;
}

.sideframe #content {
    width: 100%;
    height: 100%;
    z-index: 10;
    -webkit-box-sizing: border-box;    
}

.sideframe #banner {
    width: 160px;
    height: 600px;
    z-index: 10;
    -webkit-box-sizing: border-box;
    overflow: hidden;
}

.sideframe table 
{
	width:175px;
	height:100%;
	margin:0;
	padding:0;
	border: 0;
	border-collapse: collapse;
	border-spacing:0;
}

.sideframe table .top 
{
	height: 55px;
	padding: 5px 0 10px 0;
	text-align: center;
	white-space:nowrap;
}

.sideframe table .middle 
{
	padding-left: 4px;
	text-align: center;
	white-space:nowrap;
}

.sideframe table .bottom 
{
	height: 110px;
	padding: 5px 0 10px 0;
	text-align: center;
	white-space:nowrap;
}
.sideframe table img
{
	margin: 2px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.intermission {
		padding: 42px 0 0 0; /* for webkit*/
	}
	.intermission #content {
		padding-bottom: 42px; /* for webkit*/
	}
	.topframe {
		padding: 100px 0 0 0; /* for webkit*/
	}
	.topframe #content {
		padding-bottom: 100px; /* for webkit*/
	}
}

img
{
	border-style: none;
}

.warning 
{
    border: 1px solid;
    color: #9F6000;
    background-color: #FEEFB3;
    width: 550px;
    height: 230px;
    text-align:left;
}

.warning #header
{
	font-size: 2.2em;
	font-family: Arial Rounded MT Bold;
}

.warning div
{
	margin: 20px;
}

.warning img
{
	margin-left: 10px;
	margin-right: 10px;
}
