﻿/*
    
    CONTENTS ----------
	    
		1.  DEFAULT STYLES
        2.  BODY
        3.  HEADINGS
        4.  LINKS
        5.  LAYOUT
        6.  HEADE
        7.  NAVIGATION
        8.  FOOTER
        9.  GLOBAL STYLES
		10. FORMS
    
    -------------------
	    
*/


/* @group 1.DEFAULT STYLES
---------------------------------------------------------------------- */

/* import CSS reset */
/*@import url('reset.css');*/

.clear, .clear-30, .clear-24
{
    clear: both;
}
.clear-30
{
    height: 30px;
}
.clear-40
{
    height: 40px;
}
.clear-24
{
    height: 24px;
}
.clear-12
{	
	height:12px;
}
.hide
{
    display: none;
}
.right
{
    float: right;
}
.left
{
    float: left;
}
a, div, span, img
{
    outline: none;
}
/* Warning Messages */
.ie6-message, div.no-js-message
{
    background: #ffb url(../../Images/icon-warning.png) no-repeat scroll 10px 10px;
    border-bottom: 1px solid #F1DD8C;
    display: block;
    font-size: 14px;
    padding: 20px 0 20px 0;
    position: static;
    text-align: left;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 3;
    
}
.ie6-message div, div.no-js-message div
{
    padding: 0 0 0 60px;
}
/* @end */

/* @group 2.BODY
---------------------------------------------------------------------- */
body
{
 
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    color: #333;
}
/* @end */

/* @group 3.HEADINGS
---------------------------------------------------------------------- */

h2
{
    font-size: 36px;
    font-weight: bold;
}
h2.home
{
    background: url(../../Images/icon-title-home.png) no-repeat 5px 0px;
    padding: 7px 0 5px 55px;
}
h3.BrowsJobs
{
    background: url(../../Images/icon-side-nav-edit.png) no-repeat 5px 0px;
    padding: 3px 0 5px 40px;
    font-size: large;
    font-weight: bold;
}
h2.Inbox
{
    background: url(../../Images/icon-nav-messages-l.png) no-repeat 5px 0px;
    padding: 0 0 5px 60px;
}

h2.vacancies
{
    background: url(../../Images/icon-title-vacancies.png) no-repeat 0px 5px;
    padding: 7px 0 5px 55px;
}

h2.overview
{
    background: url(../../Images/icon-Title-overview.png) no-repeat 0px 5px;
    padding: 7px 0 5px 55px;
}
h2.messages{
	background:url(../../Images/icon-title-messages.png) no-repeat 0px 5px;	
	padding:7px 0 5px 55px;
}
h2.workers
{
	background:url(../../Images/icon-title-workers.png) no-repeat 0px 0px;	
	padding:7px 0 6px 60px;
}
h2.awr
{
	background:url(../../Images/icon-title-awr.png) no-repeat 10px 5px;	
	padding:7px 0 6px 60px;
}

h2.createAppointment
{
	background:url(../../Images/icon-title-createAppoitment.png) no-repeat 10px 5px;	
	padding:7px 0 6px 60px;
}

h2.declaration
{
	background:url(../../Images/icon-title-Declaration.png) no-repeat 10px 5px;	
	padding:7px 0 6px 60px;
}


h3.content-title
{
    font-size: 24px;
    font-weight: normal;
    color: #d31048;
    margin: 0 0 15px 0;
}
h3.content-title-overview
{
    background: url(../../Images/icon-content-title-overview.png) no-repeat 0px 3px;
    padding: 0 0 25px 30px;
    margin: 0;
}
h3.content-title-edit
{
    background: url(../../Images/icon-content-title-edit.png) no-repeat 0px 3px;
    padding: 0 0 25px 30px;
    margin: 0;
}
h3.content-title-profile
{
    background: url(../../Images/icon-content-title-profile.png) no-repeat 0px 3px;
    padding: 0 0 25px 30px;
    margin: 0;
}
h3.content-title-worker
{
    background: url(../../Images/icon-content-title-worker.png) no-repeat 0px 3px;
    padding: 0 0 25px 30px;
    margin: 0;
}
h3.content-title-awr
{
	background:url(../../Images/icon-content-title-awr.png) no-repeat 3px 0px;	
	padding:0 0 25px 30px;
	margin:0;
}

h3.content-title-CreateAppointment
{
	background:url(../../Images/icon-content-title-CreateAppointment.png) no-repeat 3px 0px;	
	padding:0 0 25px 30px;
	margin:0;
}

h3.content-title-Declaration
{
	background:url(../../Images/icon-content-title-Declaration.png) no-repeat 3px 0px;	
	padding:0 0 25px 30px;
	margin:0;
}

h3.content-title-compose{
	background:url(../../Images/icon-content-title-compose.png) no-repeat 0px 3px;	
	padding:0 0 25px 30px;
	margin:0;
}
h3.content-title-inbox
{
	background:url(../../Images/icon-content-title-inbox.png) no-repeat 0px 0px;	
	padding:0 0 25px 30px;
	margin:0;
}
h4.content-sub-title
{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    padding: 0 0 15px 0;
}
h4.content-sub-title-no-padding
{
	font-size:18px;
	color:#333;
	font-weight:bold;
	padding:0 0 5px 0;
}
h5.content-sub-sub-title
{
    font-size: 14px;
    color: #333;
    font-weight: bold;
    padding: 0 0 5px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #ccc;
}

/* @end */



/* @group 4.LINKS

---------------------------------------------------------------------- */


a
{
    color: #0b87bd;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}

.grey-text
{
	color:gray;
}
/* @end */



/* @group 5.LAYOUT

---------------------------------------------------------------------- */
/* define the columns */
.container-full
{
    width: 960px;
    margin: 0 auto;
}
.column-100, .column-33, .column-25, .column-66, .feature-column-1, .feature-column-2
{
    display: inline;
    float: left;
    position: relative;
}
.column-100
{
    width: 960px;
}
.column-33
{
    width: 320px;
}
.column-25
{
    width: 240px;
}
.column-66
{
    width: 640px;
}
.inner-left
{
    margin-left: 0px;
}
.inner-right
{
    margin-right: 0px;
}
.pad-right
{
    padding: 0 30px 0 0;
}
.pad-left
{
    padding: 0 0 0 30px;
}
.pad-right-half
{
    padding: 0 15px 0 0;
}
.pad-left-half
{
    padding: 0 0 0 15px;
}
.pad
{
    padding: 15px;
}
.details-column-left
{
    width: 305px;
    display: inline;
    float: left;
    position: relative;
    margin-right: 15px;
}
.details-column-right
{
    width: 305px;
    display: inline;
    float: left;
    position: relative;
    margin-left: 15px;
}
/* @end */



/* @group 6.HEADER
---------------------------------------------------------------------- */
#header
{
    margin: 33px 0 0 0;
    position: relative;
    z-index: 1;
}
#user-links
{
    position: absolute;
    top: -25px;
    right: 5px;
    z-index: 2;
    height: 20px;
    line-height: 14px;
}
#user-links a
{
    color: #166ab7;
}
#user-links ul li
{
    float: left;
    margin-left: 5px;
}
#user-links ul li span
{
    margin-right: 10px;
    font-weight: bold;
    color: #666;
}
#user-links ul li span a
{
    color: #333;
}
/* LOGO */
.logo
{
    margin: 0 0 0 -10px;
    padding: 0;
    height: 127px;
    width: 125px;
    overflow: hidden;
    position: relative;
}
.logo a
{
    display: block;
    height: 100%;
    width: 100%;
}
.logo a span
{
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../Images/logo-safecomputing.gif) no-repeat left top;
    cursor: pointer; /* ie demands we reinstate the pointer cursor */
}
/* @end */


/* @group 7.NAVIGATION
---------------------------------------------------------------------- */
#nav-top
{
    position: absolute;
    top: 15px;
    right: 0px;
}
#nav-top li
{
    float: left;
    margin: 0 0 0 6px;
    position: relative;
}
#nav-top li a
{
    display: block;
    width: 102px;
    height: 93px;
    background: url(../../Images/icon-navbox.png) no-repeat;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    position: relative;
}
#nav-top li a:hover
{
    background-position: 0 -93px;
}
#nav-top li a.selected
{
    background-position: 0 -186px;
    color: #333;
}
#header-supplier #nav-top li a{
	background-position:0 -93px;
}

#header-supplier #nav-top li a:hover{
	background-position:0 0;
}

#header-supplier #nav-top li a.selected{
	background-position:0 -186px;
}
.nav-icon
{
    display: block;
    margin: 0 auto;
    top: 12px;
    position: relative;
}
.nav-label
{
    display: block;
    bottom: 16px;
    position: absolute;
    width: 102px;
    text-align: center;
    left: 0px;
}

/* vishal  */

.nav-icon-home
{
    width: 38px;
    background: url(../../Images/icon-nav-home.png) no-repeat;
    height: 45px;   
}
#nav-top li a.selected .nav-icon-home
{
    background-position: 0 -45px;
}
.nav-icon-messages
{
    top: 18px;
    width: 48px;
    background: url(../../Images/icon-nav-messages.png) no-repeat;
    height: 38px; 
}
#nav-top li a.selected .nav-icon-messages
{
    background-position: 0 -38px;
}
.nav-icon-vacancies
{
    top: 15px;
    width: 46px;
    height: 43px; 
    background: url(../../Images/icon-nav-vacancies.png) no-repeat;
}
#nav-top li a.selected .nav-icon-vacancies
{
    background-position: 0 -43px;
}
.nav-icon-workers
{
    top: 10px;
    width: 52px;
    background: url(../../Images/icon-nav-workers.png) no-repeat;
    height: 50px; 
}
#nav-top li a.selected .nav-icon-workers
{
    background-position: 0 -50px;
}
.nav-icon-timesheets
{
    top: 10px;
    width: 48px;
    height: 50px; 
    background: url(../../Images/icon-nav-timesheets.png) no-repeat;
}
#nav-top li a.selected .nav-icon-timesheets
{
    background-position: 0 -50px;
}
.nav-icon-reports
{
    top: 10px;
    width: 63px;
    height: 48px;
    background: url(../../Images/icon-nav-reports.png) no-repeat;
}
#nav-top li a.selected .nav-icon-reports
{
    background-position: 0 -48px;
}


.nav-icon-actions{
	top:15px;
	width:43px;
	height:46px;
	background:url(../img/icon-nav-actions.png) no-repeat;
}
#nav-top li a.selected .nav-icon-actions{
	background-position:0 -46px;	
}
.nav-icon-workers-suppliers{
	top:12px;
	width:63px;
	height:46px;
	background:url(../img/icon-nav-workers-2.png) no-repeat;
}
#nav-top li a.selected .nav-icon-workers-suppliers{
	background-position:0 -46px;	
}
.nav-icon-awr{
	top:14px;
	width:35px;
	height:44px;
	background:url(../../images/icon-nav-awr.png) no-repeat;
}
#nav-top li a.selected .nav-icon-awr{
	background-position:0 -44px;	
}

/* vishal  */

.nav-notification
{
    width: 17px;
    height: 17px;
    background: url(../../Images/bg-notification.png) no-repeat;
    line-height: 17px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: -6px;
    right: 8px;
    z-index: 2;
}
.side-nav-notification
{
    width: 17px;
    height: 17px;
    background: url(../../Images/bg-notification.png) no-repeat;
    line-height: 17px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 11px;
    right: 12px;
    z-index: 2;
}
.breadcrumb
{
    position: relative;
    height: 30px;
    margin: 20px 0 30px 0;
    top: 0px;
    left: 0px;
}
.breadcrumb-left
{
    background: url(../../Images/bg-breadcrumb-left.png) no-repeat;
    position: absolute;
    left: 0px;
    height: 30px;
    width: 7px;
}
.breadcrumb-centre
{
    background: url(../../Images/bg-breadcrumb-centre.png) repeat-x;
    height: 30px;
    width: 99%;
    margin: 0 7px;
    padding: 0;
    display: inline-block;
}
.breadcrumb-right
{
    background: url(../../Images/bg-breadcrumb-right.png) no-repeat;
    position: absolute;
    right: 0px;
    height: 30px;
    width: 7px;
}
.breadcrumb-centre ul li
{
    float: left;
    line-height: 30px;
    background: url(../../Images/icon-breadcrumb-divider.png) no-repeat right; /*padding: 0 30px 0 15px;*/
}
.breadcrumb-centre ul li.last
{
    background: none;
}
.breadcrumb-centre ul li span
{
    font-weight: bold;
    color: #333;
}
.breadcrumb-centre ul li a
{
    font-weight: bold;
    color: #0b87bd;
}
/*gaurav*/
.breadcrumb-centreNew
{
    background: url(../../Images/bg-breadcrumb-centre.png) repeat-x;
    margin: 0 7px;
    height: 30px;
}

.nodeStyle
{
    font-weight: bold;
    color: #0b87bd;   
    display: table-cell;
    padding-left: 15px;
    padding-right: 10px;
    
}
.CurrentNode
{
    font-weight: bold;
    color: #333;
    display: inline-block;
    line-height: 30px;
    background: url(../../Images/icon-breadcrumb-divider.png) no-repeat right;
    padding: 0 30px 0px 15px;
    height: 30px;
    vertical-align: middle;
}
.rootNodeStyle
{
   font-weight: bold;
    color: #0b87bd;
    display: table-cell;
    padding-left: 10px;
    padding-right: 2px;
    
}
.pathSeparatorStyle
{
    display: inline-block;
    line-height: 30px;
    background: url(../../Images/icon-breadcrumb-divider.png) no-repeat right;
    padding: 0 15px 0 15px;
    height: 30px;
    vertical-align: middle;
}

/* Side Nav */

.side-nav
{
    margin: 20px 0 0 0;
}
.side-nav ul
{
    border-top: 1px solid #ccc;
}
.side-nav ul li
{
    border-bottom: 1px solid #ccc;
    padding: 1px 0;
}
.side-nav ul li a
{
    height: 38px;
    line-height: 38px;
    display: block;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    padding: 0 0 0 45px;
    position: relative;
}
.side-nav ul li a:hover
{
    background: url(../../Images/bg-side-nav-hover.gif) repeat-x;
    color: #fff;
}
.side-nav ul li a.selected
{
    background: url(../../Images/bg-side-nav-selected.gif) repeat-x;
    color: #000;
}
.side-nav ul li a.selected:hover .side-nav-icon
{
    background-position: 0 0;
}
.side-nav-icon
{
    position: absolute;
    display: block;
}
.side-nav-view .side-nav-icon
{
    width: 24px;
    height: 17px;
    background: url(../../Images/icon-side-nav-view.png) no-repeat;
    left: 8px;
    top: 11px;
}
.side-nav-view:hover .side-nav-icon
{
    background-position: 0 -17px;
}
.side-nav-overview .side-nav-icon
{
    width: 22px;
    height: 22px;
    background: url(../../Images/icon-side-nav-overview.png) no-repeat;
    left: 10px;
    top: 9px;
}
.side-nav-overview:hover .side-nav-icon
{
    background-position: 0 -22px;
}
.side-nav-edit .side-nav-icon
{
    width: 24px;
    height: 24px;
    background: url(../../Images/icon-side-nav-edit.png) no-repeat;
    left: 8px;
    top: 7px;
}
.side-nav-edit:hover .side-nav-icon
{
    background-position: 0 -24px;
}
.side-nav-shortlist .side-nav-icon
{
    width: 20px;
    height: 24px;
    background: url(../../Images/icon-side-nav-shortlist.png) no-repeat;
    left: 12px;
    top: 7px;
}
.side-nav-shortlist:hover .side-nav-icon
{
    background-position: 0 -24px;
}
.side-nav-interview .side-nav-icon
{
    width: 22px;
    height: 22px;
    background: url(../../Images/icon-side-nav-calendar.png) no-repeat;
    left: 10px;
    top: 9px;
}
.side-nav-interview:hover .side-nav-icon
{
    background-position: 0 -22px;
}
.side-nav-worker .side-nav-icon
{
    width: 22px;
    height: 21px;
    background: url(../../Images/icon-side-nav-worker.png) no-repeat;
    left: 10px;
    top: 8px;
}
.side-nav-worker:hover .side-nav-icon
{
    background-position: 0 -21px;
}
.side-nav-report .side-nav-icon
{
    width: 22px;
    height: 17px;
    background: url(../../Images/icon-side-nav-report.png) no-repeat;
    left: 10px;
    top: 12px;
}
.side-nav-report:hover .side-nav-icon
{
    background-position: 0 -17px;
}
.side-nav-label .side-nav-icon
{
    width: 22px;
    height: 22px;
    background: url(../../Images/icon-side-nav-label.png) no-repeat;
    left: 10px;
    top: 7px;
}
.side-nav-label:hover .side-nav-icon
{
    background-position: 0 -22px;
}
.side-nav-compose .side-nav-icon
{
    width: 24px;
    height: 24px;
    background: url(../../Images/icon-side-nav-compose.png) no-repeat;
    left: 10px;
    top: 7px;
}
.side-nav-compose:hover .side-nav-icon
{
    background-position: 0 -24px;
}
.side-nav-inbox .side-nav-icon
{
    width: 24px;
    height: 24px;
    background: url(../../Images/icon-side-nav-inbox.png) no-repeat;
    left: 10px;
    top: 5px;
}
.side-nav-inbox:hover .side-nav-icon
{
    background-position: 0 -24px;
}
.side-nav-sent .side-nav-icon
{
    width: 24px;
    height: 18px;
    background: url(../../Images/icon-side-nav-sent.png) no-repeat;
    left: 10px;
    top: 10px;
}
.side-nav-sent:hover .side-nav-icon
{
    background-position: 0 -18px;
}
.side-nav-trash .side-nav-icon
{
    width: 22px;
    height: 24px;
    background: url(../../Images/icon-side-nav-trash.png) no-repeat;
    left: 11px;
    top: 7px;
}
.side-nav-trash:hover .side-nav-icon
{
    background-position: 0 -24px;
}
.side-nav-profile .side-nav-icon
{
    width: 20px;
    height: 24px;
    background: url(../../Images/icon-side-nav-profile.png) no-repeat;
    left: 10px;
    top: 7px;
}
.side-nav-profile:hover .side-nav-icon
{
    background-position: 0 -24px;
}
.side-nav-selected
{
    position: absolute;
    display: block;
    background: url(../../Images/icon-side-nav-selected.png) no-repeat;
    width: 25px;
    height: 25px;
    right: 10px;
    top: 6px;
}
.selected .side-nav-icon
{
    background-position: bottom;
}
.selected:hover .side-nav-icon
{
    background-position: bottom;
}
/* @end */


/* @group 8.FOOTER
---------------------------------------------------------------------- */
#footer
{
    background: #fff url(../../Images/bg-footer.gif) repeat-x;
    height: 49px;
    margin: 25px 0 0 0;
    color: #fff;
    line-height: 40px;
}
#footer a
{
    color: #fff;
}
/* @end */



/* @group 9.GLOBAL ELEMENTS
---------------------------------------------------------------------- */
#content-header
{
    margin: 25px 0;
}
#search
{
    margin: 15px 0 0 0;
    position: relative;
}
.input-search
{
    width: 271px;
    height: 28px;
    background: url(../../Images/bg-search.png) no-repeat;
    border: none;
    padding: 0 10px;
    margin: 0;
    display: inline;
    color: #999;
    position: absolute;
    top: 0px;
    line-height: 28px;
}
.input-search:focus
{
    background-position: bottom;
    color: #333;
}
.submit-search
{
    background: url(../../Images/button-search.png) no-repeat;
    width: 23px;
    height: 23px;
    border: none;
    padding: 0 10px;
    margin: 0;
    display: inline;
    position: absolute;
    top: 1px;
    right: 0px;
    text-indent: -99999px;
    font-size: 0px;
    background-position: top;
}
.submit-search:hover
{
    cursor: pointer;
    background-position: bottom;
}
.side-box-head
{
    width: 289px;
    height: 35px;
    background: url(../../Images/side-box-head.png) no-repeat;
}
.side-box
{
    background: url(../../Images/side-box-bottom.png) no-repeat bottom;
    width: 289px;
    padding-bottom: 6px;
}
.side-box-content
{
    padding: 10px 10px 0 10px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background-color: #fafafa;
    color: #666;
}

.side-box h3
{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 35px;
    text-indent: 15px;
}
.side-box h3.unread-messages
{
    text-indent: 42px;
    background: url(../../Images/icon-side-box-messages.png) no-repeat 10px 9px;
}
.side-box h3.events
{
    text-indent: 42px;
    background: url(../../Images/icon-side-box-events.png) no-repeat 15px 9px;
}
.side-box h3.filter
{
    text-indent: 42px;
    background: url(../../Images/icon-side-box-filter.png) no-repeat 15px 9px;
}
.side-box ul li
{
    border-bottom: 1px dashed #ccc;
    padding: 8px 3px;
    line-height: 16px;
}
.side-box ul.filter-options li
{
    
   /*  padding: 6px 3px 6px 27px;
   background: url(../../Images/icon-filter-feed.gif) no-repeat 5px 8px;*/
}
.filter-date{
	position:relative;
	height:40px;
}
.filter-date-left{
	position:absolute;	
	left:5px;
	width:100%;
}
.filter-date-right{
	position:absolute;
	width:150px;
	left:160px;
}

.side-box ul.jobtypefilter-options  li
{
    height :75px;
    width :270px;
     overflow :scroll ;
}
/* Slider */
.slider-val-start
{
    float: left;
    padding-left: 5px;
}
.slider-val-end
{
    float: right;
    padding-right: 5px;
}
.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;
    background-position: 0 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;
}
.ui-slider .ui-slider-handle
{
    width: 8px;
    height: 15px;
    background: url(../../Images/icon-slider-handle.png) no-repeat 0px 0px;
}
.ui-slider
{
    background-color: #fff;
    border: 1px solid #cfcfcf;
    height: 4px;
    margin: 15px 8px;
}
.ui-slider-range
{
    background-color: #0b87bd;
    height: 4px;
    border: 1px solid #d0cfcf;
}
/* End Slider */
.date
{
    color: #666;
}
.message-name
{
    color: #333;
}
/* Side Box */
.side-box ul li.first
{
    padding-top: 0;
}
.side-box ul li.last
{
    border: none;
}
.side-column-separator, .full-column-separator
{
    margin: 15px 0;
    height: 2px;
    background-color: #666;
}
.side-box ul li .time
{
    color: #666;
    font-weight: bold;
}
.side-box h4
{
    color: #666;
    font-weight: bold;
    margin: 15px 0 15px 3px;
    font-size: 14px;
}
.action-box h4
{
    margin: 0 0 10px 0;
}
.side-box h4.side-box-title-first
{
    color: #666;
    font-weight: bold;
    margin: 5px 0 15px 3px;
    font-size: 14px;
}
.side-box-filter h4
{
    color: #666;
    font-weight: bold;
    margin: 0 0 5px 3px;
    font-size: 14px;
}
.side-box-separator
{
    height: 1px;
    background-color: #ccc;
    margin: 10px -10px 10px -10px;
}
.side-filter-box-separator
{
    height: 1px;
    background-color: #ccc;
    Margin :23px 0 5px;
}
.side-assign-filter-box-separator
{
    height: 1px;
    background-color: #ccc;
    Margin :23px 0 5px;
}
/* Feed and sort */
.feed-filter, .feed-sort, .inbox-controls
{
    background-color: #eee;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    height: 34px;
}
.feed-filter-title
{
    line-height: 34px;
    float: left;
    padding: 0 15px 0 35px;
    font-weight: bold;
    color: #666;
}
.feed-sort-title
{
    line-height: 34px;
    float: left;
    padding: 0 15px 0 15px;
    font-weight: bold;
    color: #666;
}
.feed-filter ul li, .feed-sort ul li, .inbox-controls ul li
{
    float: left;
    line-height: 34px;
    padding: 0 20px 0 0;
    /*margin-left:13px;*/
}

.inbox-controls ul{
	padding-left:15px;
}
.feed-filter ul li a
{
   /* background: url(../../Images/icon-filter-feed.gif) no-repeat left; */
    padding: 0 0 0 20px;
    color: #666;
}
 a.select-message{
	margin-right:20px;
	margin-left:2px;
}
.feed-sort ul li a
{
    padding: 0 8px 0 0;
}
.feed-sort ul li a.order
{
    background: url(../../Images/icon-sort-arrow-down.png) no-repeat 100% 4px;
}
.feed ul li
{
    border-bottom: 1px dashed #ccc;
    padding: 3px 0px 3px 0px;
    line-height: 16px;
}



.feed ul li.calendar
{
    /* background: url(../../Images/icon-feed-calendar.png) no-repeat 5px 18px; */
}
.feed ul li.shortlist
{
    /*  background: url(../../Images/icon-feed-shortlist.png) no-repeat 5px 18px; */
}
.feed ul li.shortlist-full
{
    /*   background: url(../../Images/icon-feed-shortlist-full.png) no-repeat 5px 18px; */
}
.feed ul li.label
{
    /*  background: url(../../Images/icon-feed-label.png) no-repeat 5px 18px; */
}
.feed ul li.assignment
{
    /*  background: url(../../Images/icon-feed-assignment.png) no-repeat 5px 18px; */
}
.feed ul li.vacancy-added
{
    /*   background: url(../../Images/icon-feed-vacancy-added.png) no-repeat 5px 18px; */
}
.feed ul li.vacancy-ended
{
    /*   background: url(../../Images/icon-feed-vacancy-ended.png) no-repeat 5px 18px; */
}
.feed ul li.edit
{
    /*  background: url(../../Images/icon-feed-edit.png) no-repeat 5px 18px; */
}
.feed ul li.timesheet
{
    /*  background: url(../../Images/icon-feed-timesheet.png) no-repeat 5px 18px; */
}



.sort-list
{
    margin: 0 0 10px 0;
}
.sort-list ul li
{
    border-bottom: 1px dotted #ccc;
}
.sort-list ul li div.open
{
    border-left: 3px solid #55a202;
}
.sort-list ul li div.full
{
    border-left: 3px solid #e99400;
}
.sort-list ul li div.closed
{
    border-left: 3px solid #e41111;
}
.sort-list ul li div.black
{
    border-left: 3px solid #000000;
}
.sort-list ul li div.blue
{
    border-left: 3px solid blue;
}
.sort-list ul li div.red
{
    border-left: 3px solid red;
}
.sort-list ul li div.yellow
{
    border-left: 3px solid yellow;
}
.sort-list ul li div.item
{
    margin: 1px 0;
    padding: 10px;
    position: relative;
}
.sort-list ul li.alt div.item
{
    background-color: #eee;
}
.sort-list ul li.hover div.item
{
    background-color: #e5f1fc;
}
.sort-list ul li div.item h5
{
    font-weight: normal;
    font-size: 14px;
    margin: 0 0 7px 0;
}
.sort-list ul li div.details
{
    color: #666;
}
.sort-list ul li div.item .quick-links
{
    position: absolute;
    right: 10px;
    top: 35%;
    z-index: 2;
    display: none;
    font-size: 14px;
    height: 23px;
}
.sort-list ul li div.item .quick-link-edit
{
    background: url(../../Images/icon-quick-link-edit.png) no-repeat 0 0;
    height: 23px;
    width: 23px;
    display: block;
    float: left;
    font-size: 0px;
    text-indent: -99999px;
}
.sort-list ul li div.item .quick-link-delete
{
    background: url(../../Images/icon-quick-link-delete.png) no-repeat 0 0;
    height: 23px;
    width: 23px;
    display: block;
    float: left;
    font-size: 0px;
    text-indent: -99999px;
}
.quick-link-edit:hover, quick-link-delete:hover
{
    text-decoration: none;
}
.sort-list ul li div.item .divider
{
    float: left;
    margin: 0 6px;
    background-color: #ccc;
    width: 3px;
    height: 23px;
}
/* Quick Actions */
.quick-actions h4
{
    font-size: 14px;
    margin: 10px 0 15px 0;
}
.quick-actions ul
{
    border-top: 1px solid #ccc;
    margin: 0 0 10px 0;
}
.quick-actions ul li
{
    border-bottom: 1px solid #ccc;
    padding: 15px 0 15px 45px;
}
.quick-actions ul li a
{
    font-weight: bold;
}
.quick-actions ul li.add
{
    background: url(../../Images/icon-quick-action-add.png) no-repeat 10px 11px;
}
.quick-actions ul li.calendar
{
    background: url(../../Images/icon-quick-action-calendar.png) no-repeat 10px 11px;
}
/* Task List */
.task-list ul
{
    border-top: 1px dashed #ccc;
}
.task-list ul li
{
    border-bottom: 1px dashed #ccc;
    padding: 8px 0 8px 32px;
}
.task-list ul li a
{
    font-weight: bold;
}
.task-list ul li.approval
{
    /* background: url(../../Images/icon-task-list-approval.png) no-repeat 10px 8px; */
}
.task-list ul li.calendar
{
    /*  background: url(../../Images/icon-task-list-calendar.png) no-repeat 10px 8px; */
}
.task-list ul li.feedback
{
    /*  background: url(../../Images/icon-task-list-feedback.png) no-repeat 10px 10px; */
}
/* Page Links */
.page-links
{
    float: right;
    margin: 4px 0 0 0;
}
.page-links span
{
    float: left;
    display: block;
    line-height: 12px;
}
.page-links ul
{
    float: left;
    margin: -1px 0 0 10px;
    list-style-type:none;
}
.page-links ul li
{
    float: left;
}
.page-links ul li a
{
    display: block;
    border: 1px solid #ccc;
    height: 12px;
    width: 12px;
    line-height: 12px;
    text-align: center;
    font-size: 10px;
    margin: 0 1px;
}
.page-links ul li a:hover, .page-links ul li a.selected
{
    display: block;
    border: 1px solid #666;
    background-color: #666;
    height: 12px;
    width: 12px;
    line-height: 12px;
    text-align: center;
    font-size: 10px;
    margin: 0 1px;
    color: #fff;
    text-decoration: none;
}

.overview-id
{
    font-size: 30px;
    color: #666;
}
.overview-box
{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    margin: 0 0 15px 0;
}
.overview-box-details
{
    float: right;
}
.overview-box-details li
{
    font-weight: bold;
    text-align: right;
    color: #666;
    padding: 2px 0;
}
.overview-box-details li.status-ended
{
    color: #e41111;
    font-weight: normal;
    font-size: 14px;
    padding: 0 0 5px 0;
}
.overview-box-details li.status-action
{
    color: #e68700;
    font-weight: normal;
    font-size: 14px;
    padding: 0 0 5px 0;
}
.overview-box-title
{
    font-size: 24px;
    color: #333;
    font-weight: bold;
    padding: 0 0 5px 0;
}
.overview-box-sub-title
{
    font-size: 18px;
    color: #666;
    font-weight: bold;
    padding: 0 0 5px 0;
}
.overview-box-strap
{
    font-size: 14px;
    color: #666;
}
.alert-box
{
    width: 960px;
    margin: -10px 0 20px 0;
    position: relative;
}
.alert-box-top
{
    background: url(../../Images/alert-box-top.png) no-repeat 0px 0px;
    height: 11px;
}
.alert-box-middle
{
}
.alert-box-content
{
    margin: -4px 0 -5px 0;
    color: #fff;
    line-height: 16px;
    padding: 5px 0 8px 42px;
    background: url(../../Images/alert-box-middle.png) repeat-y 0px 0px;
    min-height:15px;
}
.alert-box-content a
{
    color: #fff;
    text-decoration: underline;
}
.alert-box-bottom
{
    background: url(../../Images/alert-box-bottom.png) no-repeat 0px 0px;
    height: 11px;
}
.alert-close
{
    position: absolute;
    right: 10px;
    top: 8px;
    width: 23px;
    height: 23px;
    z-index: 9; /* Commented by: Gaurav Patel     background: url(../../Images/alert-box-close.png) no-repeat 0px 0px;     */
}
.notification-icon
{
    background: url(../../Images/icon-notification-box.png) no-repeat 0px 0px;
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    z-index: 9;
    left: 10px;
}
.notification-box
{
    width: 960px;
    margin: -10px 0 20px 0;
    position: relative;
}
.notification-box-top
{
    background: url(../../Images/notification-box-top.png) no-repeat 0px 0px;
    height: 11px;
}
.notification-box-middle
{
}
.notification-box-content
{
    margin: -4px 0 -5px 0;
    color: #e68700;
    line-height: 16px;
    padding: 5px 0 8px 42px;
    background: url(../../Images/notification-box-middle.png) repeat-y 0px 0px;
    min-height: 15px;
}
.notification-box-bottom
{
    background: url(../../Images/notification-box-bottom.png) no-repeat 0px 0px;
    height: 11px;
}

.notice-box
{
    width: 960px;
    margin: -10px 0 20px 0;
    position: relative;
}
.notice-icon
{
    background: url(../../Images/icon-notice-box.png) no-repeat 0px 0px;
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    z-index: 9;
    left: 10px;
}
.notice-close
{
    position: absolute;
    right: 10px;
    top: 8px;
    width: 23px;
    height: 23px;
    background: url(../../Images/notice-close.png) no-repeat 0px 0px;
    z-index: 9;
}
.notice-box-top
{
    background: url(../../Images/notice-box-top.png) no-repeat 0px 0px;
    height: 11px;
}
.notice-box-middle
{
}

.notice-box-content
{
    margin: -4px 0 -5px 0;
    color: #339933;
    line-height: 16px;
    padding: 5px 0 8px 42px;
    background: url(../../Images/notice-box-middle.png) repeat-y 0px 0px;
}
.notice-box-bottom
{
    background: url(../../Images/notice-box-bottom.png) no-repeat 0px 0px;
    height: 11px;
}
.status-ended
{
    color: #e41111;
}
.status-action
{
    color: #e68700;
}
.table-container
{
    background: url(../../Images/bg-table-top.png) no-repeat 0px 0px;
    width: 640px;
}
.table-container table
{
    width: 639px;
}
.table-container table th{
	background:none;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	
	border:1px solid #7c7c7c;
	border-top:none;
	border-left:none;
	border-bottom:none;
	padding:10px 10px 16px 10px;
	text-align:left;
	position:relative;
	
}
.table-container table th a
{
    color: #fff;
}
.table-container table th.last
{
    border-right: none;
}
.table-container table td
{
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 14px;
    color: #333;
}
.table-container table .centre
{
    text-align: center;
    
}
.alternate td
{
    background-color: #eee;
}
.sort-up
{
    background: url(../../Images/icon-sort-up.png) no-repeat 100% 5px;
    padding-right: 15px;
}
.sort-down
{
    background: url(../../Images/icon-sort-down.png) no-repeat 100% 5px;
    padding-right: 15px;
}

.table-container .job{
	font-size:12px;
	color:#666;
	padding-top:5px;
}

.table-container table td.open{
	border-left:3px solid #55a202;
}
.table-container table td.full{
	border-left:3px solid #e99400;
}
.table-container table td.closed{
	border-left:3px solid #e41111;
}
.doc-pdf
{
    background: url(../../Images/icon-pdf.png) no-repeat 30% 0;
    display: block;
    padding: 50px 0 0 0;
    min-width: 55px;
    text-align: center;
    display: block;
    font-weight: bold;
}
.doc-word
{
    background: url(../../Images/icon-word.png) no-repeat 30% 0;
    display: block;
    padding: 50px 0 0 0;
    min-width: 55px;
    text-align: center;
    display: block;
    font-weight: bold;
}
.details-list
{
    margin-top: 0px;
}
.details-list li
{
    border-bottom: 1px dotted #ccc;
    padding: 4px 0 ;
    color: #666;
    list-style-type: none;
}
.details-list li.last
{
    border: none;
}
.listing-text
{
    color: #666;
    line-height: 16px;
}
.last-text
{
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.skill-list-container-left
{
    width: 50%;
    float: left;
    color: #666;
}
.skill-list-container-right
{
    width: 50%;
    float: left;
    color: #666;
}
.skills-list
{
    list-style: disc;
    padding: 5px 0 0 15px;
}
.skills-list li
{
    padding: 5px 0;
}
.skill-list-null
{
    padding: 10px 0 0 0;
}

.message-right{
	display:inline;
	float:left;
	position:relative;
	width:475px;
	padding-bottom:10px;
}
/* @end */
/* Inbox styles */
.inbox-messages .inbox-left, .inbox-messages .inbox-right{
	display:inline;
	float:left;
	position:relative;
}
.inbox-messages .inbox-left{
width:160px;
}
.inbox-messages .from, .inbox-messages .subject{
	font-weight:bold;
}
.inbox-messages .subtext{
	margin:5px 0 ;
	color:#666;	
}
.inbox-message-depth{
	position:absolute;
	right:40px;
	top:10px;
}
 a.select-all, a.select-message{
	background:url(../img/icon-filter-checkbox.gif) no-repeat left top;
	display:block;
	height:14px;
	width:14px;
	color:#666;
	margin-top:10px;
	float:left;
}
a.filter-check-selected{
	background-position:0 -14px;
}

/* end inbox */
/* @group 10.FORMS
---------------------------------------------------------------------- */
.form-box-header
{
    background: url(../../Images/bg-form-head.png) no-repeat 0px 0px;
    padding: 9px 0 0 0;
    position: relative;
}
.form-box-header-content
{
    background: #383636 url(../../Images/bg-form-body.png) repeat-x;
}
.form-section
{
    color: #ccc;
    font-size: 36px;
    float: left;
    margin: 0 5px 0 10px;
    padding: 0 0 15px 0;
    line-height: normal;
}
.form-title
{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding: 3px 0 3px 0;
    text-shadow: #333 0px -1px 1px;
}
.form-sub-title
{
    font-size: 14px;
    color: #fff;
    text-shadow: #333 0px -1px 1px;
}
.form-box ul
{
    border-top: 1px solid #fff;
}
.form-box ul.nohead
{
    border-top: none;
}
.form-box ul li
{
    background: #d8d9d9 url(../../Images/bg-form-content.gif) repeat-x;
    border-top: 1px solid #d8d7d7;
    border-bottom: 1px solid #fff;
}
.form-box ul li.last
{
    border-bottom: none;
}
.form-box ul li.first
{
    border-top: none;
}
.form-container-full
{
    padding: 12px 0;
}

.form-box ul li.last .form-container-full
{
    padding: 12px 0 4px 0;
}

.form-column-label, .form-column-label-login, .form-column-content-full, .form-column-content-half
{
    display: inline;
    float: left;
    position: relative;
}
.form-column-label
{
    width: 118px;
    margin-right: 15px;
    text-align: right;
    font-weight: bold;
    font-size: 12px;
    color: #666;
    line-height: 24px;
}
.form-row-label{
	padding:0 20px;
	margin:0;
	text-align:right;
	font-weight:bold;
	font-size:12px;
	color:#666;
	line-height:24px;
	text-align:left;
}
.form-row-content{
	padding:5px 20px;
}
.form-column-label-selected
{
    color: #333;
}
.form-column-label-deselected
{
    color: #999;
}


/* login control */

.form-column-label-login
{
    width: 70px;
    margin-right: 15px;
    text-align: right;
    font-weight: bold;
    font-size: 12px;
    color: #666;
    line-height: 24px;
}
.form-column-label-login-selected
{
    color: #333;
}
.form-column-label-login-deselected
{
    color: #999;
}

/* login */



.form-column-content-full
{
    width: 495px;
}
.form-separator{
	border-bottom:4px solid #666;
}
.input-text-full
{
    width: 475px;
    height: 28px;
    background: url(../../Images/bg-form-input-full.png) no-repeat;
    border: none;
    padding: 0 10px;
    margin: 0;
    color: #666;
    line-height: 28px;
}

.input-text-full:focus
{
    background-position: 0 -28px;
    color: #333;
}
.form-column-content-half
{
    width: 185px;
}



.input-text-half
{
    width: 154px;
    height: 28px;
    background: url(../../Images/bg-form-input-half.png) no-repeat;
    border: none;
    padding: 0 10px;
    margin: 0;
    color: #666;
    line-height: 28px;
}

.input-text-micro{
	width:66px;
	height:28px;
	background:url(../../Images/bg-form-input-micro.png) no-repeat;
	border:none;
	padding:none !important;
	margin:0;
	color:#666;
	line-height:28px;
}

.input-text-micro:focus{
	background-position:0 -28px;
	color:#333;	
}
.input-text-half:focus
{
    background-position: 0 -28px;
    color: #333;
}
.input-text-half:disabled
{
    width: 136px;
    background-position: 0 -28px;
    color: #999;
    background: url(../../Images/bg-form-input-half-locked.png) no-repeat;
    padding: 0 10px 0 28px;
    -webkit-text-fill-color: #999;
}


.input-text-half-short{
	width:122px;
	height:28px;
	background:url(../../Images/bg-form-input-half-short.png) no-repeat;
	border:none;
	padding:0 10px;
	margin:0;
	color:#666;
	line-height:28px;
}
.input-text-half-short:focus{
	background-position:0 -28px;
	background: url(../../Images/bg-form-input-half-short-hover.png) no-repeat;
	color:#333;
}
.input-text-half-short:disabled{
	background-position:0;
	color:#999;
	-webkit-text-fill-color: #999;
	background:url(../../Images/bg-form-input-half-short-locked.png) no-repeat;
	padding:0 10px 0 22px;
	width:110px;	
}


.input-textarea-full
{
    width: 475px;
    height: 209px;
    background: url(../../Images/bg-form-textarea-full.png) no-repeat;
    border: none;
    padding: 10px;
    margin: 0;
    color: #666;
    line-height: 14px;
}
.input-textarea-full:focus
{
    background-position: 0 -229px;
    color: #333;
}
.input-textarea-full-wysiwyg
{
    width: 475px;
    height: 179px;
    background: url(../../Images/bg-form-textarea-full-wysiwyg.png) no-repeat;
    border: none;
    padding: 40px 10px 10px 10px;
    margin: 0;
    color: #666;
    line-height: 14px;
}
.input-textarea-full-wysiwyg:focus
{
    background-position: 0 -229px;
    color: #333;
}
.input-textarea-short-full
{
    width: 475px;
    height: 52px;
    background: url(../../Images/bg-form-textarea-short-full.png) no-repeat;
    border: none;
    padding: 7px 10px;
    margin: 0;
    color: #666;
    line-height: 14px;
}
.input-textarea-short-full:focus
{
    background-position: 0 -66px;
    color: #333;
}
.input-textarea-short-full:disabled
{
    color: #999;
    -webkit-text-fill-color: #999;
    background: url(../../Images/bg-form-textarea-short-full-locked.png) no-repeat;
    padding: 7px 10px 7px 30px;
    width: 455px;
}
.input-textarea-full, .input-textarea-short-full, .input-textarea-full-wysiwyg
{
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    overflow: hidden;
    line-height: 16px;
}
.form-top
{
    background: url(../../Images/bg-form-top.png) no-repeat;
    width: 640px;
    height: 8px;
    position: relative;
    top: 0px;
}
.form-footer
{
    background: url(../../Images/bg-form-footer.png) no-repeat;
    width: 640px;
    height: 8px;
    position: relative;
    bottom: 2px;
}

ul.form-list
{
    margin: 5px 15px 0 0;
    border: none;
}
ul.form-list li
{
    background: none;
    border-top: 1px solid #fff;
    border-bottom: none;
    padding: 5px;
    color: #666;
}
ul.form-list li.first
{
    border-top: none;
}
.form-list-delete
{
    float: right;
    display: block;
    width: 12px;
    height: 12px;
    background: url(../../Images/icon-skills-list-delete.png) no-repeat;
}
.form-list-delete:hover
{
    background-position: 0 -12px;
}
.form-list-search
{
    position: absolute;
    right: 15px;
    top: 2px;
    display: block;
    width: 23px;
    height: 23px;
    background: url(../../Images/icon-form-search.png) no-repeat;
}
.form-list-search:hover
{
    background-position: bottom;
}
.form-list-calendar
{
    position: absolute;
    right: 15px;
    top: 2px;
    display: block;
    width: 23px;
    height: 23px;
    background: url(../../Images/icon-form-calendar.png) no-repeat;
}
.form-list-calendar:hover
{
    background-position: bottom;
}
.form-buttons
{
    position: relative;
    float: right;
}
.form-button-save
{
    width: 86px;
    height: 31px;
    display: block;
    background: url(../../Images/button-form-save.png) no-repeat;
    float: left;
}
.form-button-save:hover
{
    background-position: 0 -31px;
}
.form-button-delete
{
    width: 103px;
    height: 31px;
    display: block;
    background: url(../../Images/button-form-delete.png) no-repeat;
    float: left;
}
.form-button-delete:hover
{
    background-position: 0 -31px;
}

.form-button-update
{
    width: 103px;
    height: 31px;
    display: block;
    background: url(../../Images/Update.png) no-repeat;
    float: left;
}
.form-button-update:hover
{
    background-position: 0 -31px;
}

.form-button-send
{
    width: 86px;
    height: 31px;
    display: block;
    background: url(../../Images/button-send.png) no-repeat;
    float: left;
}
.form-button-send:hover
{
    background-position: 0 -31px;
}
.form-button-divider
{
    float: left;
    height: 31px;
    display: block;
    background-color: #ccc;
    width: 2px;
    margin: 0 10px;
}
/* help tooltip */
#help-tooltip
{
    background: url(../../Images/bg-help-top.png) no-repeat;
    width: 312px;
    min-height: 125px;
    position: absolute;
    display: none;
    z-index: 9;
}
.help-tooltip-css div
{
    background-color: #ffff66;
    height:auto;
}
#help-tooltip-content-container
{
}
#help-tooltip-content
{
    padding: 10px 40px 10px 50px;
    min-height: 97px;
    background: url(../../Images/bg-help-middle.png) no-repeat 0 0;
}
#help-tooltip-bottom
{
    height: 21px;
    background: url(../../Images/bg-help-bottom.png) no-repeat 0 0;
}
#help-tooltip-title
{
    font-weight: bold;
    padding: 5px 0 5px 0;
}
#help-tooltip-body
{
    line-height: 16px;
    height:100px;
    vertical-align:top;
}
.action
{
    width: 259px;
    height: 36px;
    background: url(../../Images/bg-action.png) no-repeat 0 0;
    position: relative;
    margin-top: 5px;
    padding-top: 6px;
    padding-right: 5px;
    padding-left: 185px;
}
.status
{
    width: 259px;
    height: 36px;
    background: url(../../Images/bg-action.png) no-repeat 0 0;
    position: relative;
    margin-top: 5px;
    padding-top: 6px;
    padding-right: 5px;   
    padding-left: 5px; 
}
.action2{
	width:259px;
	height:36px;
margin-left:80px;
	position:relative;
		
}
.table-action
{
    width: 259px;
    height: 37px;
    padding-top: 16px;
    background: url(../../Images/bg-table-action-box.png) no-repeat 0 0;
    position: relative;
    margin-top: 5px;
}
.button-go
{
    background: url(../../Images/button-go.png) no-repeat 0 0;
    width: 38px;
    height: 23px;
    display: block;
    position: absolute;
   
}
.button-go:hover
{
    background-position: 0 -23px;
}
.customStyleSelectBox
{
    /* Styles For Your Select Box */
    background: url(../../Images/bg-form-dropdown.png) no-repeat 0 0;
    width: 202px;
    height: 28px;
    line-height: 28px;
    margin: 4px;
}

customStyleSelectBoxDisabled {
	background:url(../img/bg-form-dropdown-disabled.png) no-repeat 0 0;
	color:#999;
	-webkit-text-fill-color: #999;
}
.customStyleSelectBoxDisabled .customStyleSelectBoxInner{
	padding-left:18px;
}
.customStyleSelectBox.changed
{
    /* You can use this if you want a different style after user has made a selection */
}
/* on the next line we add a down arrow on the right to indicate that it is a select box */
.customStyleSelectBoxInner
{
    background: url(../../Images/button-dropdown-arrow.png) no-repeat 170px 3px;
    line-height: 28px;
    margin-left: 5px;
    display: block;
    height: 28px;
}
.VlidationMessage
{
    color: #CC3300;
    float: right;
    padding-top: 3px;
    width: 179px;
}

.sectiontitle
{
    font-size: 14px;
    font-weight: bold;
    font-family: Verdana,sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    color: #006699;
    border-bottom: ridge 2px #005E5E;
    border-left: none 0px #DOD8DE;
    border-right: none 0px #DOD8DE;
    border-top: none 0px #DOD8DE;
    vertical-align: middle;
}
/* end help tooltip */
/* @end */

/* CSS for Forgot Password   */
.forgotpass-box
{
    width: 289px;
    height: 35px;
    background: url(../../Images/side-box-head.png) no-repeat;
}
.forgotpass-box h3
{
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 35px;
    text-indent: 15px;
}
.vacancyPager
{    
   
     text-align:right;
      padding-top:20px;
       border:solid 1px #000000;
}
/* Technosoft */
.PagingDetail
{
    display: block;
    float: left;
    line-height: 12px;    
 }
.feed-sort ul li a.orderDesc
{
    background: url(../../Images/icon-sort-arrow-UP.png) no-repeat 100% 4px;
}
.info-text p{
	color:#666;	
	line-height:18px;
	padding-bottom:15px;
}
/* 18 June */
.form-button-filter
{
    width: 100px;
    height: 31px;
    display:block;
    background:url(../../Images/button-form-filter.png) no-repeat; 
    float:left;
}
.form-button-filter:hover
{    
background-position:0 -31px; 
}

.form-button-reset
{
    width: 86px;
    height: 31px;
    display:block;
    background:url(../../Images/button-form-reset.png) no-repeat; 
    float:left;
}
.form-button-reset:hover
{
background-position:0 -31px; 
}

/* 18 June */

/* Wizard Nav */

.wizard-nav{
margin:20px 0 0 0;	
}
.wizard-nav ul{
border-top:1px solid #ccc;
}
.wizard-nav ul li{
border-bottom:1px solid #ccc;
padding:1px 0;
}

.wizard-nav-icon{
position:absolute;
display:block;	
}

.wizard-nav-selected{
background-color:;
}

.wizard-nav-unselected{
}

.wizard-box ul{
border-top:1px solid #fff;
}
.wizard-box ul.nohead{
border-top:none;
}
.wizard-box ul li{
background:#d8d9d9 url(../../Images/Wizard-Sidebar-Grey.png) repeat-x;
border-top:1px solid #d8d7d7;
border-bottom:1px solid #fff;
}
.wizard-box ul li.last{
border-bottom:none;
}
.wizard-box ul li.first{
border-top:none;
}

.wizard-container-full-selected{
background:#d8d9d9 url(../../Images/Wizard-Sidebar-Grey.png) repeat-x;
height:30px;
padding:3px 0px 0px 0px;
}

.wizard-container-full{
height:30px;
padding:3px 0px 0px 0px;
}


.wizard-box ul li.last .wizard-container-full{
padding:12px 0 4px 0;
}
.wizard-column-label, .wizard-column-content-full, .wizard-column-content-half {
display:inline;
float:left;
position:relative;	
}

.wizard-selected{
width:25px;
height:25px;	
background:url(../../Images/Wizard-Button-Black.png) no-repeat;
text-align:center;
font-size:18px;
color:#fff;
float:left;
padding: 3px 0px 0px 0px;
position: inherit;



}

.wizard-unselected{
width:25px;
height:25px;	
background:url(../../Images/Wizard-Button-Grey.png) no-repeat;
text-align:center;
font-size:18px;
color:#fff;
float:left;
padding: 3px 0px 0px 0px;


}


.wizard-overview {	
float:left;
font-weight:bold;
padding: 7px 0px 0px 20px;
}


.wizard-selected-arrow{
width:25px;
height:25px;	
background:url(../../Images/Wizard-Select-Arrow.png) no-repeat;
text-align:center;
font-size:18px;
color:#fff;
float:right;
padding: 3px 0px 0px 10px;
position: inherit;



}

/* @end */

/* Worker css-20-July-2011 */

#header-supplier .logo a span{
	background:url(../../Images/logo-safecomputing-supplier.gif) no-repeat left top;	
}

#header-worker .logo a span{
	background:url(../../Images/logo-safecomputing-worker.gif) no-repeat left top;	
}

#header, #header-supplier, #header-worker{
	margin:33px 0 0 0;
	position:relative;
	z-index:1;
}

body.worker {
	background:#fff url(../../Images/bg-main-worker.gif) repeat-x;
}

/* Worker css-20-July-2011 */

body.supplier {
	background:#fff url(../../Images//bg-main-supplier.gif) repeat-x;
}
.WebPartlinks
{
    position:absolute;
    top: -20px;
    right: 5px;
    z-index: 2;
    height: 20px;
    line-height: 14px;
    float: left;
    left: -15px;
    width:300px;
}
.WebPartlinks a
{
    color: #166ab7;
}
.WebPartlinks ul li
{
    float: left;
    margin-left: 5px;
}
.WebPartlinks ul li span
{
    margin-right: 10px;
    font-weight: bold;
    color: #666;
}
.WebPartlinks ul li span a
{
    color: #333;
}
.PartTitleStyle
{
    /*background-color: #6CB3FF;
    height: 25px;
    font-size: 8px;
    padding: 0px 0px 5px 10px;
    background-image: url(Images/WebPartHeader2.gif);
    background-repeat: repeat-x;
    border: 0 none transparent;*/
    border:none;
    height:auto; 
    background-color:transparent;  
}

.PartTitleStyle table
{
    /*background-image:url(./images/boxHeaderTopRight.gif);                    background-repeat: no-repeat;                     background-position: right top;*/
}

.PartTitleStyle table tr td
{
    background-color:transparent;
    border: none;
}

.PartTitleStyle table tr td span
{
    background-color:transparent;
    border: none;
}

.PartStyle
{
    background-color:transparent;
    border: none;
}

.PartZone
{
    border: none;
}
.PartZoneHeader
{
     height: 0px;
    display: none;
}

.ZoneHeader, .ZoneHeader table {
    background-color: #C0C0C0;
    color: black;
    font-weight: bold;
    height: 25px;
    padding-top: 8px;
    text-align: center;
}

.editorzonestyle {
    font-family: Verdana;
    font-size: 12px;    
	background-color: #FFFFFF;
	padding: 6 px 6 px 6 px 6 px;
	border:3px solid black;
}
.editorzoneparttitlestyle {
    font-weight: bold;
	background-color: #3399FF;
	color: #FFFFFF; 
	width: 98%;
     padding:5px 3px 5px 3px;
}
.LeftPartStyle
{
	 width: 300px;
	 float:left;
}

fieldset
{
    padding: 5px;
}
.editorzoneeditheaderinstructionstyle
{
    font-family: Verdana;
    font-size: 12px;    
    padding:3px 0 3px 0;
}
.form-button-next{

width:103px;

height:31px;

display:block;

background:url(../../Images/button-form-next.png) no-repeat; 

float:left;

}

.form-button-next:hover{

background-position:0 -31px;

}
.form-button-back{

width:103px;

height:31px;

display:block;

background:url(../../Images/button-form-back.png) no-repeat; 

float:left;

}
.form-button-back:hover{

background-position:0 -31px;

}
.form-button-finished{

width:117px;

height:31px;

display:block;

background:url(../../Images/button-form-finish.png) no-repeat; 

float:left;

}
.form-button-finished:hover{

background-position:0 -31px;

}

.ValidationCSS
{
    color:Red
}

/* abhi table assigment 28 julu */

.table-assignment
{
    background: url(../../Images/bg-table-top.png) no-repeat 0px 0px;
    width: 640px;
}
.table-assignment table
{
    width: 639px;
}
.table-assignment table th{
	background:none;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	border:1px solid #7c7c7c;
	border-top:none;
	border-left:none;
	border-bottom:none;
	padding:10px 10px 3px 10px;
	text-align:left;
	position:relative;
}
.table-assignment table th a
{
    color: #fff;
}
.table-assignment table th.last, .table-container table th.no-bord{
	border-right:none;	
}
.table-assignment table th a.header-job-details{
	position:relative;
	top:8px;
}
.table-assignment table td{
	border:1px solid #ccc;
	padding:10px;
	font-size:14px;
	color:#333;
	background-color:#fff;
}
.table-assignment table .centre{
	text-align:center;	
}
/*===============================*/

.table-container table th.last, .table-container table th.no-bord
{
	border-right:none;	
}
.table-container table th a.header-job-details
{
	position:relative;
	top:8px;
}
.table-container table td
{
	border:1px solid #ccc;
	padding:10px;
	font-size:14px;
	color:#333;
	background-color:#fff;
}
.table-container table .centre
{
	text-align:center;	
}
table tr.alternate td
{
	background-color:#eee;	
}
/*============================================*/
.task-list ul li
{
    border-bottom: 1px dashed #ccc;
    padding: 8px 0 8px 8px;
}
/*==========================================*/
.side-box-content a
{
   /*padding: 0 10px 0 5px;*/  
    border-bottom: 50px  #ccc;
}
/*==========================================*/
#header-supplier .logo a span
{
	background:url(../../Images/logo-safecomputing-supplier.gif) no-repeat left top;
}
#header-worker .logo a span
{
	background:url(../../Images/logo-safecomputing-worker.gif) no-repeat left top;
}

.RadDataPager_Default
{
    background: none !important;
    border: none !important;
}

.RadDataPager_Default .rdpNumPart a:hover, .RadDataPager_Default .rdpNumPart a:hover span, .RadDataPager_Default .rdpNumPart a.rdpCurrentPage, .RadDataPager_Default .rdpNumPart a.rdpCurrentPage span
{
    background-image: none !important;
    background-color: #666 !important;    
}
.logname
{
    display:block;
}
.checkbox, .radio {
	width: 34px;
	height: 34px;
	padding: 0 5px 0 0;
	background: url(../../Images/icons.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.filterbtn
{
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 5px;
    overflow: auto;
    padding: 0 30px 10px;
}
.tablechk
{
    color:#0B87BD;
    vertical-align:text-top;
    width:100%;
    
}
.tablechk td
{
    border-bottom:1px dashed #ccc;
    padding-bottom:5px;    
}

.Saperater
{
    border-bottom:1px dashed #ccc;
    padding-bottom:5px;    
}
.rgHeader
{
     white-space:nowrap;
}
.rgMasterTable
 
{
    border-collapse:collapse !important;
}

DIV.Content_Title {
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 5px;
    text-align: left;
    color: #d31048;
    font-size: 24px;
    font-weight: bold;
    border-bottom: dotted #ccc 1px;
}
DIV.Content_SubTitle {
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 5px;
    text-align: left;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    border-bottom: dotted #ccc 1px;
}

