/* Importing Additional Style Sheets */

@import url(Common.css);
@import url(Content.css);
@import url(Custom.css);
@import url(SimpleTreeView.css);

/* GLOBAL */

html{
	font-size:100.01%;
	height:100%;
	}
	
body{
	margin:0;
	background:url(/GTSImages/bg-body.gif) #f2f2f2 repeat-x 0 0;
	font:64% "Trebuchet MS", Verdana, sans-serif;
	height:100%; 
	}
	
img{
	border:0;
	}

form{
	display:inline;
	}
	
a { text-decoration: underline; }

a.hover { text-decoration: none; }

select
{
    font:10px "Trebuchet MS", Verdana, sans-serif;
}

input
{
    font:12px "Trebuchet MS", Verdana, sans-serif;
}

textarea
{
    font:12px "Trebuchet MS", Verdana, sans-serif;
}
		
/* MAIN */
#main{
	width:980px;
	margin:0 auto;
	/*overflow:hidden;*/
	padding:0 6px;
	background:url(/GTSImages/bg-main.gif) repeat-y 0 0;
	}
	
/* HEADER */
#header{
	float:left;
	width:980px;
	height:190px;
	/* background:url(/GTSImages/bg-header.gif) repeat-x 0 0; */
	background-color: #F2F2E5;
	position:relative;
	}
	
#subheader
{
    float: left;
    top:107px;
    width: 980px;
    height: 85px;
    /* background:url(/GTSImages/yalegradient2.gif) repeat-x 0 0; */
    background-color: #660027;
    position:absolute;	    
}

#logo{
	margin:0;
	}
	
#logo a{
	width:540px;
	height:59px;	
	padding:0;
	position:absolute;
	left:30px;
	top:30px;
	overflow:hidden;
	}

#header .programtitle{
	position:absolute;
	top:46px;
	left:550px;
	width:220px;
	/*height: 180;*/
	float:left;
	font:20px Helvetica, sans-serif;
	color:#660027;	
	}

#header .welcome{
	position:absolute;
	top:10px;
	right:180px;
	width:250px;
	float:left;
	font:11px "Trebuchet MS", Verdana, sans-serif;
	color:#660027;	
	}
	
/* MENU */
	
#menu{
	position:absolute;
	top:87px;
	left:32px;
	float:left; 
	padding:0 10px 0 10px; 
	margin:0;
	list-style:none;
	width:896px;
	height:46px;
	background:url(/GTSImages/bg-menu2.gif) no-repeat 20% 0;  
	}

#menu li{
	float:left;
	width:auto;
	height:49px;
	}

#menu li a
{
	float:left;
	width:126px;
	height:49px;
	margin:0 1px;
	overflow:hidden;
	text-indent:-9999px; 
	}

/* Candidate Main Menu */	
	
#menu li a.profile{
	background:url(/GTSImages/menu-profile.gif) no-repeat 0 0
	}

#menu li a.selectedprofile{
	background:url(/GTSImages/menu-profile.gif) no-repeat 0 0;
	background-position:0 100%;	
	}	

#menu li a.search{
	background:url(/GTSImages/menu-search.gif) no-repeat 0 0;	
	}

#menu li a.selectedsearch{
	background:url(/GTSImages/menu-search.gif) no-repeat 0 0;
	background-position:0 100%;		
	}
	

#menu li a.multisearch{
	background:url(/GTSImages/menu-multipost-jobsearch.gif) no-repeat 0 0	;
	}

#menu li a.selectedmultisearch{
	background:url(/GTSImages/menu-multipost-jobsearch.gif) no-repeat 0 0;
	background-position:0 100%;		
	}	

#menu li a.interviews{
	background:url(/GTSImages/menu-interviews.gif) no-repeat 0 0;
	}

#menu li a.selectedinterviews{
	background:url(/GTSImages/menu-interviews.gif) no-repeat 0 0;
	background-position:0 100%;	
	}

#menu li a.workshops{
	background:url(/GTSImages/menu-workshops.gif) no-repeat 0 0;
	}
	
#menu li a.selectedworkshops{
	background:url(/GTSImages/menu-workshops.gif) no-repeat 0 0;
	background-position:0 100%;	
	}

#menu li a.advising{
	background:url(/GTSImages/menu-advising.gif) no-repeat 0 0;
	}
	
#menu li a.selectedadvising{
	background:url(/GTSImages/menu-advising.gif) no-repeat 0 0;
	background-position:0 100%;	
	}

#menu li a.research{
	background:url(/GTSImages/menu-research.gif) no-repeat 0 0;
	}
	
#menu li a.selectedresearch{
	background:url(/GTSImages/menu-research.gif) no-repeat 0 0;
	background-position:0 100%;	
	}


#menu li a.events{
	background:url(/GTSImages/menu-events.gif) no-repeat 0 0;
	}
	
#menu li a.selectedevents{
	background:url(/GTSImages/menu-events.gif) no-repeat 0 0;
	background-position:0 100%;
	}
	
#menu li a.selectedmocks{
	background:none;
	width:108px;
	color:#892134;
	background-color:#FFF3C7;
	}	
	
/* Admin Main Menu */			

#menu li a.candidates{
	background:url(/GTSImages/menu-candidates.gif) no-repeat 0 0
	}

#menu li a.candidatefile{
	background:url(/GTSImages/menu-candidatefile.gif) no-repeat 0 0
	}

#menu li a.selectedcandidatefile{
	background:url(/GTSImages/menu-candidatefile.gif) no-repeat 0 0;
	background-position:0 100%;	
	}
	
#menu li a.jobfile{
	background:url(/GTSImages/menu-jobfile.gif) no-repeat 0 0
	}

#menu li a.selectedjobfile{
	background:url(/GTSImages/menu-jobfile.gif) no-repeat 0 0;
	background-position:0 100%;	
	}	

#menu li a.companyfile{
	background:url(/GTSImages/menu-companyfile.gif) no-repeat 0 0
	}

#menu li a.selectedcompanyfile{
	background:url(/GTSImages/menu-companyfile.gif) no-repeat 0 0;
	background-position:0 100%;	
	}
	
#menu li a.otheradmin{
	background:url(/GTSImages/menu-other-Admin.gif) no-repeat 0 0
	}

#menu li a.selectedotheradmin{
	background:url(/GTSImages/menu-other-Admin.gif) no-repeat 0 0;
	background-position:0 100%;	
	}	

#menu li a.configuration{
	background:url(/GTSImages/menu-configuration.gif) no-repeat 0 0
	}

#menu li a.selectedconfiguration{
	background:url(/GTSImages/menu-configuration.gif) no-repeat 0 0;
	background-position:0 100%;	
	}	
	
#menu li a.oncampus{
	background:url(/GTSImages/menu-oncampusrecruiting.gif) no-repeat 0 0
	}

#menu li a.selectedoncampus{
	background:url(/GTSImages/menu-oncampusrecruiting.gif) no-repeat 0 0;
	background-position:0 100%;	
	}
	
#menu li a.reports{
	background:url(/GTSImages/menu-reports.gif) no-repeat 0 0;
	}

#menu li a.selectedreports{
	background:url(/GTSImages/menu-reports.gif) no-repeat 0 0;
	background-position:0 100%;	
	}	
	
/* Recruiter Main Menu */	
	
#menu li a.candidatesearch{
	background:url(/GTSImages/menu-candidatesearch.gif) no-repeat 0 0
	}

#menu li a.selectedcandidatesearch{
	background:url(/GTSImages/menu-candidatesearch.gif) no-repeat 0 0;
	background-position:0 100%;	
	}
	
#menu li a.jobpostings{
	background:url(/GTSImages/menu-jobpostings.gif) no-repeat 0 0
	}

#menu li a.selectedjobpostings{
	background:url(/GTSImages/menu-jobpostings.gif) no-repeat 0 0;
	background-position:0 100%;	
	}
	
#menu li a.oncampusrequests{
	background:url(/GTSImages/menu-oncampusrequests.gif) no-repeat 0 0
	}

#menu li a.selectedoncampusrequests{
	background:url(/GTSImages/menu-oncampusrequests.gif) no-repeat 0 0;
	background-position:0 100%;	
	}
	
#menu li a.mydashboard{
	background:url(/GTSImages/menu-mydashboard.gif) no-repeat 0 0
	}

#menu li a.selectedmydashboard{
	background:url(/GTSImages/menu-mydashboard.gif) no-repeat 0 0;
	background-position:0 100%;	
	}

/* GTS Admin Menu */

#menu li a.order{
	background:url(/GTSImages/menu-orders.gif) no-repeat 0 0;
	}

#menu li a.selectedorder{
	background:url(/GTSImages/menu-orders.gif) no-repeat 0 0;
	background-position:0 100%;	
	}	

#menu li a.programs{
	background:url(/GTSImages/menu-programs.gif) no-repeat 0 0;	
	}

#menu li a.selectedprograms{
	background:url(/GTSImages/menu-programs.gif) no-repeat 0 0;
	background-position:0 100%;		
	}

#menu li a.schools{
	background:url(/GTSImages/menu-schools.gif) no-repeat 0 0;
	}
	
#menu li a.selectedschools{
	background:url(/GTSImages/menu-schools.gif) no-repeat 0 0;
	background-position:0 100%;	
	}

#menu li a.standards{
	background:url(/GTSImages/menu-standards.gif) no-repeat 0 0;
	}
	
#menu li a.selectedstandards{
	background:url(/GTSImages/menu-standards.gif) no-repeat 0 0;
	background-position:0 100%;	
	}
	
#menu li a.users{
	background:url(/GTSImages/menu-users.gif) no-repeat 0 0;
	}
	
#menu li a.selectedusers{
	background:url(/GTSImages/menu-users.gif) no-repeat 0 0;
	background-position:0 100%;	
	}

#menu li a.products{
	background:url(/GTSImages/menu-products.gif) no-repeat 0 0
	}
	
#menu li a.selectedproducts{
	background:url(/GTSImages/menu-products.gif) no-repeat 0 0;
	background-position:0 100%;	
	}
							
	
#menu li a:hover{
	background-position:0 100%;
	}
	
	
	
#newmenu{
	position:absolute;
	top:100px;
	left:0px;
	float:left; 
	padding:0 0px 0 0px; 
	margin:0;
	width:980px;
	height:32px;
	background:none;  
	background-color:#B2A97E;
	list-style:none;
	list-style-image:none;
	z-index:10000;
	}

#newmenu li{
	float:left;
	width:auto;
	height:24px;
	color:#FFFFFF;
	}

#newmenu li a
{
	float:left;	
	height:24px;
	width:auto;
	margin:0 0 0 0;
	padding-top:8px;
	overflow:hidden;	
	font:bold 11px "Trebuchet MS", Verdana, sans-serif;
	color:#660027;
	text-decoration:none;
	text-indent:0px;
	text-align:center;
	background-color:#B2A97E;
	
	}

	
#newmenu li a.aclassMain0
{
	width:118px;
}

#newmenu li a.aclassMain1
{
	width:126px;
	}
	
#newmenu li a.aclassMain2
{
	width:116px;
	}

#newmenu li a.aclassMain3{
	width:146px;
	}	

#newmenu li a.aclassMain4{
	width:146px;
	}

#newmenu li a.aclassMain5{
	width:108px;
	}

#newmenu li a.aclassMain6{
	width:108px;
	}
	
	
#newmenu li a.cclassMain0
{
	width:108px;
	}

#newmenu li a.cclassMain1{
	width:108px;
	}
	
#newmenu li a.cclassMain2{
	width:108px;
	}

#newmenu li a.cclassMain3{
	width:98px;
	}	

#newmenu li a.cclassMain4{
	width:108px;
	}

#newmenu li a.cclassMain5{
	width:138px;
	}

#newmenu li a.cclassMain6{
	width:98px;
	}
#newmenu li a.cclassMain7{
	width:108px;
	}	

#newmenu li a.eclassMain0
{
	width:128px;
}

#newmenu li a.eclassMain1{
	width:128px;
	}
	
#newmenu li a.eclassMain2{
	width:128px;
	}

#newmenu li a.eclassMain3{
	width:128px;
	}	

#newmenu li a.eclassMain4{
	width:128px;
	}

#newmenu li a.eclassMain5{
	width:128px;
	}

#newmenu li a.eclassMain6{
	width:100px;
	}

#newmenu li a.eclassMain7{
	width:75px;
	}

#newmenu li a.eclassMain8{
	width:128px;
	}

#newmenu li a.gclassMain0
{
	width:98px;
	}

#newmenu li a.gclassMain1{
	width:98px;
	}
	
#newmenu li a.gclassMain2{
	width:98px;
	}

#newmenu li a.gclassMain3{
	width:128px;
	}	

#newmenu li a.gclassMain4{
	width:98px;
	}

#newmenu li a.gclassMain5{
	width:128px;
	}

#newmenu li a.gclassMain6{
	width:108px;
	}
#newmenu li a.selectedMain{
	background-position:center;	
	color:#FFFFFF;
	background-color:#660027;
	}
#newmenu li a:hover{
	background-position:center;	
	color:#FFFFFF;
	background-color:#660027;
	}
#newmenu .submenu{
	position:absolute;
	float:left; 
	padding:  10px 0px 10px 0px; 
	list-style:none;
	width:200px;
	margin:0;
	background:url(/GTSImages/vartial-in-gf.jpg) repeat-y 0 0;  
	background-color:#B2A97E;
	border-style:solid;
    border-width: 1px;
    border-color: #660027;
     display: block;
    overflow:visible  !important;
    }
#newmenu .submenu li
{
	height:24px;
}
#newmenu .submenu li a
{
	height:24px;
	width:167px;
	margin:0 0 0 0;
	padding:0 0 0 30px;
	overflow:hidden;	
	color:#660027;
	text-decoration:none;
	text-indent:0px;
	text-align:left;	
	background-color:Transparent;

}

#newmenu .bottom
{
	top:31px;
	position:absolute;
	overflow:visible !important ;
	
}
#newmenu .right
{
	left:198px;
	overflow:visible  !important;
}
#newmenu .left
{
	left:-202px;
	overflow:visible !important ;
}

#newmenu .submenu li.haschild 
{
	background:url(/GTSImages/right_arrow_12.gif) no-repeat 100% 50%;  
	overflow:visible;
}

#newmenu .submenu li a.aclasssubmenu305
{
	background:url(/GTSImages/gear_16.gif) no-repeat 2px 50%;  
}
#newmenu .submenu li a.gclasssubmenu110 span
{
	font-size:12px;
	font-style:italic;
}
#newmenu .submenu li a.gclasssubmenu212 span
{
	font-size:12px;
	font-style:italic;

}

#newmenu .submenu li a:hover 
{
	background-color:#ffffff;
	border-width:1px;
	border-style:solid;
	border-color:#222222;
	/*Removing opacity per NBK
	filter:alpha(opacity=70);
    opacity:0.7;*/

	
}
#newmenu .submenu li a span
{
	float:left;
	width:167px;
	text-align:left;
	padding: 8px 0 8px 0px;
	font:bold 11px/11px "Trebuchet MS", Verdana, sans-serif;
	background-color:Transparent;
	cursor:hand;
}



/* UL Top Menu */

ul.top-menu{
	position:absolute;
	top:10px;
	right:20px;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	}
	
ul.top-menu > li{
	float:left;
	height:19px;
    background:url(/GTSImages/hr.gif) no-repeat 0 4px; 
	padding:0 10px 0 13px;
	display:inline;
	}

ul.top-menu > li.first{
	background:none;
	}
	
ul.top-menu > li a{
	float:left;
	font:11px "Trebuchet MS", Verdana, sans-serif;
	color:#660027;
	text-decoration:none;
	}					

ul.top-menu > li a:hover{
	text-decoration:underline;
	}

/* SUB MENU */

ul.sub-menu{
	position:absolute;
	top:153px;
	left:46px;
	float:left;
	list-style:none;
	color:#FFFFFF;
	margin:0;
	padding:0;
	}
	
ul.sub-menu li{
	float:left;
	/* background:url(/GTSImages/hr2.gif) no-repeat 0 3px; */
	padding:0 8px; 
	display:inline;
	font-size:10px;
	}

ul.sub-menu li.first{
	background:none;
	}
	
ul.sub-menu li a{
	float:left;
	font:bold 10px "Trebuchet MS", Verdana, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	}					

ul.sub-menu li a:hover{
	text-decoration:underline;
	color:#FFFFFF;
	}

.SystemTime {
	font-weight: normal;
}

	
/* FOOTER */

#footer{
	width:680px;
	margin:0 150px;
	padding:5px 0;
	clear:both;
	border-top:1px solid #eaeaea;
	text-align:center;
	font:10px "Trebuchet MS", Verdana,  sans-serif;
	color:#999;
}

.inputMoney
{
	width: 50px;
	text-align: center;
}

.inputNumber
{
	width: 40px;
}

.constrainedCheckList
{
	overflow: auto; 
	width: 347px; 
	height: 75px;	
}

.helpmenu
{
	background-color:Transparent;
	height:85px;
	visibility:hidden;
	z-index:1000 !important;
}
.helpmenushadow
{
	position:absolute;
	height:75px;
	width:120px;
	top:10px;
	left:5px;
	background-color:Gray;
}
.helpmenubody
{
	position: absolute; 
	top: 0px; 
	left: 0px; 
	background: url(/GTSImages/vartial.gif) repeat-y 0 0;
	height:60px;
	width:110px;
	background-color:White;
	border-style:solid;
    border-width: 1px;
    border-color: #999999;
    padding: 5px 5px 10px 5px;
    margin: 5px 0px 5px 0px;	
}

td .hmgeneral
{
	padding-left:20px;
	background: url(/GTSImages/info_16.gif) no-repeat 0 50%;
	
}
td .hmkb
{
	padding-left:20px;
	background: url(/GTSImages/help_16.gif) no-repeat 0  50%;
	
}
td .hmsupport
{
	padding-left:20px;
	background: url(/GTSImages/support_16.gif) no-repeat 0  50%;
	
}
a.helpmenulink
{
	    font:bold 8px/20px "Trebuchet MS", Verdana, sans-serif;
	color:#222222 !important;

}

.clear 
{
    float: none;
	clear: both;
	line-height: 0px;
	height: 0px;
}

/*Sprites*/
div.icons_32
{
    margin-left: 5px;    
}

div.icons_32 a {
	display: block;
	float: left;
	margin-right: 15px;
	padding-top: 36px;
	margin-bottom: 5px;
	color: #666;
	font: bold 11px/11px "Trebuchet MS", Verdana, sans-serif;
	text-align: center;
	text-decoration: none;
	height: 34px;
}

div.icons_32 > div 
{
    color: #666;
    font: bold 11px/11px "Trebuchet MS", Verdana, sans-serif;
}

.base_32 { background: url(../GTSImages/32x32.png) no-repeat top left; }

.active_32{ background-position: 0 -327px; width: 32px; height: 32px; }
.add_32{ background-position: 14px -409px; width: 60px; height: 32px; }
.add_32_wide{ background-position: 44px -409px; width: 120px; height: 32px; }
.add_multiple_32{ background-position: 0 -491px; width: 40px; height: 40px; }
.attach_32{ background-position: 11px -581px; width: 54px; height: 32px; }
.blacklist_32{ background-position: 14px -663px; width: 60px; height: 32px; }
.blacklist_down_32{ background-position: 14px -745px; width: 60px; height: 32px; }
.block_32{ background-position: 0 -827px; width: 32px; height: 32px; }
.calendar_32{ background-position: 8px -909px; width: 48px; height: 32px; }
.calendar_ok_32{ background-position: 0 -991px; width: 32px; height: 32px; }
.calendar_search_32{ background-position: 8px -1073px; width: 48px; height: 32px; }
.checkbox_on_32{ background-position: -90px -1970px; width: 32px; height: 32px; }
.checkbox_off_32{ background-position: -181px -1970px; width: 32px; height: 32px; }
.clipboard_32{ background-position: 0 -1155px; width: 32px; height: 32px; }
.close_a_32_grayscale{ background-position: 0 -1237px; width: 32px; height: 32px; }
.close_b_32_grayscale{ background-position: 0 -1319px; width: 32px; height: 32px; }
.collapse_32{ background-position: 0 -1401px; width: 32px; height: 32px; }
.company_add_32{ background-position: 14px -1483px; width: 60px; height: 32px; }
.contact_add_32{ background-position: 4px -1565px; width: 40px; height: 32px; }
.copy_32{ background-position: 1px -1647px; width: 34px; height: 32px; }
.copy_ok_32{ background-position: 32px -1729px; width: 64px; height: 32px; }
.defaultprofile_32{ background-position: 4px -1811px; width: 40px; height: 32px; }
.delete_32{ background-position: 0 -1893px; width: 32px; height: 32px; }
.document_config_32{ background-position: -90px 0; width: 32px; height: 32px; }
.document_zoom_32{ background-position: -79px -82px; width: 54px; height: 32px; }
.dollar_32{ background-position: -68px -164px; width: 64px; height: 33px; }
.download_32{ background-position: -80px -247px; width: 52px; height: 32px; }
.edit_32{ background-position: -72px -329px; width: 68px; height: 32px; }
.export_32{ background-position: -75px -411px; width: 60px; height: 32px; }
.finalize_32{ background-position: -85px -493px; width: 42px; height: 32px; }
.gear_32{ background-position: -76px -575px; width: 60px; height: 32px; }
.group_add_32{ background-position: -68px -657px; width: 76px; height: 32px; }
.group_config_32{ background-position: -90px -739px; width: 32px; height: 32px; }
.group_fav_32{ background-position: -90px -821px; width: 32px; height: 32px; }
.group_help_32{ background-position: -85px -903px; width: 42px; height: 32px; }
.group_ok_32{ background-position: -76px -985px; width: 60px; height: 32px; }
.group_remove_32{ background-position: -76px -1067px; width: 60px; height: 32px; }
.group_search_32{ background-position: -76px -1149px; width: 60px; height: 32px; }
.help_32{ background-position: -90px -1231px; width: 32px; height: 32px; }
.home_32{ background-position: -76px -1313px; width: 60px; height: 32px; }
.hr-xml_32{ background-position: -86px -1395px; width: 40px; height: 32px; }
.hsort_32{ background-position: -90px -1477px; width: 37px; height: 32px; }
.icon_cart_32{ background-position: 11px -2050px; width: 54px; height: 32px; }
.import_32{ background-position: -85px -1559px; width: 42px; height: 32px; }
.info_32{ background-position: -90px -1641px; width: 32px; height: 32px; }
.job_refresh_32{ background-position: -79px -1723px; width: 54px; height: 32px; }
.job_refresh_off_32{ background-position: -79px -1805px; width: 54px; height: 30px; }
.job_suspend_32{ background-position: -75px -1885px; width: 60px; height: 32px; }
.lock_32{ background-position: -180px 0; width: 32px; height: 32px; }
.mail_32{ background-position: -172px -82px; width: 48px; height: 32px; }
.mail_cancel_32{ background-position: -166px -164px; width: 60px; height: 32px; }
.mail_forward_32{ background-position: -174px -246px; width: 44px; height: 32px; }
.mail_ok_32{ background-position: -166px -328px; width: 60px; height: 32px; }
.mail_unlock_32{ background-position: -169px -410px; width: 54px; height: 32px; }
.meeting_32{ background-position: -168px -492px; width: 56px; height: 32px; }
.note_32{ background-position: -180px -574px; width: 32px; height: 32px; }
.note_add_32_personal{ background-position: -171px -738px; width: 50px; height: 32px; }
.note_add_32{ background-position: -180px -656px; width: 32px; height: 32px; }
.note_del_32{ background-position: -180px -820px; width: 32px; height: 32px; }
.note_print_32{ background-position: -177px -902px; width: 36px; height: 30px; }
.ofccp_32{ background-position: 2px 0; width: 36px; height: 31px; }
.ok_32{ background-position: -171px -982px; width: 50px; height: 32px; }
.ok_gray_32{ background-position: -180px -1064px; width: 32px; height: 32px; }
.pdf_32{ background-position: 12px -81px; width: 56px; height: 32px; }
.piggy_bank_32{ background-position: -178px -1146px; width: 36px; height: 32px; }
.piggy_bank_refresh_32{ background-position: -180px -1228px; width: 32px; height: 32px; }
.print_32{ background-position: -163px -1310px; width: 66px; height: 32px; }
.printer_config_32{ background-position: -180px -1392px; width: 32px; height: 32px; }
.printer_ok_32{ background-position: -170px -1474px; width: 52px; height: 32px; }
.reload_32{ background-position: -178px -1556px; width: 36px; height: 32px; }
.rerank_32{ background-position: -169px -1638px; width: 54px; height: 32px; }
.sandglass_cancel_32{ background-position: -180px -1720px; width: 32px; height: 32px; }
.sandglass_ok_32{ background-position: -180px -1802px; width: 32px; height: 32px; }
.save_32{ background-position: -180px -1884px; width: 32px; height: 32px; }
.schedule_confirm_32{ background-position: -259px 0; width: 54px; height: 32px; }
.schedule_run_32{ background-position: -259px -82px; width: 54px; height: 32px; }
.search_32{ background-position: -255px -164px; width: 62px; height: 32px; }
.search_clear_32{ background-position: -270px -246px; width: 32px; height: 32px; }
.search_refresh_32{ background-position: -270px -328px; width: 32px; height: 32px; }
.search_save_32{ background-position: -270px -410px; width: 32px; height: 32px; }
.show_all_candidates_32{ background-position: 8px -163px; width: 48px; height: 32px; }
.show_available_candidates_32{ background-position: 8px -245px; width: 48px; height: 32px; }
.sort_32{ background-position: -270px -492px; width: 32px; height: 37px; }
.star_dim_32{ background-position: -270px -579px; width: 32px; height: 32px; }
.statistics_32{ background-position: -270px -661px; width: 32px; height: 32px; }
.status_32{ background-position: 14px -1970px; width: 60px; height: 27px; }
.student_view_32{ background-position: -259px -743px; width: 54px; height: 32px; }
.support_32{ background-position: -270px -825px; width: 32px; height: 32px; }
.system_32{ background-position: -270px -907px; width: 32px; height: 32px; }
.trash_32{ background-position: -260px -989px; width: 52px; height: 32px; }
.treasure_refresh_32{ background-position: -270px -1071px; width: 32px; height: 32px; }
.unblock_32{ background-position: -270px -1153px; width: 32px; height: 32px; }
.university_32{ background-position: -265px -1235px; width: 42px; height: 32px; }
.unlock_32{ background-position: -265px -1317px; width: 42px; height: 32px; }
.upload_32{ background-position: -264px -1399px; width: 44px; height: 32px; }
.user_info_32{ background-position: -270px -1481px; width: 32px; height: 32px; }
.user_search_32{ background-position: -256px -1563px; width: 60px; height: 32px; }
.video_32{ background-position: -233px -1645px; width: 106px; height: 31px; }
.view_32{ background-position: -256px -1726px; width: 60px; height: 32px; }
.wizard_help_32{ background-position: -270px -1808px; width: 32px; height: 32px; }
.write_32{ background-position: -269px -1890px; width: 34px; height: 32px; }
/*end sprites*/
