.prototip {
position:absolute;
}
.prototip .effectWrapper, .prototip .tooltip, .prototip .toolbar, .prototip .toolbar .title {
position:relative;
}
.prototip .content {
clear:both;
}
.prototip .toolbar a.close {
background:transparent url(close.gif) repeat scroll 0 0;
border:0 none;
display:block;
float:right;
font-size:0;
height:15px;
line-height:0;
position:relative;
text-decoration:none;
width:15px;
}
.prototip .toolbar a.close:hover {
background:transparent url(close_hover.gif) repeat scroll 0 0;
}
.prototipLoader {
background:transparent url(prototip_loader.gif) repeat scroll 0 0;
height:14px;
left:-1000px;
position:absolute;
top:-1000px;
width:14px;
}
.iframeShim {
background:transparent none repeat scroll 0 0;
border:0 none;
margin:0;
padding:0;
position:absolute;
}
.prototip .default {
color:#000;
width:auto;
border: #5f5f5f 1px solid ;
float:left;


}
.prototip .default .toolbar {
-x-system-font:none;
background:#0F6788 none repeat scroll 0 0;
font-family:Georgia,serif;
font-size:17px;
font-size-adjust:none;
font-stretch:normal;
font-style:italic;
font-variant:normal;
font-weight:normal;
line-height:normal;
}
.prototip .default .title {
background-color:#a7cdf2;
padding:5px;
font-size:14px;
text-align: left;
}
.prototip .default .content {
-x-system-font:none;
background:#f6f6f6 none repeat scroll 0 0;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
padding:5px;
text-align: left;
float:left;
}
.prototip .pinktip {
border:5px solid #A1A1A1;
}
.prototip .pinktip .toolbar {
-x-system-font:none;
background:#FF1E53 none repeat scroll 0 0;
color:#FFFFFF;
font-family:Georgia,serif;
font-size:17px;
font-size-adjust:none;
font-stretch:normal;
font-style:italic;
font-variant:normal;
font-weight:normal;
line-height:normal;
}
.prototip .pinktip .title {
padding:5px;
}
.prototip .pinktip .content {
-x-system-font:none;
background:#FFFFFF none repeat scroll 0 0;
color:#555555;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
padding:5px;
}
.prototip .darktip {
border:5px solid #A1A1A1;
width:250px;
}
.prototip .darktip .toolbar {
-x-system-font:none;
background:#606060 none repeat scroll 0 0;
color:#FFFFFF;
font-family:Georgia,serif;
font-size:17px;
font-size-adjust:none;
font-stretch:normal;
font-style:italic;
font-variant:normal;
font-weight:normal;
line-height:normal;
}
.prototip .darktip .toolbar a.close {
background:transparent url(close_hover.gif) repeat scroll 0 0;
}
.prototip .darktip .toolbar a.close:hover {
background:transparent url(close.gif) repeat scroll 0 0;
}
.prototip .darktip .title {
padding:5px;
}
.prototip .darktip .content {
-x-system-font:none;
background:#808080 none repeat scroll 0 0;
color:#FFFFFF;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
padding:5px;
}
.prototip .silver {
-x-system-font:none;
border:5px solid #CCCCCC;
color:#FFFFFF;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
width:300px;
}
.prototip .silver .toolbar {
background:#2E2E2E none repeat scroll 0 0;
color:#FFFFFF;
font-weight:bold;
}
.prototip .silver .toolbar a.close:hover {
background:transparent url(close_hover_red.gif) repeat scroll 0 0;
}
.prototip .silver .title {
padding:5px;
}
.prototip .silver .content {
background:#FFFFFF none repeat scroll 0 0;
color:#666666;
padding:5px;
}
.protoClassic {
border:5px solid #8C939C;
width:300px;
}
.protoClassic .toolbar {
background:#96B8E2 url(classic_toolbar.gif) repeat-y scroll left top;
color:#FFFFFF;
font-weight:bold;
}
.protoClassic .toolbar a.close:hover {
background:transparent url(close_hover_red.gif) repeat scroll 0 0;
}
.protoClassic .title {
padding:5px;
}
.protoClassic .content {
-x-system-font:none;
background:#FFFFFF none repeat scroll 0 0;
color:#333333;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
padding:5px;
}