/* prototip.css : http://www.nickstakenburg.com/projects/prototip */
.prototip { position: absolute; }
.prototip .effectWrapper { position: relative; }
.prototip .tooltip { position: relative; }
.prototip .toolbar {
	position: relative;
	display: block;
	}
.prototip .toolbar .title {
	display: block;
	position: relative;
	}
.prototip .content { clear: both; }
.prototip .toolbar a.close {
	position: relative;
	text-decoration: none;
	float: right;
	width: 15px;
	height: 15px;
	background: transparent url(close.gif);
	display: block;
	line-height: 0;
	font-size: 0px;
	border: 0;
	}
.prototip .toolbar a.close:hover { background: transparent url(../../Images/close_hover.gif); }

.iframeShim { 
	position: absolute;
	border: 0;
	margin: 0;	
    padding: 0;
    background: none;
}

/* Tooltip styles */
.prototip .default { width: 150px; color: #fff; }
.prototip .default .toolbar { background: #0F6788; font: italic 17px Georgia, serif; }
.prototip .default .title { padding: 5px; }
.prototip .default .content { background: dodgerblue; font: 11px Arial, Helvetica, sans-serif; padding: 5px;}

.prototip .silver { background: #fff; width: 200px; margin-top: 100px; margin-left: -120px; border: 5px solid #cccccc; color: #fff; font: 11px Arial, Helvetica, sans-serif;}
.prototip .silver .toolbar a.close:hover { background: url(close_hover_red.gif);}
.prototip .silver .title { padding: 5px; }
.prototip .silver .content { background: #fff url(../../microsite/style/BgTopTable.jpg) top left no-repeat; color: #666666; padding: 0px;}

form {
	margin: 0px;
	padding: 0px;
}
.prototip a, .prototip th {font-size: 12px;}

a#change_lang {
	background: url(../../microsite/style/template11/Globe-icon-blue.png) no-repeat 0 3px !important;
	line-height: 20px !important;
	height: 20px !important;
}
.select_lang {
	background: #fff;
	width: 185px;
	height: 100px;
	overflow-y: auto;
        overflow-x: hidden;
	margin: 5px 0px 5px 5px;
}
.select_lang table {
	width: 100%;
	float: left;
	margin-top: 5px;
	margin-left: 20px;
	border: none;
}
.select_lang table td{
	width: 20px;
}
.select_lang table th{
	float: left;
	text-align: left;
	padding: 0px;
}
input {
	margin: 0px 5px 0px 0px;
}
.submit_button {
	background: #fff url(../../Images/TableTitles_Bg.gif) top left repeat-x;
	width: 50px;
	border: 1px solid #999;
	float: right;
	margin: 3px 20px;
	padding: 3px 7px;
	text-align: center;
}
.submit_button a, .select_lang a {
	text-decoration: none;
}
.submit_button a:hover, .select_lang a:hover {
	text-decoration: underline;
}
