* {
	padding:0;
	margin:0;
	font: 12px/170% sans-serif,"Myriad Pro";
}

body {
	background-color: #ffffff;
	text-align: center;
	width: 100%;
}

strong {
	font-weight: bold !important;
}

input {
	font: 12px/100% Verdana, sans-serif;
	color: #494949;
}

textarea, select {
	font: 12px/160% Verdana, sans-serif;
	color: #494949;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 170%;
}

h2 {
	font-size: 2.4em;
	line-height: 130%;
	padding-bottom: 2px;
	color: #000000;
	font-weight: bold;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 1em;
}

h4 {
  font-size: 130%;
}

h5 {
  font-size: 120%;
}

h6 {
  font-size: 110%;
}

ul, quote, code, fieldset {
  margin: .5em 0;
}

p {
  margin: 0.6em 0 1.2em;
  padding: 0;
}

a:link, a:visited {
  color: #074187;
  text-decoration: none;
}

a:hover {
  color: #0062A0;
  text-decoration: underline;
}

a:active, a.active {
  color: #5895be;
}

dl dt {
	font-weight: bold !important;
}

hr {
	margin: 0;
	padding: 0;
	border: none;
	height: 1px;
	background: #5294c1;
}

ul {
	margin: 0.5em 0 1em;
	padding: 0;
}

ol {
  margin: 0.75em 0 1.25em;
  padding: 0;
}

ol li, ul li {
	margin: 0.4em 0 0.4em .5em; /* LTR */
}

ul li, ul.menu li, .item-list ul li, li.leaf {
  list-style-type: none;
  list-style-image: none;
}

ul.inline li {
  background: none;
  margin: 0;
  padding: 0 1em 0 0; /* LTR */
}

ol.task-list {
  margin-left: 0; /* LTR */
  list-style-type: none;
  list-style-image: none;
}
ol.task-list li {
  padding: 0.5em 1em 0.5em 2em; /* LTR */
}
ol.task-list li.done {
  color: #393;
}
ol.task-list li.active {
  margin-right: 1em; /* LTR */
}

fieldset ul.clear-block li {
  margin: 0;
  padding: 0;
  background-image: none;
}

dl {
  margin: 0.5em 0 1em 1.5em; /* LTR */
}

dl dt {
}

dl dd {
	margin: 0 0 .5em 1.5em; /* LTR */
}

img, a img {
	border: none;
}

table {
	margin: 0;
	width: 100%;
	border-top: 4px solid #ea9a1d;
	border-bottom: 1px solid #ea9a1d;
	border-collapse: collapse;
	background-color: #ffffff;
}

thead th {
  font-weight: bold;
  border-bottom: 1px solid #ea9a1d !important;
}

th a:link, th a:visited {
  color: #6f9dbd;
}

td a:link, td a:visited,
td a:active {
	color: #000000;
}

.panel-region-separator {
	margin:20px 0;
  height: 1px;
}

th {
  padding: .3em .5em;
}

tr {
	border: none !important;
}

tr:hover td {
	background-color: #f6f6f6;
	cursor: pointer;
}

td {
	border: none !important;
	border-bottom: 1px dotted #ea9a1d !important;
	background-color: #ffffff;
	padding: 0.5em 1em 0.5em 0.5em;
}

tr.drag {
  background-color: #fffff0;
}

tr.drag-previous {
  background-color: #ffd;
}

tr.odd td.active {
  background-color: #eeeeee;
}

tr.even td.active {
  background-color: #eeeeee;
}

span.form-required {
  color: #ffae00;
}

span.submitted, .description {
  font-size: 0.92em;
  color: #898989;
}

.description {
  line-height: 150%;
  margin-bottom: 0.75em;
  color: #898989;
  font-size: 0.9em;
}

.messages, .preview {
  margin: .75em 0 .75em;
  padding: .5em 1em;
}

.messages ul {
  margin: 0;
}

.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item {
  margin: 0.25em 0;
}

#center form {
  margin-bottom: 2em;
}

.form-button, .form-submit {
  margin: 2em 0.5em 1em 0; /* LTR */
}

#dblog-form-overview .form-submit,
.confirmation .form-submit,
.search-form .form-submit,
.poll .form-submit,
fieldset .form-button, fieldset .form-submit,
.sidebar .form-button, .sidebar .form-submit,
table .form-button, table .form-submit {
  margin: 0;
}

.box {
	margin-bottom: 2.5em;
}

.clear {
	clear:both;
}

#container {
	margin: 0 auto;
	text-align: center;
	width: 1000px;
}

#container-inner {
	width: 980px;
	text-align: left;
	margin: 1em auto;
}

#header {
	margin: 0 auto;
	text-align: center;
	width: 1000px;
}

#header-inner {
	width: 980px;
	text-align: left;
	margin: 1em auto;
}

#ajtu-logo {
	margin-top: 0.5em;
}

#nav {
	width: 100%;
	text-align: center;
	background-color: #074187;
	color: #ffffff !important;
	border-bottom: 4px solid #cccccc;
	border-top: 1px solid #666666;
}

#nav-inner {
	width: 980px;
	text-align: left;
	margin: 0 auto;
	padding: 0.25em 0 0.25em 0;
}

#nav #nav-inner ul li {
	display: inline;
}

#nav #nav-inner ul li.first {
	margin-left: 0;
}

#nav #nav-inner ul li:hover {

}

#nav #nav-inner ul li:hover a {

}

#nav #nav-inner  ul li.active {

}

#nav #nav-inner ul li a {
	color: #ffffff;
	font-size: 1.0em;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	font-weight: bold;
}

#search-box {
	position: absolute;
	right: 1px;
	top: 30px;
	color: #A1A1A1;
}

#search-box input[type=text] {
  background: url("../images/search.png") no-repeat scroll 3px 4px transparent;
  border: 1px solid #DFDFE0;
  color: #A1A1A1;
  padding: 5px 5px 5px 20px;
}

#search-box label, #search-box input[type=submit] {
	display:none;
}

#content-wrapper {

}

#left {
	float: left;
	margin-right: 10px;
	padding: 15px;
	width: 600px;
	border-right: 1px solid #eeeeee;
}

#right {
	float: left;
	padding: 15px 15px 15px 10px;
	width: 300px;
}

#footer {
	border-top: 10px solid #074187;
	color: #333333;
	margin-bottom: 20px;
	padding-top: 15px;
	text-align: center;
}

#footer-message {
  font-size: 11px;
}

#footer ul li {
	display:inline;
}

#footer ul {
	border-bottom: 1px solid #A7A7B1;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#footer ul li a {
	color: #333333;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}

.full {
	width:100% !important;
	border: none !important;
}

.tabs {
  border-bottom: 1px solid #EEEEEE;
  margin-top: 5px;
  padding-bottom: 2px;
}

.tabs li {
  background: none repeat scroll 0 0 #EEEEEE;
  display: inline;
  padding: 5px;
}

.tabs2 li {
  background: none repeat scroll 0 0 #EEEEEE;
  display: inline;
  padding: 5px;
}

.view-featured-articles .views-field-field-article-image-fid {
	border: 1px inset #cccccc;
}

.view-featured-articles .views-field-body,
.view-featured-articles .views-field-teaser {
	background: none repeat scroll 0 0 #F4F4F4;
	float: left;
	min-height: 165px;
	padding: 5px 10px 0;
	width: 355px;
}

.view-featured-articles .views-row {
	margin-bottom: 10px;
}

.view-featured-articles .views-field-body p {
	font-size: 12px;
}

.view-featured-articles a, .view-featured-papers a {
  color: #777777;
  font-weight: bold;
  text-decoration: underline;
}

.view-news .views-field-field-article-image-fid {
  float: left;
  margin-right: 10px;
  margin-top: 13px;
}

.view-news .views-row {
	background: none repeat scroll 0 0 #F4F4F4;
  padding: 15px;
	margin-top:10px;
}

.view-news .views-row p {
	font-size:12px;
}

ul.pager {
	font-size: 1.4em !important;
	margin-top: 1em;
}

ul.pager li.pager-next {
	float:right;
}

ul.pager li.pager-next a {
	display: none;
}

ul.pager li.pager-next a:hover {
	display: none;
}

ul.pager li.pager-next .no {
	display: none;
}

ul.pager li.pager-previous {
	display: none;
}

ul.pager li.pager-previous a:hover {
	display: none;
}

ul.pager li.pager-previous a {
	display: none;
}

a:hover {
	color:#00549A;
}

#nav a.hover {
	color:#fff;
}

ul.pager li.pager-previous .no {
	background: url("../images/pager.png") no-repeat scroll 4px -29px transparent;
  display: block;
  height: 30px;
  text-indent: -99999px;
  width: 32px;
}

ul.pager {
	display: block;
  float: right;
  width: 100%;
}

.view-featured-papers table {
	background: none repeat scroll 0 0 #F4F4F4;
}

.view-people views-field-name {
	color: #777777;
}

.view-people .views-field-phpcode a {
  background: url("../images/plus.png") no-repeat scroll 0 1px transparent;
  color: #A1A1A1;
  display: block;
  height: 25px;
  padding-left: 25px;
  width: 70px;
}

.js-CreateCommentBg {
  border: 1px solid #C0C0C0;
  float: left;
  margin: 1em;
  padding: 20px;
  text-align: left;
  width: 88%;
}

.view {
	position:relative;
}

.view .more-link {
	background: url("../images/plus.png") no-repeat scroll 0 0 transparent;
	display: block;
	height: 20px;
	width: 20px;
	top: -33px;
	position: absolute;
	right: 0px;
}

.view .more-link a {
  display: block;
  height: 20px;
  text-indent: -9999px;
  width: 20px;
}

span.name {
	color: #1B75B9;
  margin-left: 5px;
}

.view-featured-papers td {
	padding:10px;
}

.view-featured-papers a:hover {
	color:#00549A !important;
}

.block.F1E2C3 {
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;    
  margin-bottom: 15px;
  background: none repeat scroll 0 0 #F1E2C3;
}

#block-block-1 a.button {
    background: url("../images/button.png") no-repeat scroll 0 0 transparent;
    color: #424243;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    padding: 6px 0 0 50px;
    width: 222px;
}

#block-block-1 {
	 -webkit-border-radius: 10px 10px 10px 10px;
   border-radius: 10px 10px 10px 10px; 
	 -moz-border-radius: 10px 10px 10px 10px;
    background-color: #ECF3FD;
    padding: 5px;
    margin-bottom: 20px;
}

#block-block-1 a.learn {
    display: block;
    font-size: 15px;
    margin-left: 5px;
    margin-top: 10px;
    text-decoration: underline;
}

#footer a:hover {
	text-decoration: underline;
}

.node {
	position: relative;
}

.social {
	border: 1px solid #DDDDDD;
	left: -110px;
	padding: 5px;
	position: absolute;
	top: 20px;
}
.content {
	color: #000000;
	font-size: 1.2em;
}
blockquote {
	margin-left: 1em;
	border-left: 1px solid #cccccc;
	padding-left: 1em;
	color: #333333;
}
.metadata-author {
	color: #000000;
	margin-top: none;
}
.metadata-date {
	color: #333333;
	font-size: 0.8em;
	margin-top: none;	
}
.metadata-location {
	color: #333333;
	font-size: 0.8em;
	margin-top: none;
}
input[type=text] {
	font-size: 1.2em;
}
select {
	font-size: 1.1em;
}
.container-inline-date label {
	font-size: 0.9em;
}
.form-text {
	width: 180px;
}
.form-select {
	width: 180px;
}
.date-year, .date-month, .date-day {
	width: auto !important;
}
.views-exposed-widget {
	width: 180px;
	display: inline-block;
}
.views-exposed-widget .form-submit {
	font-size: 1.2em;
	margin-left: 2em;
}
.fulltext {
	text-align: left !important;
}
.block {
	margin-bottom: 1em;
}
.block h2 {
	font-size: 1.6em;
	border-bottom: 2px solid #666666;
	margin-bottom: 1em;
}
.block h3 {
	font-size: 1.3em;
	font-weight: bold;
	border-bottom: 2px solid #666666;
}
.block h4 {
	font-size: 1.2em;
	margin-bottom: 0.5em;
	font-weight: bold !important;
}
.block ul {
	margin: 1em 0 0 0;
	padding: 0;
	text-indent: 0;	
}
.block ul li {
	margin: 0;
	padding: 0 0 0.5em 0;
	text-indent: 0;	
}
.block ul li.large a {
	font-size: 1.2em;
}
.block ul li.large a,
.block ul li.large a:hover {
	text-decoration: none;
}
.block ul li.large img {
	vertical-align: middle;
	margin-right: 0.5em;
}
.block dl {
	margin: 1em 0 0 0;
	padding: 0;
	text-indent: 0;
}
.document-note {
	margin-top: 1em;
	padding: 0 0 0 1em;
	background-color: #dddddd;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px; 
}
.document-note a,
.document-note a:link {
	font-weight: bold;
}
.icon {
	border: none !important;
	margin: 0 4px 0 0;
	vertical-align: middle;
}
.views-field-brief {
	display: block;
	clear: both;
	margin-top: 1em !important;
}
.views-field-title span a {
	color: #074187;
	text-decoration: none !important;
	font-size: 1.2em !important;
	font-weight: bold;
}
.views-field-metadata {
	font-size: 0.9em;
	margin: 0 0 1em 0.5em;
	color: #666666;
}
.readmore {
	text-align: right;
	font-weight: bold;
}


#quicktabs_container_1 {

}

a#quicktabs-tab-2-0 {
	    background: url("../images/f.png") no-repeat scroll 0 0 transparent;
    display: block;
}

a#quicktabs-tab-2-1 {
	     background: url("../images/t.png") no-repeat scroll 0 0 transparent;
    display: block;
}

ul.quicktabs_tabs a {
	text-indent: -9999999px;
	display:block;
}

form.expanded {

}

form.expanded fieldset {
	border: none;
	border-top: 1px solid #dddddd;
	padding: 1em;
}

form.expanded fieldset legend {
	padding: 0 0.5em 0 0.5em;
}

form.expanded fieldset div {
	margin-bottom: 1em;
}

form.expanded input[type=text] {
	width: 100%;
}

form.expanded textarea {
	width: 100%;
	height: 8em;
}

form.expanded input[type=submit] {
	background-color: #ffffff;
	border: 1px solid #074187;
	padding: 0.5em 1em 0.5em 1em;
	font-weight: bold;
	cursor: pointer;
	margin-right: 0.5em;
}

form.expanded input[type=reset] {
	background-color: #ffffff;
	border: 1px solid #074187;
	padding: 0.5em 1em 0.5em 1em;
	font-weight: bold;
	cursor: pointer;
	margin-left: 0.5em;
}

form.expanded fieldset input[type=radio] {
	vertical-align: text-bottom;
}

.content-main-image {
	margin-top: 1em;
}

.views-homepage li.views-row {
	margin-bottom: 2em;
}

.views-homepage .views-field-field-article-image-fid {
	float: right;
	margin-left: 2em;
}

.views-homepage .views-field-field-article-image-fid img {
	border: 1px inset #cccccc;
}

.views-homepage .item-list,
.views-homepage .item-list li {
	padding-left: 0;
	margin-left: 0;
	text-indent: 0;
}
.views-homepage .views-field-title span a {
	font-size: 1.4em !important;
}
.views-homepage .views-field-brief {
	line-height: 1.2em !important;
}
.views-homepage .views-field-value {
	font-size: 0.9em !important;
}
.view-nodequeue-2 .views-field-title span a {
	font-size: 1.0em !important;
	color: #074187;
	font-weight: normal;
}
.view-nodequeue-2 .views-field-field-date-value span span {
	font-size: 0.8em !important;
}
.separator {
	clear: both;
}
.block-4 li a {
	font-weight: normal;
}
.block-4 li span {
	font-size: 0.8em !important;
}
.pane-nodequeue-4 .pane-title {
	font-size: 1.5em !important;
}
.views-view-grid {
	margin-top: 1em;
	border: none !important;
}
.views-view-grid img {
	border: 1px inset #cccccc;
}
.views-view-grid tr:hover td {
	background-color: #ffffff;
}
.views-view-grid td {
	border: none !important;
	text-align: center;
}
.views-view-grid .views-field-title span a {
	font-size: 1.0em !important;
	font-weight: normal !important;
		
}
.field-field-photo img {
	border: 1px inset #cccccc;
}
