/* Form validation */ .invalid { border-color: #ff0000; } label.invalid { color: #ff0000; } /* Buttons */ #editor-xtd-buttons { padding: 5px; } .button2-left, .button2-right, .button2-left div, .button2-right div { float: left; } .button2-left a, .button2-right a, .button2-left span, .button2-right span { display: block; height: 22px; float: left; line-height: 22px; font-size: 11px; color: #666; cursor: pointer; } .button2-left span, .button2-right span { cursor: default; color: #999; } .button2-left .page a, .button2-right .page a, .button2-left .page span, .button2-right .page span { padding: 0 6px; } .page span { color: #000; font-weight: bold; } .button2-left a:hover, .button2-right a:hover { text-decoration: none; color: #0B55C4; } .button2-left a, .button2-left span { padding: 0 24px 0 6px; } .button2-right a, .button2-right span { padding: 0 6px 0 24px; } .button2-left { background: url(/templates/system/images/j_button2_left.png) no-repeat; float: left; margin-left: 5px; } .button2-right { background: url(/templates/system/images/j_button2_right.png) 100% 0 no-repeat; float: left; margin-left: 5px; } .button2-left .image { background: url(/templates/system/images/j_button2_image.png) 100% 0 no-repeat; } .button2-left .readmore { background: url(/templates/system/images/j_button2_readmore.png) 100% 0 no-repeat; } .button2-left .pagebreak { background: url(/templates/system/images/j_button2_pagebreak.png) 100% 0 no-repeat; } .button2-left .blank { background: url(/templates/system/images/j_button2_blank.png) 100% 0 no-repeat; } /* Tooltips */ div.tooltip { float: left; background: #ffc; border: 1px solid #D4D5AA; padding: 5px; max-width: 200px; z-index:13000; } div.tooltip h4 { padding: 0; margin: 0; font-size: 95%; font-weight: bold; margin-top: -15px; padding-top: 15px; padding-bottom: 5px; background: url(/templates/system/images/selector-arrow.png) no-repeat; } div.tooltip p { font-size: 90%; margin: 0; } /* Caption fixes */ .img_caption.left { float: left; margin-right: 1em; } .img_caption.right { float: right; margin-left: 1em; } .img_caption.left p { clear: left; text-align: center; } .img_caption.right p { clear: right; text-align: center; } .img_caption { text-align: center!important; } .img_caption.none { margin-left:auto; margin-right:auto; } .caption.left { float: left; margin-right: 1em; } .caption.right { float: right; margin-left: 1em; } .caption.left p { clear: left; text-align: center; } .caption.right p { clear: right; text-align: center; } .caption.none { margin-left:auto; margin-right:auto; } .caption { text-align: center!important; } /* Calendar */ a img.calendar { width: 16px; height: 16px; margin-left: 3px; background: url(/templates/system/images/calendar.png) no-repeat; cursor: pointer; vertical-align: middle; } /* OpenID icon style */ input.system-openid, input.com-system-openid { background: url(http://openid.net/images/login-bg.gif) no-repeat; background-color: #fff; background-position: 0 50%; color: #000; padding-left: 18px; } /* Unpublished */ .system-unpublished { background: #e8edf1; border-top: 4px solid #c4d3df; border-bottom: 4px solid #c4d3df; } /* System Messages */ #system-message { margin-bottom: 10px; padding: 0;} #system-message dt { font-weight: bold; } #system-message dd { margin: 0; font-weight: bold; text-indent: 30px; } #system-message dd ul { color: #0055BB; margin-bottom: 10px; list-style: none; padding: 10px; border-top: 3px solid #84A7DB; border-bottom: 3px solid #84A7DB;} /* System Standard Messages */ #system-message dt.message { display: none; } #system-message dd.message { } /* System Error Messages */ #system-message dt.error { display: none; } #system-message dd.error ul { color: #c00; background-color: #E6C0C0; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B;} /* System Notice Messages */ #system-message dt.notice { display: none; } #system-message dd.notice ul { color: #c00; background: #EFE7B8; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E;} /* Debug */ #system-debug { color: #ccc; background-color: #fff; padding: 10px; margin: 10px; } #system-debug div { font-size: 11px;} /* -------------------------------------------------------------- reset.css * Resets default browser CSS. Based on work by Eric Meyer meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ This file contain also clearfix and round corners reset -------------------------------------------------------------- */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;} body { line-height: 1;} ol, ul { list-style: none;} blockquote, q { quotes: none;} /* remember to define focus styles! */ :focus {outline: 0;} /* remember to highlight inserts somehow! */ ins { text-decoration: none;} del { text-decoration: line-through;} /* tables still need 'cellspacing="0"' in the markup */ table { border-collapse: collapse; border-spacing: 0;} /* Clearing floats without extra markup Based on How To Clear Floats Without Structural Markup by PiE [http://www.positioniseverything.net/easyclearing.html] */ .clearfix:after, .container:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;} .clearfix { display: inline-block; } * html .clearfix { height: 1%; } .clearfix { display: block; } /* Round Corners Reset */ /* \*/ * html .tlc, * html .trc {height: 1%;} /* */ /*---------------------------------------------------------------- Copyright: Copyright (C) 2008 IceTheme. All Rights Reserved License: Copyrighted Commercial Software Author: IceTheme - http://wwww.icetheme.com ---------------------------------------------------------------- */ body { color: #616161; background:#fff; font-family:Georgia, "Times New Roman", Times, serif; line-height:1.6;} body.font-small { font-size:65%;} body.font-medium { font-size:75%;} body.font-large { font-size:85%;} /* Headings -------------------------------------------------------------- */ h1,h2,h3,h4,h5,h6 { color: #777; font-family:Georgia, "Times New Roman", Times, serif; letter-spacing:0.02em; font-weight: normal; } h1 { font-size: 3em; margin-bottom: 0em;} h2 { font-size: 2.5em; margin-bottom:0.5em; } h3 { font-size: 2em; line-height: 1; margin-bottom: 1em; } h4 { font-size: 1.5em; line-height: 1.25; margin-bottom:0.5em; } h5 { font-size: 1.2em; font-weight: bold; margin-bottom: 1.5em; } h6 { font-size: 1em; font-weight: bold;} /* General elements -------------------------------------------------------------- */ p { margin: 0 0 1em;} p.last { margin-bottom: 0!important} p img { float: left; margin: 0 15px 10px 0; padding: 0} img { margin: 0 0 15px} .reflectimg { float: left; margin: 20px;} div.captionimage { width:285px; margin-right:15px; float:left;} div#page div.captionimage { width:150px;} p.textcaption { color:#999; font-size:.9em; text-align: center; font-style: italic; text-indent: 0;} a:link { text-decoration: none; outline:none; color:#005C7A} a:visited { text-decoration:none;color:#551A8B} a:hover{ text-decoration:underline} strong { font-weight: bold} em { font-style: italic; background: #ffc} .small { font-size: .9em; color:#999999; } .large { font-size: 1.2em} .highlight { background:#F8ECD3;} .line-through { text-decoration:line-through; color:#888;} .dropcap { display: block; float:left; font: 5.6em/75% Georgia, "Times New Roman", Times, serif ; padding: 4px 8px 0 0; } hr { background:#E1E1D7; clear: both; border:none; float: none; width: 100%; height: 1px; display:block; overflow:hidden; } /* Lists -------------------------------------------------------------- */ /* Unordered and Ordered Lists */ ul, ol { margin:.5em 1.5em 2em 1.5em} ul { list-style-type:disc;} ul.check, ul.arrow, ul.cross, ul.light, ul.star { list-style: none; margin-left:0} ul.check li, ul.arrow li, ul.cross li, ul.light li, ul.star li { list-style-type:none; background-repeat: no-repeat; background-position: center left; padding: 4px 0 3px 25px} ul.check li { background-image:url(/templates/it_prestige/images/typo_check.jpg);} ul.arrow li { background-image:url(/templates/it_prestige/images/typo_arrow.jpg);} ul.cross li { background-image:url(/templates/it_prestige/images/typo_cross.jpg);} ul.light li { background-image:url(/templates/it_prestige/images/typo_light.jpg);} ul.star li { background-image:url(/templates/it_prestige/images/typo_star.jpg);} ul.check-big, ul.arrow-big, ul.cross-big, ul.light-big, ul.star-big { list-style: none; margin-left:0} ul.check-big li, ul.arrow-big li, ul.cross-big li, ul.light-big li, ul.star-big li { list-style-type:none; background-repeat: no-repeat; background-position: center left; padding: 11px 0 8px 50px; font-size:1.4em; font-weight:bold;} ul.check-big li { background-image:url(/templates/it_prestige/images/typo_check-big.jpg);} ul.arrow-big li { background-image:url(/templates/it_prestige/images/typo_arrow-big.jpg);} ul.cross-big li { background-image:url(/templates/it_prestige/images/typo_cross-big.jpg);} ul.light-big li { background-image:url(/templates/it_prestige/images/typo_light-big.jpg);} ul.star-big li { background-image:url(/templates/it_prestige/images/typo_star-big.jpg);} ol { list-style-type: decimal} /* on the search results page */ ol.list li { margin-bottom:2em} ol.list h4 { margin:0 0 .2em} /* Definiton Lists */ dl { margin: 0 0 1.5em 0} dl dt { font-weight: bold} dd { margin-left: 1.5em} /*Blockquotes*/ blockquote { margin: 1.5em 1.5em 2em; color: #666; font-style: italic; background: transparent url(/templates/it_prestige/images/quote_start.png) left top no-repeat;} blockquote div { padding: 0 30px; background: transparent url(/templates/it_prestige/images/quote_end.png) right bottom no-repeat;} /*Codes*/ pre,code { white-space: pre; background:#F9F9F9; border: 1px solid #ccc; border-left: 10px solid #ccc; margin: .5em 0 1.5em; padding: 20px; font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 1.7} /* Tables -------------------------------------------------------------- */ table { margin-bottom: 1.4em; } th,td { padding: 4px 10px 4px 0; } tfoot { font-style: italic; } table.custom { width:100%; border-top:1px solid #ccc; border-right:1px solid #ccc; margin:1em auto; border-collapse:collapse;} table.custom caption { color: #ccc; font-size:1em; letter-spacing:.1em; margin:1em 0 0 0; padding:0; caption-side:top; text-align:center;} table.custom tr.odd td { background:#F9F9F9} table.custom tr.odd .column1 { background:#F0F0F0;} table.custom .column1 { background:#F0F0F0;} table.custom td { border-bottom:1px solid #ccc; border-left:1px solid #ccc; padding:.5em 1.2em; text-align:center;} table.custom th { font-weight:normal; text-align:left; border-bottom: 1px solid #ccc; border-left:1px solid #ccc; padding:.3em 1em;} table.custom thead th { background:#F0F0F0; text-align:center; font:bold 1.3em/2.2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif; color:#555} table.custom tfoot th { text-align:center; background:#F0F0F0;} table.custom tfoot th strong { font:bold 1.2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif; margin:.5em .5em .5em 0; color:#66a3d3;} table.custom tfoot th em { color:#f03b58; font-weight: bold; font-size: 1.1em; font-style: normal;} /*---------------------------------------------------------------- Copyright: Copyright (C) 2008 IceTheme. All Rights Reserved License: Copyrighted Commercial Software Author: IceTheme - http://wwww.icetheme.com ---------------------------------------------------------------- */ /* General Forsm Styles */ label { font-weight: normal;} fieldset { padding:1.4em; margin: 1em 0 1.5em .2em; border: 1px solid #E6E6E6;} legend { font-size:1.5em; background:#fff; color:#777; border:1px solid #E6E6E6; padding:0.2em 1em} /* Text fields */ .inputbox { margin:0 0.25em 0 0; border: 1px solid #E6E6E6; color: #555; background:#F2F2F2; line-height:18px; padding:3px 5px;} .inputbox:hover, .inputbox:focus { background:#fff; border-color:#D9D9D9;} textarea { width: 90%; height: 200px; border: 1px solid #E6E6E6; background:#F2F2F2; color: #555; padding:5px 8px; margin:0.5em 0.5em 0.5em 0; overflow:hidden; } textarea:hover, textarea:focus { background:#fff; border-color:#D9D9D9;} select { border:1px solid #E6E6E6; color: #555; background:#fff; padding:2px 2px 2px 4px!important; outline:none;} select:focus { background:#fff} /* Other */ form p img { float:none; margin:0; vertical-align:middle} /* Success, Notice and Error Form Messages */ .success, .notice, .error { padding:5px 10px 5px 40px; margin-bottom: 1.5em;} .success { border:1px solid #C6D880; color: #264409; background:#E6EFC2 url(/templates/it_prestige/images/typo_success.png) no-repeat 10px center} .notice { border:1px solid #FFD324; color: #514721; background:#FFF6BF url(/templates/it_prestige/images/typo_note.png) no-repeat 10px center } .error { border:1px solid #FBC2C4; color: #8A1F11; background:#FBE3E4 url(/templates/it_prestige/images/typo_error.png) no-repeat 10px center} /* Buttons -------------------------------------------------------------- */ .buttonarea { border:1px solid #E6E6E6; margin:0 0 2em .2em; padding:15px;} .round { cursor:pointer; color:#ccc; text-decoration:none; font-family:Verdana, Geneva, sans-serif; line-height:27px; background-image:url(/templates/it_prestige/images/button.png); background-repeat:no-repeat; background-position:right top; padding-right:15px; vertical-align:middle; display:block; /*opera*/ display:inline-block; /*ie*/ display:-moz-inline-box; /*ff*/} .round a { color:#ccc!important; text-decoration:none;} .round span { background-image:url(/templates/it_prestige/images/button.png); background-repeat:no-repeat; background-position:left top; height:29px; display:block; display:inline-block; padding-left:15px;} /*button tag*/ button {border:0; border:none; background:transparent; width:auto; overflow:visible; white-space:nowrap; padding:0 2px; cursor:pointer; cursor:hand;} button:hover .round {background-position:right bottom; color:#fff;} button:hover .round span {background-position:left bottom;} .round:hover {background-position:right bottom; color:#fff;} .round:hover span {background-position:left bottom;} /*---------------------------------------------------------------- Copyright: Copyright (C) 2008 IceTheme. All Rights Reserved License: Copyrighted Commercial Software Author: IceTheme - http://wwww.icetheme.com ---------------------------------------------------------------- */ /* Miscellaneous ===========================///////////////////-===========================*/ /* Accessibility */ #accessibility { overflow: hidden; width: 0; height: 0; display:none;} /* Wrapping */ .wrapper_full { width:100%; margin:0 auto;} .wrapper { width:970px; margin:0 auto;} /* Set some default styles for Float, Width, Separator and TextAlight */ .floatleft { float:left; } .floatright { float:right; } .width16 { width: 15%; } /* Propotion 1/6 */ .width20 { width: 20%; } /* Propotion 1/5 */ .width25 { width: 24.2%; } /* Propotion 1/4 */ .width33 { width: 32.6%; } /* Propotion 1/3 */ .width50 { width: 49%; } /* Propotion 1/2 */ .width75 { width: 74.5%; } /* Propotion 3/4 */ .width100 { width: 99%; } /* Propotion 1/1 */ /* This are for User 1 - 3 and User 4 - 6 Modules*/ .width1_user { width: 32.1%; } /* Propotion 1/3 */ .width2_user { width: 48.9%; } /* Propotion 2/3 */ .width3_user { width: 100%; } /* Propotion 3/3 */ /* This are for Content 1 - 2 and Content 3 - 4 Modules*/ .width1_content { width: 48.9%; } /* Propotion 1/1 */ .width2_content { width: 100%; } /* Propotion 1/2 */ .separator { margin-right:10px; } .aligncenter { text-align:center;} .alignright { text-align:right;} .padding { padding:10px} /* Header ===========================///////////////////-===========================*/ #header_inside { background:#fff url(/templates/it_prestige/images/header_inside.png) repeat-x top; clear:both} #header_shadow { background:url(/templates/it_prestige/images/header_shadow.png) no-repeat top;} #header_inside .padding { padding:45px 0 10px; position:relative; overflow:hidden} #header_inside .moduletable { padding-bottom:15px} /* Header Top */ #header-top { background:url(/templates/it_prestige/images/header_top.png) repeat-x top; height:36px; color:#ccc;} #header-top .wrapper { position:relative;} #header-top_c { text-align:center; background:url(/templates/it_prestige/images/header_top_c.png) repeat-x center; height:34px; margin-top:35px; margin-bottom:-34px} #header-top_l { background:url(/templates/it_prestige/images/header_top_l.png) no-repeat left center; height:34px; padding-left:20px} #header-top_r { background:url(/templates/it_prestige/images/header_top_r.png) no-repeat right center; height:34px; padding-right:18px} /* Header Modules */ #header .icemodule { } #header .icemodule h3 {} #header .moduletable {} #header .moduletable h3 { font-size:1.4em; margin:0; padding:0} /* Logo */ #logo { width:275px; margin:0 auto} #logo img { float:none; margin:-18px 0 0} /* Font Switcher */ #fontswitcher { margin:5px 0 0 19px; position:relative; overflow:hidden; float:right;} #fontswitcher ul { float:left; margin:0} #fontswitcher ul li { list-style-type:none; float:left;} #fontswitcher ul li a { text-align:center; width:15px; height:25px; margin-right:2px; display:block;} #fontswitcher ul li a:hover { border-bottom:none} #fontswitcher ul li.largefont a { background:url(/templates/it_prestige/images/font_large.png) no-repeat top} #fontswitcher ul li.normalfont a { background:url(/templates/it_prestige/images/font_normal.png) no-repeat top} #fontswitcher ul li.smallfont a { background:url(/templates/it_prestige/images/font_small.png) no-repeat top } #fontswitcher ul li.largefont a:hover{ background-position: bottom} #fontswitcher ul li.normalfont a:hover{ background-position: bottom} #fontswitcher ul li.smallfont a:hover{ background-position: bottom } /* Date Module -----------------*/ p#icedate { margin:0; font-size:.9em;} p#icedate span { padding:0 3px} /* RSS Feeds -----------------*/ #rss-module { margin:4px 0 5px 15px} #rss-module a { display:block; width:25px; height:25px; background:url(/templates/it_prestige/images/rssmodule.png) no-repeat center} #rss-module a span { display:none} /*===========================///////////////////-=========================== Content ===========================///////////////////-===========================*/ /* UserArea -----------*/ #userarea { padding:10px 0 0; height:60px; background:url(/templates/it_prestige/images/userarea.png) no-repeat bottom center} /* Promo ------------*/ #promo { clear:both; position:relative; overflow:hidden; padding-top:5px;} /* Genral Decoration ---------------------*/ #content_gradient_t { background:url(/templates/it_prestige/images/content_gradient_t.png) repeat-x top; margin-top:-73px;} #content_shadow_b { background:url(/templates/it_prestige/images/content_shadow_b.png) no-repeat center bottom;} #content_gradient_b { background:url(/templates/it_prestige/images/content_gradient_b.png) repeat-x bottom;} #content_t { background:url(/templates/it_prestige/images/content_t.png) no-repeat center top; margin:20px auto 0; height:325px;} #content_t_padding { padding-top:50px} #content_b { background:url(/templates/it_prestige/images/content_b.png) no-repeat center bottom; margin:-24px auto 0; height:274px;} #content_shadow { background:url(/templates/it_prestige/images/content_shadow.png) repeat-y center;} #content { clear:both; position:relative; min-height:80px; overflow:visible;} #content_inside { margin:-290px auto 0; position:relative;} #content_inside_2 { margin-bottom:-295px; overflow:hidden;} /* Some modules variations that we used to display our Joomla Modules */ .icemodule h3 { font-size:1.2em; font-weight:bold; padding:0; margin:0 0 8px } /* Moduletable Modules on Content only */ #content .moduletable, #header_inside .moduletable { margin:0;} #content .moduletable_r, #header_inside .moduletable_r { background:url(/templates/it_prestige/images/moduletable_r.png) no-repeat top right; height:53px; margin-bottom:-8px;} #content .moduletable_l, #header_inside .moduletable_l { background:url(/templates/it_prestige/images/moduletable_l.png) no-repeat top left; height:53px;} #content .moduletable h3, #header_inside .moduletable h3 { line-height:32px; padding-left:10px; color:#555; font-size:1.2em;} #content .moduletable h3 span, #header_inside .moduletable h3 span{ color:#005C7A} #content .moduletable_content, #header_inside .moduletable_content { padding:0 10px } /* with "grey" suffix */ #content .grey .moduletable_r, #header_inside .grey .moduletable_r { background-image:url(/templates/it_prestige/images/moduletable_grey_r.png);} #content .grey .moduletable_l, #header_inside .grey .moduletable_l { background-image:url(/templates/it_prestige/images/moduletable_grey_l.png);} #content .grey h3, #header_inside .grey h3 { color:#444;} /* with "dark" suffix */ #content .dark .moduletable_r, #header_inside .dark .moduletable_r { background-image:url(/templates/it_prestige/images/moduletable_dark_r.png);} #content .dark .moduletable_l, #header_inside .dark .moduletable_l { background-image:url(/templates/it_prestige/images/moduletable_dark_l.png);} #content .dark h3, #header_inside .dark h3 { color:#ccc;} #content .dark h3 span, #header_inside .dark h3 span { color:#fff} /* Enable icons on the modules */ .icon-download h3 span.icons, .icon-mail h3 span.icons, .icon-lock h3 span.icons, .icon-twitter h3 span.icons, .icon-user h3 span.icons, .icon-feed h3 span.icons, .icon-cart h3 span.icons, .icon-calendar h3 span.icons, .icon-star h3 span.icons, .icon-tick h3 span.icons{ display:inline-block; width:25px; height:30px; float:right; margin:0 5px 0 0; padding:0; background-image:url(/templates/it_prestige/images/module_icons.png); background-repeat:no-repeat;} .icon-download h3 span.icons { background-position: center 0} .icon-mail h3 span.icons { background-position: center 11%} .icon-lock h3 span.icons { background-position: center 22.2%} .icon-twitter h3 span.icons { background-position: center 32.5%} .icon-user h3 span.icons { background-position: center 44.5%} .icon-feed h3 span.icons { background-position: center 55.1%} .icon-cart h3 span.icons { background-position: center 66.5%} .icon-calendar h3 span.icons { background-position: center 77.9%} .icon-star h3 span.icons { background-position: center 88.5%} .icon-tick h3 span.icons { background-position: center 100%} /* Columns -------------------*/ #columns-container{ min-width: 50em; margin:0; padding-left:1px; position:relative; width:950px; border-bottom:none;} #outer-column-container { border-style:solid; border-color:transparent;} #inner-column-container{ width: 100%; border-style:transparent; border-color:#fff; outline-width:1px; padding-bottom:5px;} #source-order-container{ float: left; width: 100%; min-height:400px;} #middle-column{ float: right; /* middle column goes right of the left column since the two share the same parent element */ width: 100%; /* make the middle column as wide as possible for a fluid layout. this is not possible if it's parent element, #source-order-container, wasn't also at 100% width */} #left-column{ float: left; /* float left, where it'll live */} #right-column{ float: right; /* float on the right side of the layout */} .clear-columns { clear: both;} .inside { margin: 15px 0 0; } #left-column .inside { margin-right:10px} #right-column .inside { margin-left:10px} #middle-column_br { background:url(/templates/it_prestige/images/middle-column_br.png) no-repeat bottom right} #middle-column_bl { background:url(/templates/it_prestige/images/middle-column_bl.png) no-repeat bottom left} #middle-column_tr { background:url(/templates/it_prestige/images/middle-column_tr.png) no-repeat top right} #middle-column_tl { background:url(/templates/it_prestige/images/middle-column_tl.png) no-repeat top left} #middle-column_fix { padding:10px; position:relative; overflow:hidden; min-height:250px;} /* Columns Modules without a Suffix */ #columns-container .col-module { margin:0 0 15px; position:relative; overflow:visible; background:url(/templates/it_prestige/images/col-module_br.png) no-repeat bottom right;} #columns-container .col-module div{ background:url(/templates/it_prestige/images/col-module_bl.png) no-repeat bottom left;} #columns-container .col-module div div{ background:url(/templates/it_prestige/images/col-module_tr.png) no-repeat top right;} #columns-container .col-module div div div { background:url(/templates/it_prestige/images/col-module_tl.png) no-repeat top left;} #columns-container .col-module div div div div { background:none} #columns-container .col-module .col-module_header_r { background:url(/templates/it_prestige/images/col-module_header_r.png) no-repeat top right; height:55px; margin-bottom:-25px;} #columns-container .col-module .col-module_header_l { background:url(/templates/it_prestige/images/col-module_header_l.png) no-repeat top left; height:55px;} #columns-container .col-module h3 { color:#fff; line-height:30px; margin:0 10px 0; position:relative; overflow:hidden; white-space: nowrap; display:inline-block; font-size:1.25em;} #columns-container .col-module h3 span.col-module_header_color { color:#ccc } #columns-container .col-module_content { clear:both; min-height:50px; padding:9px;} #columns-container .col-module-style1 {} #columns-container .col-module-style1 div { } #columns-container .col-module-style1 div div { background:url(/templates/it_prestige/images/colmodule_style1_tr.png) no-repeat top right;} #columns-container .col-module-style1 div div div { background:url(/templates/it_prestige/images/colmodule_style1_tl.png) no-repeat top left;} #columns-container .col-module-style1 div div div div { background:none} #columns-container .col-module-style1 div div div div, #columns-container .col-module-style1 .col-module_header_r, #columns-container .col-module-style1 .col-module_header_l { background:none; height:auto; margin:0} #columns-container .col-module-style1 h3 { color:#555; font-weight:bold; margin:0; padding:10px 10px 0; line-height:normal; display:block; font-size:1.3em;} #columns-container .col-module-style1 h3 span.col-module_header_color { color:#888 } /* Columns Modules Suffix = style2 */ #columns-container .col-module-style2 { margin:0 0 15px; background:url(/templates/it_prestige/images/colmodule_style2_br.png) no-repeat bottom right;} #columns-container .col-module-style2 div { background:url(/templates/it_prestige/images/colmodule_style2_bl.png) no-repeat bottom left;} #columns-container .col-module-style2 div div { background:url(/templates/it_prestige/images/colmodule_style2_tr.png) no-repeat top right;} #columns-container .col-module-style2 div div div { background:url(/templates/it_prestige/images/colmodule_style2_tl.png) no-repeat top left;} #columns-container .col-module-style2 div div div div, #columns-container .col-module-style2 .col-module_header_r, #columns-container .col-module-style2 .col-module_header_l { background:none; height:auto; margin:0} #columns-container .col-module-style2 div.col-module_fix { overflow:visible; position:relative; clear:both; padding:0} #columns-container .col-module-style2 h3 { font-size:1.3em; padding:5px 0 2px; margin:0 10px 0; color:#fff; display:block; background:url(/templates/it_prestige/images/colmodule_style2_header.png ) repeat-x bottom left;} #columns-container .col-module-style2 h3 span.col-module_header_color { color:#ccc } #columns-container .col-module-style2 .col-module_content { padding:10px; color:#D9D9D9} /* Main Column Module */ #usertopmods, #userbottommods { position:relative; overflow:hidden; clear:both;} #usertopmods .separator, #userbottommods .separator { margin-right:10px} #usertopmods { margin-bottom:15px} #userbottommods{ margin-top:15px} #contenttopmods, #contentbotmods { position:relative; overflow:hidden;} #contenttopmods { margin-bottom:20px} #middle-column .usermodule { border:none; overflow:hidden; background: url(/templates/it_prestige/images/usermodule_br.png) no-repeat bottom right;} #middle-column .usermodule div { padding: 0; background: url(/templates/it_prestige/images/usermodule_bl.png) no-repeat bottom left;} #middle-column .usermodule div div { padding: 0; background: url(/templates/it_prestige/images/usermodule_tr.png) no-repeat top right;} #middle-column .usermodule div div div{ padding: 0; background: url(/templates/it_prestige/images/usermodule_tl.png) no-repeat top left;} #middle-column .usermodule div div div div { margin: 0; padding: 10px; overflow:visible; background: none;} #middle-column .usermodule h3 { margin:-8px 0 6px 0; line-height:32px; border-bottom:1px dashed #DEDEDE; padding:0; font-size:1em; font-weight:bold;} /* Fix Icons for Usermodule */ #content .usermodule h3 span.icons {} /* Inset Modules */ .insetmods { } .insetmods .moduletable { margin:0 0 15px!important} /* Bottom ---------------------*/ #bottom { padding:10px 0 0} /* Footer ===========================///////////////////-===========================*/ #footer { background-color:#292929; background-repeat:repeat-x; background-position:top;} #footer .padding { min-height:100px;} #footer_t { background:url(/templates/it_prestige/images/footer_t.png) no-repeat top;} /* Footer Modules -------------------*/ #footer .moduletable { margin:70px 0 40px 9px;} #footer .moduletable h3 { font-size:1.4em; margin:0 0 4px; color:#B2B2B2; padding:0; line-height:1.5em;} #footer .moduletable h3 span { color:#fff} #footer .moduletable a { color:#ccc; border-bottom:1px dashed #999} #footer .moduletable a:hover { color:#fff; border-bottom:1px dashed #ccc; text-decoration:none} #footer .moduletable .moduletable_content { color:#B2B2B2} #footer .separator { background:url(/templates/it_prestige/images/footer_seperator.png) no-repeat center right; padding-right:4px; margin-right:5px;} /* Enable icons on the modules */ #footer .icon-download h3 span.icons, #footer .icon-mail h3 span.icons, #footer .icon-lock h3 span.icons, #footer .icon-twitter h3 span.icons, #footer .icon-user h3 span.icons, #footer .icon-feed h3 span.icons, #footer .icon-cart h3 span.icons, #footer .icon-calendar h3 span.icons, #footer .icon-star h3 span.icons, #footer .icon-tick h3 span.icons{ display:inline-block; width:25px; height:30px; float:left; margin:-4px 6px 0 0; padding:0; background-image:url(/templates/it_prestige/images/module_icons.png); background-repeat:no-repeat;} /* Copyright -----------------*/ #copyright { clear:both; background:url(/templates/it_prestige/images/copyright.png) repeat-x center bottom} #copyright_wrapper { clear:both; padding-top:10px; padding-bottom:11px} #copyright p#copytext { margin:0; color:#777; display:inline } #copyright p#icelogo { margin:0 20px 0 0; display:inline} #copyright p#icelogo img { margin:0 0 -4px 0; float:none} #copyright #gotop { position:relative;} #copyright #gotop p { position:absolute; top:-19px; overflow:visible; left:925px; z-index:99999; margin:0;} #copyright #gotop p a{ width:20px; height:20px; display:block; background:url(/templates/it_prestige/images/go_top.png) no-repeat top} #copyright #gotop p a:hover { background-position:bottom} #copyright #gotop p span{ display:none} /*===========================///////////////////-=========================== Default Joomla Component ===========================///////////////////-===========================*/ /* com_content -------------------------------------------------------------------*/ /* Blog Layout */ .blog { position:relative; overflow:hidden;} .blog_description { position:relative; overflow:hidden; padding-bottom:20px; background:url(/templates/it_prestige/images/articlerow_sep.jpg) no-repeat bottom center;} .blog_description h1 { font-size:2em} .blog h2{ margin:0; padding:0;} .blog h2 a:hover { text-decoration:none; color:#555} .blog div.iteminfo { margin:0 0 10px; padding:0; clear:both; color:#555;} div.iteminfo p { display:inline-block; color:#999; margin:0; line-height:27px;} .leading div.iteminfo p { line-height:27px; height:27px; font-size:1.2em;} .leading div.iteminfo p.createdate { background:url(/templates/it_prestige/images/createdate.png) no-repeat left center; padding-left:35px; padding-right:18px;} .leading div.iteminfo p.createdate { background:url(/templates/it_prestige/images/createdate.png) no-repeat left center; padding-left:35px; padding-right:18px; } div.iteminfo p.modifydate { } div.iteminfo p.createdby { } .blogcontent { clear:both; padding:0;} .blog img { /* The decoration for the images that are added on the articles */ float:left; border:1px solid #ddd; padding:2px; background-color:#EBEBEB; margin:0 10px 10px 0 } p.buttonheading { float:right; margin:3px 0 0 0; } p.buttonheading img { margin:0 0 0 5px; border:none; padding:none;} .leading p.buttonheading { margin-top:8px; } .blog .round {margin:10px 0 0} .blog .article_column .round {margin:15px 0 -10px} /* Leading Article */ .blog .leading { position:relative; overflow:hidden;} .blog .leading h2 { margin-bottom:0; font-size:1.85em;} /* Column-Divided Articles */ .articles_wrap { clear:both; padding-bottom:5px; position:relative; overflow:hidden;} .blog .article_row { position:relative; padding:25px 0 0; margin-top:15px; overflow:hidden; background:url(/templates/it_prestige/images/main_sep.png) no-repeat center top;} .blog .article_row h2 { display:block; font-size:1.2em; line-height:1.6em; margin-bottom:.15em;} .blog .article_row .cols3 h2 { font-size:1.1em;} .blog .article_row .cols2 { /* When you set up the category/section/frontpage intro articles to have 2 columns we divede it in 2 parts */ width:50%; float:left;} .blog .article_row .cols3 { /* and this when you set up in 3 parts */ width:33.3%; float:left;} .blog .article_row .column1 .article_column { padding-right:10px} .blog .article_row .column2 .article_column { padding-left:9px; border-left:1px dashed #D6D6D6} .blog .article_row .column3 .article_column { padding-left:15px;} /* The styles below are for the article layout page */ #page { margin:10px 0 0 } #page h1.contentheading { font-size:1.85em; padding-bottom:.4em; border-bottom:3px solid #E6E6E6; line-height:1.4; margin:0} #page img { float:left; } p.noticebottom { clear:both; position:relative; overflow:hidden; margin:0 0 15px; height:29px; border-top:1px solid #E6E6E6; text-align:center; border-bottom:1px solid #E6E6E6; line-height:30px;} #page div.itemcontainer { padding:0; margin-bottom:15px;} #page div.itemcontainer div.iteminfo { float:left; color:#999; margin:7px 0 15px } #page div.itemcontainer div.iteminfo p { font-size:1.2em;} #page div.itemcontainer div.iteminfo p.modifydate, #page div.itemcontainer div.iteminfo p.createdby { margin-right:12px; padding-right:10px;} #page div.itemcontainer div.iteminfo p.createdate { background:url(/templates/it_prestige/images/createdate.png) no-repeat left center; padding-left:35px; padding-right:18px; } #page div.buttonheading { float:right; margin:13px 0 0;} #page div.buttonheading img { margin:0 0 0 7px;} .blog_more { /* For the links that are ander the intro articles listing */ position:relative; overflow:hidden; margin-bottom:20px; padding-top:5px; clear:both} .blog_more h2{ font-size:1.75em; margin:10px 0 5px} .blog_more ul { margin:0; clear:both; width:100%;} .blog_more ul li { list-style-type:none; float:left; width:49%; position:relative; overflow:hidden} .blog_more ul li a { float:left; height:29px; display:block; white-space: nowrap; overflow:hidden; line-height:30px; padding:0 10px;} /* This is for Archived Content List */ p.archivedlist .inputbox { width:100px} div.pagination { /* Pagination styles */ border-top:1px solid #DBDBDB; border-bottom:1px solid #DBDBDB; padding:12px 12px; clear:both; position:relative; overflow:hidden; margin:0 -9px 15px;} div.pagination p.counter { float:right; margin:0;} div.pagination ul { float:left; margin:0;} div.pagination ul li { float:left; list-style-type:none; padding:0 7px; border:1px solid #e9e9e9} div.pagination ul li a {} div.pagination ul li a:hover { text-decoration:none; color:#555} /* Read More Button */ p.readmore { margin:0 0 0 1px; clear:both; display:inline-block; background:#fff url(/templates/it_prestige/images/readmore_bg.png) repeat-x bottom; border:1px solid #dedede; padding:2px 14px 2px 0;} .readmore a { color:#777; background:url(/templates/it_prestige/images/readmore.png) no-repeat 8% 53%; padding-left:28px; display:inline-block;} .readmore a:hover { background-image:url(/templates/it_prestige/images/readmore_hover.png); text-decoration:none;} /* com_search ---------------*/ #searchpage .searchintro { background:#F9F9F9; padding:5px 15px 0; position:relative; overflow:hidden; clear:both} #searchpage .searchintro p.left { float:left} #searchpage .searchintro p.right { float:right} #searchpage ol p { margin-bottom:1em} #searchpage ol span.discategory{ color:#999} ol.latestnews, ol.mostreadmod { margin-bottom:0 } ol.latestnews li, ol.mostreadmod li { color:#808080;} /*===========================///////////////////-=========================== Default Joomla Modules sytling ===========================///////////////////-===========================*/ /* mod_search ---------------*/ #searcharea { float:right; margin:-2px -4px 10px 0;} #search_bg { width:310px; height:27px; background-image:url(/templates/it_prestige/images/search_bg.png); background-repeat: no-repeat; background-position:top center;} #search_bg form { margin:0 0 0 13px} #search_bg label { display:none; } #search_bg .inputbox { width:225px; margin:0; padding:0; background:none; border:none; color:#666;} #search_bg .inputbox:focus {color:#66797D} #search_bg .button{ float:none; width:60px; margin:0 0 0 4px; font-family:Verdana, Geneva, sans-serif; font-size:1em; color:#DDBAA8; height:25px; line-height:26px; cursor:pointer; background:none; display:inline; border:none} #search_bg .button:hover { color:#fff} /* mod_latestnews and mod_mostread -------------------------------------*/ ol.latestnews, ol.mostreadmod { margin-bottom:0 } ol.latestnews li, ol.mostreadmod li { color:#808080;} /* mod_breadcrumbsd ----------------------*/ #breadcrumbs { margin:0; margin-bottom:-85px; padding-top:55px;} #breadcrumbs p { display:inline; float:left; margin:0} #breadcrumbs ol{ list-style-type:none; float:left; font-size:1.15em; margin:0} #breadcrumbs ol li { float:left; background:url(/templates/it_prestige/images/breadcrumbs_arrow.png) no-repeat right center; padding:0 25px 0 8px; margin-top:8px;} #breadcrumbs ol li a { display:block; margin:0;} #breadcrumbs ol li.last { background:none;} #breadcrumbs ol li.last span { margin:0 0 0 0} #breadcrumbs ol li.breacrumbs_home { padding-left:0; margin-top:7px;} #breadcrumbs ol li.breacrumbs_home a { display:block; width:22px; height:22px; text-indent:-9999em; background:url(/templates/it_prestige/images/breadcrumbs_home.png) no-repeat top ;} #breadcrumbs ol li.breacrumbs_home a:hover { background-position:bottom} /* mod_banner ---------------*/ #bannertop { margin:25px 0 0 0; float:right;} #banner { position:relative; overflow:hidden; margin:0 0 10px} #banner .padding { padding-left:10px} ul.bannermod { margin:0; float:left} ul.bannermod li { list-style-type:none; margin:0; display:inline;} ul.bannermod li img { margin:0; float:none} /* mod_poll --------------*/ form.poll p.polltitle { margin-bottom:8px; font-size:1.2em;} form.poll p.pollradio { color:#777} /*===========================///////////////////-=========================== Some other styles that do not fit above ===========================///////////////////-===========================*/ /* Template Styles custom code */ ul.tempstyle { margin:0; float:left} ul.tempstyle li { float:left; list-style-type:none;} ul.tempstyle li a { margin:0; width:70px; display:block; float:left;} /* This styles are used on the Editor Page */ form.editor select{ width:auto;} /*--------------- Main Nav ----------------*/ #main-nav_wrap { margin:0 auto; position:relative; background: url(/templates/it_prestige/images/nav.png) no-repeat top;} #main-nav{ z-index:9999999; margin:0 auto; height:73px; width:970px;} /*===========================///////////////////-=========================== Top Menu ===========================///////////////////-===========================*/ ul#topmenu { margin:7px 0 0 0; float:left;} ul#topmenu li{ list-style-type:none; display:inline; margin:0; border-right-width:1px; border-right-style:solid; border-right-color:#777;} ul#topmenu li a { font-size:.9em; margin:0 10px; color:#ccc} ul#topmenu li#current a, ul#topmenu li a:hover { color:#fff; text-decoration:none} /*===========================///////////////////-=========================== OtherMenu ===========================///////////////////-===========================*/ ul.menu-othermenu, ul.menu-othermenu ul { margin:0;} ul.menu-othermenu li { list-style-type:none} ul.menu-othermenu li a { height:29px; line-height:29px; border-bottom:1px dashed #ccc; display:block; color:#666; padding-left:18px; background:url(/templates/it_prestige/images/othermenu_bg.png) no-repeat 1% center } ul.menu-othermenu li a:hover { background-image:url(/templates/it_prestige/images/othermenu_bg_hover.png); text-decoration:none; color:#000} ul.menu-othermenu li#current a { font-weight:bold; background-image:url(/templates/it_prestige/images/othermenu_bg_hover.png);} ul.menu-othermenu li li { margin-left:20px} ul.menu-othermenu li li a { background:none!important; padding-left:0;} /*===========================///////////////////-=========================== FooterMenu ===========================///////////////////-===========================*/ #footer ul.menu { float:right; margin:0 65px 0 0;} #footer ul.menu li { float:left; list-style-type:none; border-right:1px dashed #999} #footer ul.menu li a { color:#9C968F; margin:0 10px;} #footer ul.menu li a:hover { color:#C0BDB8; text-decoration:none} /*---------------------------------------------------------------- Login Module ---------------------------------------------------------------- */ #login_text { float:right; margin-top:6px; padding-right:15px; border-right:1px solid #777;} #login_text a { font-size:1.1em; display:block; color:#ccc;} #login_text a:hover{ text-decoration:none; color:#fff} #login_box { width: 320px; position: absolute; right:0; top: 35px; z-index:99999; visibility:hidden; overflow:hidden;} #login-panel { background-image: url(/templates/it_prestige/images/login-bg.png); background-position:0 100%; position:relative; overflow:hidden; background-repeat:no-repeat; padding: 15px 30px 30px 30px; color: #E6E6E6;} #login-panel .moduletable h3 { color:#ccc; font-size:1.3em; padding-bottom:6px; margin-bottom:5px; border-bottom:1px dashed #999 } #login-panel .moduletable_content { padding-top:5px; margin-bottom:-5px} #login-panel .moduletable a { color:#FFB405} form.loginform fieldset { border-color:#888; margin:0; border-style:dotted;} form.loginform legend { border-color:#888; border-style:dotted; color:#ccc; font-size:1.3em; background-color:transparent} form.loginform p#login_username label, form.loginform p#login_password label { display:none} form.loginform .inputbox { padding:0; display:inline; background:none; color:#888; border:none; width:145px; margin:4px 0 0 20px;} form.loginform p#login_username { background:url(/templates/it_prestige/images/login_username.png) no-repeat top; width:170px; height:25px; float:left; margin:5px 10px 10px 0;} form.loginform p#login_password { background:url(/templates/it_prestige/images/login_password.png) no-repeat top; width:170px; height:25px; float:left; margin:5px 0 0;} form.loginform p#login_username:hover, form.loginform p#login_username:focus, form.loginform p#login_password:hover, form.loginform p#login_password:focus { background-position:bottom;} form.loginform p#form-login-remember { margin:13px 5px 0 0; color:#999; float:right} form.loginform p#login_button { margin:12px 15px 0 -5px; float:left;} form.loginform p#login_button .round, form.loginform p#login_button .round span { background-image:url(/templates/it_prestige/images/login_button.png)} form.loginform p#login_button button:hover .round, form.loginform p#login_button button:hover .round span { background-image:url(/templates/it_prestige/images/login_button.png)} form.loginform ul.login_lost { margin:15px 0 0 10px; clear:both; float:left; width:100%; text-align:left;} form.loginform ul.login_lost li { padding:0;} form.logout p { margin:0 0 15px; } form.logout button{ margin: 0 0 0 10px} /* IceMenu - A module that allow to make a animated dropdown navigation system. @copyright Copyright (C) 2008 IceTheme. All Rights Reserved @license Copyrighted Commercial Software @author IceTheme (icetheme.com) */ #icemenu_wrap {} #icemenu_wrap ul{ background:#fff; padding:0; position:relative; overflow:visible; z-index:9999;} #icemenu_wrap li { float:left; background:url(/modules/mod_ice_menu/images/nav_border.png) no-repeat center right; list-style:none; position:relative;} div#icemenu_wrap li li a, div#icemenu_wrap li.active li a { display:block; margin:0; text-decoration:none; float:none;} #icemenu_wrap li ul { float:none; left:-999em; position:absolute; z-index:102;} #icemenu_wrap li:hover ul, #icemenu_wrap li.sfHover ul { left:0px; top:50px;} #icemenu_wrap li:hover li ul, #icemenu_wrap li.sfHover li ul, #icemenu_wrap li li:hover li ul, #icemenu_wrap li li.sfHover li ul, #icemenu_wrap li li li:hover li ul, #icemenu_wrap li li li.sfHover li ul { top:-999em;} #icemenu_wrap li li:hover ul, #icemenu_wrap li li.sfHover ul, #icemenu_wrap li li li:hover ul, #icemenu_wrap li li li.sfHover ul, #icemenu_wrap li li li li:hover ul, #icemenu_wrap li li li li.sfHover ul { left:220px; top:0px;} #icemenu_wrap li li { position:relative; float:none; width:100%;} #icemenu_wrap ul{ margin: 0 0 0 9px; padding: 0;} #icemenu_wrap ul li{ margin:0; padding:0; display:block;} #icemenu_wrap ul li a { margin:0; display:block; float: left; padding: 0 18px; height:45px; color:#777; line-height:normal; text-decoration:none} #icemenu_wrap ul li a:hover { color:#000;} #icemenu_wrap ul li a span.title { font-size:1.3em; letter-spacing:0.08em; display:block; margin-top:4px;} #icemenu_wrap ul li a span.sub { display:block; font-family:Arial, Helvetica, sans-serif; font-size:.9em; color:#999;} /* First Drop */ #icemenu_wrap li ul { margin-top:0; margin-left:-11px; background:url(/modules/mod_ice_menu/images/nav_drop_bg.png) no-repeat bottom; width:auto; padding:0 10px 15px;} #icemenu_wrap li ul li{ display:block; background:none; text-align:left;} #icemenu_wrap li ul a { width:195px; padding:0 0 0 25px; border-bottom:1px dashed #ccc; background:url(/modules/mod_ice_menu/images/nav_drop_list.png) no-repeat 4% center !important; font-size:.9em; height:30px; line-height:30px;} #icemenu_wrap li ul a:hover { background-image:url(/modules/mod_ice_menu/images/nav_drop_list_hover.png)!important} #icemenu_wrap ul ul li a span.title, #icemenu_wrap ul ul li a span.sub { display:inline; margin-top:0; font-family:Georgia, "Times New Roman", Times, serif; font-size:1em; color:#777;} #icemenu_wrap ul li a:hover. #icemenu_wrap li.active a, #icemenu_wrap ul ul li a, #icemenu_wrap ul ul li a:hover, #icemenu_wrap ul li.active.parent ul a:hover { display:block;} /* When the parent item is set to current or active or hover */ #icemenu_wrap li#current a span.other, #icemenu_wrap li.active a span.other{ height:42px; width:8px; display:block; margin-left:-18px; float:left;} #icemenu_wrap li#current a, #icemenu_wrap li.active a { color:#fff!important; background:url(/modules/mod_ice_menu/images/nav_current_r.png) no-repeat top right;} #icemenu_wrap li#current a span.other, #icemenu_wrap li.active a span.other { background:url(/modules/mod_ice_menu/images/nav_current_l.png) no-repeat top left;} #icemenu_wrap li#current li a span.other, #icemenu_wrap li.active li a span.other { background:none!important} #icemenu_wrap li li#current a, #icemenu_wrap li li.active a { color:#fff!important } #icemenu_wrap li li.parent a span.other { background:url(/modules/mod_ice_menu/images/nav_drop_arrow.png) no-repeat center; display:block; float:right; margin:9px 10px 0 0; width:14px; height:14px;} #icemenu_wrap li li.parent li a span.other { background:none} #icemenu_wrap li li li.parent a span.other { background:url(/modules/mod_ice_menu/images/nav_drop_arrow.png) no-repeat center;} #icemenu_wrap li li li.parent li a span.other { background:none} #icemenu_wrap ul ul li#current a span.title, #icemenu_wrap ul ul li#current a span.sub { font-weight:bold;} #ps_search_str{ color:#999; background:url(/modules/mod_pixsearch/images/search_bg.png) repeat-x top; margin:0; width:230px; height:23px; padding:5px 25px 2px 5px; border:none} #ps_search_str:focus { color:#555} #ps_results{ z-index: 100000; width: 400px; float:right; position:absolute; overflow:visible; text-align: left; visibility: hidden;} .ps_results{ border: 1px solid #ccc; background:#fff; z-index:9999999999; overflow:visible; position:relative;} #ps_results #ps_link{ color: #ccc; float: right; padding:5px 10px 0 0;} #ps_results .ps_header{ color:#f0f0f0; font-weight: bold; font-size:1.3em; background-color: #444; padding:2px 10px;} #ps_results h3{ color: #005C7A; margin:0; font-size:1.2em; font-weight:bold; line-height:1.5em; padding-bottom: 3px;} #ps_results span.small { line-height:1em; display:block; margin-bottom:-10px } #ps_results .ps_row_1{ border-top: 1px solid #ccc; background-color: #FAFAFA; padding: 5px 9px; } #ps_results .ps_row_2{ border-top: 1px solid #ccc; background-color: #F0F0F0; padding: 5px 9px; } #ps_results .ps_row_btm{ color:#555; font-weight: bold; font-size: 14px; background-color: #dedede; padding: 4px; text-align:center; } #ps_results .ps_row_btm a:link, #ps_results .ps_row_btm a:visited { color:#555; } #ps_results a.clearboth:link, #ps_results a.clearboth:visited { position:relative; left:317px;} /* FILE ARCHIVED ON 14:51:25 Mar 05, 2013 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 12:51:14 Nov 28, 2021. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). */ /* playback timings (ms): captures_list: 74.044 exclusion.robots: 0.114 exclusion.robots.policy: 0.106 RedisCDXSource: 3.114 esindex: 0.01 LoadShardBlock: 52.903 (3) PetaboxLoader3.datanode: 62.605 (4) CDXLines.iter: 15.418 (3) load_resource: 107.994 PetaboxLoader3.resolve: 63.918 */