@CHARSET "UTF-8";

#send-resume2 {
	display:none;	
}

.send-image {
	height:27px;
	width:100px;	
}
.view-image-search {
	height:27px;	
}

.form-item-job-description #job-description,
.form-item-job-description .grippie {
 width: 100%;
}

#request-quote-section {
	width:350px;
	float:left;	
}

#resource-details-section {
	width:250px;
	float:left;
}

.main-request-a-quotes {
	width:620px;
	float:left;	
}

/* Force the scroll bar to the left hand side of the screen */
.jspVerticalBar {
	right:0px;
}

.scroll-pane {
	width: 100%;
	height: 428px;
	overflow: auto;
}
#main-div-list-id {
	width: 100%;
	max-height: 130px;
	overflow-y: auto;
	margin:0px 0px 10px 0px;
}
#overlay-images {
    background: none repeat scroll 0 0 #EEF3FE;
    border: 2px solid #CCCCCC;
    display: none;
    height: 190px;
    width: 300px;
    padding-top: 15px;
}

a.jScrollArrowUp {
    background-image: url("../images/basic_arrow_up.gif");
    background-repeat: no-repeat;
    height: 14px;
}
a.jScrollArrowUp:hover {
    background-position: 0 -15px;
}
a.jScrollArrowDown {
    background: url("../images/basic_arrow_down.gif") repeat-x scroll 0 0 transparent;
}
a.jScrollArrowDown:hover {
    background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
    background-position: 0 -30px;
}

.overlay-images span.ov-msg {
	padding-top:10px;
}
