button, input[type="button"] {
	cursor: pointer;
}

a {
	color: #666;
	text-decoration: none;
}

table.categoryList tr td a:link, table.categoryList tr td a:active, table.categoryList tr td a:visited {
	color: #006666 !important;
	text-decoration: underline !important;
	cursor: pointer !important;
}

table.categoryList tr td a:hover {
	color: #006666;
}

a:hover {
	color: #666666;
	text-decoration: none !important;
}

#CategoryAdminMain {
	width: 950px;
}

#CategoryAdminMainLeft {
	width: 360px;
	float: left;
}

#CategoryAdminMainRight {
	width: 550px;
	float: right;
}

.GetCategoryBox {
	padding: 20px 0 5px 0;
}

.CategoryListBox {
	padding: 20px 15px;
	background-color: #eee;
}

.btnUpdateBox {
	padding: 25px 0;
}

	.btnUpdateBox input, .GetCategoryBox input {
		-moz-border-bottom-colors: none;
		-moz-border-left-colors: none;
		-moz-border-right-colors: none;
		-moz-border-top-colors: none;
		background: none repeat scroll 0 0 #EEEEEE;
		border-color: #CFCFCF #CFCFCF #999999;
		border-image: none;
		border-radius: 5px 5px 5px 5px;
		border-style: solid;
		border-width: 1px;
		box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
		float: left;
		font-family: Arial;
		color: #666;
	}

	.btnUpdateBox input {
		font-weight: bold;
		text-transform: uppercase;
		padding: 15px 20px;
		font-size: 16px;
	}

.GetCategoryBox input {
	font-weight: normal;
	padding: 4px 10px;
	font-size: 12px;
}

	.btnUpdateBox input:hover, .GetCategoryBox input:hover {
		background: none repeat scroll 0 0 #E9e9e9;
		color: #222;
	}

.cleaner {
	height: 1px;
	line-height: 1px;
	clear: both;
	font-size: 1px;
}

select.ddlMajorLandingPage {
	width: 176px;
}
/* LEFT MENU */

.DnnModule-SEOMenu h3 {
	color: #FFFFFF;
	display: block;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 125%;
	margin: 0;
	padding: 19px 10px 0px 15px;
	text-decoration: none;
	text-transform: uppercase;
}

.DnnModule-SEOMenu ul li {
	border-top: 1px solid #DBE2EF;
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 5px 5px 4px 19px;
	color: #FFFFFF;
}

	.DnnModule-SEOMenu ul li a {
		line-height: 125%;
		color: #fff;
	}

		.DnnModule-SEOMenu ul li a:hover {
			line-height: 125%;
			color: #eee;
		}

.DnnModule-SEOMenu ul {
	padding-left: 15px;
	padding-right: 12px;
}

	.DnnModule-SEOMenu ul li:first-child {
		border: medium none;
	}

.DnnModule-SEOCategoryItem {
	margin: 1em;
	padding: 0.5em;
}
.DNNModule-SEOCategoryItemList {
	float: left; 
	width: 240px;
	padding: 12px;
}
.DNNModule-SEOCategoryItemList ul {
	margin: 0;
	padding: 0;
}
.DNNModule-SEOCategoryItemList ul li {
	list-style-type: square;
	padding: 2px 0;
	color: #077B83; 
	
}

.DNNModule-SEOCategoryItemList ul li a{
	text-decoration: underline;
	color: #077B83; 
	
}

.htmlModuleContent{
  padding: 10px;
  float: left;
}

.htmlModuleContent h2 {
  font-weight: bold !important;
}

.buttonShowAll {
  float: right;
  padding: 5px 10px;
  display: block;
  text-transform: uppercase;
  background-color: #EE4444;
  margin-right: 10px;
  margin-top: 10px;
  vertical-align: top;
}

.buttonShowAll a:link {
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold; 
}

.buttonShowAll a:hover {
  text-decoration: underline;
  color: #FFFFFF;
  font-weight: bold; 
}  

.listModuleContent {
  padding: 10px;
  display: block;
}

.jobs-leftCol  {
  float: left;
  width: 50%;
  display: block;
  margin-right: 5px;
  
}

jobs-rightCol{
  float: right;
  width: 50%;
  display: block;
}

.jobs-leftCol a, .jobs-rightCol a{
  font-weight: bold !important; 
  text-transform: uppercase !important;
  color: #077B83 !important;
  text-decoration: none !important;
}


.jobs-leftCol-hidden, .jobs-rightCol-hidden{
  display:none !important;
  visibility:hidden !important;
}

.jobs-leftCol-block, .jobs-rightCol-block{
  display: block;
  margin-top: 2px !important;
  margin-bottom: 12px !important; 
  padding: 0px !important;
  color: #817869 !important;
  font-family: Arial,Helvetica,sans-serif !important;
  font-size: 12px !important;
}

.jobs-leftCol-hidden p, .jobs-rightCol-hidden p{
  display:none !important;
  visibility:hidden !important;
}



.twoColsInOneRow{
  display:block;
  clear: both;

}

#dnn_CenterHiddenPane {
  display:none;
  visibility:hidden;
}


.ui-autocomplete {z-index: 3000 !important;}




/* TEMPORARY - HIDE LINKS IN QUICKSEARCH */
div[id$="QuickJobSearch_pnlJobsInOtherCountries"] {display: none;}



