﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
img, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol,
ul, li, fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

:focus {
	outline: none;
}
body {
	font-size: 75%;
	font-family: 'Open Sans', sans-serif;
	color: #000;
}
/* 62.5% (10px), 75% (12px), 87.5% (14px), 100% (16px) */
p {
	margin: 0 0 1.5em 0;
}

a {
	text-decoration: none;
	cursor: pointer;
}
a:link {
	text-decoration: underline;
	color: #a91d36;
}
a:visited {
	text-decoration: underline;
	color: #a91d36;
}
a:hover {
	text-decoration: none;
	color: #787878;
}
a:active {
	text-decoration: none;
	color: #414141;
}

h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: 0.75em;
}

fieldset {
	border: solid 1px;
	padding: 0.25em 0.5em 0.75em;
	margin: 0 0 1.5em;
}
legend {
	margin: 0 0 0 2em;
	padding: 0 1em;
}

input[type='text'], input[type='password'], textarea, select {
	border: solid 1px #ccc;
	margin: 0;
	padding: 0;
}
input[type='text'], input[type='password'], textarea {
	padding: 0 .2em;
}
input[type='text']:focus, input[type='password']:focus, textarea:focus, select:focus {
	border: solid 1px #000;
}
input#FileUpload {
	/*font-size: .95em;*/
	font-size: 12px;
}

small {
	font-size: .9em;
}

ul  {
	padding: 0 0 0 1.5em;
	margin: 1.5em 0;
}

#container .module ul  {
	padding: 0 0 0 1.5em;
	margin: 1.5em 0;
	/*list-style-image:url(/File/369f9f1a-2069-4816-b7fe-f48f92bc0ec4);*/
	list-style-image: url(../../content/image/bullet.png);
}

ol, dl {
	padding: 0 0 0 1.5em;
	margin: 1.5em 0;
}
dir, menu {
	margin: 1.5em 0;
}

/* nested lists have no top/bottom margins */
ul ul, ol ul, dl ul {
	margin: 0;
	padding: 0 0 0 1.5em;
}

#container .module ul ul, #container .module ol ul, #container .module dl ul {
	margin: 0;
	padding: 0 0 0 1.5em;
	list-style-image:url(/File/4e60f16e-cdd4-409e-ad79-09be6b0bcd95);
}

ul ol, ul dir, ul menu, ul dl, ol ol, ol dir,
ol menu, ol dl, dl ol, dl dir, dl menu, dl dl {
	margin: 0;
	padding: 0 0 0 1.5em;
}

hr {
	margin: 0.75em 0;
	padding: 0;
}

/* editor section fixes */
.search_input input { padding: 1px; }
.search_input select { height: 20px; }
.search_input [type="submit"] { padding: 0px; margin: -2px 0px 0px 0px; }

#usersTab h3 { clear: both; padding: 10px 0px 0px 0px; }

div.Paging { margin: 0px !important; }

#addUserButton { background: url(/File/embedded/TitaniumCore/Assets/Images/admin/icon_new.png) no-repeat; padding-left: 17px; margin: 15px 0px; border: none; color: #797979; font-size: 90%; font-family: Verdana; cursor: pointer; }

.userList { border-collapse: collapse; border: #bbb solid 1px; }
.userList tr.even td { background-color: #ccc; }
.userList td { border: #bbb solid 1px; padding: 5px; }
.userList th { background:url(/File/embedded/TitaniumCore/Assets/Images/admin/editHeader_bg.png) repeat-x; color:#FFFFFF; padding: 3px 5px; }

#userSearchForm { background-color: #ccc; padding: 10px; }

/** blockquote styles **/
.bq2 { width: 500px; overflow: hidden; border: 1px solid #eec7ce; background: #f8fafd; color: #a10021;}

.bq2 .source { display: block; width: 100%; margin-bottom: 5px; font-weight: bold; font-size: 13px; text-shadow: 0px 1px 0px #f8fafb; padding: 10 10 10 10; background: #eec7ce; border-top: 1px solid #f4f7fa; border-bottom: 1px solid #a10021; }

.bq2 p { line-height: 19px; margin-bottom: 10px; padding: 10px; }

/** blockquote styles **/
      .bq1 { margin-left: 25px; padding-left: 16px; border-left: 5px solid #a10021; width: 650px; }
      .bq1 p { margin-left: 25px; font-style:italic; font-size: 18px; line-height: 22px; color: #8c8785; }
      p.after { margin-left: 65px; font-weight: bold; color: #a10021;}
	  
.wrapper {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}


/** jobs display **/
#jobs {
  display: block;
  margin-bottom: 80px;
}

input, textarea { 
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; 
}

#job-info {
  display: block;
  float: left;
  width: 100%;
  border-left: 1px solid #ddd;
  padding-left: 20px;
}

.jobitem {
  display: none;
}
.jobitem.displayed {
  display: block;
}

#jobs-list {
  display: block;
  float: left;
}
#jobs-list ul { }

#jobs-list ul li { 
  font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	color: #a91d36;
	fborder-bottom: 1px solid #ddd;
	list-style:none;
}
#jobs-list ul li a {
  display: block;
  width: 100%;
  text-decoration: none;
  font-weight: bold;
  color: #9a9a9a;
  background: #fff;
  list-style:none;
}
#jobs-list ul li a:hover {
  color: #787878;
}
#jobs-list ul li a.active {
  display: block;
  color: #a91d36;
  position: relative;
}


.details-list {
  padding: 0 0 0 1.5em;
	margin: 1.5em 0;
	font-size: 14px;
  margin-left: 11px;
  margin-bottom: 25px;
  font-size: 100%;
  font-weight:100;
}
.details-list li {font-size: 14px;
  font-weight: 100;
}


.applybtn {
  border: 1px solid #1d4253;
  color: #fff;
  text-shadow: 0 -1px 0 #004e68;
  font-size: 1.0em;;
  display: inline-block;
  margin: 8px 0;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #a91d36;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7d8ea0), to(#9e586d));
  background-image: -webkit-linear-gradient(top, #a91d36, #9e586d);
  background-image: -moz-linear-gradient(top, #a91d36, #9e586d);
  background-image: -ms-linear-gradient(top, #a91d36, #9e586d);
  background-image: -o-linear-gradient(top, #a91d36, #9e586d);
  background-image: linear-gradient(top, #a91d36, #9e586d);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.55);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.55);
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.applybtn:hover {
  background-color: #a91d36;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#90a2b5), to(#9e586d));
  background-image: -webkit-linear-gradient(top, #a91d36, #9e586d);
  background-image: -moz-linear-gradient(top, #a91d36, #9e586d);
  background-image: -ms-linear-gradient(top, #a91d36, #9e586d);
  background-image: -o-linear-gradient(top, #a91d36, #9e586d);
  background-image: linear-gradient(top, #a91d36, #9e586d);

}
.applybtn:active {
  color: #f6f6f6;
  background-color: #a91d36;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a91d36), to(#9e586d));
  background-image: -webkit-linear-gradient(top, #a91d36, #9e586d);
  background-image: -moz-linear-gradient(top, #a91d36, #9e586d);
  background-image: -ms-linear-gradient(top, #a91d36, #9e586d);
  background-image: -o-linear-gradient(top, #a91d36, #9e586d);
  background-image: linear-gradient(top, #a91d36, #9e586d);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
}

.applybtn span {
  padding: 8px 20px;
  border-top: 1px solid rgba(255,255,255,0.4);
  display: block;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/** clearfix **/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
 
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }