﻿*
{
    padding: 0;
    margin: 0;
    border: none;
    text-decoration: none;
}

#content *
{
    border: none;
}

body
{
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    background-color: #f0f0f0;
}

input, select, textarea, #content input, #content textarea, #content select
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    border: 1px solid #666666;
    padding: 5px;
}

select, #content select
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    border: 1px solid #666666;
    padding: 4px;
}

input + label, #content input + label
{
    margin: 2px;
}

a, a:visited, a:active
{
    color: #000000;
    text-decoration: none;
}

a:hover
{
    color: #00b92d;
}

h1, h3
{
    color: #00b92d;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
}

h2
{
    color: #00b92d;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
}

h4
{
    color: #00b92d;
    font-size: 12px;
    font-weight: normal;
}

hr
{
    height: 2px;
    color: #f0f0f0;
    background-color: #f0f0f0;
    margin: 20px 0px 20px 0px;
}

a.arrow
{
    margin-top: 10px;
    width: auto;
    padding: 0px 0px 0px 16px;
    border: none;
    display: block;
    background: #ffffff url(/images/layout/link.png) no-repeat 0 2px;
    height: 15px;
    text-transform: uppercase;
    cursor: pointer;
    color: #000000;
    text-decoration: none;
}

a.arrow:hover
{
    color: #00b92d;
}

/* Classes */

.left
{
    float: left;
}

.right
{
    float: right;
}

.cleared
{
    display: block;
    font: 1px/1px monospace;
    line-height: 0;
    clear: both;
}

.clear:after
{
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
    overflow: hidden;
    content: ".";
}

.clear
{
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear
{
    height: 1%;
}
.clear
{
    display: block;
}
/* End hide from IE-mac */

.hide
{
    display: none;
}

.floatFix
{
    clear: both;
}

.error
{
    padding: 5px 0 5px 0;
    color: Red;
    text-align: left;
}

a span.backarrow, #content a span.backarrow
{
    /* 20101015 */
    display: block;
    padding: 0px 0px 0px 16px;
    margin: 10px 0px 0px 0px;
    background: url(../images/ico_link2.png) no-repeat 0 2px;
    height: 15px;
    text-transform: uppercase;
}

#content-container.wideR
{
    /* 20101015 */
    background: url(../images/bg_twocols2.png) repeat-y;
}

#content.wideR
{
    /* 20101015 */
    width: 680px;
    margin-right: 30px;
    margin-left: 40px;
}

/* End classes */

/* Top */

#top
{
    height: 40px;
    width: 980px;
    margin: 0 auto;
    background-color: #000;
}

#top-right
{
    height: 40px;
    position: relative;
}

#top-right a
{
    text-decoration: none;
}

#top-right a.action
{
    text-align: left;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 10px;
    background-color: #000;
    color: #fff;
    background: #000 url(/images/layout/link-black.png) no-repeat 10px center;
    padding: 0px 16px 0px 30px;
}

#top-right div.login-name
{
    display: block;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    color: #fff;
}

#LoginForm
{
    position: absolute;
    z-index: 800;
    right: 0;
    top: 40px;
    width: 215px;
    background-color: #000;
    color: #fff;
    text-align: left;
    padding: 20px;
    color: #fff;
    display: none;
}

#LoginForm ul
{
    margin: 10px 0px 10px 15px;
}

#LoginForm ul li
{
    margin-top: 3px;
    list-style-type: square;
}

#LoginForm ol
{
    margin: 10px 0px 10px 15px;
}

#LoginForm ol li
{
    margin-top: 3px;
    list-style-type: decimal;
}

#LoginForm div.login-item-container
{
    margin-bottom: 8px;
}

#LoginForm input.link
{
    margin: 6px;
    width: auto;
    padding: 0px 0px 0px 16px;
    border: none;
    background: #000000 url(/images/layout/link-black.png) no-repeat 0 2px;
    height: 15px;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
}

#LoginForm a
{
    color: #fff;
}

#LoginForm hr
{
    border: 0;
    background-color: #000;
    color: #000;
    width: 100%;
    height: 1px;
    margin: 2px 0 10px 0;
}

#LoginForm input
{
    border: 1px solid #666666;
    padding: 2px;
    width: 205px;
    color: #000000;
    padding: 4px;
}

#LoginForm span.checkbox input
{
    width: auto;
    border: none;
}

/* End top */

/* Header */

#header
{
    width: 980px;
    margin: 0 auto;
    text-align: left;
}

#header a
{
    height: 240px;
}

#header ul
{
    width: 980px;
    height: 50px !important;
    overflow: hidden;
    display: block;
    list-style: none;
    border: 0;
    padding: 0;
    margin: 0;
}

#header ul li
{
    height: 50px;
    display: block;
    width: 196px;
    float: left;
    background-color: #BEBEBE;
}

#header ul li a
{
    height: 33px;
    display: block;
    width: 196px;
    background: none;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    padding-top: 17px;
}

#header ul li a:hover
{
    background-color: #FFF;
}

#header ul li a.active
{
    background-color: #FFF;
}

#header ul li.careerbook
{
}

#header ul li.careerbook a
{
    color: #00b92d;
}

#header ul li.careerbook a:hover
{
}

/* End header */

/* Content */

#content-container
{
    width: 980px;
    text-align: left;
    padding: 0px 0px 0px 0px;
    margin: 0 auto;
    background-color: #ffffff;
    background: #ffffff url(/images/layout/content/bg_threecols.png) repeat-y;
    border-top: 30px solid #FFF;
    border-bottom: 30px solid #ffffff;
}

#content-container.wide
{
    background: #ffffff url(/images/layout/content/bg_twocols-right.png) repeat-y;
}

#content-container.nonav
{
    background: #ffffff url(/images/layout/content/bg_twocols.png) repeat-y;
}

#content-container.wide-nonav
{
    background: #ffffff;
}

#content
{
    width: 440px;
    margin-left: 40px;
    margin-right: 40px;
}

#content.wide
{
    width: 670px;
}

#content.wide-nonav
{
    width: 900px;
}

#content.nonav
{
    width: 670px;
}

#content a.button, #content input.button, #LoginForm input.button, #sidebar-right a.button, #sidebar-right input.button, #LoginForm input.button
{
    margin-top: 10px;
    width: auto;
    padding: 0px 0px 0px 16px;
    border: none;
    background: #ffffff url(/images/layout/link.png) no-repeat 0 2px;
    height: 15px;
    text-transform: uppercase;
    cursor: pointer;
    color: #000000;
    text-decoration: none;
}

#content h1
{
    padding: 0px 0px 0px 0px;
}

#content h2
{
    padding: 4px 0px 0px 0px;
}

#content h3
{
}

#content h4
{
    padding: 0px 0px 0px 0px;
}

#content p
{
    padding: 8px 0px 8px 0px;
}

#content a
{
    text-decoration: underline;
}

#content a:hover
{
    color: #00b92d;
}

#content a span.linkarrow
{
    display: block;
    padding: 0px 0px 0px 16px;
    margin: 10px 0px 0px 0px;
    background: url(/images/layout/link.png) no-repeat 0 2px;
    height: 15px;
    text-transform: uppercase;
}

/* TreeView */
#content div.treeview
{
}

#content div.treeview table
{
    border: 5px solid #000000;
    margin: 0px;
    width: auto;
}

#content div.treeview table td
{
    vertical-align: middle;
    padding: 0px;
}

#content div.treeview table td input
{
    width: auto;
    border: none;
}

#content.wide div.treeview
{
}

#content.wide div.treeview table
{
    border: 5px solid #000000;
    margin: 0px;
    width: auto;
}

#content.wide div.treeview table td
{
    vertical-align: middle;
    padding: 0px;
}

/* Table */
#content *
{
    margin: 0;
    padding: 0;
}
#content table
{
    width: 440px;
    margin: 10px 0 10px 0;
}

#content.wide table
{
    width: 670px;
    margin: 10px 0 10px 0;
}

#content table th
{
    text-align: left;
    padding: 2px 2px 2px 2px;
    text-transform: none;
    font-weight: bold;
}

#content.wide table th
{
    text-align: left;
    padding: 2px 2px 2px 2px;
    text-transform: none;
    font-weight: bold;
}

#content table tr td
{
    padding: 6px 4px 4px 2px;
    vertical-align: top;
    vertical-align: middle;
}

#content.wide table tr td
{
    padding: 6px 4px 4px 2px;
    vertical-align: top;
    vertical-align: middle;
}

#content.wide table tr.footer
{
    text-transform: uppercase;
    height: 1px;
    overflow: hidden;
    border-top: 1px dotted #cbcbcb;
}

#content.wide table tr.footer td
{
    height: 1px;
    overflow: hidden;
    border-top: 1px dotted #cbcbcb;
}

#content ul
{
    margin: 10px 0px 10px 15px;
}

#content ul li
{
    margin-top: 3px;
    list-style-type: square;
}

#content ol
{
    margin: 10px 0px 10px 15px;
}

#content ol li
{
    margin-top: 3px;
    list-style-type: decimal;
}

#content li a
{
    text-decoration: none;
}

#content div.hr
{
    height: 2px;
    color: #f0f0f0;
    background-color: #f0f0f0;
    margin: 20px 0px 20px 0px;
}

#content hr
{
    height: 2px;
    color: #f0f0f0;
    background-color: #f0f0f0;
    margin: 20px 0px 20px 0px;
}

/* End content */

/* Sitemap */

/* Sidebar left */

#sidebar-left
{
    width: 200px;
    margin-left: 30px;
}

#sidebar-left h3
{
    font-size: 12px;
}

#sidebar-left h4
{
    font-size: 12px;
    margin-left: 10px;
}

#sidebar-left ul
{
    list-style: none;
    margin: 3px 0 20px 0;
}

#sidebar-left ul li
{
    margin-bottom: 2px; /*text-transform:uppercase;*/
}

#sidebar-left ul.sub
{
    margin-left: 15px;
    margin-bottom: 2px;
}

/* End sidebar left */

/* Sidebar right */

#sidebar-right
{
    width: 200px;
}

#sidebar-right a
{
    display: block;
}


#sidebar-right a + a
{
    border-top: 2px solid #f0f0f0;
    margin-top: 20px;
    padding-top: 20px;
}

#sidebar-right a h2
{
    height: 20px;
    text-decoration: none;
    display: block;
    font-weight: normal;
    padding: 0px 0px 0px 0px;
    margin: 0;
}

#sidebar-right a ins
{
    text-decoration: none;
}

/*#sidebar-right a span
{
    display: block;
    padding: 10px 0px 0px 0px;
}*/

#sidebar-right a img
{
    margin-top: 8px;
}

#sidebar-right a span.linkarrow, #sidebar-right .linkarrow
{
    display: block;
    padding: 0px 0px 0px 16px;
    margin: 10px 0px 0px 0px;
    background: url(/images/layout/link.png) no-repeat 0 2px;
    height: 15px;
    text-transform: uppercase;
}

#sidebar-right a.nolink
{
    display: block;
    cursor: default;
}

.error ul
{
    list-style-type: square;
    padding: 0 0 0 14px;
}

.error ul li
{
    padding: 0 0 0 2px;
}

/* Form */

#sidebar-right a.nolink:hover
{
    color: #000;
}

#sidebar-right .form
{
    margin: 0;
    width: 200px;
    height: auto;
    overflow: hidden;
    margin: 10px 0 10px 0;
}

#sidebar-right .form .form-item
{
    width: 200px;
}

#sidebar-right .form .form-item input.zip
{
    width: 46px;
}

#sidebar-right .form .form-item input.city
{
    width: 120px;
}

#sidebar-right .form .form-item span
{
    display: inline-block;
}

#sidebar-right .form .form-item input
{
    width: 188px;
    padding: 5px;
    margin-top: 2px;
}

#sidebar-right .form-item + .form-item
{
    margin-top: 8px;
}

#sidebar-right .form .actions
{
    margin-top: 10px;
    height: 20px;
    width: inherit;
}

/* Share */

#sidebar-right #social-share-links
{
    margin: 10px 0 10px 0;
}

#sidebar-right #social-share-links a
{
    margin: 0;
    padding: 0;
    border: 0;
    display: inline;
}

#sidebar-right #social-share-links a + a
{
    margin-left: 6px;
}

/* Activity list */
#sidebar-right div.list-small + a
{
    border-top: 2px solid #f0f0f0;
    margin-top: 20px;
    padding-top: 20px;
}

#sidebar-right div.list-small
{
    width: 200px;
    margin-top: 8px;
}

#sidebar-right div.list-small ul
{
    list-style-type: none;
    margin: 0 0 20px 0;
}

#sidebar-right div.list-small li
{
    display: block;
    width: 200px;
    height: 50px;
}

#sidebar-right div.list-small li img
{
    border: 0;
    padding: 0;
    margin: 0;
    left: 0;
    position: absolute;
}

#sidebar-right div.list-small li a
{
    display: block;
    height: 50px;
    width: 200px;
    position: relative;
}

#sidebar-right div.list-small li span
{
    display: block;
    height: 50px;
    overflow: hidden;
    width: 140px;
    position: absolute;
    right: 0;
    padding: 0;
    margin: 0;
}

#sidebar-right div.list-small li + li
{
    margin-top: 10px;
}

/* End sidebar right */

/* Tabs */

#content .tab
{
    width: 100%;
    padding: 15px 5px 5px 5px;
    clear: both;
}

#content .tab p
{
    padding: 0 0 10px 0;
}

#tabs ul.custom li.active, #content .tabs ul.custom li.active
{
    display: block;
    background-color: #fff;
}

#tabs ul.custom li a, #content .tabs ul.custom li a
{
    text-decoration: none;
    height: 30px;
    line-height: 30px;
    display: block;
    padding: 0 20px 0 20px;
    text-transform: uppercase;
}

#tabs ul.custom li.active a, #content .tabs ul.cutom li.active a
{
    text-transform: uppercase;
    color: #00b92d;
}

#tabs ul.custom, #content .tabs ul.custom
{
    display: block;
    width: 100%;
    height: 30px;
    margin: 5px 0 5px 0;
    list-style-type: none;
    border-bottom: 1px solid #ccc;
}

#tabs ul.custom li, #content .tabs ul.custom li
{
    float: left;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    background-color: #f0f0f0;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

/* End tabs */

/* Footer */

#footer
{
    width: 980px;
    margin: 0 auto;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 30px;
    text-transform: uppercase;
    font-size: 10px;
    color: #62686a;
}

#footer div#image-links
{
    margin-left: 30px;
}

#footer div#image-links a + a
{
    margin-left: 15px;
}

#footer div#phone
{
    margin-left: 30px;
    padding-top: 2px;
}

#footer div#links
{
    margin-right: 30px;
    padding-top: 2px;
}

#footer div#links a
{
    color: #62686a;
}

#footer div#links a:hover
{
    color: #000;
}

/* End footer */

/* Modal popup */

.modal-bg
{
    background-color: #666666;
    filter: alpha(opacity=70);
    opacity: 0.7;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
}

#content .modal-popup
{
    width: 440px;
    height: auto;
    margin: 0;
    padding: 20px;
    text-align: left;
    background-color: #fff;
    display: none;
    z-index: 999;
}

#content a.modal-popup-close
{
    display: none;
    z-index: 999;
    width: 28px;
    height: 28px;
    background: url(/images/close.png) no-repeat top left;
}

#content a.modal-popup-close:hover
{
    background-position: top left;
}

#content .modal-popup h2, #content .modal-popup h4
{
    margin: 0;
    padding: 0;
}

#content div.modal-popup div.left-column
{
    width: 210px;
    float: left;
    margin: 0 20px 0 0;
}

#content div.modal-popup div.right-column
{
    width: 210px;
    float: left;
}

#content div.modal-popup select.select, div.modal-popup textarea.textarea
{
    width: 200px;
    border: 1px solid #666666;
}

#content div.modal-popup input.text
{
    width: 194px;
}

#content div.modal-popup textarea.modal-textarea
{
    width: 439px;
    height: 150px;
}

#content div.modal-popup textarea.modal-textarea-small
{
    width: 205px;
    height: 150px;
}

#content div.modal-popup span.checkbox input
{
    margin-top: 3px;
}

#content div.modal-popup .label
{
    width: 210px;
    display: block;
}

/* End modal popup */

/* CAREERBOOK */

#tellfriend
{
    -moz-border-radius: 5px 5px 5px 5px;
    background-color: #F2F2F2;
    border: 1px solid #CCCCCC;
    color: #FFFFFF;
    padding: 15px;
    position: absolute;
    width: 280px;
    height: 100px;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    font: 15px/22px "Helvetica Neue" ,Arial,Helvetica,Geneva,sans-serif;
}
#tellfriend a.close
{
    background: url("../images/fancy_closebox.png") no-repeat scroll 0 0 transparent;
    height: 30px;
    overflow: hidden;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 30px;
}

#content a.cbRemove
{
    display: block;
    text-transform: uppercase;
    background: url(../images/cb_ico-remove.png) repeat-y;
    height: 17px;
    padding-left: 24px;
    text-decoration: none;
    /*margin-top: 10px;*/
}
#content a.cbStar
{
    display: block;
    text-transform: uppercase;
    background: url(../images/careerbook-newsfeed-star.png) repeat-y;
    height: 15px;
    padding-left: 24px;
    text-decoration: none;
    /*margin-top: 10px;*/
}
#content a.cbAdd
{
    display: block;
    text-transform: uppercase;
    background: url(../images/cb_ico-add.png) repeat-y;
    height: 17px;
    padding-left: 24px;
    text-decoration: none;
    /*margin-top: 10px;*/
}
#content a.cbAdd2
{
    display: block;
    text-transform: uppercase;
    background: url(../images/cb_ico-add2.png) repeat-y;
    height: 15px;
    padding-left: 24px;
    text-decoration: none;
    /*margin-top: 10px;*/
}
#cbMIkroblogg
{
    margin-top: 20px;
}
#cbMIkroblogg h2
{
    text-transform: uppercase;
    display: block;
    border-bottom: 2px solid #f0f0f0;
}
#cbMIkroblogg div.post
{
    /*padding-bottom: 16px;*/

    /*padding: 6px 0 0px 0;*/ /*padding: 14px 14px 14px 4px;          background-color: #f4f5f4;*/
}

#cbMIkroblogg div.post div.leftImg
{
    float: left;
    margin-right: 10px; /*margin-left: 30px;*/
}
#cbMIkroblogg div.post div.leftImg img
{
    width: 50px;
}
#cbMIkroblogg div.post div.rightTxt
{
    float: left;
    font-size: 13px;
    width: 380px;
}
#cbMIkroblogg div.post div.rightTxt a
{
    color: #00B92D;
}
#cbMIkroblogg div.post div.rightTxt a:hover
{
    color: #000;
}
#cbMIkroblogg div.post div.rightTxt i
{
    font-size: 10px;
    color: #666;
    font-style: normal;
}
#cbMIkroblogg div.post div.rightTxt2
{
    float: left;
    margin-left: 30px;
    font-size: 13px;
    width: 320px;
}
#cbMIkroblogg div.post div.rightTxt2 a
{
    color: #00B92D;
}
#cbMIkroblogg div.post div.rightTxt2 a:hover
{
    color: #000;
}
#cbMIkroblogg div.post div.rightTxt2 i
{
    font-size: 10px;
    color: #666;
    font-style: normal;
}
#cbMIkroblogg a.moreButton
{
    background: #BEBEBE;
    display: block;
    padding: 16px;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    color: #000;
}
#cbMIkroblogg a.moreButton:hover
{
    background: #ccc;
    display: block;
    padding: 16px;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    color: #000;
}

#cbCompanyProfile
{
    width: 680px;
}
#cbCompanyProfile .mainlogo
{
    margin-bottom: 20px;
    width: 545px;
    height: 224px;
    background-position: center center;
}
#cbCompanyProfile #videoThumbs
{
    width: 110px; height: 280px; overflow: hidden;
}
#cbCompanyProfile #videoThumbs a
{
    display: block;
    float: left;
    margin-right: 12px;
    margin-bottom: 12px;
}
#cbCompanyProfile #videoThumbs a img
{
    width: 106px;
    height: 62px;
}
#cbCompanyProfile #addAndTip
{
    float: left;
    width: 184px;
}
#cbCompanyProfile #navigation
{
    clear: both;
    width: 680px;
    height: 33px;
    overflow: hidden;
    display: block;
    background: url(../images/cb_cprofile_flik_bg.png);
    margin-bottom: 24px;
}

#cbCompanyProfile #navigation a.active
{
    display: block;
    float: left;
    text-align: center;
    text-transform: uppercase;
    color: #00B92D;
    padding-top: 8px;
    margin-right: 3px;
    width: 133px;
    height: 33px;
    background: url(../images/cb_cprofile_flik_active.png);
}
#cbCompanyProfile #navigation a.inactive
{
    display: block;
    float: left;
    text-align: center;
    text-transform: uppercase;
    padding-top: 8px;
    margin-right: 3px;
    width: 133px;
    height: 33px;
    background: url(../images/cb_cprofile_flik_inactive.png);
}
/* START TAB MENU */
#cbCompanyProfile #tabs .tab
{
    width: 100%;
    display: block;
    padding: 5px;
    clear: both;
}

#cbCompanyProfile #tabs .tab p
{
    padding: 0 0 10px 0;
}

#cbCompanyProfile #tabs ul li.active
{
    display: block;
    background: url(../images/cb_cprofile_flik_active.png);
    background-repeat: no-repeat;
    color: #fff;
}

#cbCompanyProfile #tabs ul li a
{
    text-decoration: none;
    color: #000;
    height: 40px;
    line-height: 40px;
    display: block;
    padding: 0 10px 0 10px;
}

#cbCompanyProfile #tabs ul li.active a
{
    color: black;
}

#cbCompanyProfile #tabs ul
{
    display: block;
    width: 100%;
    height: 40px;
    list-style-type: none;
    border-bottom: 1px solid #ccc;
}

#tabs ul li
{
    background: url(../images/cb_cprofile_flik_inactive.png);
    background-repeat: no-repeat;
    width: 133px;
    height: 33px;
    display: block;
    padding-right: 2px;
    text-align: center;
    float: left;
}
/* END TAB MENU */
#cbCompanyProfile .leftCol
{
    width: 460px;
    margin-right: 36px;
    float: left;
    margin-bottom: 40px;
}
#cbCompanyProfile h1
{
    color: #000;
    font-size: 24px;
    font-weight: normal;
    padding: 0px;
    margin: 16px 0px 16px 0px;
}
#cbCompanyProfile .rightCol
{
    width: 162px;
    float: left;
}
#cbCompanyProfile #basicAddress
{
    margin-bottom: 40px;
}
#cbCompanyProfile #events
{
    margin-bottom: 40px;
}
#cbCompanyProfile #events h2, #cbCompanyProfile #events h3
{
    margin-bottom: 14px;
}
#cbCompanyProfile #events a.eventRow
{
    display: block;
    margin-bottom: 10px;
}
#cbCompanyProfile #events a.eventRow img
{
    display: block;
    float: left;
    margin-right: 10px;
    border: 1px solid #f0f0f0;
}
#cbCompanyProfile #events a.eventRow div
{
    width: 100px;
    float: left;
}
#cbCompanyProfile #images
{
    margin-bottom: 40px;
}
#cbCompanyProfile #images h2
{
    margin-bottom: 14px;
}
#cbCompanyProfile #images a.imageRow
{
    display: block;
    margin-bottom: 10px;
}
#cbCompanyProfile #images a.imageRow img
{
    display: block;
    float: left;
    margin-right: 10px;
    width: 50px;
    border: 1px solid #f0f0f0;
}
#cbCompanyProfile #images a.imageRow div
{
    width: 100px;
    float: left;
}
#cbCompanyProfile #documents
{
    margin-bottom: 40px;
}
#cbCompanyProfile #documents h2
{
    margin-bottom: 14px;
}
#cbCompanyProfile #documents a.documentRow
{
    display: block;
    margin-bottom: 10px;
}
#cbCompanyProfile #documents a.documentRow img
{
    display: block;
    float: left;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    border: 1px solid #f0f0f0;
}
#cbCompanyProfile #documents a.documentRow div
{
    width: 100px;
    float: left;
}

#cbEvents
{
    margin-bottom: 20px;
}

#cbEvents h3
{
    margin-bottom: 14px;
}

#cbEvents a.eventRow
{
    display: block;
    margin-bottom: 10px;
}

#cbEvents a.eventRow img
{
    display: block;
    float: left;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    border: 1px solid #f0f0f0;
}

#cbEvents a.eventRow div
{
    width: 100px;
    float: left;
}

#cbSearch
{
    width: 680px;
}




#cbSearch #navigation
{
    clear: both;
    width: 680px;
    height: 33px;
    overflow: hidden;
    display: block;
    background: url(../images/cb_cprofile_flik_bg.png);
    margin-bottom: 24px;
}

#cbSearch #navigation a.active
{
    display: block;
    float: left;
    text-align: center;
    text-transform: uppercase;
    color: #00B92D;
    padding-top: 8px;
    margin-right: 3px;
    width: 228px;
    height: 33px;
    background: url(../images/cb_searchbutton_active.png);
}

#cbSearch #navigation a.inactive
{
    display: block;
    float: left;
    text-align: center;
    text-transform: uppercase;
    padding-top: 8px;
    margin-right: 3px;
    width: 228px;
    height: 33px;
    background: url(../images/cb_searchbutton_inactive.png);
}

#cbSearch #searchForm
{
}

#cbSearch #searchForm #leftCol
{
    float: left;
    margin-right: 20px;
    margin-top: 4px;
}
#cbSearch #searchForm #rightCol
{
    float: left;
}
#cbSearch #searchForm input.searchField, input.searchField
{
    font-size: 14px;
    color: #999999;
    border: 1px solid #666666;
    padding: 5px;
    width: 504px;
}
#cbSearch a.searchResultRow, #cbEvents a.searchResultRow
{
    display: block;
    padding: 18px;
    text-decoration: none;
}
#cbSearch a.searchResultRow img
{
    display: block;
    float: left;
    width: 99px;
    margin-right: 20px;
    border: 0px none;
}
#cbSearch a.searchResultRow div
{
    float: left;
    width: 500px;
}
#cbEvents
{
    width: 680px;
}
#cbEvents #navigation
{
    clear: both;
    width: 680px;
    height: 33px;
    overflow: hidden;
    display: block;
    background: url(../images/cb_cprofile_flik_bg.png);
    margin-bottom: 24px;
}
#cbEvents #navigation a.active
{
    display: block;
    float: left;
    text-align: center;
    text-transform: uppercase;
    color: #00B92D;
    padding-top: 8px;
    margin-right: 3px;
    width: 228px;
    height: 33px;
    background: url(../images/cb_searchbutton_active.png);
}
#cbEvents #navigation a.inactive
{
    display: block;
    float: left;
    text-align: center;
    text-transform: uppercase;
    padding-top: 8px;
    margin-right: 3px;
    width: 228px;
    height: 33px;
    background: url(../images/cb_searchbutton_inactive.png);
}
#cbEvents #searchForm
{
}
#cbEvents #searchForm #leftCol
{
    float: left;
    margin-right: 20px;
    margin-top: 4px;
}
#cbEvents #searchForm #rightCol
{
    float: left;
}
#cbEvents #searchForm input.searchField, input.searchField
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #999999;
    border: 1px solid #666666;
    padding: 5px;
    width: 400px;
}
#cbEvents #searchForm select
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #999999;
    border: 1px solid #666666;
    padding: 4px;
    width: 150px;
    margin-left: 20px;
}
#cbEvents a.searchResultRow
{
    display: block;
    padding: 18px;
}
#cbEvents a.searchResultRow img
{
    display: block;
    float: left;
    margin-right: 20px;
    border: 1px solid #f0f0f0;
}
#cbEvents a.searchResultRow div.container
{
    float: left;
    width: 500px;
    padding: 0;
    margin: 0;
}
#cbEvent
{
    width: 680px;
}
#cbEvent a span.backarrow
{
    margin: 0px 0px 24px 0px;
}
#cbEvent #leftCol
{
    float: left;
    width: 221px;
    margin-right: 24px;
    margin-bottom: 40px;
}
#cbEvent #leftCol img.eventLogo
{
    /*border: 1px solid #f0f0f0;*/
    margin-bottom: 40px;
    margin-top: 10px;
}
#cbEvent #leftCol div.signupForm
{
    margin-bottom: 12px;
    width: 400px;
}
#cbEvent #leftCol div.signupForm input
{
    width: 210px;
    padding: 2px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #999999;
}
#cbEvent #rightCol
{
    float: left;
    width: 418px;
    margin-bottom: 40px;
}
#cbEvent #rightCol h1
{
    color: #000;
    font-size: 24px;
    line-height: 28px;
    font-weight: normal;
    padding: 0px;
    margin: 0px 0px 12px 0px;
}

#content .chkBoxFollow input, #content table.chkBoxFollow
{
    border: none;
}

#companybookmarking
{
    margin: 12px 0 0 0;
}
#companybookmarking a + a
{
    margin-left: 4px;
}

/* theme movies */
#theme
{
    width: 760px;
    margin-top: 20px;
}
#theme .leftContent
{
    display: block;
    float: left;
}
#theme .leftContent table td a .playMovie
{
    margin: 0px;
    padding: 0px;
    border: 0px;
    cursor: pointer;
    text-decoration: none;
}
#theme .leftContent a .leftImg
{
    display: table;
}
#theme .leftContent a .leftImg img
{
    float: left;
    margin-right: 20px;
}
#theme .leftContent a .leftImg .title
{
    vertical-align: middle;
    display: table-cell;
}
#theme rightContent
{
    display: block;
    float: left;
    padding-left: 10px;
}

/* end theme movies */


/*
 * jQuery UI Autocomplete 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete
{
    position: absolute;
    cursor: default;
    max-height: 75px;
    overflow: hidden;
    text-align: left;
}
/* IE 6 doesn't support max-height
	 * we use height instead, but this forces the menu to always be this tall
	 */
* html .ui-autocomplete
{
    height: 75px;
}
/* workarounds */
* html .ui-autocomplete
{
    width: 1px;
}
/* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu
{
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    float: left;
    background-color: #FFF;
    border: 1px solid #000;
}
.ui-menu .ui-menu
{
    margin-top: -3px;
}
.ui-menu .ui-menu-item
{
    margin: 0;
    padding: 0;
    zoom: 1;
    float: left;
    clear: left;
    width: 100%;
}
.ui-menu .ui-menu-item a
{
    text-decoration: none;
    display: block;
    padding: .2em .4em;
    line-height: 1.5;
    zoom: 1;
}
.ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active
{
    font-weight: normal;
    margin: -1px;
}

/* Facebook */

#fb_login
{
    background-color: #fff;
}

#content a.fb_button
{
    text-decoration: none;
    background-color: #fff;
    margin-top: 2px;
}

#content a.fb_button_small
{
    background-color: #fff;
    height: 18px;
}
#content .fb_button_small .fb_button_text
{
    margin-left: 17px;
    padding: 5px 6px 5px 5px;
}

#content .fb_button_text
{
    border: none;
    background: none;
    color: #000;
    display: block;
    font-weight: normal;
    height: 18px;
    padding: 0;
    text-shadow: none;
}



#content #connect_top
{
    background-color: Blue;
}

#RadioButtonList input
{
    border: 0px;
}

/* Rss puff */
#rssPuff div.rssPuff
{
    width: 200px;
    background-color: #EFEFEF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    border-left: 1px solid #e1e1e1;
}
#rssPuff div.rssPuffPosts
{
    width: 198px;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding-top: 2px;
    padding-bottom: 2px;
        background-color: #EFEFEF;
}

#rssPuff div.rssPuffPosts ul
{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
#rssPuff div.rssPuffPosts li
{
    border-bottom: 2px solid #e1e1e1;
    background-image: url(/images/rss/rsspuff-ico.png);
    background-repeat: no-repeat;
    padding-left: 23px;
    text-transform: uppercase;
    margin: 12px 10px 0px 10px;
    padding-bottom: 10px;
    list-style: none;
}
#rssPuff div.rssPuffPosts li.last
{
    border-bottom: 0px none;
}
#rssPuff div.rssPuffPosts li i
{
    font-style: normal;
    font-size: 10px;
    color: #868686;
    text-transform: none;
}
#rssPuff div.rssPuffPosts li a
{
    text-decoration: none;
    color: #000;
}
#rssPuff div.rssPuffPosts li a i
{
    text-decoration: none;
    color: #868686;
}

