/* Window Part */ .aWindow { width:470px; margin:5px 0; position:absolute; float:left; display:none; } .aWindow .wHeader { border:1px solid #6F7577; padding:2px 0 3px 0; padding-left:5px; background-image:url(../images/components/awindow/buttonfill.gif); background-position:top left; background-repeat:repeat-x; height:13px; } .aWindow .wHeader .wHText { color:#555; font-weight:bold; text-transform:uppercase; float:left; } .aWindow .rHButtons { float:right; vertical-align:top; margin-top:1px; margin-right:3px; cursor:pointer; width:30px; } .aWindow .rHButtons .wBtnClose { background-image:url(../images/components/awindow/closeicon.gif); background-position:0 0; background-repeat:no-repeat; width:13px; float:left; height:13px; } .aWindow .rHButtons .wBtnHide { background-image:url(../images/components/awindow/sortarrow.gif); background-position:0 0; background-repeat:no-repeat; width:13px; float:left; height:13px; } .aWindow .rHButtons img { padding:0px 2px 0px 2px; } .aWindow .wBody { height:200px; clear:both; background-color:#F3F6F7; border-left:1px solid #6F7577; border-right:1px solid #6F7577; border-bottom:1px solid #6F7577; } /* Alert Window Part */ .aAlertWindow { width:470px; margin:0; position:absolute; float:left; display:none; } .aAlertWindow .wHeader { border:1px solid #6F7577; padding:2px 0 0 0; padding-left:5px; background-image:url(../images/components/awindow/buttonfill.gif); background-position:top left; background-repeat:repeat-x; height:13px; } .aAlertWindow .wHeader .wHText { color:#555; font-weight:bold; text-transform:uppercase; float:left; } .aAlertWindow .rHButtons { float:right; vertical-align:top; margin-top:1px; margin-right:3px; cursor:pointer; width:30px; } .aAlertWindow .rHButtons .wBtnClose { background-image:url(../images/components/awindow/closeicon.gif); background-position:0 0; background-repeat:no-repeat; width:13px; float:left; height:13px; } .aAlertWindow .rHButtons .wBtnHide { background-image:url(../images/components/awindow/sortarrow.gif); background-position:0 0; background-repeat:no-repeat; width:13px; float:left; height:13px; } .aAlertWindow .rHButtons img { padding:0px 2px 0px 2px; } .aAlertWindow .wBody { min-height:80px; clear:both; padding:10px; background-color:#F3F6F7; border-left:1px solid #6F7577; border-right:1px solid #6F7577; border-bottom:1px solid #6F7577; } .aAlertWindow .wAlertBody { min-height:70px; clear:both; background-color:#F3F6F7; border:1px solid #6F7577; } .aAlertWindow .wAlertMessageBody { min-height:40px; font-weight:bold; padding:10px 10px 5px 5px;; } .aAlertWindow .wAlertFooter { padding:5px 0; } .aAlertWindow .wAlertFooter .button { color:#000; border:solid 1px #003d74; background-color:transparent; background-image:url(../images/buttonfill.gif); background-position:top left; background-repeat:repeat-x; font-family:verdana; font-size:11px; font-weight:bold; vertical-align:middle; padding:2px 4px; text-transform:capitalize; margin:0px; cursor:pointer; } /* Alert Window Part */ .aMessageBoxWindow { width:470px; margin:0; position:absolute; float:left; display:none; } .aMessageBoxWindow .wHeader { border:1px solid #6F7577; padding:2px 0 0 0; padding-left:5px; background-image:url(../images/components/awindow/buttonfill.gif); background-position:top left; background-repeat:repeat-x; height:13px; } .aMessageBoxWindow .wHeader .wHText { color:#555; font-weight:bold; text-transform:uppercase; float:left; } .aMessageBoxWindow .rHButtons { float:right; vertical-align:top; margin-top:1px; margin-right:3px; cursor:pointer; width:30px; } .aMessageBoxWindow .rHButtons .wBtnClose { background-image:url(../images/components/awindow/closeicon.gif); background-position:0 0; background-repeat:no-repeat; width:13px; float:left; height:13px; } .aMessageBoxWindow .rHButtons .wBtnHide { background-image:url(../images/components/awindow/sortarrow.gif); background-position:0 0; background-repeat:no-repeat; width:13px; float:left; height:13px; } .aMessageBoxWindow .rHButtons img { padding:0px 2px 0px 2px; } .aMessageBoxWindow .wBody { min-height:80px; clear:both; padding:10px; background-color:#F3F6F7; border-left:1px solid #6F7577; border-right:1px solid #6F7577; border-bottom:1px solid #6F7577; } .aMessageBoxWindow .wMessageBoxBody { min-height:70px; clear:both; background-color:#F3F6F7; border:1px solid #6F7577; } .aMessageBoxWindow .wMessageBoxMessageBody { _height:40px; min-height:40px; font-weight:bold; padding:10px 10px 5px 5px; } .aMessageBoxWindow .wMessageBoxFooter { padding:5px 0; } .aMessageBoxWindow .wMessageBoxFooter .button { color:#000; border:solid 1px #003d74; background-color:transparent; background-image:url(../images/buttonfill.gif); background-position:top left; background-repeat:repeat-x; font-family:verdana; font-size:11px; font-weight:bold; vertical-align:middle; padding:2px 4px; text-transform:capitalize; margin:0px; cursor:pointer; } .aMessageBoxWindow .wMessageBoxMessage { padding:1px 0; } .aMessageBoxWindow .wMessageBoxMessage .messageNumber { font-weight:normal; color:#900; } .aMessageBoxWindow .wMessageBoxMessage .messageBody { font-weight:normal; color:#900; }/* Debug styles */ .debugTable { border:1px solid #666; margin:2px 0px; border-collapse:collapse; width:100%; font-family:Tahoma; font-size:11px; text-align:left; } .debugTable th { padding:3px 4px; border:1px solid #666; font-size:12px; text-align:center; font-weight:bold; } .debugTable td { /*apadding:3px 7px;*/ border:1px solid #666; padding:3px 4px; } .debugTable .execTime { text-align:right; width:50px; } .debugTable .lineNum { text-align:left; vertical-align:top; width:20px; } .debugTable .total { text-align:right; font-weight:bold; color:red; padding-right:5px; padding-bottom:4px; padding:5px 5px 2px 2px; } table .invalidQuery td { color:Red; font-weight:bold; background-color:LightYellow; } table .invalidQuery td.queryText { font-weight:bold; } table .invalidQuery td .dbErrorText { color:Black; font-weight:bold; background-color:LightYellow; padding:10px 2px 2px 2px; } table .invalidQuery td .dbErrorText span { color:Red; font-weight:bold; } table .needsOptimization td { color:Blue; font-weight:bold; background-color:LightGrey; } table .successQuery td { background-color:White; } /* --- Query types info table --- */ .queryTypesInfo { border:1px solid #666; margin:2px 0 10px; padding:1px 4px 1px 5px; border-collapse:collapse; width:300px; font-family:Tahoma; font-size:11px; text-align:left; } .queryTypesInfo td { padding-left:5px; } .debugArea { padding:3px 7px; border-top:1px solid #3B6476; border-bottom:1px solid #3B6476; border-left:1px solid #6F7577; border-right:1px solid #6F7577; background-color:#fff; /*white-space:nowrap;*/ font-family:Tahoma; font-size:11px; width:770px; text-align:left; } .debugArea .headerText { white-space:nowrap; font-family:Tahoma; font-size:12px; text-align:center; font-weight:bold; color:Red; padding:5px 2px 10px 2px; } .debugArea .tplDebugArea { white-space:nowrap; font-family:Tahoma; font-size:11px; text-align:left; font-weight:normal; color:#000; padding:5px 2px 10px 2px; margin:0 0 0 50px; } .debugTable .variableName { text-align:left; padding-bottom:10px; } .debugTable .variableType { text-align:left; vertical-align:top; font-weight:bold; width:80px; } .debugTable .traceResult { text-align:left; width:667px; margin-left:20px; padding-bottom:5px; } /* PHP Error and Warnings Part */ .PHPTMPDebug { font-family:Tahoma; font-size:11px; text-align:left; font-weight:normal; padding:4px 10px; border:1px solid #666; } /* * jQuery UI CSS Framework * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses. */ /* Layout helpers ----------------------------------*/ .ui-helper-hidden { display:none; } .ui-helper-hidden-accessible { position:absolute; left:-99999999px; } .ui-helper-reset { margin:0; padding:0; border:0; outline:0; line-height:1.3; text-decoration:none; font-size:100%; list-style:none; } .ui-helper-clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; } .ui-helper-clearfix { display:inline-block; } /* required comment for clearfix to work in Opera \*/ * html .ui-helper-clearfix { height:1%; } .ui-helper-clearfix { display:block; } /* end clearfix */ .ui-helper-zfix { width:100%; height:100%; top:0; left:0; position:absolute; opacity:0; filter:Alpha(Opacity=0); } /* Interaction Cues ----------------------------------*/ .ui-state-disabled { cursor:default !important; } /* Icons ----------------------------------*/ /* states and images */ .ui-icon { display:block; text-indent:-99999px; overflow:hidden; background-repeat:no-repeat; } /* Misc visuals ----------------------------------*/ /* Overlays */ .ui-widget-overlay { position:absolute; top:0; left:0; width:100%; height:100%; } /* * jQuery UI CSS Framework * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses. * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px */ /* Component containers ----------------------------------*/ .ui-widget { font-family:Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size:1.1em; } .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family:Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size:1em; } .ui-widget-content { /*border:1px solid #dddddd; background:#eeeeee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; */color:#333333; } .ui-widget-content a { color:#333333; } .ui-widget-header { border:1px solid #e78f08; background:#f6a828 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x; color:#ffffff; font-weight:bold; } .ui-widget-header a { color:#ffffff; } /* Interaction states ----------------------------------*/ .ui-state-default, .ui-widget-content .ui-state-default { border:1px solid #cccccc; background:#f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x; font-weight:bold; color:#1c94c4; outline:none; } .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color:#1c94c4; text-decoration:none; outline:none; } .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border:1px solid #fbcb09; background:#fdf5ce url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x; font-weight:bold; color:#c77405; outline:none; } .ui-state-hover a, .ui-state-hover a:hover { color:#c77405; text-decoration:none; outline:none; } .ui-state-active, .ui-widget-content .ui-state-active { border:1px solid #fbd850; background:#ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight:bold; color:#eb8f00; outline:none; } .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color:#eb8f00; outline:none; text-decoration:none; } /* Interaction Cues ----------------------------------*/ .ui-state-highlight, .ui-widget-content .ui-state-highlight {border:1px solid #fed22f; background:#ffe45c url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x; color:#363636; } .ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color:#363636; } .ui-state-error, .ui-widget-content .ui-state-error {border:1px solid #cd0a0a; background:#b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; color:#ffffff; } .ui-state-error a, .ui-widget-content .ui-state-error a { color:#ffffff; } .ui-state-error-text, .ui-widget-content .ui-state-error-text { color:#ffffff; } .ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity:.35; filter:Alpha(Opacity=35); background-image:none; } .ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight:bold; } .ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity:.7; filter:Alpha(Opacity=70); font-weight:normal; } /* Icons ----------------------------------*/ /* states and images */ .ui-icon { width:16px; height:16px; background-image:url(images/ui-icons_222222_256x240.png); } .ui-widget-content .ui-icon {background-image:url(images/ui-icons_222222_256x240.png); } .ui-widget-header .ui-icon {background-image:url(images/ui-icons_ffffff_256x240.png); } .ui-state-default .ui-icon { background-image:url(images/ui-icons_ef8c08_256x240.png); } .ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image:url(images/ui-icons_ef8c08_256x240.png); } .ui-state-active .ui-icon {background-image:url(images/ui-icons_ef8c08_256x240.png); } .ui-state-highlight .ui-icon {background-image:url(images/ui-icons_228ef1_256x240.png); } .ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image:url(images/ui-icons_ffd27a_256x240.png); } /* positioning */ .ui-icon-carat-1-n { background-position:0 0; } .ui-icon-carat-1-ne { background-position:-16px 0; } .ui-icon-carat-1-e { background-position:-32px 0; } .ui-icon-carat-1-se { background-position:-48px 0; } .ui-icon-carat-1-s { background-position:-64px 0; } .ui-icon-carat-1-sw { background-position:-80px 0; } .ui-icon-carat-1-w { background-position:-96px 0; } .ui-icon-carat-1-nw { background-position:-112px 0; } .ui-icon-carat-2-n-s { background-position:-128px 0; } .ui-icon-carat-2-e-w { background-position:-144px 0; } .ui-icon-triangle-1-n { background-position:0 -16px; } .ui-icon-triangle-1-ne { background-position:-16px -16px; } .ui-icon-triangle-1-e { background-position:-32px -16px; } .ui-icon-triangle-1-se { background-position:-48px -16px; } .ui-icon-triangle-1-s { background-position:-64px -16px; } .ui-icon-triangle-1-sw { background-position:-80px -16px; } .ui-icon-triangle-1-w { background-position:-96px -16px; } .ui-icon-triangle-1-nw { background-position:-112px -16px; } .ui-icon-triangle-2-n-s { background-position:-128px -16px; } .ui-icon-triangle-2-e-w { background-position:-144px -16px; } .ui-icon-arrow-1-n { background-position:0 -32px; } .ui-icon-arrow-1-ne { background-position:-16px -32px; } .ui-icon-arrow-1-e { background-position:-32px -32px; } .ui-icon-arrow-1-se { background-position:-48px -32px; } .ui-icon-arrow-1-s { background-position:-64px -32px; } .ui-icon-arrow-1-sw { background-position:-80px -32px; } .ui-icon-arrow-1-w { background-position:-96px -32px; } .ui-icon-arrow-1-nw { background-position:-112px -32px; } .ui-icon-arrow-2-n-s { background-position:-128px -32px; } .ui-icon-arrow-2-ne-sw { background-position:-144px -32px; } .ui-icon-arrow-2-e-w { background-position:-160px -32px; } .ui-icon-arrow-2-se-nw { background-position:-176px -32px; } .ui-icon-arrowstop-1-n { background-position:-192px -32px; } .ui-icon-arrowstop-1-e { background-position:-208px -32px; } .ui-icon-arrowstop-1-s { background-position:-224px -32px; } .ui-icon-arrowstop-1-w { background-position:-240px -32px; } .ui-icon-arrowthick-1-n { background-position:0 -48px; } .ui-icon-arrowthick-1-ne { background-position:-16px -48px; } .ui-icon-arrowthick-1-e { background-position:-32px -48px; } .ui-icon-arrowthick-1-se { background-position:-48px -48px; } .ui-icon-arrowthick-1-s { background-position:-64px -48px; } .ui-icon-arrowthick-1-sw { background-position:-80px -48px; } .ui-icon-arrowthick-1-w { background-position:-96px -48px; } .ui-icon-arrowthick-1-nw { background-position:-112px -48px; } .ui-icon-arrowthick-2-n-s { background-position:-128px -48px; } .ui-icon-arrowthick-2-ne-sw { background-position:-144px -48px; } .ui-icon-arrowthick-2-e-w { background-position:-160px -48px; } .ui-icon-arrowthick-2-se-nw { background-position:-176px -48px; } .ui-icon-arrowthickstop-1-n { background-position:-192px -48px; } .ui-icon-arrowthickstop-1-e { background-position:-208px -48px; } .ui-icon-arrowthickstop-1-s { background-position:-224px -48px; } .ui-icon-arrowthickstop-1-w { background-position:-240px -48px; } .ui-icon-arrowreturnthick-1-w { background-position:0 -64px; } .ui-icon-arrowreturnthick-1-n { background-position:-16px -64px; } .ui-icon-arrowreturnthick-1-e { background-position:-32px -64px; } .ui-icon-arrowreturnthick-1-s { background-position:-48px -64px; } .ui-icon-arrowreturn-1-w { background-position:-64px -64px; } .ui-icon-arrowreturn-1-n { background-position:-80px -64px; } .ui-icon-arrowreturn-1-e { background-position:-96px -64px; } .ui-icon-arrowreturn-1-s { background-position:-112px -64px; } .ui-icon-arrowrefresh-1-w { background-position:-128px -64px; } .ui-icon-arrowrefresh-1-n { background-position:-144px -64px; } .ui-icon-arrowrefresh-1-e { background-position:-160px -64px; } .ui-icon-arrowrefresh-1-s { background-position:-176px -64px; } .ui-icon-arrow-4 { background-position:0 -80px; } .ui-icon-arrow-4-diag { background-position:-16px -80px; } .ui-icon-extlink { background-position:-32px -80px; } .ui-icon-newwin { background-position:-48px -80px; } .ui-icon-refresh { background-position:-64px -80px; } .ui-icon-shuffle { background-position:-80px -80px; } .ui-icon-transfer-e-w { background-position:-96px -80px; } .ui-icon-transferthick-e-w { background-position:-112px -80px; } .ui-icon-folder-collapsed { background-position:0 -96px; } .ui-icon-folder-open { background-position:-16px -96px; } .ui-icon-document { background-position:-32px -96px; } .ui-icon-document-b { background-position:-48px -96px; } .ui-icon-note { background-position:-64px -96px; } .ui-icon-mail-closed { background-position:-80px -96px; } .ui-icon-mail-open { background-position:-96px -96px; } .ui-icon-suitcase { background-position:-112px -96px; } .ui-icon-comment { background-position:-128px -96px; } .ui-icon-person { background-position:-144px -96px; } .ui-icon-print { background-position:-160px -96px; } .ui-icon-trash { background-position:-176px -96px; } .ui-icon-locked { background-position:-192px -96px; } .ui-icon-unlocked { background-position:-208px -96px; } .ui-icon-bookmark { background-position:-224px -96px; } .ui-icon-tag { background-position:-240px -96px; } .ui-icon-home { background-position:0 -112px; } .ui-icon-flag { background-position:-16px -112px; } .ui-icon-calendar { background-position:-32px -112px; } .ui-icon-cart { background-position:-48px -112px; } .ui-icon-pencil { background-position:-64px -112px; } .ui-icon-clock { background-position:-80px -112px; } .ui-icon-disk { background-position:-96px -112px; } .ui-icon-calculator { background-position:-112px -112px; } .ui-icon-zoomin { background-position:-128px -112px; } .ui-icon-zoomout { background-position:-144px -112px; } .ui-icon-search { background-position:-160px -112px; } .ui-icon-wrench { background-position:-176px -112px; } .ui-icon-gear { background-position:-192px -112px; } .ui-icon-heart { background-position:-208px -112px; } .ui-icon-star { background-position:-224px -112px; } .ui-icon-link { background-position:-240px -112px; } .ui-icon-cancel { background-position:0 -128px; } .ui-icon-plus { background-position:-16px -128px; } .ui-icon-plusthick { background-position:-32px -128px; } .ui-icon-minus { background-position:-48px -128px; } .ui-icon-minusthick { background-position:-64px -128px; } .ui-icon-close { background-position:-80px -128px; } .ui-icon-closethick { background-position:-96px -128px; } .ui-icon-key { background-position:-112px -128px; } .ui-icon-lightbulb { background-position:-128px -128px; } .ui-icon-scissors { background-position:-144px -128px; } .ui-icon-clipboard { background-position:-160px -128px; } .ui-icon-copy { background-position:-176px -128px; } .ui-icon-contact { background-position:-192px -128px; } .ui-icon-image { background-position:-208px -128px; } .ui-icon-video { background-position:-224px -128px; } .ui-icon-script { background-position:-240px -128px; } .ui-icon-alert { background-position:0 -144px; } .ui-icon-info { background-position:-16px -144px; } .ui-icon-notice { background-position:-32px -144px; } .ui-icon-help { background-position:-48px -144px; } .ui-icon-check { background-position:-64px -144px; } .ui-icon-bullet { background-position:-80px -144px; } .ui-icon-radio-off { background-position:-96px -144px; } .ui-icon-radio-on { background-position:-112px -144px; } .ui-icon-pin-w { background-position:-128px -144px; } .ui-icon-pin-s { background-position:-144px -144px; } .ui-icon-play { background-position:0 -160px; } .ui-icon-pause { background-position:-16px -160px; } .ui-icon-seek-next { background-position:-32px -160px; } .ui-icon-seek-prev { background-position:-48px -160px; } .ui-icon-seek-end { background-position:-64px -160px; } .ui-icon-seek-first { background-position:-80px -160px; } .ui-icon-stop { background-position:-96px -160px; } .ui-icon-eject { background-position:-112px -160px; } .ui-icon-volume-off { background-position:-128px -160px; } .ui-icon-volume-on { background-position:-144px -160px; } .ui-icon-power { background-position:0 -176px; } .ui-icon-signal-diag { background-position:-16px -176px; } .ui-icon-signal { background-position:-32px -176px; } .ui-icon-battery-0 { background-position:-48px -176px; } .ui-icon-battery-1 { background-position:-64px -176px; } .ui-icon-battery-2 { background-position:-80px -176px; } .ui-icon-battery-3 { background-position:-96px -176px; } .ui-icon-circle-plus { background-position:0 -192px; } .ui-icon-circle-minus { background-position:-16px -192px; } .ui-icon-circle-close { background-position:-32px -192px; } .ui-icon-circle-triangle-e { background-position:-48px -192px; } .ui-icon-circle-triangle-s { background-position:-64px -192px; } .ui-icon-circle-triangle-w { background-position:-80px -192px; } .ui-icon-circle-triangle-n { background-position:-96px -192px; } .ui-icon-circle-arrow-e { background-position:-112px -192px; } .ui-icon-circle-arrow-s { background-position:-128px -192px; } .ui-icon-circle-arrow-w { background-position:-144px -192px; } .ui-icon-circle-arrow-n { background-position:-160px -192px; } .ui-icon-circle-zoomin { background-position:-176px -192px; } .ui-icon-circle-zoomout { background-position:-192px -192px; } .ui-icon-circle-check { background-position:-208px -192px; } .ui-icon-circlesmall-plus { background-position:0 -208px; } .ui-icon-circlesmall-minus { background-position:-16px -208px; } .ui-icon-circlesmall-close { background-position:-32px -208px; } .ui-icon-squaresmall-plus { background-position:-48px -208px; } .ui-icon-squaresmall-minus { background-position:-64px -208px; } .ui-icon-squaresmall-close { background-position:-80px -208px; } .ui-icon-grip-dotted-vertical { background-position:0 -224px; } .ui-icon-grip-dotted-horizontal { background-position:-16px -224px; } .ui-icon-grip-solid-vertical { background-position:-32px -224px; } .ui-icon-grip-solid-horizontal { background-position:-48px -224px; } .ui-icon-gripsmall-diagonal-se { background-position:-64px -224px; } .ui-icon-grip-diagonal-se { background-position:-80px -224px; } /* Misc visuals ----------------------------------*/ /* Corner radius */ .ui-corner-tl { -moz-border-radius-topleft:4px; -webkit-border-top-left-radius:4px; } .ui-corner-tr { -moz-border-radius-topright:4px; -webkit-border-top-right-radius:4px; } .ui-corner-bl { -moz-border-radius-bottomleft:4px; -webkit-border-bottom-left-radius:4px; } .ui-corner-br { -moz-border-radius-bottomright:4px; -webkit-border-bottom-right-radius:4px; } .ui-corner-top { -moz-border-radius-topleft:4px; -webkit-border-top-left-radius:4px; -moz-border-radius-topright:4px; -webkit-border-top-right-radius:4px; } .ui-corner-bottom { -moz-border-radius-bottomleft:4px; -webkit-border-bottom-left-radius:4px; -moz-border-radius-bottomright:4px; -webkit-border-bottom-right-radius:4px; } .ui-corner-right { -moz-border-radius-topright:4px; -webkit-border-top-right-radius:4px; -moz-border-radius-bottomright:4px; -webkit-border-bottom-right-radius:4px; } .ui-corner-left { -moz-border-radius-topleft:4px; -webkit-border-top-left-radius:4px; -moz-border-radius-bottomleft:4px; -webkit-border-bottom-left-radius:4px; } .ui-corner-all { -moz-border-radius:4px; -webkit-border-radius:4px; } /* Overlays */ .ui-widget-overlay { background:#666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity:.50;filter:Alpha(Opacity=50); } .ui-widget-shadow { margin:-5px 0 0 -5px; padding:5px; background:#000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity:.20;filter:Alpha(Opacity=20); -moz-border-radius:5px; -webkit-border-radius:5px; }/* Resizable ----------------------------------*/ .ui-resizable { position:relative;} .ui-resizable-handle { position:absolute;font-size:0.1px;z-index:99999; display:block;} .ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display:none; } .ui-resizable-n { cursor:n-resize; height:7px; width:100%; top:-5px; left:0px; } .ui-resizable-s { cursor:s-resize; height:7px; width:100%; bottom:-5px; left:0px; } .ui-resizable-e { cursor:e-resize; width:7px; right:-5px; top:0px; height:100%; } .ui-resizable-w { cursor:w-resize; width:7px; left:-5px; top:0px; height:100%; } .ui-resizable-se { cursor:se-resize; width:12px; height:12px; right:1px; bottom:1px; } .ui-resizable-sw { cursor:sw-resize; width:9px; height:9px; left:-5px; bottom:-5px; } .ui-resizable-nw { cursor:nw-resize; width:9px; height:9px; left:-5px; top:-5px; } .ui-resizable-ne { cursor:ne-resize; width:9px; height:9px; right:-5px; top:-5px;}/* Accordion ----------------------------------*/ .ui-accordion .ui-accordion-header { cursor:pointer; position:relative; margin-top:1px; zoom:1; } .ui-accordion .ui-accordion-li-fix { display:inline; } .ui-accordion .ui-accordion-header-active { border-bottom:0 !important; } .ui-accordion .ui-accordion-header a { display:block; font-size:1em; padding:.5em .5em .5em 2.2em; } .ui-accordion .ui-accordion-header .ui-icon { position:absolute; left:.5em; top:50%; margin-top:-8px; } .ui-accordion .ui-accordion-content { padding:1em 2.2em; border-top:0; margin-top:-2px; position:relative; top:1px; margin-bottom:2px; overflow:auto; display:none; } .ui-accordion .ui-accordion-content-active { display:block; }/* Dialog ----------------------------------*/ .ui-dialog { position:relative; padding:.2em; width:300px; } .ui-dialog .ui-dialog-titlebar { padding:.5em .3em .3em 1em; position:relative; } .ui-dialog .ui-dialog-title { float:left; margin:.1em 0 .2em; } .ui-dialog .ui-dialog-titlebar-close { position:absolute; right:.3em; top:50%; width:19px; margin:-10px 0 0 0; padding:1px; height:18px; } .ui-dialog .ui-dialog-titlebar-close span { display:block; margin:1px; } .ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding:0; } .ui-dialog .ui-dialog-content { border:0; padding:.5em 1em; background:none; overflow:auto; zoom:1; } .ui-dialog .ui-dialog-buttonpane { text-align:left; border-width:1px 0 0 0; background-image:none; margin:.5em 0 0 0; padding:.3em 1em .5em .4em; } .ui-dialog .ui-dialog-buttonpane button { float:right; margin:.5em .4em .5em 0; cursor:pointer; padding:.2em .6em .3em .6em; line-height:1.4em; width:auto; overflow:visible; } .ui-dialog .ui-resizable-se { width:14px; height:14px; right:3px; bottom:3px; } .ui-draggable .ui-dialog-titlebar { cursor:move; } /* Slider ----------------------------------*/ .ui-slider { position:relative; text-align:left; } .ui-slider .ui-slider-handle { position:absolute; z-index:2; width:1.2em; height:1.2em; cursor:default; } .ui-slider .ui-slider-range { position:absolute; z-index:1; font-size:.7em; display:block; border:0; } .ui-slider-horizontal { height:.8em; } .ui-slider-horizontal .ui-slider-handle { top:-.3em; margin-left:-.6em; } .ui-slider-horizontal .ui-slider-range { top:0; height:100%; } .ui-slider-horizontal .ui-slider-range-min { left:0; } .ui-slider-horizontal .ui-slider-range-max { right:0; } .ui-slider-vertical { width:.8em; height:100px; } .ui-slider-vertical .ui-slider-handle { left:-.3em; margin-left:0; margin-bottom:-.6em; } .ui-slider-vertical .ui-slider-range { left:0; width:100%; } .ui-slider-vertical .ui-slider-range-min { bottom:0; } .ui-slider-vertical .ui-slider-range-max { top:0; }/* Tabs ----------------------------------*/ .ui-tabs { padding:.2em; zoom:1; } .ui-tabs .ui-tabs-nav { list-style:none; position:relative; padding:.2em .2em 0; } .ui-tabs .ui-tabs-nav li { position:relative; float:left; border-bottom-width:0 !important; margin:0 .2em -1px 0; padding:0; } .ui-tabs .ui-tabs-nav li a { float:left; text-decoration:none; padding:.5em 1em; } .ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom:1px; border-bottom-width:0; } .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor:text; } .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor:pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor:text overall if defined elsewhere... */ .ui-tabs .ui-tabs-panel { padding:1em 1.4em; display:block; border-width:0; background:none; } .ui-tabs .ui-tabs-hide { display:none !important; } /* Datepicker ----------------------------------*/ .ui-datepicker { width:17em; padding:.2em .2em 0; } .ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; } .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top:2px; width:1.8em; height:1.8em; } .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top:1px; } .ui-datepicker .ui-datepicker-prev { left:2px; } .ui-datepicker .ui-datepicker-next { right:2px; } .ui-datepicker .ui-datepicker-prev-hover { left:1px; } .ui-datepicker .ui-datepicker-next-hover { right:1px; } .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display:block; position:absolute; left:50%; margin-left:-8px; top:50%; margin-top:-8px; } .ui-datepicker .ui-datepicker-title { margin:0 2.3em; line-height:1.8em; text-align:center; } .ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; } .ui-datepicker select.ui-datepicker-month-year {width:100%;} .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year { width:49%;} .ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float:right; } .ui-datepicker table {width:100%; font-size:.9em; border-collapse:collapse; margin:0 0 .4em; } .ui-datepicker th { padding:.7em .3em; text-align:center; font-weight:bold; border:0; } .ui-datepicker td { border:0; padding:1px; } .ui-datepicker td span, .ui-datepicker td a { display:block; padding:.2em; text-align:right; text-decoration:none; } .ui-datepicker .ui-datepicker-buttonpane { background-image:none; margin:.7em 0 0 0; padding:0 .2em; border-left:0; border-right:0; border-bottom:0; } .ui-datepicker .ui-datepicker-buttonpane button { float:right; margin:.5em .2em .4em; cursor:pointer; padding:.2em .6em .3em .6em; width:auto; overflow:visible; } .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; } /* with multiple calendars */ .ui-datepicker.ui-datepicker-multi { width:auto; } .ui-datepicker-multi .ui-datepicker-group { float:left; } .ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; } .ui-datepicker-multi-2 .ui-datepicker-group { width:50%; } .ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; } .ui-datepicker-multi-4 .ui-datepicker-group { width:25%; } .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; } .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; } .ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; } .ui-datepicker-row-break { clear:both; width:100%; } /* RTL support */ .ui-datepicker-rtl { direction:rtl; } .ui-datepicker-rtl .ui-datepicker-prev { right:2px; left:auto; } .ui-datepicker-rtl .ui-datepicker-next { left:2px; right:auto; } .ui-datepicker-rtl .ui-datepicker-prev:hover { right:1px; left:auto; } .ui-datepicker-rtl .ui-datepicker-next:hover { left:1px; right:auto; } .ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; } .ui-datepicker-rtl .ui-datepicker-buttonpane button { float:left; } .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; } .ui-datepicker-rtl .ui-datepicker-group { float:right; } .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; } .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; } /* IE6 IFRAME FIX (taken from datepicker 1.5.3 */ .ui-datepicker-cover { display:none; /*sorry for IE5*/ display/**/:block; /*sorry for IE5*/ position:absolute; /*must have*/ z-index:-1; /*must have*/ filter:mask(); /*must have*/ top:-4px; /*must have*/ left:-4px; /*must have*/ width:200px; /*must have*/ height:200px; /*must have*/ }/* Progressbar ----------------------------------*/ .ui-progressbar { height:2em; text-align:left; } .ui-progressbar .ui-progressbar-value {margin:-1px; height:100%; }/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */ div.rating-cancel,div.star-rating{float:left;width:17px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden} div.rating-cancel,div.rating-cancel a{background:url(images/delete.gif) no-repeat 0 -16px} div.star-rating,div.star-rating a{background:url(images/star.gif) no-repeat 0 0px} div.rating-cancel a,div.star-rating a{display:block;width:16px;height:100%;background-position:0 0px;border:0} div.star-rating-on a{background-position:0 -16px!important} div.star-rating-hover a{background-position:0 -32px} /* Read Only CSS */ div.star-rating-readonly a{cursor:default !important} /* Partial Star CSS */ div.star-rating{background:transparent!important;overflow:hidden!important} /* END jQuery.Rating Plugin CSS */body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; } table { border-spacing:0; } fieldset,img { border:0 ; } address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; } .right_inf{ padding:10px 10px; } ol,ul { list-style:none; } div.legend ul{ list-style:none; margin:0; padding:0; } div.legend{ overflow:hidden; width:100%; padding:5px 0; float:left; clear:both; } div.legend ul li{ float:left; padding:0 10px 0 0 ; } div.legend ul li span{ float:left; padding:8px 0 0 0; } div.legend ul li div.color{ background:#000; background:url(../images/lagend.gif) no-repeat 0 0; margin:0 5px 0 0; float:left; width:50px; height:50px; } div.legend ul li.green div.color{ border:2px solid #00FF00 ; } div.legend ul li.yellow div.color{ border:2px solid #FC0 ; } div.legend ul li.red div.color{ border:2px solid #f00; } div.legend ul li.white div.color{ border:2px solid #fff; } caption,th { text-align:left; } div.all_models{ width:1056px; overflow:hidden; } h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; } q:before,q:after { content:''; } abbr,acronym { border:0; } .validator{color:#F00;} HR.adminForm{ border:0px; width:100%; background:#C6DFF9; height:1px; margin:20px 0px 20px 0px; } table.add_friends td{ padding:3px 3px; } table.add_friends span.input{ background:url(../images/bg_input_1.gif) no-repeat 0 0; width:228px; float:left; height:19px; padding:3px 0 0 4px; } table.add_friends span.input input{ border:0 none; color:#54595D; float:left; font-size:13px; height:16px; margin:0; padding:0; width:180px; } .btn_search{ background:transparent url(../images/btn_search_2.gif) no-repeat scroll -1px 0; border:medium none; color:#FFFFFF; cursor:pointer; float:right; font-size:0; height:20px; margin:0 10px 0 0; text-indent:-99999px; width:80px; } .messBoxCnterror{ color:#f00; } div.admin_part{ margin:20px 30px; } * html img.date_img{ margin:-10px 0 0 0; float:left; } #header{ position:relative; z-index:888; }/* = Common styles for XHTML Tags */ body{ background:#FFFFFF; font-family:Arial,Helvetica,sans-serif; font-size:12px; margin:0; color:#000; } h1{ font-size:1.5em; } h2{ font-size:1.5em; } h3{ font-size:1.2em; padding:20px 0px 0px 10px; font-weight:bold; } h4{ font-size:1.1em; } .btn{ border:1px solid #4C84BD; color:White !important; cursor:pointer; font-size:12px; font-weight:bold; padding:4px 11px; text-decoration:none; background:#0E68CF; } a:hover{ color:#CC6600; } .content-form div.model_edite{ float:left; width:200px; margin:0 0 25px 0; overflow:hidden; } .content-form div.model_edite div.img{ height:260px; } a{ outline-color:-moz-use-text-color; outline-style:none; outline-width:medium; } a img{ border:0 none; } :focus{ outline:none; } .width-auto{ width:auto !important; } .height-auto{ height:auto !important; } .no-bg{ background:none!important; } .no-padding{ padding:0!important; } .no-top-padding{ padding-top:0!important; } .no-bottom-padding{ padding-bottom:0!important; } .no-left-padding{ padding-left:0!important; } .checkbox-element{ margin-top:4px; } .button-row-element{ padding-top:4px; } .display-inlbl{ display:inline-block; } .width-600{ width:600px !important; } .width-700{ width:700px !important; } .width-150{ width:150px !important; } .height-35{ height:35px !important; } .height-40{ height:40px !important; } .left-margin-text{ padding-left:215px; } .dynamic-tbl td{ padding:4px 0; } .select-field{ width:304px; } /* = Float and align elements */ .a-left { text-align:left !important; } .a-center { text-align:center !important; } .v-middle { vertical-align:middle !important; } .a-right { text-align:right; } .a-justify { text-align:justify; } .f-left { float:left !important; } .f-right { float:right !important; } .c-both { clear:both !important; } /* = Site elements */ /*---Different Elements---*/ label.cursor-help span{ cursor:help; } .tooltip{ background-color:#ffffe1; border:1px solid #ccc; padding:2px; font-size:12px; } .separate-text{ color:#767676; line-height:17px; margin:15px 0; } .text-link{ border:1px solid #4c84bd; padding:4px 11px !important; font-weight:bold; font-size:13px; background:#579bdf; cursor:pointer; color:White !important; position:relative; text-decoration:none; width:auto; } .text-link-inact{ border:1px solid #4c84bd; padding:4px 11px !important; font-weight:bold; font-size:13px; background:#999; cursor:pointer; color:White !important; position:relative; text-decoration:none; } .text-link-tab{ font-size:12px; border:1px solid #DEDCDC; border-bottom-style:none; background:#5ea8f2; } .text-link:hover{ background:#0e68cf; } .message div{ padding:25px 5px 5px 5px; } .message div.messBoxCnt{ color:Red; } .message div.messBoxCntSuccess{ color:green; } .formTfInvalid{ border:1px solid red; } /*---BTNS---*/ .delete-btn{ margin-top:-2px; position:relative; display:block; } /*---Button panel---*/ .button-panel{ background:#C2CDD8; padding:5px; } .button-panel .buttons{ padding:5px; } .button-panel .buttons-list div{ float:left; } .f_date, .btn_date{ margin-top:-2px; position:relative; float:left; } .f_date{ margin:-1px 2px 0 0; } /*---Rows For DataGrid---*/ .tr0 { background-color:#e8eff8; color:#000; } .tr1 { background-color:#fafcff; color:#000; } /*---DataGrid and dataGridTable---*/ .dataGrid, .dataGridTable { margin:2px 0px; } .dataGrid{ width:100%; } .dataGrid td { white-space:nowrap; } .dataGridTable { width:100%; } .dataGridTable td { padding:4px; border-top:solid 1px #e6e4e4; border-bottom:solid 1px #e6e4e4; vertical-align:top; } .dataGridTable .td_checkbox { text-align:center; padding:0 8px; } .dgImage { text-align:center !important; } /*---Titles For Table---*/ .dgTitle td { background:#C8DFDF; text-transform:capitalize; } .dgTitle td a { color:#0066CC; font-weight:bold; text-decoration:underline; } .dgTitle td a:hover { color:#CC6600; text-decoration:underline; } .dgTitle .dgSortCell a { text-decoration:underline; } /*---Container for PageNavigator, Buttons and Others---*/ .dgSystem td { background-color:#E8EFE8; font-size:12px; text-align:left; padding-bottom:5px; padding-left:10px; text-transform:capitalize; } /*---PageNavigator---*/ .pagenavigator, .pagenavigator li { margin:0px; padding:0px; } .pagenavigator { display:block; text-align:right; } .pagenavigator li { display:inline; padding:0px 5px; } .pagenavigator li span{ font-weight:bold; color:#fff; border:1px solid #0e68cf; padding:0 4px; background:#0e68cf; } .pagenavigator li a{ text-decoration:none; border:1px solid #4c84bd; } .pagenavigator li.image a{ top:4px; position:relative; text-decoration:none; border:none; } .pagenavigator li.image{ padding:0; } .pagenavigator li a span{ font-weight:normal; border:none; color:#003861; background:#fff; } .pagenavigator li a span:hover{ color:#fff; background:#579bdf; } /* = Main conatiner */ #mainbody_small { padding:0.5em 10px; } /*---Header Part---*/ #header p{ float:left; } #header p span{ font-weight:bold; } #header ul.logout{ float:right; } #header ul.logout li{ float:left; margin-left:10px; } /*---Subtop Menu Part---*/ #page #subtop-menu{ background:#EAF3FD; padding-left:15px; border-bottom:1px solid #C6DFF9; } #page #subtop-menu div{ padding-top:5px; } #page #subtop-menu div a.activeItem{ padding:5px 10px; background:#FFFFFF; border-color:#C6DFF9; border-bottom-color:#fff; border-width:1px; border-style:solid; text-decoration:none; color:#000; font-weight:bold; } /*---Page Content---*/ #page-content{ padding:0 0px; } #page-content div.gal{ float:left; } div.select_gal, div.select_video{ float:left; } div.select_gal h2, div.select_video h2{ padding:0 0 0 5px; } #page-content .content-form{ padding:20px 0; } #page-content .content-form div.field{ padding:10px 0 15px 0; overflow:hidden; } .clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; } /* *:first-child+html .clearfix { zoom:1; } * html .clearfix { zoom:1; } */ #page-content .content-form div.field label{ font-weight:bold; padding-right:15px; width:200px; display:block; float:left; text-align:right; } #page-content .content-form div.field label.small_label{ font-weight:bold; padding-right:15px; float:left; margin:0; width:auto; display:inline; } input.radiobutton{ float:left; margin:1px 0 0 0; } /* #page-content .content-form div.field input[type!="checkbox"]{ width:300px; padding:1px 0; } */ #page-content .content-form div.field input.formTfInvalid{ /*width:300px; padding:1px 0;*/ border:1px solid Red; } #page-content .content-form div.field textarea{ width:300px; height:250px; } #page-content .content-form div.field textarea.robots-xml-cont{ height:450px; width:700px; } #page-content .content-form div.field textarea.gallery-block{ height:100px; width:500px; } #page-content .content-form div.field textarea.poll-block{ height:150px; width:400px; } #page-content .content-edit-form label{ margin-top:3px; } /* = Contact settings page */ .contact-settings{ border:1px solid #dedcdc; padding:5px 10px 10px 10px; margin-top:-2px; } /* = Footer part */ /* = None Submit Button */ .none_submit { position:absolute; background:transparent; border:0px !important; height:0px !important; width:0px; top:0px !important; } tr.datagridDragClass td { background-color:#f8e8e8; } /* html[xmlns*=""] body:last-child input.none_submit{ display:none; } */ .displayNone{display:none !important;} /* messages */ .messageListBlock { display:inline-block; width:100%; vertical-align:top; } .messageListOutline { height:5px; display:block; } .messageListOutline30 { height:30px; display:block; } .messageListOutline20 { height:20px; display:block; } .messageListOutline10 { height:20px; display:block; } .messageListHeadBlockLine { width:80px; display:inline-block; font-weight:bold; } .messageListHeadLeftBlock { display:inline-block; width:500px; vertical-align:top; float:left; } .messageListHeadRightBlock { width:120px; display:inline-block; vertical-align:top; float:right; } .messageListHeaderBlock { width:100%; display:inline-block; vertical-align:top; background:#EEEEEE; padding :3px; } .messageUnreadListHeaderBlock { width:100%; display:inline-block; vertical-align:top; background:#ffc82e; padding :3px; } .messageReadListHeaderBlock { width:100%; display:inline-block; vertical-align:top; background:#EEEEEE; padding :3px; } .searchContractorsRequestLabel { display:inline-block; padding:2px; width:110px; font-weight:bold; } .text .searchContractorsRequestLabel { display:inline-block; padding:2px; font-weight:bold; width:auto; } .searchContractorsRequestBox { width:204px; height:16px; } .searchDirectNewsRequestBox { width:350px; height:16px; } .searchContractorsClearBlock { width:100%; display:block; } .jobsBclokHeader { display:block; height:25px; font-weight:bold; background:#7dbee5 url('../images/sblockbg.png') repeat-x left; color:white; vertical-align:middle; border-bottom-width:1px; border-bottom-style:solid; border-bottom-color:grey; padding-left:5px; } .jobsBlockContainer { display:inline-block; width:200px; vertical-align:top; margin-right:9px; border-style:solid; border-width:1px; border-color:gray; } .commentsBclokHeader { display:block; height:25px; font-weight:bold; background:gray url('../images/sblockbg2.png') repeat-x left; vertical-align:middle; padding-left:5px; margin-left:175px; padding-top:5px; } .del_rec{ width:400px; float:left; } .del_rec .messBoxCntinfo{ padding:0; margin:-14px 0 0 0; } .webmaster_btn_list{ margin:0; padding:10px; } div.ui-dialog-titlebar{ background:url(../images/bg_login_top_2.gif) no-repeat 0 0; border:0px; padding:0!important; /*width:835px;*/ } * html div.ui-dialog-titlebar{ } .ui-dialog .ui-dialog-content{ padding:10px; border:1px solid #a9d2ea!important; width:278px!important; } span.ui-dialog-title{ padding:0px 0 0 10px; border:0px; font-size:14px; font-weight:bold; color:#fff; float:none; padding:6px 0 0 7px; margin:0px 0 0 0!important; line-height:24px; height:21px; } A.ui-dialog-titlebar-close, A.ui-dialog-titlebar-close:hover, A.ui-dialog-titlebar-close:active, A.ui-dialog-titlebar-close:visited{ background:transparent url(../../../../skins/en/images/btn_close.gif) no-repeat scroll 0 0; border:0px; } DIV.ui-dialog{ background:white !important; } table.tbl_radio_list{ padding:4px 0 0 0; } .f_row { padding:10px 15px 0; } .login_popup label { font-size:14px; } .login_popup span.input { background:transparent url(../images/bg_input_5.gif) no-repeat scroll 0 0; display:block; float:left; height:22px; padding:4px 0 0 4px; width:230px; } .login_popup span.input input{ border:0 none; float:left; width:220px; } div.form { } div.form:after { content:"."; display:block; height:0; clear:both; visibility:hidden; } div.form div.edit { float:left; width:100%; margin:0 0 4px 0; } div.form div.edit input[type=text], div.form div.edit select { width:auto; border:1px solid #CCCCCC; } div.form div.edit textarea { width:750px; border:1px solid #CCCCCC; } div.form div.edit div.f_date input { float:left !important; margin:2px 5px 0 0 !important; } div.form div.edit div.f_date img { float:left !important; margin:0 !important; } div.form div.buttons { float:left; width:100%; padding:10px 0 10px 160px; } div.form div.buttons span.btn { margin:0 8px 0 0; } div.form div.edit label { float:left; width:160px; } div.form div.edit div.image { padding:0 0 4px 160px; } div.dropdown { position:absolute; width:400px; height:200px; border:1px solid #CCCCCC; background:#ffffff; margin:0 0 0 160px; overflow:auto; } div.dropdown ul { cursor:default; } div.dropdown li:hover, div.dropdown li.selected { background:#CFDEFF; } div.promotion { margin:0 0 10px 0; } div.promotion p { margin:5px 0 0 0; } .lists div div.item { width:167px; height:120px; float:left; padding:0 0 0 5px; text-align:center; } .lists div div.item a { display:block; height:120px; } .lists div div.item a img{ vertical-align:middle; } div.dgHeader { height:24px; margin:10px 0 10px 0; } div.dgHeader div.export { float:left; height:100%; } div.dgHeader div.export label, div.dgHeader div.export div.datefield { float:left; margin:0 5px 0 0; } div.dgHeader div.filter { float:right; height:100%; } div.form-edit { } div.form-edit div { float:left; width:100%; } div.form-edit div label { float:left; width:100%; margin:10px 0 0 0; } div.form-edit div.double label { width:auto; margin:0 5px 0 0; } div.form-edit div.double input { float:left; width:30px; margin:0 10px 0 0; } #ui-datepicker-div { background:#ffffff !important; border:1px solid #A9D2EA !important; } div.search_company div.left_box{ float:right; padding:5px 0 0 0; } div.search_company{ height:34px; } div.search_company div.buttons { float:right; padding:0 0 0 0px; width:138px; } div.search_company div.buttons strong{ padding:0 0px 0 5px; float:left; font-weight:normal; } div.search_company div.buttons span{ float:right; } #dialog_content iframe { width:260px; height:450px; border:none; overflow:hidden; } #dialog_content iframe { width:400px; height:350px; } .ui-dialog .ui-dialog-content { width:auto !important; } /*/////////////////////////////////////////////*/ ul.jobseeker_profile { padding:10px 0 0 0; } ul.jobseeker_profile .field { border-bottom:1px dashed #CCC; border-top:1px dashed #CCC; padding:5px; margin:10px 0 0 0; overflow:hidden; } ul.jobseeker_profile .field h3 { float:left; font-size:14px; margin:0; padding:0; } ul.jobseeker_profile .ns { color:#c0c0c0; } ul.jobseeker_profile .field .right { float:right; font-weight:bold; color:#FFA100; } ul.jobseeker_profile p.left_col { float:left; width:200px; font-weight:bold; } ul.jobseeker_profile p.right_col { float:left; width:500px; } ul.jobseeker_profile div.language { float:left; width:423px; overflow:hidden; } ul.jobseeker_profile ol { margin:inherit; padding:inherit; margin:0px 0 0 10px; padding:0px 0 0 10px; list-style:decimal; } ul.jobseeker_profile ol li { overflow:visible; } ul.jobseeker_profile ol li span.arrow { padding:0 15px 0 0px; background:url(/skins/en/images/bg_small_arrow.gif) no-repeat 94% 5px; font-weight:bold; } ul.jobseeker_profile li { width:100%; overflow:hidden; clear:both; margin:10px 0 0 0; } h3.title_3 { font-size:14px; margin:0; padding:20px 0 0 0; } .blue_box .text { border-color:#b9daed; border-style:none solid; border-width:0 1px; padding:5px; } .blue_title_2 { border-bottom:1px solid #81D0FA; color:#81D0FA; font-size:15px; font-weight:bold; line-height:13px; margin:5px 10px 5px 0; padding:5px 0 6px 0; clear:both; } div.field_box, div.field_box { padding:8px 0 0 0; float:left; clear:both; } div.field_box label { float:left; width:150px; } span.left_a { padding:5px 0 0 158px; display:block; clear:both; } .text select { font-size:14px; border:1px solid #3694d7; float:left; } div.field_box span.input { background:url("/skins/en/images/bg_input_1.gif") no-repeat scroll 0 0 transparent; float:left; height:24px; padding:2px 0 0 2px; width:228px; } div.field_box span.input_4 { background:url("/skins/en/images/input_big.gif") no-repeat scroll 0 0 transparent; width:398px; } div.field_box span.year_input { background:url(/skins/en/images/input_year.gif) no-repeat 0 0; width:118px; height:24px; float:left; padding:2px 0 0 2px; } div.field_box span.salary_input { background:url(/skins/en/images/bg_input_salary.gif) no-repeat 0 0; width:60px; height:24px; float:left; padding:2px 0 0 2px; } div.field_box span.salary_input input { float:left; margin:0; padding:0; border:0; width:50px; } div.field_box span.year_input input { float:left; margin:0; padding:0; border:0; width:110px; } .dr1 { width:145px; } .experience div.field_box span.input { background:url("/skins/en/images/bg_input_large_2.gif") no-repeat scroll 0 0; width:398px; } .experience div.field_box span.input input { width:390px; } div.field_box em.small { padding:5px 0 0 5px; float:left; } div.field_box span.input input { border:medium none; width:224px; } div.blue_box table td { vertical-align:top; padding:5px 0 0 0; } div.buttons { padding:30px 20px 0 0; width:720px; } div.buttons .left { float:left; margin:13px 0 0 0; font-weight:bold; } div.buttons .btn_l { margin:0 auto; float:none; display:block; width:175px; height:35px; cursor:pointer; font-size:17px; font-weight:bold; text-align:center; color:#666; border:0; background:url(/skins/en/images/btn_large_new.gif) no-repeat 0 0; } div.buttons .btn_l:hover { background:url(/skins/en/images/btn_large_new.gif) no-repeat 0 -35px;; color:#fff; } div.buttons #btnClear { background:url(/skins/en/images/btn_clear_blue.gif) no-repeat 0 0; border:medium none; color:#FFFFFF; cursor:pointer; float:left; font-weight:bold; height:22px; margin:0px 0 0 4px; overflow:hidden; width:74px; } div.blue_box div.header { background:url(/skins/en/images/images/bg_home_box_top.gif) no-repeat 0 0; width:237px; position:static; } /* div.blue_box div.footer_box .right, div.blue_box div.header .right { width:212px; } */ div.blue_box div.header h3 { margin:0; padding:5px 0 6px 10px; color:#fff; font-size:15px; line-height:13px; } div.blue_box div.bottom_f { border-right:solid #a9d2ea 1px; border-left :solid #a9d2ea 1px; padding:5px 10px; overflow:hidden; background:#FFF; } div.blue_box div.footer_box div.right { background:url(/skins/en/images/blue_box_footer_right.gif) no-repeat 100% 100%; height:16px; line-height:0px; font-size:0px; } div.blue_box div.header .left { background:url(/skins/en/images/blue_box_header_left_2.gif) no-repeat scroll 0 0; } div.blue_box div.header .right { background:url(/skins/en/images/blue_box_header_right_2.gif) no-repeat scroll 100% 0; } div.holder div.content div.content_part div.flash div.blue_box div.bottom_f a.link_2 { margin:3px 0 -4px 10px; } div.blue_box div.footer_box { height:9px; /*background:url(/skins/en/images/blue_box_footer_2.gif) no-repeat 100% 0;*/ } div.grey_box div.footer_box { background:transparent url(/skins/en/images/bg_grey_box_footer.gif) no-repeat scroll 0 0 !important; } div.blue_box div.header { background:url(/skins/en/images/blue_box_header.gif) repeat-x 0 0; width:auto; position:static; } .field_box #drpSalaryCurrency_swith { float:left; padding:0 5px 0 0; } .field_box #drpSalaryCurrency_swith a { color:#81D0FA; } .personal_info div.field_box { padding:10px 0 0 0; } .personal_info div.field_box select { width:228px; } .personal_info { padding:10px 0 0 0; } .personal_info div.field_box select#drpCountry { float:left; width:228px; } .personal_info div.field_box select#drpAddressTitle { width:115px; } ul.jobseeker_profile .field { border-bottom:1px dashed #CCC; border-top:1px dashed #CCC; padding:5px; margin:10px 0 0 0; overflow:hidden; } ul.jobseeker_profile .field h3 { float:left; font-size:14px; margin:0; padding:0; } ul.jobseeker_profile .ns { color:#c0c0c0; } ul.jobseeker_profile .field .right { float:right; font-weight:bold; color:#FFA100; } h3.title_3 { font-size:14px; margin:0; padding:20px 0 0 0; } ul.jobseeker_profile div.language { float:left; width:423px; overflow:hidden; } ul.jobseeker_profile ol { margin:inherit; padding:inherit; margin:0px 0 0 10px; padding:0px 0 0 10px; list-style:decimal; } ul.jobseeker_profile ol li { overflow:visible; } ul.jobseeker_profile ol li span.arrow { padding:0 15px 0 0px; background:url(/skins/en/images/bg_small_arrow.gif) no-repeat 94% 5px; font-weight:bold; } ul.jobseeker_profile li { width:100%; overflow:hidden; clear:both; margin:10px 0 0 0; } ul.jobseeker_profile li li { margin:0; padding:5px 0 0 5px; } .job_applications td { vertical-align:top; } #drpGraduatedCountry { width:228px; } .title_3 { margin:20px 0 0px; font-size:16px; } div.education { padding:10px 0 0 0; } div.experience div.title_3, div.education div.title_3 { border-bottom:1px dashed #CCCCCC; border-top:1px dashed #CCCCCC; margin:20px 0 0; overflow:hidden; padding:5px; } .experience span.textarea { background:url(/skins/en/images/teatarea_small.gif) no-repeat 0 0; height:138px; } .experience span.textarea textarea { height:130px; } span.right_title { padding:0 10px 0 0; float:right; } /** sadsa **/ .latest_job div.field_box span.input_4 input { width:388px; } #drpSalaryCurrency_swith a { color:white; font-weight:bold; font-size:15px; float:left; padding:4px 1px 0 0; text-decoration:underline; } #drpSalaryCurrency_swith a.selected, .field_box #drpSalaryCurrency_swith a.selected { color:black; font-size:18px; float:right; padding:0; text-decoration:none; } div.row #drpSalaryCurrency_swith { float:left; padding:0 3px 0 0; width:37px; } div.row #drpSalaryCurrency_swith a { color:#666; } div.row #drpSalaryCurrency_swith a.selected { color:#333 } div.type { float:left; } div.type input { width:12px; margin:0; float:left; } td.dropdowns select { margin:0 5px 5px 0; } label.checkbox-list { width:auto !important; } label.checkbox-list span, label.checkbox-list input { float:left; } label.checkbox-list span { padding:0 0 0 5px; color:#000; width:80px !important; } .field_box_3 #drpSalaryCurrency_swith a.selected { color:black; float:right; font-size:18px; padding:0 0 0 7px; text-decoration:none; } span.textarea { float:left; width:398px; height:180px; background:url(/skins/en/images/bg_comments.gif) no-repeat 0 0; padding:4px; } span.textarea textarea { width:390px; height:170px; border:0px; } div.left_text { float:right; width:433px; font-style:italic; text-align:right; padding:0 5px 0 0; } div.left_block #sliderDistance .ui-widget-header { background:#81D0FA; } div#sliderDistance { background:#D9D9D9; } .job_preferences_slider div.distance { padding:2px 18px 0 10px; margin:0 15px; } div.sider_box span.left { color:#54595D; float:left; font-weight:bold; width:100px; font-size:14px; padding:0 10px 0 0; text-align:right; } div.sider_box span.right { color:#54595D; float:left; font-weight:bold; padding:0 5px 0 10px; } .job_preferences_slider div.sider_box span.left { text-align:left; padding:0 10px 0 10px; } .job_preferences_slider div.sider_box span.right { float:right; padding:0 10px 0 10px; } .job_preferences_slider #txtDistance { font-weight:bold; } .job_preferences_slider { padding:11px 180px 20px 140px; } .job_preferences_slider div.ui-slider-range { background:#81D0FA url("/skins/en/images/bg_slider_3.gif") no-repeat 0 0; } table.sales_information td{ padding:10px 10px; }body { margin:0; font-family:Arial, sans-serif; color:#54595D; font-size:12px; background:url(../images/bg_body.png) no-repeat 50% 119px; } body.login { background:url(../images/bg_body_2.gif) no-repeat 50% 119px; } img { border:0; } h1 { font-size:16px; font-weight:bold; margin:0; padding:0; } a:active, a:visited, a { text-decoration:none; color:#81d0fa; } a:hover { color:#FFA100; text-decoration:underline; } em.blue { color:#81D0FA; font-weight:bold; font-style:italic; } .hide { display:none; } .clear { clear:both; } .picture_2 { background:url(../images/our-promise_top.gif) no-repeat 2px 0; } .picture_2 .picture_b { padding:0 0 200px 0; background:url(../images/our-promise.gif) no-repeat 2px 100%; } .picture_bottom { padding-bottom:400px !important; clear:both; background:url(../images/our-promise_2.gif) no-repeat 0px 100%; } .picture { background:url(../images/contact_us_1.gif) no-repeat 2px 195px; } .picture_b { background:url(../images/contact_us.gif) no-repeat 10px 100%; height:1012px; } textarea { color:#54595D; font-size:12px; font-family:Arial, Helvetica, sans-serif; } div.main { width:975px; margin:0 auto; overflow:hidden; } div.main div.header { width:975px; overflow:visible; position:relative; } div.main div.header div.logo { width:242px; overflow:hidden; margin:0px 0 0 0; float:left; padding:0; } span.required { display:block; clear:left; color:#afb2b3; padding:0 0 0 15px; } div.main div.header div.logo a { float:left; background:url(../images/bg_logo.gif) no-repeat 0 0; width:204px; height:88px; text-indent:-999999px; } div.main div.header div.banner { width:726px; height:88px; float:right; margin:5px 0 0 0; overflow:hidden; border:1px solid #d3d3d3; } div.main div.header ul.sf-menu { width:975px; margin:1px 0 0 0; float:left; padding:0; list-style:none; height:30px; /* background:url(../images/bg_a.gif) repeat-x 0 0;*/ } div.main div.header ul.sf-menu li { float:left; position:relative; font-size:12px; padding:0 0 0 2px; background:url(../images/bg_li.gif) no-repeat 0 0; } div.main div.header ul.sf-menu li.first { background:none; padding:0; } div.main div.header ul.sf-menu li a { color:#54595d; /* padding:14px 19px 0;*/ padding:9px 18px 0 19px; padding:9px 0 0 0; width:98px; text-align:center; height:21px; font-weight:normal; float:left; background:url(../images/bg_a.gif) repeat-x 0 -0px; border:none; } div.main div.header #top-menu2 ul.sf-menu li a { width:auto !important; } div.main div.header ul.sf-menu li a span.sf-sub-indicator { display:none; } div.main div.header .public ul.sf-menu li a { color:#fff; } div.main div.header .public ul.sf-menu li a:hover { color:#fff; } div.main div.header .public ul.sf-menu li li a { color:#54595d; } div.main div.header ul.static li a { padding:14px 18px 0; } div.main div.header ul.sf-menu li.first a { background:url(../images/bg_a_first.gif) no-repeat 0 0; } div.main div.header ul.sf-menu li.last { float:right; } div.main div.header ul.sf-menu li.first li a:hover, div.main div.header ul.sf-menu li.first li a { background-image:none; } div.main div.header ul.main_nav li.last a { background:url(../images/bg_a_last.gif) no-repeat 100% 0; } div.main div.header ul.sf-menu li a.current, div.main div.header ul.sf-menu li a:hover { background:url(../images/bg_a.gif) repeat-x 0 -30px; color:#fff; } div.main div.header ul.sf-menu li li a.current { background:#9BD3F3 !important; color:#fff !important; } div.main div.header ul.sf-menu li ul li.last a:hover, div.main div.header ul.sf-menu li ul li a:hover, div.main div.header ul.sf-menu li ul li.first a:hover { background:none; } .bg_about { background:url(../images/bg_about_us_top.jpg) no-repeat 0 0; margin:0 0 0 2px; padding:0px 0 0 0; float:left; overflow:hidden; } div.holder div.content_part .bg_about .bottom { background:url(../images/bg_about_us_b.jpg) no-repeat 10px 100%; padding:202px 300px 80px 30px; width:auto; min-height:441px; } * html div.holder div.content_part .bg_about .bottom { height:441px; overflow:visible; } div.main div.header ul.sf-menu li.first a.current, div.main div.header ul.sf-menu li.first a:hover { background:url(../images/bg_a_first.gif) no-repeat 0 -30px; } div.main div.header ul.sf-menu li ul li.first a.current { background:none; color:#54595D; } div.main div.header ul.sf-menu li.last a { /* background:url(../images/bg_a_last.gif) no-repeat -351px 0px;*/ border-right:1px solid #dfdfdf; padding:9px 0px 0 0px; width:74px; position:relative; } div.main div.header ul.sf-menu li.last a.current, div.main div.header ul.sf-menu li.last a:hover { background:url(../images/bg_a_last.gif) no-repeat 100% -30px; } div#footer { background:url(../images/bg_footer_all.gif) repeat-x 0 0; width:100%; margin:0px 0 0 0; } div.footer { background:url(../images/bg_footer.gif) no-repeat 0 0; overflow:hidden; height:196px; width:915px; padding:0 30px; margin:0 auto; } div.footer div.footer_links { float:left; width:766px; } div.footer div.footer_logo { float:right; margin:20px 0 0 0; } td.body div.footer { background:none; width:auto; } div.footer ul { margin:28px 0 0 0; padding:0; list-style:none; } div.footer ul li { float:left; color:#898989; } div.footer p { color:#898989; margin:28px 0 0 0; padding:0; } div.footer a { color:#898989; } div.footer a:visited, div.footer a:active, div.footer a:hover { color:#898989; } div.footer ul li a { color:#898989; } div.footer ul li a:visited, div.footer ul li a:active, div.footer ul li a:hover { color:#898989; } div.holder { width:975px; /*background:url(../images/bg_content.gif) repeat-y 0 0;*/ overflow:hidden; clear:both; } div.holder div.cms_content { padding:10px 20px 0 0; min-height:400px; width:700px; } div.holder div.top_box { width:1075px; height:25px; overflow:hidden; padding:10px 0 0 21px; } div.holder div.top_box div.sign_in { float:left; width:200px; margin:5px 0 0 120px; } div.holder div.top_box div.reg { float:left; width:400px; margin:5px 0 0 0; } div.holder div.top_box span.featuring { font-family:Georgia, "Times New Roman", Times, serif; color:#54595d; font-size:18px; font-weight:bold; float:left; padding:0 0 0 0; margin:0 0 0 0; } div.holder div.top_box span.featuring span.blue { color:#81D0FA; } div.holder div.top_box h3 { font-family:Georgia, "Times New Roman", Times, serif; color:#54595d; font-size:12px; font-weight:bold; float:left; padding:0 0 0 0; margin:0 0 0 0; } div.holder div.top_box a.btn { background:url(../images/bg_btn.gif) repeat-x 0 0; height:15px; font-size:12px; font-weight:bold; border:1px solid #42b0ff; color:#fff; padding:0 10px 0 10px; float:left; margin:0 0 5px 10px; } a.btn2 { background:url(../images/bg_btn.gif) repeat-x 0 0; height:15px; font-size:12px; font-weight:bold; border:1px solid #42b0ff; color:#fff; padding:0 10px 2px 10px; float:left; margin:5px 0 5px 10px; } a.btn2:hover { background-position:left bottom; } div.holder div.content { /* background:url(../images/bg_content_2.gif) repeat-y 4px 0;*/ overflow:hidden; margin:0 auto; width:973px; min-height:500px; background:url(../images/bg_holder_line.gif) repeat-y 761px 0; padding:0 0 20px 0; margin:0; } div.holder div.content_part { float:left; width:746px; overflow:hidden; padding:0 0px 0 0px; } div.holder div.content div.content_part div.job { width:745px; overflow:hidden; margin:9px 0 0 0px; padding:2px 0 0 0px; } div.holder div.content div.content_part div.job form { margin:0; padding:0; } div.holder div.content div.content_part div.job div.form { padding:10px 0 0 0; width:730px; overflow:hidden; height:32px; background:url(../images/bg_job.gif) no-repeat 0 0; } div.holder div.content div.content_part div.job div.form_2 { background:url(../images/bg_job_2.gif) repeat-y 0 0; width:730px; overflow:hidden; } div.holder div.content div.content_part div.job div.form_2 .criteria_left { width:370px; float:left; padding:0 0 0 15px; } div.holder div.content div.content_part div.job div.form_2 .criteria_right { width:342px; float:right; overflow:hidden; } div.holder div.content div.content_part div.job div.form_2 .criteria_right li { width:327px; float:left; } div.holder div.content div.content_part div.job div.form_2 label { width:80px; float:left; } div.holder div.content div.content_part div.job div.form_2 span.input { float:left; width:232px; background:url(../images/bg_input_3.gif) no-repeat 0 0; height:20px; padding:2px 2px 0; } div.holder div.content div.content_part div.job div.form_2 span.input input { padding:0; margin:0; width:230px; border:0; float:left; } div.holder div.content div.content_part div.job div.form_2 ul { margin:3px 0 10px 0; padding:0; list-style:none; } div.holder div.content div.content_part div.job div.form_2 ul li { font-size:14px; color:#fff; padding:7px 0 0 0; overflow:hidden; font-weight:bold; } div.holder div.content div.content_part div.job div.form_2 ul li.checkbox { padding:7px 0 0 80px; } div.holder div.content div.content_part div.job div.form_2 ul li.checkbox input { float:left; padding:0; margin:0; width:16px; height:16px; } div.holder div.content div.content_part div.job div.form_2 ul li.checkbox label { width:auto; padding:0 0 0 6px; line-height:16px; } div.holder div.content div.content_part div.job div.footer_bg { background:url(../images/bg_job_footer.gif) no-repeat 0 0; height:20px; overflow:hidden; } div.holder div.content div.content_part div.job div.footer_bg span { color:#fff; line-height:17px; padding:0 0 0 5px; } div.holder h1 { margin-top:20px; } ul.boxes { margin:0; padding:10px 20px 20px; } ul.boxes li { padding:10px 0 5px 0; border-bottom:1px solid #E8E8E8 } ul.boxes li.searchContractorsClearBlock { } ul.boxes li p.search_news { padding:5px 0; } span.bottom_link { padding:0 0 0 20px; } ul.boxes li.title { font-size:14px; font-weight:bold; padding:0; color:#81D0FA; padding:10px 0 5px; } ul.boxes li strong { font-weight:bold; } ul.boxes li span { color:#969696; } ul.boxes li a { color:#54595D; } ul.boxes li p { padding:14px 0 0 0; } ul.boxes li span.date { float:right; color:#969696; font-size:11px; } ul.boxes li a.link { color:#81D0FA; } div.holder div.content div.content_part div.job div.form span.input { float:left; width:104px; height:19px; padding:3px 0 0 4px; background:url(../images/bg_input.gif) no-repeat 0 0; } #page-content .content-form div.buttons_b { width:719px; margin:10px 0 0 0; clear:both; padding:14px 0 0 0; border-top:1px solid #d8dfe2; float:left; } #page-content .content-form div.buttons_b label { width:300px; } div.holder div.content div.content_part div.job div.form span.input input { margin:0; padding:0; width:100px; border:0; font-size:13px; float:left; color:#54595d; height:16px; } div.holder div.content div.content_part div.job div.form select { float:left; width:108px; height:22px; } div.holder div.content div.content_part div.job div.form a.submit_search { width:80px; height:21px; float:left; text-indent:-99999px; background:url(../images/btn_search_2.gif) no-repeat 0 0; margin:0 0 0 30px; } div.holder div.content div.content_part div.job div.form a.submit_search:hover { background:url(../images/btn_search_2.gif) no-repeat 0 -21px; } div.holder div.content div.content_part div.job ul.work_list { float:left; margin:0; padding:2px 0 0 10px; overflow:hidden; float:left; } div.holder div.content div.content_part div.job a.option, div.holder div.content div.content_part div.job span.option { float:right; font-size:12px; font-weight:bold; color:#fff; padding:0 9px 0 0 !important; margin:2px 28px 0 0; background:url(../images/bg_a_2.gif) no-repeat 100% 50%; cursor:pointer; } div.holder div.content div.content_part div.job a.close, div.holder div.content div.content_part div.job span.close { background:url(../images/bg_a_3.gif) no-repeat 100% 48%; float:right; font-size:12px; font-weight:bold; color:#fff; width:auto; padding:0 9px 0 0 !important; margin:2px 28px 0 0; cursor:pointer; } div.holder div.content div.content_part div.flash { width:745px; height:297px; color:#fff; clear:both; float:left; margin:10px 0 0 0px; } div.holder div.content div.content_part div.flash div.white_box { /*background:url(../images/bg_box_w.gif) no-repeat 0 0;*/ float:left; margin:0 0 0 10px; } div.holder div.content div.content_part div.flash div.column { float:left; width:237px; padding:7px 0 0 6px; } div.holder div.content div.content_part div.flash div.column table { width:235px; float:left; margin:-1px 0 0 0; } div.holder div.content div.content_part div.flash div.column td { text-align:left; } div.holder div.content div.content_part div.flash div.column .dataGridTable td { padding:3px 7px; border:none; border-bottom:1px solid #e8e8e8; font-weight:bold; color:#333; } div.holder div.content div.content_part div.flash div.column .dataGridTable td a { color:#303030; font-weight:normal; padding:0 0 0 0px; } div.holder div.content div.content_part div.flash div.column a, div.holder div.content div.content_part div.flash div.column td a { color:#fff; } div.holder div.content div.content_part div.flash .column h3 { padding:3px 3px 3px 10px;; font-size:17px; font-weight:bold; width:191px; float:left; margin:0 0 0 0px; display:inline; color:#fff; } div.holder div.content div.content_part div.flash .column h3 span { color:#fff; } * html div.holder div.content div.content_part div.flash .column h3 { margin:0; } * + html div.holder div.content div.content_part div.flash .column h3 { margin:0; } div.holder div.content div.content_part div.flash h3.title { font-size:27px; font-weight:normal; line-height:30px; margin:0; padding:20px 0 0 22px; } div.holder div.content div.content_part div.flash a.link { background:url(../images/arrow.gif) no-repeat 0 0; padding:2px 0 2px 23px; } div.holder div.content div.content_part div.flash table.dataGridTable tr { background:none; } div.holder div.content div.content_part div.flash table.dataGridTable .tr0 td { background:#cbe8f3; } div.holder div.content div.content_part div.flash table.dataGridTable tr.tr1 td.dgSortCell { background:none; } div.holder div.content_part div.latest_job { width:745px; margin:20px 0 0 0px; padding:0 0 0 0px; background:url(../images/bg_latest_job_cont.gif) repeat-y 0px 0; display:inline; float:left; } div.holder div.content_part div.latest_job div.title { width:745px; background:url(../images/bg_latest_job_title.gif) repeat-x 0 0; height:28px; overflow:hidden; } div.holder div.content_part div.latest_job div.title h3 { margin:0; padding:4px 0 0 17px; font-size:18px; font-weight:bold; color:#54595d; background:url(../images/bg_latest_job_t_left.gif) no-repeat 0 0; } div.holder div.content_part div.latest_job div.top { background:url(../images/bg_latest_job_top.gif) no-repeat 0 0; float:left; overflow:hidden; } div.holder div.content_part div.latest_job div.image_left { width:114px; padding:4px; overflow:hidden; float:left; height:114px; margin:10px 0 0px 10px; display:inline; } div.holder div.content_part div.latest_job div.image_left img { width:114px; } div.holder div.content_part div.latest_job div.content_p { width:560px; float:left; overflow:hidden; padding:0 0 0 10px; } div.holder div.content_part div.latest_job div.content_p div.top_title { padding:10px 0 0 0; width:560px; } div.holder div.content_part div.latest_job div.content_p span.searchContractorsRequestLabel { width:70px; float:left; font-weight:normal; font-style:italic; padding:0; } div.holder div.content_part div.latest_job div.content_p ul.partners span.searchContractorsRequestLabel { width:120px; } div.holder div.content_part div.latest_job div.content_p table td { font-weight:bold; } div.holder div.content_part div.latest_job div.content_p .description { padding:10px 0 0 0; } div.holder div.content_part div.latest_job div.content_p div.top_title h4 { font-size:14px; color:#81d0fa; float:left; } div.holder div.content_part div.latest_job div.content_p div.top_title h4 a { color:#81d0fa; } div.holder div.content_part div.latest_job div.content_p div.top_title h4 a:hover { color:#ffb800; text-decoration:none; } div.holder div.content_part div.latest_job div.content_p div.top_title span.right { float:right; } .page_nav { clear:both; width:700px; text-align:center; font-size:14px; color:#81d0fa; font-weight:bold; padding:10px 0; } .page_nav a { padding:3px 7px; margin:0 3px; color:#81d0fa; cursor:pointer; } div.holder div.content_part .page_nav a.active { background:#ffa100 url(../images/page_nav_active.gif) no-repeat 0 0; border:0; padding:0; color:#fff; padding:2px 0px 3px } div.holder div.content_part .page_nav a.active span { background:url(../images/page_nav_active_right.gif) no-repeat 100% 0; padding:2px 7px 3px; height:11px; } div.image_left_index { width:80px; padding:4px; border:1px solid #e5e5e5; overflow:hidden; float:left; margin:20px 0 0 20px; display:inline; } div.holder div.content_part div.bottom, div.holder div.content_part div.lists { background:url(../images/bg_latest_job_bottom.gif) no-repeat 0 100%; overflow:hidden; float:left; padding:0 0 10px 0; width:750px; } div.holder div.blogs div.latest_job div.bottom { padding:10px 5px; } div.holder div.content div.content_part div.lists ul { margin:0; padding:13px 0 0 16px; list-style:none; float:left; } div.holder div.content div.content_part div.lists ul li { border-bottom:1px solid #e8e8e8; padding:5px 0; width:235px; } div.holder div.content div.content_part div.lists ul li.last { border:none; } div.holder div.content div.content_part div.lists div.block { width:245px; float:left; } div.holder div.content div.content_part div.lists ul li.title { font-size:14px; background:none; padding:0; font-weight:bold; } div.holder div.content div.content_part div.lists ul li a { color:#54595d; padding:0 0 0 7px; background:url(../images/bg_a_arrow.gif) no-repeat 0 50%; } div.holder div.content div.content_part div.lists ul li.title a { color:#81d0fa; background:none; padding:0; } div.holder div.content div.content_part div.lists ul li.title a:hover { color:#ffa100; } div.holder div.content_part div.latest_job div.title div.right { background:url(../images/bg_latest_job_t_right.gif) no-repeat 100% 0; } div.holder div.content div.content_part div.job ul.work_list li { float:left; font-size:12px; font-weight:bold; margin:0 0 0 0px; padding:0 6px 0 7px; background:url(../images/bg_li_2.gif) no-repeat 0 50%; } div.holder div.content div.content_part div.job ul.work_list li.first { background:none; } div.holder div.content div.content_part div.job ul.work_list li a { color:#fff; } div.holder div.content div.content_part div.job div.form label { font-size:14px; color:#fff; font-weight:bold; margin:0; line-height:16px; padding:3px 10px 0 15px; float:left; } div.holder div.content div.content_part div.job div.form label.city, div.holder div.content div.content_part div.job div.form label.country { padding:3px 10px 0 35px; } div.holder div.content div.content_part div.job div.left { background:url(../images/bg_job_left.gif) no-repeat 0 0; } div.holder div.content div.content_part div.job div.right { background:url(../images/bg_job_right.gif) no-repeat 100% 0; } div.holder div.siderbar { width:211px; float:right; position:relative; } div.inbox_box { width:647px; background:url(../images/bg_inbox.gif) repeat-y 0 0; overflow:hidden; float:left; margin:5px 0 0 4px; } div.inbox_box .messageListHeadBlockLine { font-weight:normal; font-style:italic; } div.inbox_box .messageListHeadLeftBlock { font-weight:bold; } div.inbox_box div.top { background:url(../images/bg_inbox_box_top.gif) no-repeat 0 0; float:left; width:647px; } div.inbox_box div.top .bottom_f { background:url(../images/bg_inbox_box_bottom.gif) no-repeat 0 100%; padding:11px 0px; float:left; color:#81D0FA; width:647px; } a.link:visited { color:#81D0FA; } div.inbox_box .messageUnreadListHeaderBlock { background:none; border-bottom:1px solid #DDE3E5; padding:5px 10px; width:627px; } div.inbox_box div.top .bottom_f .messageListHeadLeftBlock { width:auto; display:inline; width:200px; } div.inbox_box div.top .bottom_f .messageListHeadLeftBlock .messageListHeadBlockLine { float:left; } div.inbox_box div.top .bottom_f .messageListHeaderBlock { background:none; padding:5px 10px; margin:0; width:627px; } div.inbox_box div.top .bottom_f i { padding:5px 10px; display:block; border-top:1px solid #dde3e5; } div.inbox_box div.top .bottom_f .messageReadListHeaderBlock { padding:5px 10px; width:627px;; border-bottom:none; } div.right_edits { padding:7px 0 0 10px; float:left; } div.right_edits_2 { float:right; width:50px; overflow:hidden; padding:0px 0 0 7px; } div.right_edits_2 a { display:block; } div.inbox_box div.top .bottom_f .messageListOutline10 { height:auto; padding:0; color:#969696; } div.inbox_box .messageListHeadRightBlock { color:#969696; } div.inbox_box div.messageReadListHeaderBlock { background:none; } div.holder div.content div.siderbar div.banners { width:215px; } div.holder div.content div.siderbar div.banners div.container { width:209px; margin:0 0 0 -1px; height:125px; /* border-right:2px solid #55ace5;*/ overflow:hidden; background:url(../images/bg_white.gif) no-repeat 0 0; } div.holder div.content div.siderbar div.banners div.container div.banner { margin:0 0 0px 0; float:left; } div.holder div.content div.siderbar div.banners div.container div.banner img { width:104px; } /*div.holder div.content div.siderbar div.banners div.container_2{ background:#fff; width:185px; margin:0 0 0 1px; border-left:1px solid #E8E8E8; }*/ div.holder div.content div.siderbar div.banners div.container_2 h3 { margin:0; padding:0 0 0 20px; font-size:18px; color:#bfbebe; line-height:18px; } div.holder div.content div.siderbar div.banners div.container_2 div.banner { margin:10px 0 0 16px; width:185px; clear:both; height:185px; overflow:hidden; } div.holder div.content div.siderbar div.banners div.top { height:19px; /*background:#fff url(../images/bg_top_box_sidebar.gif) no-repeat -5px 0;*/ margin:0px 0 0 0; } div.holder div.content div.siderbar div.banners div.bottom { height:13px; width:215px; background:#fff url(../images/bg_right_22.gif) no-repeat 0 0; /* background:url(../images/bg_banners_bottom.gif) no-repeat 3px 0;*/ float:left; margin:0 0 0 -2px; } div.holder div.top_box a.btn:hover { background:url(../images/bg_btn.gif) repeat-x 0 -20px; } div.holder div.content_part div.latest_news { width:745px; float:left; display:inline; margin:5px 0 0 0px; background:url(../images/bg_latest_news.gif) repeat-y 0px 0; overflow:hidden; } div.holder div.content_part div.latest_news div.lists { background:transparent url(../images/bg_latest_news_bottom.gif) no-repeat scroll 0 100%; float:left; padding:0 0 17px; width:750px; } div.holder div.content_part div.latest_news div.lists_3 { padding:0 0 1px; } div.holder div.content_part div.latest_news a { color:#81D0FA; } div.holder div.content_part div.latest_news div.title { width:745px; background:url(../images/bg_latest_news_title.gif) repeat-x 0 0; height:27px; } div.holder div.content_part div.latest_news div.title h3 { background:transparent url(../images/bg_latest_news_t_left.gif) no-repeat scroll 0 0; color:#fff; font-size:18px; font-weight:bold; margin:0; padding:4px 0 0 17px; height:23px; } div.holder div.content_part div.latest_news div.title h3.h3 { padding:7px 0 0 17px; font-size:12px; } div.holder div.content_part div.latest_news div.title h3.h3 span.sm { float:right; padding:0 8px 0 0; font-size:12px } div.holder div.content_part div.latest_news div.title h3 a { color:#fff; } div.holder div.content_part div.latest_news div.title div.right { background:transparent url(../images/bg_latest_news_t_right.gif) no-repeat scroll 100% 0; height:27px; } div.holder div.content_part div.latest_news div.left_col { width:374px; float:left; padding:13px 0 0 13px; } div.holder div.content_part div.latest_news div.left_col div.photo { width:319px; height:93px; padding:4px; border:1px solid #e5e5e5; } div.holder div.content_part div.latest_news p.date { font-size:10px; color:#8d9195; line-height:10px; margin:0; padding:3px 0 0 0; } div.holder div.content_part div.latest_news h4 { font-size:14px; font-weight:bold; color:#81d0fa; margin:0; padding:3px 0 0 0; line-height:17px; } div.holder div.content_part div.latest_news p { color:#54595d; line-height:14px; margin:0px 0 10px 0; } div.holder div.content_part div.latest_news p.title { color:#81D0FA; font-weight:bold; margin:10px 0 10px } div.holder div.content_part div.latest_news p a { font-weight:bold; } div.holder div.content_part div.latest_news ul.right { list-style:none; margin:10px 0 0 0; padding:0; width:314px; float:left; } div.holder div.content_part div.latest_news ul.right li { border-bottom:1px solid #e8e8e8; padding:5px 0; } div.holder div.content_part div.latest_news ul.right li.read_more { border:none; } div.holder div.content_part div.latest_news ul.right li.read_more a { font-weight:bold; background:url(../images/bg_link.gif) no-repeat 0 50%; padding:2px 0 2px 21px; line-height:15px; float:left; margin:2px 0 0 0; } a.link { font-weight:bold; background:url(../images/bg_link.gif) no-repeat 0 49%; padding:2px 0 2px 21px; line-height:30px; color:#81D0FA; } div.holder div.content_part div.latest_news div.bottom { background:url(../images/bg_latest_news_bottom.gif) no-repeat 0 100%; float:left; width:735px; padding:0 10px 17px 0; } div.holder div.blogs div.latest_news div.bottom { padding:10px 5px; } div.holder .grey_panel { width:720px; height:40px; overflow:hidden; background:url(../images/bg_grey_panel.gif) no-repeat 0 0; padding:0 0 0 0px; margin:0 0 0 7px; } div.holder .grey_panel label { font-size:12px; color:#54595d; font-weight:bold; float:left; } div.holder .grey_panel label.sort { padding:13px 0 0 20px; } div.holder .grey_panel label.name { padding:13px 0 0 40px; } div.holder .grey_panel span.input_name { float:left; width:162px; height:19px; margin:9px 44px 0 11px; padding:3px 3px 0; background:url(../images/bg_input_n.gif) no-repeat 0 0; } div.holder .grey_panel span.input_name input { float:left; margin:0; padding:0; width:160px; border:0; font-size:13px; color:#54595d; } div.holder .grey_panel #btnSearch { margin:10px 0 0 0; } div.holder .grey_panel select.sort { height:20px; font-size:12px; margin:11px 0 0 10px; float:left; color:#54595d; } div.contact_us, div.holder div.login, div.holder div.register { padding:10px 0px; overflow:hidden; } div.contact_us { margin:0px 0; } div.contact_us div.f_row div.f_buttons { padding:0 20px 0 0; width:180px; } div.contact_us div.f_row span.textarea { float:left; width:398px; height:180px; background:url(../images/bg_comments.gif) no-repeat 0 0; padding:4px; } span.textarea { float:left; width:398px; height:180px; background:url(../images/bg_comments.gif) no-repeat 0 0; padding:4px; } span.textarea_small { background:url(../images/bg_textarea_small.jpg) no-repeat 0 0; width:220px; height:60px; overflow:hidden; padding:4px; display:block; } span.textarea_small textarea { width:220px; height:60px; margin:0; padding:0; float:left; border:0; } span.textarea_2 { width:233px; background:url(../images/t_area.gif) no-repeat 0 0; overflow:hidden; margin:10px 0 0 0; } span.textarea textarea { width:390px; height:170px; border:0px; } span.textarea_2 textarea { width:220px; } div.contact_us div.f_row span.textarea textarea { width:390px; height:170px; } #header p.user { text-align:right; float:none; width:700px; white-space:nowrap; font-weight:normal; margin:5px 0 0 0; padding:0 0 0 30px; float:right; } #searchContainer { background:transparent url(../images/bg_job_2.gif) repeat-y scroll 0 0; overflow:hidden; width:745px; border-bottom:1px solid #2fa1e7; margin:0px; padding:2px 0 5px 0; } #searchContainer a { color:#fff; } #searchContainer div.column { float:left; width:355px; } #partnerSearchContainer div.column { float:left; width:355px; } #partnerSearchContainer span.searchContractorsRequestLabel { width:135px; float:left; clear:left; padding:5px 0 0 0; } #partnerSearchContainer div.column select { width:150px; margin:5px 0 0 0; padding:0 0 0 5px; } #partnerSearchContainer div.column select option { padding:0 0 0 5px; } #header p.user span { font-weight:normal; } div.holder div.news { padding:0px 0px 0; overflow:hidden; } div.holder div.news div.commentsBclokHeader { border:none; padding:0; height:25px; overflow:hidden; float:left; } div.holder div.news .searchContractorsClearBlock { display:none; } #userCommentsContainer { float:left; width:688px; padding:10px 0 0 10px; } ul.next_prev { padding:0 0 0 244px; } ul.next_prev li { border:none; float:left; } ul.next_prev li.prev a { background:url(../images/ico_prev.gif) no-repeat 0 50%; padding:2px 0 2px 21px; font-size:14px; font-weight:bold; color:#81d0fa; line-height:18px; } ul.next_prev li.next a { background:url(../images/ico_next.gif) no-repeat 100% 50%; padding:2px 21px 2px 0px; font-size:14px; font-weight:bold; color:#81d0fa; line-height:18px; } div.holder .search_panel { width:745px; height:37px; padding:9px 0 0 0; background:transparent url(../images/bg_job.gif) no-repeat scroll 0 0; overflow:hidden; } div.holder div.search_panel div.slider { float:right; width:365px; margin:0 30px 0 0; } div.holder div.search_panel div.slider div.sl { float:left; width:300px; } div.holder div.search_panel div.slider div.txt { float:right; width:50px; text-align:right; } div.holder .search_panel_2 { width:745px; height:56px; padding:9px 0 0 0; background:transparent url(../images/search_panel_2.gif) no-repeat 0 0; overflow:hidden; } div.holder .search_panel_46 { width:745px; height:56px; padding:9px 0 0 0; background:transparent url(../images/search_panel_46.png) no-repeat 0 0; overflow:hidden; } div.holder div.job_small .search_panel_46 { background:url(../images/bg_search_box_small.gif) no-repeat 0 0; } div.holder div.job_small .footer_bg { display:none; } ul.list { margin:0; padding:0; list-style:none; } ul.list li span.searchContractorsRequestLabel { clear:left; } div.latest_job ul.list { width:440px; padding:20px 0 0 0; } div.latest_job ul.list li { padding:5px 0 0 0; } div.latest_job ul.list li span.searchContractorsRequestLabel { padding:5px 0 0 0 !important; } div.holder div.news .search_panel em { color:#FFFFFF; float:left; font-size:11px; font-style:italic; line-height:10px; padding:0 0 0 127px; } div.holder .search_panel label { color:#FFFFFF; float:left; font-size:14px; font-weight:bold; line-height:16px; margin:0; padding:3px 10px 0 15px; } div.holder .search_panel span.input { background:url(../images/bg_input_4.gif) no-repeat 0 0; float:left; width:444px; height:20px; margin:0 7px 0 0; overflow:hidden; padding:2px 2px; } div.holder .search_panel span.input_text { background:url(../images/bg_input_key.gif) no-repeat 0 0; float:left; width:220px; height:20px; overflow:hidden; padding:2px 2px; } div.holder .search_panel span.input_text input { float:left; width:216px; padding:0; margin:0; border:0; } div.holder .search_panel span.input input { float:left; width:440px; padding:0; margin:0; border:0; } div.holder .search_panel .hover, div.holder .search_panel .submit_search { background:url(../images/btn_search_2.gif) no-repeat scroll 0 0; float:left; border:none; font-size:0; color:#fff; cursor:pointer; height:21px; margin:0 0 0 30px; text-indent:-99999px; width:80px; } .multiSelectOptions label input { margin:0 5px 0 0; } table.tbl_radio_list_uploaderBan label { color:#000; } * html table.tbl_radio_list_uploaderBan label { color:#000; margin:3px 0 0 0; float:left; width:40px; } table.tbl_radio_list td.td_label { padding:5px 20px 0 0; vertical-align:top; } table.tbl_radio_list td.td_label label { padding:0; } table.tbl_radio_list { margin:6px 0 0 0; } #btnSearchPartner, #btnSearch2, #btnSearch { background:url(../images/btn_search_2.gif) no-repeat scroll -1px 0; float:left; border:none; cursor:pointer; height:20px; margin:0 10px 0 0px; text-indent:-99999px; font-size:0px; color:#fff; width:80px; } #btnSearchPartner { margin:0px 50px 0 0px; } .scores { width:720px; overflow:hidden; clear:both; } .scores h3 { font-size:12px; font-style:italic; padding:17px 0 0 10px; color:#7f8386; float:left; } div.g_container ul { padding:17px 0 0px 10px; list-style:none; } div.g_container ul.pagenavigator { padding:10px 0 10px 10px; } div.g_container table.scoreboard { margin:20px 0 0 1px; clear:both; } div.g_container table.scoreboard .tr0 { background:#f1f9ff; } div.holder div.content_part div.g_container table.scoreboard a { color:#54595d; } div.g_container table.scoreboard td { border-right:1px solid #dde3e5; } table.datatable { width:100%; } table.datatable td { border:1px solid #e6e4e4; border-top:0px; border-bottom:0px; padding:4px; vertical-align:top; font-size:12px; } div.shortdata { padding:5px 0px 0 0px; } div.shortdata table.datatable td { vertical-align:middle; } div.shortdata table.datatable td.dgSortCell a { color:#54595D; cursor:default; } div.shortdata table.datatable td.dgSortCell a:hover { text-decoration:none; } div.shortdata table.datatable td.dgSortCell_2 a { cursor:pointer; } div.shortdata table.datatable td.dgSortCell_2 a:hover { text-decoration:underline; cursor:pointer; } div.shortdata table.datatable td a { color:#54595D; } div.shortdata table.datatable td a:hover { color:#54595D; text-decoration:underline; } table.datatable tr.dgTitle td, div.g_container table.scoreboard tr.dgTitle td { background:url(../images/blue_box_header.gif) repeat-x scroll 0 0; border-right:1px solid #fff; color:#fff; font-weight:bold; } table.datatable_2 tr.dgTitle td { background:url(../images/grey_box_header_2.gif) repeat-x scroll 0 0; border-right:1px solid #E6E4E4; } table.datatable tr.dgTitle td a, div.g_container table.scoreboard tr.dgTitle td a { color:#fff !important; } table.datatable_2 tr.dgTitle td a { color:#000 !important; } div.holder div.content_part div.latest_news table.datatable_2 tr td a { color:#000 !important; } div.g_container table.scoreboard tr.dgSystem td.dgSortCell { background:#f6f6f6; } div.g_container ul li { font-size:12px; color:#54595d; padding:0px 0 5px 0; font-weight:bold; } div.popup-menu ul li.title { background:transparent url(../images/blue_box_header.gif) repeat-x scroll 0 0; color:#fff; padding:5px 5px 5px 8px; font-weight:bold; } div.popup-menu ul li.title span { float:left; } div.popup-menu ul li.title a.close { float:right; width:13px; padding:0; background:none; background:url(../images/btn_close_3.gif) no-repeat 0 0; text-indent:-99999px; font-weight:bold; color:#ffde00; } div.popup-menu ul li { padding:0; } div.g_container { width:720px; background:url(../images/bg_g_box.gif) repeat-y 0 0; float:left; margin:10px 0 0 7px; } div.g_container .top { background:url(../images/bg_g_box_t.gif) no-repeat 0 0; float:left; width:720px; } div.holder div.content_part div.latest_news div.g_container .bottom { background:url(../images/bg_g_box_b.gif) no-repeat 0% 100%; float:left; padding:0 0 6px 0; _margin-bottom:2px; } .scores ul { float:left; } #btnClear { background:url(../images/btn_clear_2.gif) no-repeat scroll 0 0; float:left; border:none; cursor:pointer; height:21px; margin:0 0 0 10px; text-indent:-99999px; font-size:0px; color:#fff; width:80px; } div.buttons { padding:30px 20px 0 0; width:720px; } div.buttons .left { float:left; margin:13px 0 0 0; font-weight:bold; } div.buttons .btn_l { margin:0 auto; float:none; display:block; width:175px; height:35px; cursor:pointer; font-size:17px; font-weight:bold; text-align:center; color:#666; border:0; background:url(../images/btn_large_new.gif) no-repeat 0 0; } div.buttons .btn_l:hover { background:url(../images/btn_large_new.gif) no-repeat 0 -35px;; color:#fff; } div.buttons #btnClear { background:url(../images/btn_clear_blue.gif) no-repeat 0 0; border:medium none; color:#FFFFFF; cursor:pointer; float:left; font-weight:bold; height:22px; margin:0px 0 0 4px; overflow:hidden; width:74px; } div.buttons #btnSearchPartner { background:url(../images/btn_search_blue.gif) no-repeat 0 0; border:medium none; color:#FFFFFF; cursor:pointer; float:left; font-weight:bold; height:22px; margin:0px 0 0 4px; overflow:hidden; width:74px; } div.buttons #btnViewPSL { background:url(../images/view_psl.gif) no-repeat 0 0; border:medium none; color:#FFFFFF; cursor:pointer; float:left; text-indent:-99999px; font-weight:bold; height:22px; margin:0px 0 0 4px; overflow:hidden; width:100px; } div.holder div.news .search_panel .hover { background-position:0 -21px; } div.holder div.news .comment { border:1px solid #e8e8e8; padding:5px; margin:5px 0 0 0; } p.bottom_link { padding:0 0 0 20px; } div.holder div.content_part div.latest_job .comment .title { background:none; float:left; width:100%; overflow:hidden; padding:3px; height:15px; width:682px; } div.holder div.news .comment .comment_text { padding:10px 5px; } div.holder div.news h2, div.holder div.news h3 { margin:0; padding:0; display:inline; } div.holder div.news div.grey_container { width:730px; background:url(../images/bg_grey_cont.gif) repeat-y 0 0; float:left; overflow:hidden; } div.holder div.news div.grey_container .top { background:url(../images/bg_grey_cont_t.gif) no-repeat 0 0; float:left; } div.holder div.news div.grey_container .bottom { background:url(../images/bg_grey_cont_b.gif) no-repeat 0 100%; float:left; padding:10px 20px; width:690px; } div.holder div.news .commentsBclokHeader { border-top:1px solid #e8e8e8; width:680px; background:none; } div.contact_us div.f_row span.textarea textarea { margin:0; padding:0; float:left; border:0; } div.holder div.login fieldset { margin:0; padding:0; border:0; } div.holder div.login label { clear:both; float:left; color:#54595D; } div.contact_us .f_row, div.holder div.login .f_row, div.holder div.register .f_row { margin:0 auto; padding:10px 0 0 0; } div.contact_us .f_row { padding:0; } div.holder div.register .f_row input.class_radio { float:left; margin:0 7px 0 0; } div.holder div.register .f_row label { padding:0 0 0 0px; } div.holder div.login span.input, div.holder div.jobsbyemail span.input { background:url(../images/bg_input_2.gif) no-repeat 0 0; float:left; height:19px; padding:3px 0 0 4px; width:188px; } div.register_step span.input { background:url(../images/bg_input_2.gif) no-repeat 0 0; float:left; height:19px; padding:3px 0 0 4px; width:188px; } div.register_step span.input_2 { background:url(../images/bg_input_email_l.gif) no-repeat 0 0; float:left; height:19px; padding:3px 0 0 4px; width:238px; } div.register_step span.input input { width:177px; border:0; background:none; float:left; margin:0; padding:0; } div.register_step span.input_2 input { width:235px; } div.contact_us span.input { float:left; width:228px; height:24px; padding:2px 0 0 2px; background:url(../images/bg_input_1.gif) no-repeat 0 0; } div.contact_us span.input input { width:224px; border:none; } div.holder div.login span.validator { float:left; padding:0 0 0 0px; } div.holder div.login span.input input, div.holder div.jobsbyemail span.input input { border:0 none; color:#54595D; float:left; font-size:13px; height:16px; margin:0; padding:0; width:180px; } .main div.holder div.register .f_buttons input.btn, .main div.holder div.login div.f_buttons span.btn { border:none; color:#FFFFFF; float:right; font-size:12px; font-weight:bold; height:18px; margin:4px 4px 0 0; padding:2px 12px 0; cursor:pointer; } .main div.holder div.register .f_buttons input.btn { vertical-align:top; padding:0 0 3px 0; height:20px; } * html .main div.holder div.register .f_buttons input.btn { padding:0; } * + html .main div.holder div.register .f_buttons input.btn { padding:0; } div.holder div.register .f_buttons input.btn { margin:5px 0 0 4px; padding:0 0 3px; background:#3f9adb url(../images/bg_btn_2.gif) repeat-x scroll 0 -1px; height:20px; overflow:hidden; width:70px; } .btn { margin:5px 0 0 4px; padding:2px 10px 0px; background:#3f9adb url(../images/bg_btn_2.gif) repeat-x scroll 0 -1px; height:18px; overflow:hidden; border:0; color:#fff; border:none; float:left; cursor:pointer; font-weight:bold; } a.btn_3:hover { background:transparent url(../images/bg_btn.gif) repeat-x scroll 0 -20px; text-decoration:none; } .no_float_btn { margin:0px auto 0px; padding:3px 10px 0px; background:#3f9adb url(../images/bg_btn_2.gif) repeat-x scroll 0 -1px; height:19px; overflow:hidden; border:0; width:52px; float:none; color:#fff; border:none; display:block; cursor:pointer; font-weight:bold; } input.btn { margin:5px 0 0 4px; padding:2px 10px 3px; background:#3f9adb url(../images/bg_btn_2.gif) repeat-x scroll 0 -1px; height:21px; overflow:hidden; border:0; color:#fff; border:none; float:left; cursor:pointer; font-weight:bold; } input.btn_hover { background:#4ed6ff url(../images/bg_btn_2_hover.gif) repeat-x 0 -1px; } div.buttons_b p.text .btn { float:none; display:block; width:100px; margin:0 auto; } span#titleRegisterAgency { float:left; } div.holder div.login div.f_buttons span.hover, div.holder div.register .f_buttons input.hover { background:transparent url(../images/bg_btn.gif) repeat-x scroll 0 -20px; border:0; color:#FFFFFF; float:right; font-size:12px; font-weight:bold; height:20px; margin:4px 13px 0; padding:0px 12px 0; cursor:pointer; } div.holder div.login div.f_buttons span.hover { padding:2px 12px 0; margin:4px 4px 0 0; height:18px; } div.holder div.register .f_buttons input.hover { margin:4px 4px 0 0; padding:0 0 3px 0; background:#87d5fd url(../images/bg_btn_3.gif) repeat-x scroll 0 -1px; height:20px; overflow:hidden; width:70px; } div.holder div.login label.f_labels { float:left; line-height:15px; } div.holder div.login .checkboxes { float:left; padding:0px 0 0 5px; } div.holder div.login .checkboxes input { height:15px; float:left; margin:0; padding:0; } div.holder div.register div.f_buttons, div.holder div.register div.f_row, div.holder div.login div.f_row { width:200px; overflow:hidden; } div.contact_us div.f_row { width:240px; } div.holder div.login div.buttons_b { width:300px; clear:both; float:left; } div.holder div.login div.textarea_box { width:430px; overflow:hidden; float:right; margin:0px 0 0 0; } div.holder div.register div.warning { float:right; width:480px; } div.holder div.register div.warning_list { color:#54595d; width:400px; } div.left_pr { width:354px; float:left; padding:0 0 0 10px; margin:10px 0 0 0; } div.what_we_say { float:left; padding:0 10px 0 10px; margin:10px 0 0 0; border-left:1px solid #ebeff0; } div.left_pr p { line-height:28px; font-size:13px; } div.what_we_say span.searchContractorsRequestLabel { color:#a9acae; font-size:13px; width:155px; } div.what_we_say p { line-height:28px; font-size:13px; } div.left_pr span.searchContractorsRequestLabel { color:#a9acae; font-size:13px; width:155px; } div.holder div.register div.warning_list ul.ul_message_box { color:#f00; margin:0 0 10px 0; } div.holder div.register div.warning_list ul.ul_message_box li { padding:10px 0 0 0; } div.holder div.register div.f_buttons { clear:left; padding:10px 0 0 0; } div.warning_mess { padding:8px 0 6px; color:#f00; } div.contact_us .buttons_b { padding:0; } #registerMemberPage, #registerPartnerPage { clear:both; } #registerMemberPage b.title_p { float:left; } div.holder div.login div.f_row a.help_link { font-size:10px; } /*drop down*/ div.main div.header ul.sf-menu li ul { background:#fff; border:1px solid #E8E8E8; padding:0 0px 4px 0; margin-top:-9px; } div.main div.header ul.sf-menu li ul li.first, div.main div.header ul.sf-menu li ul li { background:none; width:12em; margin:0; padding:0 0 0 0px; } div.main div.header ul.sf-menu li ul li.last a, div.main div.header ul.sf-menu li ul li.first a, div.main div.header ul.sf-menu li ul li a { background:none; padding:10px 2px 10px 7px; height:12px; } div.main div.header ul.sf-menu li ul li.last a:hover, div.main div.header ul.sf-menu li ul li.first a:hover, div.main div.header ul.sf-menu li ul li a:hover { color:#54595D; } div.main div.header ul.sf-menu li ul li a:hover { background:none; } /*member*/ div.main div.header div.sub_nav { background:#ff0; margin:0; padding:0 0 0 0px; } div.main div.header div.public ul.sf-menu { background:url(../images/bg_headers.gif) repeat-x 0 0; clear:both; float:left; } div.main div.header div.public .sf-sub-indicator { display:none; } div.main div.header div.sub_nav ul.sf-menu { margin:0; padding:3px 0 0 0; height:24px; border-bottom:none; } div.main div.header div.sub_nav ul.sf-menu li { background:none; margin:0; position:relative; padding:0 0 0 0px; } div.main div.header div.sub_nav ul.sf-menu li.question_ico { background:url(../images/question_ico.gif) no-repeat 2px 3px; } div.main div.header div.sub_nav ul.sf-menu li a { background:none; margin:0; padding:4px 8px 0px 20px; } div.main div.header div.sub_nav ul.sf-menu li.first { padding:0 0 0 10px; } div.main div.header div.sub_nav ul.sf-menu li li.first { padding:0; } div.main div.header div.sub_nav ul.sf-menu li.first a { background:url(../images/profile.gif) no-repeat 3px 5px; } div.main div.header div.sub_nav ul.sf-menu li.first li a { background:none; } div.main div.header div.sub_nav ul.sf-menu li.first li a:hover { color:#000; } div.main div.header div.sub_nav ul.sf-menu li li a:hover { color:#000; } div.main div.header div.sub_nav ul.sf-menu li.first a:hover { background:url(../images/profile.gif) no-repeat 3px 5px; } div.main div.header div.sub_nav ul.sf-menu li.first a:hover li a { background:none; } div.main div.header div.sub_nav ul.sf-menu li li.first a { background:none; } div.main div.header div.sub_nav ul.sf-menu li.last { float:right; } div.main div.header div.sub_nav ul.sf-menu li.last a { background:url(../images/bg_log_out.gif) no-repeat 9px 8px; } div.main div.header div.sub_nav ul.sf-menu li.last a:hover { background:url(../images/bg_log_out.gif) no-repeat 9px 8px; } div.main div.header div.sub_nav ul.sf-menu li a { float:left; } div.main div.header div.sub_nav ul.sf-menu li.account a { background:url(../images/bg_account.gif) no-repeat 3px 5px; } div.main div.header div.sub_nav ul.sf-menu li.account li a { background:none; } div.main div.header div.sub_nav ul.sf-menu li.message_box a { background:url(../images/bg_message.gif) no-repeat 3px 5px; } div.main div.header div.sub_nav ul.sf-menu li.ask a { background:url(../images/bg_ask.gif) no-repeat 1px 5px; } div.main div.header div.sub_nav ul.sf-menu li.l_jobs a { background:url(../images/bg_latest_jobs.gif) no-repeat 1px 2px; } div.main div.header div.sub_nav ul.sf-menu li.my_resource a { background:url(../images/my_resouces.gif) no-repeat 1px 2px; } div.main div.header div.sub_nav ul.sf-menu li.edit_jobs a { /* background:url(../images/bg_message.gif) no-repeat 3px 5px;*/ background:url(../images/ico_edit_jobs.gif) no-repeat 3px 2px; } div.main div.header div.sub_nav ul.sf-menu li.advertisement a { background:url(../images/ico_advertisement.gif) no-repeat 3px 3px; } div.main div.header div.sub_nav ul.sf-menu li.friends a { background:url(../images/bg_friends.gif) no-repeat 3px 5px; } div.main div.header div.sub_nav ul.sf-menu li.noimage a { background:none; margin:0; padding:4px 15px 0px 0px; } div.main div.header div.sub_nav ul.sf-menu li.noimage a:hover { background:none; } div.main div.header div.sub_nav ul.sf-menu li li a, div.main div.header div.sub_nav ul.sf-menu li li a:hover, div.main div.header div.sub_nav ul.sf-menu li.first li a:hover, div.main div.header div.sub_nav ul.sf-menu li.last li a:hover, div.main div.header div.sub_nav ul.sf-menu li.last li a, div.main div.header div.sub_nav ul.sf-menu li li.first a:hover, div.main div.header div.sub_nav ul.sf-menu li li.last a:hover, div.main div.header div.sub_nav ul.sf-menu li li.last a { background:none; } div.main div.header div.sub_nav ul.sf-menu a { background:none; padding:4px 24px 0; } .ui-tabs { padding:0; } div.main div.header div.sub_nav ul.sf-menu li li a { padding:10px 4px 10px; } .jobs_section { display:block; float:left; padding-left:15px; } .jobs_section .jobsBlockContainer { width:237px; border:none; display:block; float:left; background:url(../images/bg_jobs.gif) repeat-y 0 0; } .jobs_section .boxes_3 { width:215px; background:url(../images/bg_jobs_2.gif) repeat-y 0 0; } .jobs_section .boxes_3 .jobsBclokHeader { background:url(../images/bg_jobs_t2.gif) no-repeat 0 0; padding:8px 0 0 20px; height:20px; } .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-size:12px; border:1px solid #6BB0E2; } table.input_upload input { height:22px; } .jobs_section .boxes_3 .jobsblokfooter { background:url(../images/bg_jobs_f2.gif) no-repeat 0 100%; } .jobs_section .jobsBclokHeader { border:none; background:url(../images/bg_jobs_t.gif) no-repeat 0 0; padding:2px 0 0 16px; } .jobs_section .jobsBclokHeader h2 { font-size:18px; color:#fff; margin:0; padding:0; } .jobs_section .jobsblokfooter { background:url(../images/bg_jobs_f.gif) no-repeat 0 100%; display:block; overflow:hidden; padding:15px 20px; } .jobs_section .jobsblokfooter input { height:17px; width:168px; padding:3px 0 0 0; } .jobs_section .jobsblokfooter div.f_date input { width:145px; } .jobs_section .jobsblokfooter a.bottom { color:#55ace5; text-decoration:underline; padding:4px 0 0 10px; display:block; width:185px; border-top:1px solid #E8E8E8; } .jobs_section .jobsblokfooter a.bottom:hover { color:#ffb300; } .jobs_section .jobsblokfooter ul { margin:0; padding:0; } .jobs_section .jobsblokfooter ul li { border-top:1px solid #e8e8e8; font-size:12px; line-height:23px; } .jobs_section .jobsblokfooter ul li a { color:#54595d; background:url(../images/bg_a_arrow.gif) no-repeat 0 8px; padding:0 0 0 8px; white-space:normal; } .jobs_section .jobsblokfooter ul li span { float:right; position:absolute; color:#54595d; } h2.page-caption { font-size:16px; font-weight:bold; padding:22px 20px 0; margin:0; } .member .ui-widget-header { background:none; border:none; } .left_col_1 { width:310px; float:left; overflow:hidden; padding:10px 0 0 20px; } #page-content .content-form .left_col_1 .field label { width:auto; float:none; text-align:left; font-weight:bold; font-size:13px; color:#54595d; padding:1px 0; } #page-content .content-form .left_col_1 .field div.multiSelectOptions label { margin:0; padding:0 0 0 3px; } .multiSelectOptions label { margin:0; padding:0 0 0 3px; display:block; float:left; clear:left; } .multiSelectOptions label input { float:left; } #page-content .content-form .left_col_1 .field div.multiSelectOptions label input { float:left; display:block; clear:left; padding:0 0 0px; } #page-content .content-form .left_col_1 .field span.left { float:left; padding:4px 5px 0 0; } #page-content .content-form .left_col_1 .field .f_date { float:left; padding:5px 0 10px 0; } #page-content .content-form .left_col_1 .field p.text { background:url(../images/bg_input_n_2.gif) no-repeat 0 0; width:282px; height:22px; padding:3px 3px 0; margin:5px 0 10px 0; } .field p.text_4 { background:url(../images/bg_input_n_2.gif) no-repeat 0 0; width:282px; height:22px; float:left; padding:3px 3px 0; margin:5px 0 10px 0; } #page-content .content-form .left_col_1 .field p.text_2 { background:url(../images/bg_input_n_3.gif) no-repeat 0 0; width:252px; height:22px; padding:3px 3px 0; margin:5px 0 10px 0; } div.holder div.content_part table.public_info div.f_date { background:url(../images/bg_input_n_2.gif) no-repeat 0 0; width:282px; height:22px; padding:3px 3px 0; margin:0 5px 10px 0; } div.holder div.content_part table.public_info div.f_date input { border:0 none; float:left; font-size:13px; width:280px; } div.holder div.content_part table.public_info div.industry .multiSelect { width:261px; border:1px solid #6bb0e2; padding:3px 20px 3px 4px; } div.holder div.content_part table.public_info p.text { background:url(../images/bg_input_n_2.gif) no-repeat 0 0; width:282px; height:22px; padding:3px 3px 0; margin:0 0 10px 0; } div.holder div.content_part table.public_info p.text input { border:0 none; float:left; font-size:13px; width:280px; } #page-content .content-form .left_col_1 .field { padding:0; margin:0; float:left; width:300px; } #page-content .content-form .left_col_1 .radio table td.rblTD1 { width:25px } #page-content .content-form .public_info .field { padding:0; margin:5px 0 0 0; float:left; width:300px; } #page-content .content-form .left_col_1 .field table td { border:0; background:none; } table td.td_checkbox { width:23px; } #page-content .content-form .left_col_1 .field table.custom td { background:#fff; border:0; } #page-content .content-form .left_col_1 .field .bottom_part { padding:5px 0 10px 0; } #page-content .content-form .left_col_1 .field .industry { padding:5px 0 10px 0; } #page-content .content-form .left_col_1 .field p.select select { width:282px; font-size:13px; } #page-content .content-form .left_col_1 .field p.text input { float:left; border:0; background:none; height:15px; margin:0; width:280px; font-size:13px; } #page-content .content-form .left_col_1 .field p.text_2 input { float:left; border:0; background:none; height:15px; width:245px; font-size:13px; } .left_col_2 { width:348px; float:left; overflow:hidden; } .member #page-content .content-form { padding:0; border:0; } .content-form p.left { float:left; margin:3px 0 0 0; } .member .ui-tabs .ui-tabs-nav { position:static; padding:10px 0 0 1px; margin:0 0 -2px 0; background:none; } .member .ui-tabs .ui-tabs-nav li { position:static; border:none; margin:0 3px 0 0; } .member .ui-corner-top { -moz-border-radius-topleft:0px; -webkit-border-top-left-radius:0px; -moz-border-radius-topright:0px; -webkit-border-top-right-radius:0px; } .member .ui-tabs .ui-state-default a { background:url(../images/bg_tab_left_2.gif) no-repeat 0 0; border:none; padding:0; font-size:12px; color:#54595d !important; } .member .ui-tabs .ui-state-active a { background:url(../images/bg_tab_left.gif) no-repeat 0 0; border:none; padding:0; font-size:12px; } .member .ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding:0; margin:0 3px 0 0; } .member .ui-tabs .ui-tabs-nav a span { background:url(../images/bg_tab_right.gif) no-repeat 100% 0; float:left; padding:5px 14px 3px; font-size:14px; } .member .ui-tabs .ui-state-default a span { background:url(../images/bg_tab_right_2.gif) no-repeat 100% 0; cursor:pointer; } .member .ui-tabs .ui-state-active a span { background:url(../images/bg_tab_right.gif) no-repeat 100% 0; } .rblMain td { padding:5px 0; } .member .message div { padding:0; } div.view_prof { padding:5px 0px 0; } div.view_prof .commentsBclokHeader { background:none; } a#userCommentsContainerSwitcher { background:url(../images/bg_link.gif) no-repeat scroll 0 49%; font-weight:bold; line-height:30px; color:#81D0FA; padding:2px 0 2px 21px; } a#userCommentsContainerSwitcher:hover { text-decoration:underline !important; } .member .dataGridTable { width:936px; margin:0 auto; } .member .dataGridTable .dgTitle td { background:#ececec; } .member .dataGridTable .tr0 { background:#f6f6f6; } .member .dataGridTable .dgSystem td { background:#F1F9FF; padding:0; vertical-align:top; } .member .inbox { padding:0 20px; } .member .friends { padding:0 20px; } .member .inbox, .member .outbox { padding:0 20px; } div.grey_comment_box { width:730px; background:url(../images/bg_grey_box.gif) repeat-y 0 0; float:left; margin:0px 0 10px 0; } div.grey_comment_box .top { background:url(../images/bg_grey_box_top.gif) no-repeat 0 0; float:left; } div.grey_comment_box .top .bottom { background:url(../images/bg_grey_box_bottom.gif) no-repeat 0 100%; float:left; width:710px; padding:10px 10px; } .btn_delete { display:block; width:49px; height:15px; text-indent:-99999px; background:url(../images/btn_delete.gif) no-repeat 0 0; } #partnerSearchContainer .searchContractorsRequestLabel, .column .searchContractorsRequestLabel { color:#fff; font-weight:bold; } .button-panel { background:none; padding:0; } .button-panel .send_messange { background:url(../images/btn_send_message.gif) no-repeat 0 0; display:block; text-align:left; width:707px; border:none; margin:0 0 0 0px; height:23px; padding:7px 0 0 18px !important; color:#54595D !important; } div.bottom_links { width:743px; background:#f6f6f6; border-top:1px solid #d8dfe2; border-bottom:1px solid #d8dfe2; overflow:hidden; height:29px; margin:15px 0 0 1px; } div.bottom_links ul.bl { float:left; padding:8px 0 0 0; margin:0; } div.bottom_links ul.bl li { float:left; padding:0 7px; color:#81d0fa; } div.bottom_links span.view { float:right; font-size:13px; color:#54595d; padding:7px 20px 0 0; } div.ubbrella_bg { background:url(../images/r.jpg) no-repeat 100% 0; color:#373636; } div.ubbrella_bg .bottom { background:url(../images/r_b.jpg) no-repeat 0 100%; padding:15px 360px 70px 20px; } div.ubbrella_bg a { color:#053ea8; } div.ubbrella_bg a:hover { text-decoration:none; } span.blue { color:#81D0FA; } .table td { height:25px; } .table td strong { font-weight:bold; } .messBoxCntinfo { color:#54595D; } .cms_content h2.title_blue { color:#4f81bd; margin:10px 0 0 0; } .cms_content p { margin:5px 0 0 0; } .rating_td { border-collapse:collapse; } .bottom_rating { background:url(../images/bg_bottom_rating.gif) no-repeat 0 100%; margin:0 0 0 -1px; padding:0 0 0px; width:354px; } .rating_td td { padding:2px 4px; border:1px solid #A9D2EA; border-right:none; border-collapse:collapse; } .rating_td td.left_b { border-left:none; } span.stars { background:url(../images/stars.gif) no-repeat 0 0; display:block; width:130px; margin:5px 5px 5px 0; } ul.lis_2 { padding:10px 0 0 5px; } ul.list_2 li { padding:0 0 0 15px; background:url(../images/bg_point.gif) no-repeat 0 4px; margin:5px 0 0 0; } ul.list_3 li { padding:0 0 0 15px; background:url(../images/bg_arrow_3.gif) no-repeat 0 4px; margin:5px 0 0 0; } ul.list_2 li ul { padding:5px 0 0 5px; } a.ico_btn { background:none; } .login_popup { } #aspPopupDialogOverlay_Page .f_row { padding:10px 15px 0 15px; } .login_popup label { font-size:14px; } .login_popup .f_row { padding:10px 5px 0 15px; overflow:hidden; } .login_popup .help_link { padding:10px 5px 0 45px; } .login_popup span.input { background:url(../images/bg_input_5.gif) no-repeat 0 0; height:22px; width:230px; display:block; padding:4px 0 0 4px; float:left; } .login_popup span.input input { width:220px; border:0; float:left; } #TB_title { background:url(../images/bg_login_top_2.gif) no-repeat 0 0; } .sub_nav_top { z-index:20; float:left; width:975px; position:relative; } div.main div.header .sub_nav_top ul ul li.last { float:left; } .latest_job_2 div.title h3 a { color:#54595D; } .latest_job_2 .left_col { padding:10px; } div.holder div.content div.content_part div.flash div.column .dataGridTable { margin:0; } div.holder div.content div.content_part div.flash .box_b { background:url(../images/bg_box_w_bottom.gif) no-repeat 0 100%; float:left; padding:5px 0; width:441px; font-size:0; margin:0 0 0 10px; } div.holder div.content div.content_part div.flash div.column a.link_2 { color:#81D0FA; font-weight:bold; font-size:12px; font-weight:bold; line-height:22px; background:url(../images/bg_link.gif) no-repeat scroll 0 50%; padding:2px 0 2px 22px; float:left; margin:3px 0 -4px 0; } div.holder div.content div.content_part div.flash div.column tr td, div.holder div.content div.content_part div.flash div.column tr td a { color:#97d4f1; } .pad20 { padding:20px; } .company-box { display:block; float:left; padding-left:20px; } .company-box .jobsBlockContainer { width:400px; border:none; display:block; background:url(../images/bg_jobs_mid.gif) repeat-y 0 0; } .company-box .jobsBclokHeader { border:none; background:url(../images/bg_jobs_t_mid.gif) no-repeat 0 0; padding:2px 0 0 16px; } .company-box .jobsBclokHeader h2 { font-size:18px; color:#fff; margin:0; padding:0; } .company-box .jobsblokfooter { background:url(../images/bg_jobs_f_mid.gif) no-repeat 0 100%; display:block; padding:15px 20px; } #page-content .content-form .left_col_1 .field p.textarea_2 { background:url(../images/bg_textarea_2.gif) no-repeat 0 0; height:131px; width:289px; float:left; } #page-content .field p.textarea_4 { background:url(../images/bg_textarea_2.gif) no-repeat 0 0; height:131px; width:289px; float:left; padding:1px 0 0 2px; } #page-content .field p.textarea_4 textarea { border:0 none; height:124px; width:284px; } #page-content .content-form .public_info p.textarea_2 { background:url(../images/bg_textarea_2.gif) no-repeat 0 0; height:131px; width:289px; float:left; } #page-content .content-form .public_info p.textarea_2 textarea { border:0; height:124px; width:284px; } #page-content .content-form .left_col_1 .field p.textarea_2 textarea { border:0; height:124px; width:284px; } #page-content .content-form .left_col_1 .field p.textarea_3 { height:124px; width:630px; background:none; } #page-content .content-form .left_col_1 .field p.textarea_3 textarea { border:0; height:120px; width:624px; } table.public_info { width:500px; padding:20px 0 0 20px; } table.public_info td { background:none; border:0; font-size:12px; padding:0; } table.public_info select, table.public_info input { border:1px solid #6bb0e2; font-size:13px; } table.custom { margin:7px 0 0 0; width:353px; clear:left; } table.custom td { padding:1px; } select.country { width:290px; height:23px; } .bottom_part select { height:21px; } #page textarea { font-size:13px; color:#000; font-family:Verdana, Arial, Helvetica, sans-serif; } .white_box div.blue_box div.footer_box, .white_box div.blue_box div.bottom_f, .white_box div.blue_box div.header .right, .white_box div.blue_box div.header .left, .white_box div.blue_box div.header { float:left; } .white_box div.blue_box div.header { background:url(../images/bg_home_box_top.gif) no-repeat 0 0; width:237px; position:static; } .white_box div.blue_box div.footer_box { background:url(../images/bg_home_box_bottom.gif) no-repeat 0 0; width:237px; } .white_box div.blue_box div.footer_box .right, .white_box div.blue_box div.header .right { width:212px; } .white_box div.blue_box div.header .left { background:url(../images/blue_box_header_left_2.gif) no-repeat scroll 0 0; } .white_box div.blue_box div.header .right { background:url(../images/blue_box_header_right_2.gif) no-repeat scroll 100% 0; } div.holder div.content div.content_part div.flash .white_box div.blue_box div.bottom_f a.link_2 { margin:3px 0 -4px 10px; } .white_box div.blue_box div.footer_box { height:9px; background:url(../images/blue_box_footer_2.gif) no-repeat 0 -3px; } div.grey_box div.footer_box { background:transparent url(../images/bg_grey_box_footer.gif) no-repeat scroll 0 0 !important; } .white_box div.blue_box div.bottom_f { padding:0; width:235px; overflow:hidden; background:#FFF; } div.blue_box div.header { background:url(../images/blue_box_header.gif) repeat-x 0 0; width:auto; position:static; } div.grey_box div.header { background:url(../images/bg_grey_box_header.gif) repeat-x 0 0; width:auto; overflow:hidden; height:26px; } div.grey_box div.header div.left { background:url(../images/bg_grey_box_header_left.gif) no-repeat 0 0; } div.grey_box div.header div.left_2 { background:url(../images/bg_grey_box_header_left_3.gif) no-repeat 0 0; float:left; } div.blue_box div.header div.left_2 { background:url(../images/bg_blue_box_header_left_3.gif) no-repeat 0 0; float:left; } div.holder div.content_part div.grey_box div.header div.right { background:url(../images/bg_grey_box_header_right.gif) no-repeat 100% 0; } div.grey_box div.header div.right { background:url(../images/bg_grey_box_header_right.gif) no-repeat 100% 0; } div.holder div.content_part div.grey_box div.header div.right_2 { background:url(../images/bg_grey_box_header_right_3.gif) no-repeat 0% 0; float:right; } div.holder div.content_part div.blue_box div.header div.right_2 { background:url(../images/bg_blue_box_header_right_3.gif) no-repeat 0% 0; float:right; } div.blue_box div.header h3 { margin:0; padding:5px 0 6px 10px; color:#fff; font-size:15px; line-height:13px; } div.blue_box div.header h3 table.title td { padding:0px 5px 0px 5px; } div.grey_box h3 { color:#54595d; margin:0; font-size:14px; padding:6px 0 4px 10px; } #mainbody div.holder div.content_part div.grey_box div.footer_box div.right { background:url(../images/bg_grey_box_footer_right.gif) no-repeat 100% 0; } div.grey_box div.footer_box div.right { background:url(../images/bg_grey_box_footer_right.gif) no-repeat 100% 0; } div.grey_box div.bottom_f table { width:100%; } div.blue_box div.bottom_f table th, div.blue_box div.bottom_f table td, div.grey_box div.bottom_f table th, div.grey_box div.bottom_f table td { border-bottom:1px solid #eee; vertical-align:top; padding:5px 5px 0px 15px; line-height:17px; height:16px; font-size:12px; } div.blue_box div.bottom_f table td.noborder, div.grey_box div.bottom_f table td.noborder { border:none; } div.blue_box div.bottom_f { border-right:1px solid #a9d2ea; border-left:1px solid #a9d2ea; padding:5px 10px; } div.blue_box table td { vertical-align:top; padding:5px 0 0 0px; } div.blue_box table td strong { font-weight:bold; } div.blue_box div.header .left { background:url(../images/blue_box_header_left.gif) no-repeat 0 0; overflow:visible; } div.holder div.content_part div.blue_box div.footer_box div.right { background:url(../images/blue_box_footer_right.gif) no-repeat 100% 100%; height:16px; line-height:0px; font-size:0px; } div.blue_box div.footer_box div.right { background:url(../images/blue_box_footer_right.gif) no-repeat 100% 100%; height:16px; line-height:0px; font-size:0px; } div.blue_box div.header .right { background:url(../images/blue_box_header_right.gif) no-repeat 100% 0; overflow:visible; } div.left_column { float:left; width:250px; padding:10px 0 0 10px; } div.right_column { float:left; width:450px; padding:10px 0 0 10px; } .multiSelect { height:15px; } div.holder div.content_part div.latest_news p.text_3 { padding:20px 0 0 20px; } .v1, .v2, .v3, .v4, .v5 { border-color:#EEEEEE; border-style:solid; border-width:0 1px; display:block; font-size:1px; height:1px; overflow:hidden; } .v1 { background:#EEEEEE; margin:0 5px; } .v2 { border-width:0 2px; margin:0 3px; } .v3 { margin:0 2px; } .v4 { margin:0 1px; } .v4 { margin:0 1px; } .grey_box { margin:5px; } .grey_box .text { border:1px solid #EEEEEE; border-top:0; border-bottom:0; padding:5px; width:342px; } .blue_box .v1, .blue_box .v2, .blue_box .v3, .blue_box .v4, .blue_box .v5 { border-color:#b9daed; border-style:solid; border-width:0 1px; display:block; font-size:1px; height:1px; overflow:hidden; } .grey_box .v1, .grey_box .v2, .grey_box .v3, .grey_box .v4, .grey_box .v5 { border-color:#e8e8e8; border-style:solid; border-width:0 1px; display:block; font-size:1px; height:1px; overflow:hidden; } .grey_box, .blue_box { margin:5px 5px; } .blue_box .v1 { background:#b9daed; } .grey_box .v1 { background:#e8e8e8; } .blue_box .text { border-color:#b9daed; border-style:none solid; border-width:0 1px; padding:5px; } .grey_box .text { border-color:#e8e8e8; border-style:none solid; border-width:0 1px; padding:5px; } .blue_box .v2 { border-width:0 2px; margin:0 3px; } .grey .v2 { border-width:0 2px; margin:0 3px; } .blue_box .v3 { margin:0 2px; } .grey_box .v3 { margin:0 2px; } .blue_box .v4 { margin:0 1px; } .grey_box .v4 { margin:0 1px; } .blue_box .text h3 { margin:0 0 6px; padding:0; } table.add_friends span.input { background:url(../images/bg_input_1.gif) no-repeat 0 0; width:228px; } .text select { font-size:14px; border:1px solid #3694d7; } #page-content .content-form div.field p.input { background:transparent url(../images/bg_input_n_2.gif) no-repeat scroll 0 0; height:22px; margin:1px 0 0px; padding:3px 3px 0; width:282px; float:left; } #page-content .content-form div.field p.input input { border:0 none; float:left; font-size:13px; background:none; width:280px; } .textarea_33 textarea { border:1px solid #3694d7; width:200px; } #editTbl p.text { float:left; padding:0px 0; margin:0; } table.contractor { width:700px; margin:10px; } table.contractor th, table.contractor td { border:none; font-size:12px; border-bottom:1px solid #eee; } .jobs_management table.dataGridTable { width:974px; margin:1px 0px 0 1px; } .jobs_management table.dataGridTable td { border-bottom:0; } .jobs_management table.dataGridTable { border-bottom:none; } .jobs_management table.dataGridTable .dgSystem td { background:#FAFCFF; } .robots { overflow:hidden; } .robots div.logo { float:left; width:290px; padding:10px; } .robots div.logo img { float:left; border:none; } .robots div.l_robot { background:url(../images/left_robot.gif) no-repeat 30px 0; float:right; width:182px; position:relative; height:178px; padding:0 0 0 30px; margin-right:30px; } .robots div.l_robot table { position:absolute; left:85px; top:20px; width:120px; height:70px; vertical-align:middle; text-align:center; overflow:hidden; } .robots div.r_robot { background:url(../images/right_robot.gif) no-repeat 0 0; float:right; width:179px; height:213px; position:relative; } .robots div.l_robot h3, .robots div.l_robot h3 a { color:#fff; margin:0; padding:0; } .robots div.r_robot table { position:absolute; left:12px; top:88px; color:#fff; vertical-align:middle; text-align:center; overflow:hidden; width:123px; height:53px; } .robots div.r_robot table h3 { margin:0; padding:0; } .overflow { overflow:hidden; } .LinkBoxTest { background:url(../images/images_b.gif) no-repeat 15px 100%; padding:0 0 120px 0; height:432px; margin:30px 0 0 0; } .list_3 li { padding:5px 0 0 0; } .list_4 { float:left; width:230px; padding:10px 0 10px; border-bottom:1px solid #eee; } .list_4 li { padding:5px 0 0 0; width:300px; } #partnerSearchContainer { background:url(../images/bg_job_2.gif) repeat-y scroll 0 0; border-bottom:1px solid #2FA1E7; margin:0 0 0 0; overflow:hidden; width:725px; } .scroll_box { height:884px; overflow:auto; padding:0 10px 0 0; font-size:12px; } p.compare { clear:left; text-align:left; } .right_links_edits { padding:20px 0pt 0pt; float:right; text-align:center; width:110px; } .right_links_edits a { float:right; background:url(../images/btn_grey.gif) no-repeat 0 0; width:107px; height:20px; padding:3px 0 0 0; margin:5px 0 0 0; text-align:center; font-size:12px; font-weight:bold; color:#FFF; } p.compare a { float:left; background:url(../images/btn_grey.gif) no-repeat 0 0; width:110px; height:20px; padding:3px 0 0 0; margin:0px 0 0 0; text-align:center; font-size:12px; font-weight:bold; color:#fff !important; } p.compare_btn a { float:left; background:url(../images/btn_compare.gif) no-repeat 0 0; width:92px; height:35px; padding:7px 0 0 0; margin:0px 0 0 0; text-align:center; font-size:12px; font-weight:bold; color:#fff !important; } .right_links_edits a.large_link { background:url(../images/btn_grey_2.gif) no-repeat 0 0; height:37px; } .right_links_edits a.large_blue { background:url(../images/large_btn.gif) no-repeat 0 0; height:34px; } table.table_l { border-left:1px solid #eee; } .blue_box table.table_l td { height:15px; border:1px solid #eee; border-top:none; padding:5px 0 0 5px; } table.table_l td.title { border:none; background:#55ace5 url(../images/blue_box_header.gif) repeat-x scroll 0 0; height:20px; color:#fff; padding:0 10px; vertical-align:middle; font-weight:bold; } table.table_l td.title a { color:#fff; } table.table_2 td { text-align:center; } table.table_2 { border-left:none; } table.table_2 td { border-left:none !important; } table.table_2 td strong { width:140px; overflow:hidden; } table.register_form input { width:200px; } table.register_form th { width:200px; } span.upload input { height:24px; } .right_box { height:30px; float:none; padding:0 0px 0 200px; } .right_box div { width:480px; overflow:hidden; } .tbl_radio_list_uploaderBan { padding:7px 0 0 15px; } .textarea_3 { border:1px solid #55ace5; width:700px; height:150px; } div.grey_box div.bottom_f { border-right:1px solid #e8e8e8; border-left:1px solid #e8e8e8; padding:5px 10px; overflow:hidden; } div.blue_box div.footer_box { background:url(../images/blue_box_footer.gif) no-repeat 0 100%; height:16px; _line-height:0px; _font-size:0px; } input.upload_input { height:22px; } .field p.text_4 input { border:0 none; float:left; font-size:13px; width:280px; } .help_popup { position:relative; padding:0 0 0 5px; } .help_popup div.popup { display:none; } .help_popup:hover div.popup { position:absolute; width:400px; display:block; overflow:hidden; top:0; left:-10px; } #trash, #job, #outbox, #inbox { padding:10px 0 10px 0; float:left; width:720px; } .img_upl { background:#fff; } .img_upl td { border:none; padding:5px 0; background:#fff; } div.bblock { width:661px; padding:0 20px; height:48px; font-size:13px; margin:5px 0 0 0; } div.bblock div { float:left; height:48px; line-height:48px; } div.bblock div.title { width:250px; font-weight:bold; } div.bblock div.phone { width:100px; } div.bblock div.link { } div.blue_block { background:url(../images/contact_us_img_blue.gif) no-repeat 0 0; color:#ffffff; } div.grey_block { background:url(../images/contact_us_img_grey.gif) no-repeat 0 0; color:#54595D; } div.blue_block div a { color:#ffffff; } div.grey_block div a { color:#81D0FA; } .select_all { text-align:right; clear:both; overflow:hidden; width:679px; display:none; } * + html .select_all { width:686px; } * html .select_all { width:690px; } .advertising_rates { width:203px; height:31px; background:url(../../en/images/btn_orange.gif) no-repeat 0 0; display:block; text-align:center; float:right; font-weight:bold; color:#fff; text-indent:-999999px; } .message { padding:0 18px; float:right; width:300px; } .searchContractorsRequestLabel a.active { _border:none; _background:none; } .date_title { text-align:right; font-size:11px; } div.friend { background:url(../images/bg_friend.gif) no-repeat 0 0; width:261px; height:25px; margin:3px 0 0 0; padding:3px 10px 0; } div.friend .del { float:right; padding:5px 0 0 0; } div.friend .name { float:left; padding:3px 0 0 0; } table { border-collapse:collapse; } .home_page_label { color:#fff; float:left; width:170px; padding:7px 0 0 10px; text-align:left; } div.message p.compare a { float:right; } table.create-psl div.grey_box h3 { color:#666; } table.create-psl div.grey_box select { width:150px; } table.create-psl td { vertical-align:top; } div.result_box { background:url(../images/bg_box_new.gif) no-repeat 0 0; width:600px; height:40px; margin:3px 0 0 0; } div.result_box span { float:left; font-size:12px; color:#1c74ae; padding:13px 0 0 10px; font-weight:bold; } div.holder div.content_part div.latest_news div.result_box span a { color:#1c74ae; } div.result_box div.add_psl { float:right; } .result_box { overflow:hidden; } div.result_box a.addPSL { float:right; background:url(../images/btn_add.gif) no-repeat 0 0; width:109px; height:40px; text-indent:-99999px; } div.result_box a.remPSL { float:right; background:url(../images/btn_remove.gif) no-repeat 0 0; width:109px; height:40px; text-indent:-99999px; } div.result_box a.remPSL:hover { background:url(../images/btn_remove.gif) no-repeat 0 -40px; } div.result_box div.add_psl a.ddPSL:hover { background:url(../images/btn_add.gif) no-repeat 0 -40px; } .mceEditorContainer { clear:left; float:left; } .add_psl { /* background:transparent url(../images/company_add.gif) no-repeat scroll 0 0;*/ float:right; height:40px; text-indent:-99999px; width:109px; } div.result_box span.grey_text { color:#666666; font-weight:normal; font-size:12px; float:right; margin:0; padding:13px 20px 0 0; } table.tbl_2 td { font-size:16px; padding:1px 0 0 0; } p.margin_3 { margin:4px 0 0 0; } label.label { font-weight:bold; padding-right:15px; } table.company td { height:25px; padding:0 10px 0 0px; vertical-align:top; } table.company td.left { width:120px; } table.company td a.btn { float:right; } .flash div.white_box .column div.bottom_f td { padding:0; } .ht_fix { min-height:200px; height:auto !important; height:20px; } a.ggg:hover { text-decoration:underline !important; } div.grey_bar { background:url(../images/bg_grey_bar.gif) repeat-x 0 0; height:30px; width:743px; margin:0 0 0 1px; color:#0c0c0c; } div.grey_bar span { color:#1a6ca1; font-weight:bold; } div.grey_bar table { text-align:left; } div.grey_bar table td { height:31px; font-size:12px; } table.left_t td { padding:0 10px 0 0; } table.left_t td.blue { color:#3791cc; padding:0 5px 0 8px; font-weight:bold; height:20px; vertical-align:top; } table.jobs_t { margin:10px 0 0 0; width:744px; font-size:12px; } table.jobs_t td { vertical-align:top; color:#000; font-size:12px; } table.jobs_t td.center_text { padding:0 10px; color:#54595D; } table.jobs_t td.center_text img { margin:0 0 10px 10px; } td.left_td { border-right:1px solid #a9d2ea; width:23%; } table.jobs_t td.right_btn { border-left:1px solid #a9d2ea; padding:0 0 0 0px; width:150px; } a.btn_bl { background:url(../images/btn_btn_blue.gif) no-repeat 0 0; float:right; width:120px; height:23px; text-align:center; font-weight:bold; font-size:12px; margin:0 0 8px 0; padding:7px 0 0 0; color:#fff !important; } a.btn_b2 { background:url(../images/btn_appl2.gif) no-repeat 0 0; float:right; width:157px; height:31px; text-align:center; font-weight:bold; font-size:12px; margin:0px 0 8px 0; padding:0px 0 0 0; color:#fff !important; text-indent:-999999px; } a.btn_b2.disapply { background:url(../images/btn_disappl2.gif) no-repeat 0 0; } a.btn_b3 { background:url(../images/btn_btn_blue2.gif) no-repeat 0 0; float:right; width:150px; height:23px; text-align:center; font-weight:bold; font-size:12px; margin:0 3px 8px 0; padding:7px 0 0 0; color:#fff !important; } a.btn_b2:hover { background-position:0 -31px; } div.posted { text-align:right; padding:0 10px; clear:both; width:700px; } div.buttons_b { width:720px; padding:0 5px 0 0; } div.buttons_b a.btn_bl { margin:10px 0 0 0; } ul.list_5 li { float:left; width:140px; } #location_details { width:729px; overflow:hidden; padding:3px 0 0 0px; background:#B1DDF7; margin:0 0 0 1px; } table.list_location td { font-size:12px; height:18px; } div.location { height:24px; width:730px; } div.location p { margin:0; padding:0px 0 0 10px; color:#fff; float:left; } div.location p span { color:#000; } div.location a { color:#fff; } td.center_blue { background:#b1ddf7; border-left:1px solid #4eabe5; border-right:1px solid #4eabe5; width:20px; } td.indastry, td.location_l { background:transparent url(../images/bg_location.gif) repeat-x scroll 0 0; height:24px; font-size:12px; } td.indastry p, td.location_l p { padding:0 0 0 5px; color:#fff; } td.location_l p span { color:#000; } td.indastry { width:10%; } a.link_a { color:#fff; padding:0 13px 0 0; background:url(../images/bg_arrow_location.gif) no-repeat 100% 50%; } table.list_location { background:#b1ddf7; margin:0 0 0 1px; } table.list_location td { padding:0 0 0 10px; } div#salary_details span.left, div#salary_details span.input_s { float:left; padding:0 3px; color:#fff; font-size:12px; } div#salary_details span.input_s input { width:50px; } #secondary_details span.left { color:#fff; width:70px; padding:4px 0 0 0; float:left; font-size:12px; } #secondary_details .multiSelect { height:auto; } .shortTitle { color:#fff; padding:0 0 5px 0; } #salary_details td { padding:3px 0 0 0; } #secondary_details .multiSelect { margin:0 0 2px 0; } .right_s { float:right; padding:0px 10px 0 18px; } span.input_s input { border:1px solid #bbb; } div.view { padding:0 6px 0 6px; } div.view div.sort { float:right; } div.view span.view_l { float:right; padding:5px 5px 0 0; } #keywordsSearchSwitch { color:white; font-size:10px; position:relative; top:-7px; left:107px; font-family:arial; } #keywordsSearchSwitch .selected { color:#000; font-weight:bold; text-decoration:underline; } #keywordsSearchSwitch a { color:#FFF; text-decoration:none; } #keywordsSearchSwitch a:hover, #keywordsSearchSwitch a:active { color:#000; font-weight:bold; text-decoration:none; } div.view .selected { color:#ff8707; font-weight:bold; text-decoration:underline; } a.appl { display:block; background:url(../images/btn_appl.gif) no-repeat 0 0; text-indent:-99999999px; width:51px; height:20px; } .exampleString { color:#9BA2A8; } #drpSalaryCurrency_swith a { color:white; font-weight:bold; font-size:15px; float:left; padding:4px 1px 0 0; text-decoration:underline; } #drpSalaryCurrency_swith a.selected, .field_box #drpSalaryCurrency_swith a.selected { color:black; font-size:18px; float:right; padding:0; text-decoration:none; } table.secondary_t { color:#fff; } table.secondary_t td { padding:5px 0 0 0; } table.secondary_t td.salary { font-size:14px; color:#000; } table.secondary_t td.salary span.input_s, table.secondary_t td.salary span.left { float:left; } #txtSalarayFrom, #txtSalarayTo, input.exampleString { width:52px; margin:0 4px 0 0; line-height:20px; } #drpSalaryRateType { line-height:20px; } #drpIndustry { width:204px; margin:0 0 0 28px; } label.checkbox-list span, label.checkbox-list input { float:left; } label.checkbox-list span { padding:0 0 0 5px; color:#000; width:80px; } .button_bottom { padding:5px 0; overflow:hidden; } .button_bottom #btnSearch { float:right; } .footer_bg_btn #btnSearch { background:url(../images/btn_search_large_3.gif) no-repeat 0 0; width:745px; height:21px; overflow:hidden; } .footer_bg_btn #btnSearch:hover { background-position:0 -21px; } div.shortdata table.datatable tr.dgTitle_2 td a { color:#fff; text-decoration:none; } div.shortdata table.datatable tr.dgTitle_2 td a.selected { text-decoration:underline; } td.td1 { text-align:center; } td.td3 { width:80px; } td.td5, td.td4 { width:100px; } td.td6 { width:40px; text-align:center; } div.shortdata table.datatable td.grey_td { color:#9ba2a8; text-align:center; vertical-align:top; } div.shortdata table.datatable td { vertical-align:top; } div.shortdata table.datatable td a { color:#000000; } span.ratetype { /*font-style:italic;*/ font-size:10px; color:#54595D; margin:0 0 0 20px; } a.appls { color:#81D0FA; } div.inbox_b { padding:10px 20px; } div.inbox_b table.table_4 td { padding:10px 0px 0 0; vertical-align:top; } div.inbox_b table.table_4 td textarea, div.inbox_b table.table_4 td input { width:195px; margin:0; padding:0; } div.inbox_b table.table_4 td textarea { height:125px; width:500px; border:0; } div.inbox_b table.table_4 td span.input_imail { background:url(../images/bg_input_email.gif) no-repeat 0 0; width:203px; height:18px; display:block; float:left; padding:2px; } div.inbox_b table.table_4 td span.input_imail input { border:0; color:#54595D; font-family:Arial, Helvetica, sans-serif; font-size:12px; } div.inbox_b table.table_4 td span.ta_large { width:502px; height:129px; display:block; padding:3px; background:url(../images/bg_textarea_large_12.gif) no-repeat 0 0; } div.inbox_b table.table_4 td input.u_f { width:207px; } div.inbox_b table.table_4 td input.btn { width:150px; } div.inbox_b table.table_4 td input.checkbox { width:15px; } div.left_f { float:left; } div.right_f { float:right; } .create_account { padding:0 10px; text-align:right } .blue_title { font-size:16px; color:#1A6CA1; padding:0px 0 0 0; font-weight:bold; } div.holder div.content div.content_part div.lists ul.tabs_cv { float:left; margin:0px 0 0 0; position:absolute; top:-38px; left:10px; } div.holder div.content div.content_part div.lists ul.tabs_cv li { float:left; width:auto; padding:0px 0 0 0; margin:0 5px 0 0; background:url(../images/bg_tab_cv_left.gif) no-repeat 0 0; } div.holder div.content div.content_part div.lists ul.tabs_cv li a { background:url(../images/bg_tab_cv_right.gif) no-repeat 100% 0; float:left; padding:5px 11px; } div.holder div.content div.content_part div.lists ul.tabs_cv li.selected { background:url(../images/bg_tab_cv_left_active.gif) no-repeat 0 0; border-bottom:none; } div.holder div.content div.content_part div.lists ul.tabs_cv li.selected a { background:url(../images/bg_tab_cv_right_active.gif) no-repeat 100% 0; float:left; padding:6px 11px; } div.holder div.content div.content_part div.lists ul.tabs_cv li a.selected { font-weight:bold; } div.holder div.content div.content_part div.lists div.grey_container { background:url(../images/bg_grey_container.gif) no-repeat 0 0; width:588px; float:left; position:relative; margin:30px 0 0 0; } div.holder div.content div.content_part div.lists div.grey_container div.bottom_b { background:url(../images/bg_grey_container_bottom.gif) no-repeat 0 100%; float:left; width:548px; padding:10px 20px; } div.newslist-footer a { float:right; } div.archives { clear:both; width:200px; margin:0px 0 5px 0; } div.archives h3 { font-size:18px; padding:0; } div.archives h4 { font-size:14px; padding:6px 0 0 0; font-weight:bold; } div.archives h4 a { color:#54595D; } div.archives ul { float:left; width:164px; } div.archives li { float:left; width:100%; } div.archives li span { float:right; } div.archives a { float:left; width:100%; color:#54595D; } div.archives a.latest_link { margin:6px 0 0 0; } div.archives li.selected a { color:#000000; font-weight:bold; } a.searchContractorsRequestLabel { width:auto; } div.footer_bg a { font-weight:bold; color:#ffffff; margin-left:20px; } span.filter { float:left; width:100%; font-size:10px; color:#ffffff; } td.bb { background:url(../images/bg_border_px.gif) repeat-x 0 50%; } div.key_words { padding:20px 0 0 10px; float:left; } a.btn_large { background:url(../images/btn_apply_large_2.gif) no-repeat 0 0; width:743px; height:42px; display:block; margin:15px 0 0 1px; text-indent:-999999px; } a.btn_large.disapply { background:url(../images/btn_disapply_large_2.gif) no-repeat 0 0; } a.btn_large:hover { background-position:0 -42px; } div.top_links { font-weight:bold; text-align:right; padding:0 0 10px; color:#1A6CA1; } div.holder div.content_part div.latest_news div.top_links a { color:#1A6CA1; margin:0 0 0 10px; } div.news_archives { padding:0 0 0 15px; } div.news_archives h3 { color:#81D0FA; } div.news_archives div.archive-block { padding:8px 0 0 0px; } div.news_archives div.archive-block h4 { margin:0; padding:0; } div.news_archives div.archive-block h4 a { background:url(../images/bg_archive_arrow.gif) no-repeat 0 0; padding:0 0 0 20px; margin:0; } div.news_archives div.archive-block ul.archive { padding:8px 0 0px 18px; } div.news_archives div.archive-block .border { border-bottom:1px solid #EEEEEE; line-height:5px; font-size:0; } div.news_archives div.archive-block ul.archive a span { float:left; width:80px; } .news_archives a.latest_link { border-bottom:1px solid #EEEEEE; padding:0px 0 5px 5px; width:179px; color:#81D0FA; font-weight:bold; } div.page_title { color:#81D0FA; font-size:14px; padding:20px 20px 0 20px; font-weight:bold; clear:both; } div.page_title h1 { float:left; margin:0; padding:0; } .large_title { font-size:17px; } .interviews { clear:both; padding:0px 0 0 0px; } .interviews h3 { font-size:16px; padding:5px 0 2px 14px; color:#fff; background:url(../images/bg_title_right_o.gif) no-repeat 100% 0; } .interviews p { font-size:12px; color:#54595D; padding:3px 0 0 0px; font-weight:bold; margin:0 0 0px; } .interviews h4 { margin:5px 6px 0 0; font-size:12px; padding:4px 0; text-align:center; border-top:1px solid #EEEEEE; } .interviews h4 a { color:#81D0FA; } .interviews a.latest_link { display:block; text-indent:-99999px; width:206px; height:23px; margin:0 0 0 -5px; background:url(../images/btn_interview.gif) no-repeat 0 0; } .interviews a.latest_link:hover { background:url(../images/btn_interview.gif) no-repeat 0 -23px;; } .interviews .border { border-bottom:1px solid #EEEEEE; font-size:0; line-height:5px; width:187px; } div.siderbar div.banner { margin:10px 0 0 0px; text-align:center; } div.top_h { background:url(../images/bg_title_left_o.gif) no-repeat 0 0; width:206px; height:27px; } div.body_b { background:url(../images/bg_orange_box_b.gif) no-repeat 0 100%; width:196px; padding:5px 5px 0 5px; } div.rss { text-align:right; padding:10px 20px 10px 6px; width:730px; clear:both; } div.rss a.link_r { background:url(../images/rss.gif) no-repeat 100% 50%; padding:2px 17px 2px 0px; color:#FF8707; font-weight:bold; } div.rss a.by_email { color:#81d0fa; background:url(../images/bg_mail.gif) no-repeat 92% 50%; } a.link_r2 { background:url(../images/rss.gif) no-repeat 0 0%; padding:2px 0 2px 20px; color:#FF8707; float:right; font-size:12px; margin:0 0 0 6px; position:relative; font-weight:bold; } span.rss_t { float:right; font-size:12px; color:#54595D; padding:0 3px 0 0; font-weight:normal; } td.actions input { float:left; margin:0px 0 0 3px; display:inline; padding:0; height:15px; width:12px; overflow:hidden; } span.btn-action { float:left; width:15px; height:15px; overflow:hidden; margin:0 0 0 2px; display:inline; cursor:pointer; background:url(../images/action_btn.gif) no-repeat; } span.btn-action span { display:none; } div.popup-menu { position:absolute; float:left; width:151px; margin-left:45px; display:inline; background:#ffffff; border:1px solid #62b3e7; z-index:888; } div.popup-menu ul { clear:both; padding:0; text-align:left; margin:0; } div.popup-menu li a { display:block; padding:5px 5px 5px 8px; width:138px; color:#5BAFE6 !important; background:#f7f7f7; font-weight:normal; } div.popup-menu li a:hover { background:#62b3e7; color:#fff !important; text-decoration:none; } ul.icons { float:left; margin:0; padding:0; height:23px; list-style:none; } ul.icons li { float:left; padding:0 1px 0 0; } div.search_list { width:745px; margin:10px 0 0 0; } div.agency_b { background:url(../images/bg_agency_top.gif) no-repeat 0 0; width:745px; float:left; } div.umbrella_c { background:url(../images/bg_umbrella_top.gif) no-repeat 0 0; width:745px; float:left; } div.agency_b div.bottom_a { background:url(../images/bg_agency_bottom.gif) no-repeat 0 100%; width:725px; float:left; padding:20px 10px; } div.umbrella_c div.bottom_u { background:url(../images/bg_umbrella_bottom.gif) no-repeat 0 100%; width:725px; float:left; padding:20px 10px; } div.search_list div.image_left { display:inline; float:left; height:114px; margin:0px 0 0 10px; overflow:hidden; padding:4px; width:114px; } div.search_list div.image_left img { width:114px; } div.search_list div.content_p { float:left; overflow:hidden; padding:0 0 0 10px; width:583px; } div.search_list ul.list li { padding:5px 0 0; } div.bottom_part { text-align:center; margin:40px 0 0 0; } div.bottom_part strong { color:#e89f11; display:block; margin:5px 0 0 0; font-size:13px; } #tab-container { width:700px; } .hint { cursor:default !important; font-weight:normal; font-style:italic; } .hint.warning { color:#ff0000; } div.banner { } div.banner-flash a { position:absolute; z-index:2; display:block; width:190px; height:190px; background:url('../images/empty.gif') no-repeat; } div.banner-flash a span { display:none; } div.banner-flash div.banner_core { position:absolute; z-index:1; } div.banners div.banner-flash, div.interviews div.banner-flash { width:210px; height:190px; } div.banners div.banner-flash div.banner_core, div.banners div.banner-flash a, div.interviews div.banner-flash div.banner_core, div.interviews div.banner-flash a { margin:10px 0 0 15px; } div.banner div.banner-flash { margin:auto !important; border:none !important; } div.jobsbyemail span.title { color:#000; font-family:Arial, sans-serif; font-size:16px; font-weight:bold; line-height:22px; } div.jobsbyemail span.privacyNotice { color:#999; font-family:Arial, sans-serif; font-size:12px; font-weight:bold; } div.jobsbyemail span.btnLarge { background:url("../images/btn_empty_large_2.gif") repeat-x scroll 0 0 transparent; display:block; height:22px; padding:10px 0; margin:15px 0 0 -10px; text-align:center; width:743px; cursor:pointer; color:#000; font-family:Arial, sans-serif; font-size:16px; font-weight:bold; } div.jobsbyemail span.btnLargeOver { background:url("../images/btn_empty_large_2.gif") repeat-x scroll 0 -42px transparent; display:block; height:22px; padding:10px 0; margin:15px 0 0 -10px; text-align:center; width:743px; cursor:pointer; color:#000; font-family:Arial, sans-serif; font-size:16px; font-weight:bold; } .logo_right { float:right; text-align:center; } div.register_step input.btn { float:right; margin:10px 20px 0 0; } div.register_step label { width:84px; float:left; } div.register_step_2 label { width:123px; } div.register_step_4 label { width:200px; } div.register_step_2 input { width:175px; } div.register_step input { float:left; } div.register_step_2 input.checkbox, div.register_step_2 input.radio { width:12px; margin:0; padding:0; } div.register_step_2 select.nationality { width:188px; } div.register_step_2 label.large { width:500px; padding:0 0 0 5px; } div.register_step .validator { padding:0 5px 0 5px; color:#f00; } div.register_step .bottom_v { padding:0 0px 0 14px; position:relative; top:15px; } div.register_step div.row { padding:5px 0 0; overflow:hidden; } div.register_step_4 div.row { overflow:visible; clear:both; } div.joining { float:right; width:268px; } div.joining h2 { margin:6px 0 0 0; } div.joining ul.joining_list strong { display:block; } div.joining ul.joining_list li { padding:10px 0 0 0; overflow:hidden; } div.joining ul.joining_list li img { float:left; } div.joining ul.joining_list li .border { border-bottom:1px solid #eee; margin:0 0 0 10px; padding:5px 0; float:left; } div.holder h1.register { font-size:18px; font-weight:bold; margin:5px 0 0 0px; } .btn_register { display:block; background:url(../images/btn_register_2.gif) no-repeat 0 0; height:28px; cursor:pointer; width:354px; border:0; margin:0; padding:0; font-size:0; color:#5aaee6; } .btn_register_hover { background:url(../images/btn_register_2.gif) no-repeat 0 -28px; } div.blue_box div.bottom_f table td.left_b_l { border-bottom:0; } div.edit_profile .box_right, div.edit_profile .box_left { display:block; clear:both; padding:5px 0 0 0; } div.edit_profile div.row { overflow:hidden; padding:10px 0 20px 20px; border-bottom:1px solid #eee; } div.edit_profile div.row span.text { clear:left; display:block; padding:7px 0 0 142px; font-size:10px; font-style:italic; padding:0 0 7px 142px; } div.edit_profile div.row label { float:left; width:140px; } div.edit_profile div.row span.input { background:transparent url(../images/bg_input_2.gif) no-repeat scroll 0 0; float:left; height:19px; padding:3px 0 0 4px; width:188px; } div.edit_profile div.row span.input input { border:0 none; color:#54595D; float:left; font-size:13px; height:16px; margin:0; padding:0; width:180px; } div.edit_profile div.bottom_btn { text-align:center; padding:10px 30px 0 0; } div.edit_profile div.bottom_btn span.btn { float:none; width:75px; margin:0 auto; padding:2px 10px 2px; } #top-menu { float:left; width:975px; height:30px; } #top-menu ul.sf-menu { float:left; width:975px; height:100%; } #top-menu ul.sf-menu li { height:100%; } #top-menu ul.sf-menu li.last { float:left; } /*#top-menu ul.sf-menu li a { width:auto; }*/ #top-menu ul.sf-menu li ul { display:none; position:absolute; width:145px; margin:30px 0 0 0; left:0; padding:0; } #top-menu2 ul.sf-menu li ul { display:none; position:absolute; width:145px; margin:24px 0 0 0; padding:0; left:0; } #top-menu2 ul.sf-menu li:hover ul, #top-menu ul.sf-menu li:hover ul { display:block; } #top-menu ul.sf-menu li li { clear:both; } #top-menu ul.sf-menu li li a { float:left; text-align:left; width:135px; } div.register_step_2 div.title { color:#81D0FA; font-size:15px; line-height:13px; margin:0; border-bottom:1px solid #81D0FA; font-weight:bold; padding:5px 0 6px 0px; } select#drpCountry { float:left; width:189px; } select#drpAddressTitle { float:left; } div.blue_box div.bottom_f table.address td { border:0; padding:0; } div.bottom_btns { padding:0 0 0 0px; } div.bottom_btns input.btn { float:right; } div.bottom_btns a.btn:hover { text-decoration:none; } div.small { font-size:10px; padding:100px 80px 0 0; clear:right; width:255px; float:right; font-style:italic; } ul.joining_list { list-style:none; } span.right_text { float:right; padding:10px 0 0 0; font-style:italic; } .btn_next_l { background:url(../images/btn_next_l.gif) no-repeat 0 0; width:175px; height:35px; overflow:hidden; float:right; border:0; font-size:0; color:#fff; cursor:pointer; } .btn_next_l:hover { background:url(../images/btn_next_l.gif) no-repeat 0 -35px; } .btn_complete_r { background:url(../images/btn_complete_reg.gif) no-repeat 0 0; width:175px; height:35px; overflow:hidden; float:right; border:0; font-size:0; color:#fff; cursor:pointer; } .btn_complete_r:hover { background:url(../images/btn_complete_reg.gif) no-repeat 0 -35px; } span.left_a { padding:5px 0 0 158px; display:block; clear:both; } div.links { font-size:16px; font-weight:bold; padding:7px 0 0 0; text-align:center; } div.links p { padding:5px 0; } ul.sf-menu ul { list-style:none; } div.links a { color:#54595D; } #hrefBack { font-weight:bold; } div.type input { width:12px; margin:0; float:left; } div.row #drpSalaryCurrency_swith { float:left; padding:0 3px 0 0; width:37px; } div.row #drpSalaryCurrency_swith a { color:#666; } div.row #drpSalaryCurrency_swith a.selected { color:#333 } div.register_step_2 input.salary { width:60px; } h3.code { text-align:center; color:#f00; font-size:18px; margin:10px 0 0 0; padding:0; } h3.code SPAN#currentPostCode { height:37px; display:block; } div.register_step_2 #slider { width:500px; float:left; background:#E1E1E1; } div.register_step_2 #slider div.ui-slider-range { background:#00B6EA; -moz-border-radius:4px 4px 4px 4px; } div.register_step_2 input#distance { width:100px; margin:0 auto; text-align:center; float:none; color:#54595D !important; } div.distance { padding:8px 0 7px 150px; } div.sider_box span.left { color:#54595D; float:left; font-weight:bold; width:100px; font-size:14px; padding:0 10px 0 0; text-align:right; } div.sider_box span.right { color:#54595D; float:left; font-weight:bold; padding:0 5px 0 10px; } div.bottom_btns #hrefBack, div.bottom_btns a#hrefBack { float:left; margin:11px 0 0 0; color:#54595D; } span.right_text_italic { float:right; font-style:italic; margin:-4px 0 0 0; } div.left_text { float:right; width:433px; font-style:italic; text-align:right; padding:0 5px 0 0; } div.register_step input#txtNewPostCode { float:none; } div.error_message { display:block; } div.error_message p { padding:10px 0 10px; margin:0px 0; overflow:hidden; color:#f00; overflow:hidden; } div.contacts_box { padding:0 0 0 73px; } div.or { background:url(../images/bg_border.gif) repeat-x 0 8px; width:319px; clear:both; text-align:center; } div.or span { display:block; width:30px; margin:0 auto; background:#fff; } .password { width:250px; font-size:12px; font-style:normal; color:#fff; float:left; padding:2px 0px 2px 3px; } .password_1 { background:#FF3300; } .password_2 { background:#FF6600; } .password_3 { background:#009900; } div.progress_reg div.line_progress { background:url(../images/bg_register_progress.gif) no-repeat 0 0; height:10px; width:746px; } div.progress_reg div.line_progress_2 { background:url(../images/bg_register_progress_2.gif) no-repeat 0 0; height:28px; width:747px; } div.progress_reg div.step_2 { background:url(../images/bg_register_progress_2.gif) no-repeat 0 -0px; } div.progress_reg div.step_3 { background:url(../images/bg_register_progress_2.gif) no-repeat 0 -28px; } div.progress_reg div.step_4 { background:url(../images/bg_register_progress_2.gif) no-repeat 0 -56px; } div.progress_reg .step_1_text { width:141px; } div.progress_reg .active { color:#0287d3; } div.progress_reg .step_2_text, div.progress_reg .step_1_text, div.progress_reg .step_3_text, div.progress_reg .step_4_text { font-size:10px; float:left; padding:3px 0 0 0; } div.progress_reg .step_2_text { text-align:center; width:220px; } div.progress_reg .step_3_text { text-align:center; width:264px; } div.progress_reg .step_4_text { font-size:10px; float:right; text-align:right; padding:0 3px 0 0; width:100px; } ul.password { margin:0; padding:0; width:65px; list-style:none; float:left; } ul.password li { padding:0; margin:0 2px 0 0; float:left; height:16px; width:6px; border:1px solid #a2a2a2; } ul.pass_strength_0 li { background:#FFF; } ul.pass_strength_1 li { background:#F00; } ul.pass_strength_2 li { background:#FF8D12; } ul.pass_strength_3 li { background:#1EBF12; } ul.pass_strength_4 li { background:#66B3E7; } div.small span.check { float:left; font-style:normal; padding:3px 0 0 0; } a.btn_action { display:block; width:49px; height:15px; color:#81D0FA; text-indent:-10000px; } a.btn_action.apply { background:url(../images/icons/temp/badge_apply.png); } a.btn_action.disapply { background:url(../images/icons/temp/badge_remove.png); } a.btn_action.save { background:url(../images/icons/temp/badge_save.png); } a.btn_action.remove { background:url(../images/icons/temp/badge_remove.png); } #noItems { font-size:24px; text-align:center; margin-top:20px; } div.blue_box_sidebar { background:#91cff4 url(../images/bg_blue_box_sidebar.gif) no-repeat 0 0; color:#fff; clear:both; position:relative; float:left; margin:-7px 0 0 -1px; display:inline; width:212px; } div.blue_box_sidebar div.bottom_bg { background:url(../images/bg_blue_box_sidebar_bottom.gif) no-repeat 0 100%; padding:0 5px 16px 10px; width:198px; } div.clear { clear:both; } div.blue_box_sidebar strong { display:block; margin:7px 0 12px; } div.blue_box_sidebar p { margin:8px 0 0 0; } div.logo_reg_page { padding:5px; } div.blue_box_sidebar a { font-weight:bold; color:#fff; } a.btn_b5, a.btn_b4 { text-align:center; font-weight:bold; } a.btn_b4 { margin:0 0 0 20px; } a.btn_b5 { float:right; } table.register_tbl td { vertical-align:top; padding:20px 0 0 0; } table.register_tbl td h3 { margin:0; padding:0; font-size:19px; color:#81d0fa; } div.error_message_profile { float:none; width:100%; padding:0; height:auto; } .remove_ico { background:url(../images/icons/temp/remove_ico.gif) no-repeat 0 50%; padding:0 0 0 16px; } .add_ico { background:url(../images/icons/temp/add_ico.gif) no-repeat 0 50%; padding:0 0 0 18px; } .multiSelect { width:182px; border:solid 1px #BBB; background:#FFF url(dropdown.gif) right center no-repeat; padding:2px 4px; padding-right:20px; display:inline; } .multiSelect.hover { background:url(dropdown_hover.gif) right center no-repeat; } .multiSelect.active, .multiSelect.focus { border:inset 1px #000; } .multiSelect.active { background:url(dropdown_active.gif) right center no-repeat; } .multiSelectOptions { width:206px; max-height:150px; margin-top:-1px; overflow:auto; border:solid 1px #B2B2B2; background:#FFF; } .multiSelectOptions LABEL { padding:2px 5px; display:block; } .multiSelectOptions LABEL.checked { background:#E6E6E6; } .multiSelectOptions LABEL.selectAll { border-bottom:dotted 1px #CCC; } .multiSelectOptions LABEL.hover { background:#CFCFCF; } .validator { color:#f00; } div.quick_search div.block { width:250px; min-height:140px; } div.quick_search div.block label { float:left; width:100px; } div.quick_search div.block input, div.quick_search div.block select, div.quick_search div.block div.slider { float:left; width:130px; } div.quick_search div.block div.slider span { float:left; display:block; } div.quick_search div.block span.hint { float:left; width:100%; padding:0 0 0 100px; color:#ff0000; } div.quick_search div.block div.slider .ui-widget-header { background:#54595D; } div.quick_search div.result table { width:100%; } div.quick_search div.result table .salary { width:80px; text-align:left; } div.quick_search div.result table .miles { width:45px; text-align:right; } div.quick_search div.result #searchResult .miles { width:30px; padding:0 5px 0 5px; text-align:right; } div.quick_search div.result table .title { width:auto; text-align:left; } div.quick_search div.result table .title a { color:#54595D; } .blink { text-decoration:blink !important; } div.left_block { width:245px; float:left; min-height:200px; } div.right_block { float:left; border-left:1px solid #a9d2ea; padding:0 0 0 10px; min-height:240px; width:470px !important; } div.left_block label { float:left; width:100px; font-weight:bold; } div.left_block input { float:left; width:130px; } div.left_block div.slider { float:left; width:120px; padding:0 0 0 8px; margin:5px 0 0 0; background:url(../images/bg_slider.gif) no-repeat 0 0; } div.left_block div.slider_2 { background:url(../images/bg_slider_2.gif) no-repeat 0 0; } div.left_block select { width:134px; float:left; } div.left_block .ui-widget-header { background:#81D0FA; } div.left_block #sliderDistance .ui-widget-header { background:#81D0FA; } div.left_block div.row_box { margin:0px 0 0 0; padding:10px 0 0 0; float:left; } div#sliderDistance { background:#D9D9D9; } #txtSalaryFrom, #txtDistance { font-size:11px; float:left; padding:2px 0 0 0; } #txtSalaryTo { font-size:11px; float:right; padding:2px 2px 0 0; } #searchResult td { border-bottom:1px solid #eee; padding:3px 0; } #searchResult th.miles, #searchResult th.salary, #searchResult th.title { border-bottom:2px solid #eee; padding:0px 0 3px; } div.left_block span.input { background:url(../images/bg_search_input.gif) no-repeat 0 0; float:left; width:138px; height:22px; overflow:hidden; } div.left_block span.input input { float:left; margin:0; padding:2px 4px 0 4px; border:0; width:130px; background:none; font-size:14px; } td.salary span.input_s { background:url(../images/bg_inputs.gif) no-repeat 0 0; float:left; width:53px; height:20px; padding:2px 0 0 5px; } td.salary span.input_s input#txtSalarayTo, td.salary span.input_s input#txtSalarayFrom { border:0; padding:0; background:none; width:43px; float:left; } .jobs_list { padding:8px 0 0 0; } div.search_link { text-align:center; margin:0 0 0 -10px; clear:both; padding:32px 0 0 0; font-weight:bold; } div.lists #drpSalaryCurrency_swith { float:left; width:41px; padding:0 0 0 55px; clear:left; } div.lists #drpSalaryCurrency_swith a { color:#54595D; line-height:14px; height:15px; font-size:14px; } div.lists #drpSalaryCurrency_swith a.selected { /*margin:-16px 0 0 0;*/ color:#000; font-size:18px; float:right; margin:-18px 0 0 0; } .jobs_search { display:block; background:url(../images/btn_search_job.gif) no-repeat 0 0; width:256px; height:19px; padding:4px 0 0 0; text-align:center; color:#383838 !important; } .jobs_search:hover { background-position:0 -23px; color:#fff !important; text-decoration:none; } #featuredRecruitersList { width:742px; height:100%; margin:0 0 0 2px; } #featuredRecruitersList td { padding:10px 0 10px 0; border-top:1px solid #eee; border-left:1px solid #eee; border-collapse:separate; } #featuredRecruitersList td.first { border-left:none !important; } #featuredRecruitersList td a { display:block; margin:0 auto; width:110px; } #featuredRecruitersList.square td { width:140px; } #featuredRecruitersList.horizontal td { width:160px; } #featuredRecruitersList.long td { width:160px; } #featuredRecruitersList img { width:100%; vertical-align:middle; } table#systemMessages { position:absolute; left:87px; top:100px; font-weight:bold; } div.system_message { color:#FF0000; font-weight:bold; left:110px; position:absolute; top:100px; width:100%; } .ui-slider-horizontal { height:10px; } div.location_box .ui-slider-horizontal { height:4px; } div.location_box .ui-slider .ui-slider-handle { width:8px; height:8px; } div.holder div.search_panel div.location_box div.sl { width:110px; } div.holder div.search_panel div.location_box div.ui-widget-header { background:#81d0fa url(../images/bg_left_location.gif) no-repeat 0 0; } .location_box { color:#fff; } .location_box .ui-state-focus, .location_box .ui-state-hover { border:1px solid #81d0fa; } div.location_box div#txtDistance { padding:0 0 0 6px; margin:-4px 0 0 0; text-align:right; font-size:10px; } div.holder div.search_panel div.location_box { width:324px; margin:3px 0 0 0; } div.holder div.search_panel div.location_box label.distance { font-size:10px; float:left; padding:0 5px 0 0; margin:-7px 0 0 0; } div.holder div.search_panel div.location_box .ui-slider-horizontal .ui-slider-handle { margin:0 0 0 0; } div.register_step_2 #slider { background:#81D0FA; } div.job-applications { } div.job-applications div.item { margin:10px 0 0 10px; } .maintance_body { background:none; } .maintance { width:800px; height:600px; margin:0px auto; } .animation { background:url(../images/animation.gif) repeat-x left top; height:86px; } .main_block { font:20px arial; background:url(../images/main_block.gif) no-repeat left top; width:401px; height:265px; margin:43px auto 26px auto; padding-left:100px; padding-right:90px; padding-top:20px; } .maintance_logo { display:block; float:right; text-indent:-9999px; background:url(../images/maintance_logo.gif) no-repeat left top; width:208px; height:89px; margin-right:180px; } div.register_step_4 table.current_job label { width:118px; } div.register_step_4 table.current_job td { border:0 !important; } span.left_a { clear:both; display:block; font-size:11px; padding:5px 0 0 85px; } ul.profile { padding:20px 0 0 0; } ul.jobseeker_profile { padding:10px 0 0 0; } ul.profile li { border-bottom:1px dashed #eee; padding:10px 0 10px 39px; background:url(../images/icon_profile.gif) no-repeat 0 10px; } ul.profile li a.title_link { font-weight:bold; font-size:17px; } ul.profile li p.text1 { padding:0px 0 0 15px; } ul.profile li p.text1 a.right_link { font-weight:bold; color:#FFA100; } div.progress_bar { background:url(../images/bg_progress_bar.gif) no-repeat 0 0; width:751px; height:33px; margin:10px 0 0 0; } div.progress_bar div.progress { background:url(../images/bg_progress_bar_2.gif) no-repeat 0 0; height:26px; text-align:right; padding:7px 10px 0 0; font-weight:bold; color:#fff; font-size:15px; } div.progress_bar strong { float:left; padding:0 0 0 7px; } div.progress_bar strong span { float:right; } div.progress_bar div.p4 { width:356px; overflow:hidden; } div.progress_bar div.p25 { width:230px; } div.progress_bar div.p30 { width:245px; } div.progress_bar div.p35 { width:259px; } div.progress_bar div.p40 { width:286px; } div.progress_bar div.p45 { width:313px; } div.progress_bar div.p50 { width:340px; } div.progress_bar div.p55 { width:367px; } div.progress_bar div.p55 { width:367px; } div.progress_bar div.p60 { width:404px; } div.progress_bar div.p65 { width:441px; } div.progress_bar div.p70 { width:477px; } div.progress_bar div.p75 { width:517px; } div.progress_bar div.p80 { width:550px; } div.progress_bar div.p85 { width:586px; } div.progress_bar div.p90 { width:622px; } div.progress_bar div.p95 { width:656px; } div.progress_bar div.p95 { width:695px; } div.progress_bar div.p100 { width:741px; } .breadcrumb { font-size:14px; font-weight:bold; padding:10px 0 5px 5px;; border-bottom:1px solid #54595D; margin:0 0 20px; } .radio_buttons_3 { font-weight:bold; padding:15px 0 0 90px; } .radio_buttons_3 .border_or { background:url(../images/bg_border_b.gif) no-repeat 0 100%; padding:0 0 16px 0; } .letter { margin:19px 0 0 0; } .letter td { padding:10px 10px 0 0; vertical-align:top; } .letter td .textarea_letter { border:0 none; float:left; margin:0; padding:0; height:170px; width:390px; } .letter td span.textarea { background:url("../images/bg_comments.gif") no-repeat scroll 0 0 transparent; float:left; height:180px; padding:4px; width:398px; } .uploadfile_cv { padding:20px 0 0 0; } .uploadfile_cv label { float:left; width:90px; } div.field_box label { float:left; width:150px; } div.field_box { padding:20px 0 0; overflow:hidden; } .personal_info div.field_box { padding:10px 0 0 0; } .personal_info div.field_box select { width:228px; } .personal_info { padding:10px 0 0 0; } .personal_info div.field_box select#drpCountry { float:left; width:228px; } .personal_info div.field_box select#drpAddressTitle { width:115px; } div.field_box span.input { background:url("../images/bg_input_1.gif") no-repeat scroll 0 0 transparent; float:left; height:24px; padding:2px 0 0 2px; width:228px; } div.field_box span.input_4 { background:url("../images/input_big.gif") no-repeat scroll 0 0 transparent; width:398px; } div.field_box span.year_input { background:url(../images/input_year.gif) no-repeat 0 0; width:118px; height:24px; float:left; padding:2px 0 0 2px; } div.field_box span.salary_input { background:url(../images/bg_input_salary.gif) no-repeat 0 0; width:60px; height:24px; float:left; padding:2px 0 0 2px; } div.field_box span.salary_input input { float:left; margin:0; padding:0; border:0; width:50px; } div.field_box span.year_input input { float:left; margin:0; padding:0; border:0; width:110px; } .dr1 { width:145px; } .experience div.field_box span.input { background:url("../images/bg_input_large_2.gif") no-repeat scroll 0 0; width:398px; } .experience div.field_box span.input input { width:390px; } div.field_box em.small { padding:5px 0 0 5px; float:left; } div.field_box span.input input { border:medium none; width:224px; } ul.jobseeker_profile .field { border-bottom:1px dashed #CCC; border-top:1px dashed #CCC; padding:5px; margin:10px 0 0 0; overflow:hidden; } ul.jobseeker_profile .field h3 { float:left; font-size:14px; margin:0; padding:0; } ul.jobseeker_profile .ns { color:#c0c0c0; } ul.jobseeker_profile .field .right { float:right; font-weight:bold; color:#FFA100; } h3.title_3 { font-size:14px; margin:0; padding:20px 0 0 0; } ul.jobseeker_profile p.left_col { float:left; width:200px; font-weight:bold; } ul.jobseeker_profile p.right_col { float:left; width:500px; } ul.jobseeker_profile div.language { float:left; width:423px; overflow:hidden; } ul.jobseeker_profile ol { margin:inherit; padding:inherit; margin:0px 0 0 10px; padding:0px 0 0 10px; list-style:decimal; } ul.jobseeker_profile ol li { overflow:visible; } ul.jobseeker_profile ol li span.arrow { padding:0 15px 0 0px; background:url(../images/bg_small_arrow.gif) no-repeat 94% 5px; font-weight:bold; } ul.jobseeker_profile li { width:100%; overflow:hidden; clear:both; margin:10px 0 0 0; } ul.jobseeker_profile li li { margin:0; padding:5px 0 0 5px; } .job_applications td { vertical-align:top; } #drpGraduatedCountry { width:228px; } .education div.field_box { padding:8px 0 0 0; } .experience div.field_box { padding:8px 0 0 0; } .title_3 { margin:20px 0 0px; font-size:16px; } div.education { padding:10px 0 0 0; } div.experience div.title_3, div.education div.title_3 { border-bottom:1px dashed #CCCCCC; border-top:1px dashed #CCCCCC; margin:20px 0 0; overflow:hidden; padding:5px; } .experience span.textarea { background:url(../images/teatarea_small.gif) no-repeat 0 0; height:138px; } .experience span.textarea textarea { height:130px; } .job_title { font-size:16px; font-weight:bold; padding:0 0 0 10px; } div.btns_job_apl { margin:0px -6px 0 -1px; overflow:hidden; padding:0 0 10px; width:318px; } div.btns_job_apl a.middle_btn { background:url("../images/btn_search_job.gif") no-repeat scroll 0 0; float:right; padding:4px 10px; text-decoration:none; color:#383838 !important; font-weight:bold; } div.btns_job_apl a.middle_btn:hover { background-position:0 -23px; color:#fff !important; } span.right_title { padding:0 10px 0 0; float:right; } div.apl_right_box { border-left:1px solid #A9D2EA; float:right; padding:0 0 0 0px; width:312px; margin:0 0 -6px 0; } div.job-applications div.footer_box { background:url(../images/bg_footer_box.jpg) no-repeat 0 100%; height:6px; width:730px; } div.job-applications div.footer_box_2 { background:url(../images/bg_footer_box_2.gif) no-repeat 0 100%; height:6px; width:745px; } .apl_right_box_2 { padding:0 0 10px 5px; } span.right_title a, div.holder div.content_part div.latest_news div.title h3 span.right_title a { color:#f0f0f0 !important; font-size:15px; } ul.jobs_search_list li { font-size:13px; font-weight:bold; padding:5px 0; background:url(../images/bg_search_list_li.gif) repeat-x 0 100%; } ul.jobs_search_list li .secad_search_list { padding:0; margin:0 0 0px; } ul.jobs_search_list li .secad_search_list ul { padding:0; } ul.jobs_search_list li.last { padding-bottom:2px; background:none; } .jobs_search_list { padding:0 0 0px; } ul.jobs_search_list li .secad_search_list li { background:url(../images/bg_saved_search_list.gif) no-repeat 0 6px; padding:0 0 0 10px; margin:5px 0 0 0; margin:0 0 0 5px; font-weight:normal; font-size:12px; } ul.jobs_search_list li .secad_search_list li a { font-weight:normal; } div.saved_search { padding:0px 0 0 10px; width:202px; overflow:hidden; margin:5px 0 0px -10px;; } div.saved_search a { background:url("../images/btn_search_job_2.gif") no-repeat scroll 0 0 transparent; color:#383838 !important; float:right; font-weight:bold; width:202px; height:26px; font-size:12px; padding:4px 0 0 10px;; height:19px; text-decoration:none; } div.saved_search a:hover { background-position:0 -23px; color:#fff !important; } div.saved_search a.hover { background-position:0 -23px; color:#fff !important; } div.blue_box table.job_applications_small td { padding:5px 0 0 5px; } table.job_applications_small td.title_td { font-weight:bold; } a.del_ico { background:url(../images/ico_del_2.gif) no-repeat 0 0; padding:0 5px; vertical-align:middle; } a.edit_ico { background:url(../images/ico_edit_3.gif) no-repeat 0 0; padding:0 6px 3px; vertical-align:middle; text-decoration:none; } .save_ico { background:url(../images/ico_save.gif) no-repeat 0 0; width:15px; height:15px; vertical-align:middle; text-decoration:none; font-size:0; line-height:20px; float:left; margin:0 3px 0 0; } .cancel_ico { background:url(../images/ico_cancel.gif) no-repeat 0 0; width:15px; margin:0 3px 0 0; height:15px; vertical-align:middle; float:left; text-decoration:none; font-size:0; line-height:20px; } div.icons_right { float:right; } .drpNoticePeriod, div.content_part select.career, div.content_part select.indastry { margin:0 !important; width:190px; } .field_box #drpSalaryCurrency_swith { float:left; padding:0 5px 0 0; } .field_box #drpSalaryCurrency_swith a { color:#81D0FA; } .blue_title_2 { border-bottom:1px solid #81D0FA; color:#81D0FA; font-size:15px; font-weight:bold; line-height:13px; margin:5px 10px 5px 0; padding:5px 0 6px 0; clear:both; } .m10 { margin:10px 10px 0 0; } td.dropdowns select { margin:0 5px 5px 0; } div.job-applications div.footer_box_2 { background:url("../images/blue_box_footer.gif") no-repeat scroll 0 100% transparent; } .latest_job div.field_box span.input_4 input { width:388px; } input.edit_input { width:300px; border:0; background:#fff; height:20px; border:1px solid #ccc; } .job_preferences_slider div.distance { padding:2px 18px 0 10px; margin:0 15px; } .job_preferences_slider div.sider_box span.left { text-align:left; padding:0 10px 0 10px; } .job_preferences_slider div.sider_box span.right { float:right; padding:0 10px 0 10px; } .job_preferences_slider #txtDistance { font-weight:bold; } .job_preferences_slider { padding:11px 180px 20px 140px; } .job_preferences_slider div.ui-slider-range { background:#81D0FA url("../images/bg_slider_3.gif") no-repeat 0 0; } select.salary_select { width:80px; margin:2px 0 0 0; font-size:12px; } .field_box_3 #drpSalaryCurrency_swith a.selected { color:black; float:right; font-size:18px; padding:0 0 0 7px; text-decoration:none; } div.member_profile { margin:0 0 0 10px; } div.member_profile div.grey_box { float:left; width:230px; } div.member_profile div.grey_box div.bottom_f { height:260px; } div.member_profile_bottom { width:720px; } div.member_profile_bottom div.grey_box { margin-bottom:15px; } #appliedJobs th { font-size:16px; color:#57ade6; font-weight:bold; padding:10px 0 5px 8px; } #appliedJobs td { padding:0px 0 5px 8px; } #appliedJobs td.remove_btn { background:url(../images/btn_close_4.gif) no-repeat 0 0; float:right; width:8px; cursor:pointer; padding:0; height:8px; text-indent:-99999999px; } #jobApplyLink { background:url("../images/bg_btn.gif") repeat-x scroll 0 0 transparent; border:1px solid #42B0FF; color:#FFFFFF; float:left; font-size:12px; font-weight:bold; height:15px; margin:15px 0 5px 10px; padding:0 10px; } table.datatable tr.dgTitle_2 td { background:url("../images/blue_box_header.gif") repeat-x scroll 0 0 transparent; color:#FFFFFF; font-weight:bold; font-size:12px; padding:4px; vertical-align:top; } table.jobs_list { border-left:1px solid #eee; border-right:1px solid #eee; } table.jobs_list tr td { border-bottom:1px solid #eee; border-right:0; border-left:0; } table.jobs_list { margin:11px 0 0 0; } table.title_table{ width:100%; } table.title_table td{ width:30%; font-size:15px; font-style:normal; text-align:center; } div.score{ float:left; width:230px; padding:5px 10px 0 0; } div.descr{ float:left; width:300px; padding:10px; } div.blue_box table.score_table{ width:100%; } div.blue_box table.score_table td{ padding:5px 10px; font-weight:bold; } div.blue_box table.score_table td.right{ text-align:right; } div.blue_box .body{ border-left:1px solid #A9D2EA; border-right:1px solid #A9D2EA; overflow:hidden; } div.blue_box table.title_table td{ padding:0; } div.action{ width:150px; float:right; } .action .buttons_compare{ float:right; padding:8px 20px 0 0; } .action .buttons_compare input{ float:left; } .action .url, .action .tel{ clear:both; text-align:center; padding:10px 0 0 0; font-weight:bold; } span.view_l{ padding:20px 0 0 20px; display:block; font-weight:bold; } div.sort_left{ float:left; padding:5px 0 0 0; font-weight:bold; } ul.jobs_search_list li span{ padding:0 10px 0 0; } ul.jobs_search_list li a.close, table.jobs_list td a.close{ float:right; margin:5px 0px 0 0; color:#F00; background:url(../images/ico_del_3.gif) no-repeat 0 0; text-indent:-9999999px; width:9px; height:9px; } #blue_box_placeholder { float:left; width:210px; display:none; } #blue_box_sidebar.box_relative { position:relative; top:0px !important; left:auto; } #blue_box_sidebar.box_fixed { position:absolute; right:0; margin:0; } 