
@import url('../common/style/commerce.css');
@import url('../common/style/old.css');


@media print {
	.noPrint {
		display:none;		
		visibility:hidden;
	}	
}

#welcome {
	padding-left:15;
	padding-top:20;
}

#rightWide {
	background-color:#fff;		
}

BODY {
	border:0;
	padding:0;
	background-color:#dce7eb;
}

.navig {
	background-image:url(../common/img/valikkotausta.gif);
	font:bolder 16px verdana;
	height:35;
	text-align:center;
	color:black;
}

.navig A {
	color:white;	
}

TD, INPUT {
	font-family:verdana;
	font-size:11;	
}

.inputField {
	border:1px inset #ccc;
	padding-left:2;	
}

.tower A, .tower {
	color:#0a1f4b;	
	font-weight:bold;
}

.tower .input {
	width:111;
	border:0;	
	font-size:12;
	height:25;
	padding:4;
}

.tower td {
	font-weight:bold;	
}

#content {
	padding:15;	
	border-left:1px solid #3F94D1;
}

TD.bag-header {
	font-weight:bold;
	border-bottom:1px solid blue;
	padding:0;	
}


.pageNavig {
	background-color:#62C2EE;
 	-moz-border-radius:12;
	border:1px outset #62C2EE;	
	margin-bottom:2;
}

.box {
	background-color:#fdDF2F;	
}

.pageNavig A {
	color:black;
	font-size:11;
	font-weight:bold; 
}

A {
	text-decoration:none;	
	color:#09507d;
}

A:hover {
	text-decoration:underline;	
}

.total {
	margin-top:1px solid black;
	font-weight:bold;
}

.bagButton {
	border:1px outset #efefef;
	background:#ffc;
	height:20;
}

.bagInput {
	border:1px inset #ccc;	
	text-align:center;
	margin-bottom:2;
	font-family:verdana;
	font-size:11;
}

.bonus1, .bonus2, .other {
	font-size:16;
}

.other {
	color:#666;
}

.bonus1 {
	color:blue;
}

.bonus2 {
	color:red;
}


TEXTAREA {
	overflow:auto;
	width:100%;
	height:200;
	border:1px solid #ccc;
	
	border-left:1px solid #999;
	border-top:1px solid #999;
	
	font-family:verdana;
	padding:4;
	font-size:13;
}

H1 {
	font-size:24;
}
H2 {
	font-size:22;
}
H3 {
	font-size:20;
}
H4 {
	font-size:18;
}
H5 {
	font-size:16;
}

th {
	height:25;	
	vertical-align:middle;
	background-color:#ff9;	
	font-weight:bold;
	border-bottom:10px solid white;
}


#scotch {
	position:absolute;
	top:170px;
	left:420px;
	width:210px;
	height:210px;
	padding:15px;
	padding-top:0px;
	border:1px solid #ccc;
	background:#F9FF51;
	font-family:verdana;
	background-image:url(../common/img/close.gif);
	background-position:99% 1%;
	background-repeat:no-repeat;
	visibility:hidden;
	
	/* non-standard visual definitions */
	-moz-opacity:95%;
	-moz-border-radius:8px;
	filter:
		revealTrans(Duration=.8,Transition=5) 
		alpha(opacity=95)
	;	
}

#scotch H3 {
	margin-bottom:8px;	
}

#hello {

}

.button {
	background-color:#108BD9;
	border:1px outset #108BD9;
	font-size:13;
	letter-spacing:1px;
}


.join {
	width:70px;		
	font-weight:bold;
	background-color:red;
}
