/**
*
* CSS rules that define draggable boxes
*
*/

/* .dragdiv is the class name reserved for draggable objects. DO NOT CHANGE */

/* all draggable divs are 190px wide */

.dragdiv {position: relative; top:0; background: #f4faf1 url(/img/box_titlebg.gif) repeat-x; left:0; border-top: 1px solid #e5e5e5; width: 190px; visibility: visible; opacity: 1; margin-bottom: 9px; }
.dragdiv_f0f7ff {background-color: #f0f7ff !important}

.boxtitle {height: 18px; float: left; font-size: 10px; border-left: 1px solid #000; padding-left: 8px; padding-top: 0px; line-height: 17px; color: #fff; font-weight: bold;}
.boxtitle a {color: #588040; text-decoration:  none;}
.boxtitle a:hover {text-decoration:  underline;}
.box_title_underline {background-color: #7ca1cc; height: 3px; margin: 1px 0;}

.titlebottom {clear: both}
.boxtitlevsp {width: 1px; float:right; height: 18px; border-right: 1px solid #000;}
.boxtitlevsp img {width:1px; height: 18px;}
.draghandle {margin-left: 1px; width: 17px; cursor: move; float: right}
img.linkart, img.tabviewimg {margin-left: 1px; float: right; cursor: pointer}

.boxhdiv {width: auto; background-color: #bdbdbd; height: 1px; margin: 0 10px}

.hdl {font-family: "Times New Roman"; font-size: 19px; color: #3e5066; padding: 0px 0px 10px 10px;}
.hdl a {text-decoration: none; color: #3e5066;}
.hdl a:hover {color: #a65132; text-decoration: underline;}

.prv {font-size: 11px;  margin: 13px 10px 20px 10px;}
.by {margin-left: 10px; margin-top: 8px; font-family: arial; font-size: 9px; color: #6d8db3;}

.boxbottomline {background-color: #bdbdbd; width: auto; height: 1px}
.dragdiv .viewall {border:0; width:190px; text-align: right; background-color: #ffffff;}

/* featured careers & featured resumes */

.fcareers_box { background: #f0f7ff; padding:0px 10px 5px 10px; border-bottom: 1px solid #bdbdbd;}
.fcareers_box .location {color: #7ca1cc; font-size: 9px; margin: 4px 0 2px; }
.fcareers_box .boxhdiv {margin: 4px 0 0 0 !important}


.title_box {
    padding: 3px 6px;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    color: #588040;
    margin-bottom: 2px;
}


