00001
00002 .prototip { position: absolute; }
00003 .prototip .effectWrapper { position: relative; }
00004 .prototip .tooltip { position: relative; }
00005 .prototip .toolbar {
00006 position: relative;
00007 display: block;
00008 }
00009 .prototip .toolbar .title {
00010 display: block;
00011 position: relative;
00012 }
00013 .prototip .content { clear: both; }
00014 .prototip .toolbar a.close {
00015 position: relative;
00016 text-decoration: none;
00017 float: right;
00018 width: 15px;
00019 height: 15px;
00020 background: transparent url(close.gif);
00021 display: block;
00022 line-height: 0;
00023 font-size: 0px;
00024 border: 0;
00025 }
00026 .prototip .toolbar a.close:hover { background: transparent url(close_hover.gif); }
00027
00028 .iframeShim {
00029 position: absolute;
00030 border: 0;
00031 margin: 0;
00032 padding: 0;
00033 background: none;
00034 }
00035
00036
00037 .prototip .default { width: 150px; color: #fff; }
00038 .prototip .default .toolbar { background: #0F6788; font: italic 17px Georgia, serif; }
00039 .prototip .default .title { padding: 5px; }
00040 .prototip .default .content { background: #1E90FF; font: 11px Arial, Helvetica, sans-serif; padding: 5px;}
00041
00042 .prototip .pinktip { border: 5px solid #a1a1a1; }
00043 .prototip .pinktip .toolbar { background: #ff1e53; color: #fff; font: italic 17px Georgia, serif; }
00044 .prototip .pinktip .title { padding: 5px; }
00045 .prototip .pinktip .content { background: #fff; color: #555555; font: 11px Arial, Helvetica, sans-serif; padding: 5px; }
00046
00047 .prototip .darktip { width: 250px; border: 5px solid #a1a1a1; }
00048 .prototip .darktip .toolbar { background: #606060; color: #fff; font: italic 17px Georgia, serif; }
00049 .prototip .darktip .toolbar a.close { background: url(close_hover.gif);}
00050 .prototip .darktip .toolbar a.close:hover { background: url(close.gif);}
00051 .prototip .darktip .title { padding: 5px;}
00052 .prototip .darktip .content { background: #808080; color: #fff; font: 11px Arial, Helvetica, sans-serif; padding: 5px; }
00053
00054 .prototip .silver { width: 300px; border: 5px solid #cccccc; color: #fff; font: 11px Arial, Helvetica, sans-serif;}
00055 .prototip .silver .toolbar { background: #2e2e2e; color: #fff; font-weight: bold; }
00056 .prototip .silver .toolbar a.close:hover { background: url(close_hover_red.gif);}
00057 .prototip .silver .title { padding: 5px; }
00058 .prototip .silver .content { background: #fff; color: #666666; padding: 5px;}
00059
00060 .protoClassic { width: 300px; border: 5px solid #8c939c; }
00061 .protoClassic .toolbar { background: #96b8e2 url(classic_toolbar.gif) top left repeat-y; font-weight: bold; color: #fff;}
00062 .protoClassic .toolbar a.close:hover { background: url(close_hover_red.gif);}
00063 .protoClassic .title { padding: 5px; }
00064 .protoClassic .content { background: #fff; color: #333333; font: 11px Arial, Helvetica, sans-serif; padding: 5px; }