/* Common layout styles */
html,
body,
#page  {
  height: 100%;
}

#page-wrapper {
  min-height: 100%;
}

#header div.section,
#header div.picture,
#featured div.section,
#messages div.section,
#main,
#main div.sline,
#main div.fulmen,
#main div.lectio,
#main div.vocab,
.gaudeamus,
.bhead,
#triptych,
#footer-columns,
#footer {
  margin-left: auto;
  margin-right: auto;
}

#footer {
    font-size: 1.2em;
}
.footinf {
    font-size: .9em;
}

.cont {
  margin-left: 10%;
  font-size: 1.2em;
}

.sand {
  font-size: 20px;
  text-align: right;
  line-height: 10px;
  font-weight: 700;
}

.bhead,
#header div.section {
  position: relative;
}

#footer {
  padding: 2px 5px 2px;
}

#header div.section {
  border-bottom-style: solid;
  border-bottom-width: 6px;
}

#footer {
  border-top-style: solid;
  border-top-width: 4px;
  height: 60px;
}

#header div.section {
  padding: 20px 5px 10px;
}

.bhead tr,
.bhead td,
#header td {
  padding: 0px;
}

.lnleft {
  vertical-align: middle;
  width: 24%;
  white-space: nowrap;
}

.arleft {
  position: relative;
}

.arleft h2 {
  position: absolute; 
  top: 4px; 
  left: 30px; 
  font-size: 22px;
}

.bhead {
  font-size: 28px;
  vertical-align: bottom;
  height: 40px;
  padding: 0px 5px;
}

.bhead a {
  font-size: .7em;
}

.lnright {
  text-align: right;
  vertical-align: middle;
  width: 24%;
  white-space: nowrap;
}

.arright {
  position: relative;
  text-align: right;
}

.arright div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 4px; 
  font-size: 22px;
  text-align: right;
}

.arright h2 {
  font-size: 22px;
  padding-right: 30px;
}

.pagename {
  min-height: 80px;
  width: 52%;
  font-size: 2.4em;
  text-align: center;
  vertical-align: middle;
}

#content,
#sidebar-first,
#sidebar-second,
#main div.slineL,
#main div.halfL,
.noTable,
.region-triptych-first,
.region-triptych-middle,
.region-triptych-last,
.region-footer-firstcolumn,
.region-footer-secondcolumn,
.region-footer-thirdcolumn,
.region-footer-fourthcolumn {
  display: inline;
  float: left; /* LTR */
  position: relative;
}

#main div.slineR,
#main div.halfR {
  display: inline;
  float: right; /* LTR */
  position: relative;
}

.no-sidebars #content {
  float: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.stattext {
  font-size: 1.6em;
  margin-top: -.4em;
}


#content .section,
.sidebar .section {
  padding: 0 15px;
}

#breadcrumb {
  margin: 0 15px;
}

/*
#footer-wrapper {
  padding: 35px 5px 30px;
}
*/


/**
 For dtable class
 */

.noTable table {
  width: 100%;
}

.noTable table, .noTable table th, .noTable table td {
  vertical-align: middle;
  padding: 4pt;
  border: 0;
  margin-bottom: .5em;
  font-size: 0.9em;
}

.noTable tr+td {
  float: right;
}

.noTable .hitarea {
  background: url(images/pagearrows1.png) no-repeat;
  height: 20px;
  width: 30px;
  margin: 0px;
  padding: 0px;
  border-image-width: 0;
  float: left;
  cursor: pointer;
}

.noTable .hitarea0 {
  background: url(images/pagearrows1.png) no-repeat;
  height: 1px;
  width: 1px;
  margin: 0px;
  padding: 0px;
  border-image-width: 0;
  float: left;
  cursor: pointer;
}

/** Shaded tabble **/
#trn, #trn table, #trn table tbody, #trn table tr, #trn table td, #trn table th {
  border-left-width: 0;
  border-right-width: 0;
  font-size: 1em;
}

#trn {
  margin: 6px;
}


.noTable input#dt_page {
  width: 40px;
  margin: 4px;
  float: left;
}

.noTable select#dt_rows {
  width: 60px;
  margin: 4px;
}

.noTable input.hitarea.H_a { background-position: 0 0px;}
.noTable input.hitarea.H_a:hover { background-position: 1px 1px; }
.noTable div.hitarea.H_p { background-position: 0 -20px; }
.noTable input.hitarea.E_a { background-position: -30px 0; }
.noTable input.hitarea.E_a:hover { background-position: -29px 1px; }
.noTable div.hitarea.E_p { background-position: -30px -20px; }
.noTable input.hitarea.B_a { background-position: -60px 0; }
.noTable input.hitarea.B_a:hover { background-position: -59px 1px; }
.noTable div.hitarea.B_p { background-position: -60px -20px; }
.noTable input.hitarea.F_a { background-position: -90px 0; }
.noTable input.hitarea.F_a:hover { background-position: -89px 1px; }
.noTable div.hitarea.F_p { background-position: -90px -20px; }
.noTable input.hitarea0.P_a { background-position: 0 0px; }
.noTable input.hitarea0.R_a { background-position: 0 0px; }



/**
 * Markup free clearing.
 *
 * @see http://perishablepress.com/press/2009/12/06/new-clearfix-hack
 */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* IE6 */
* html .clearfix {
  height: 1%;
}
/* IE7 */
*:first-child + html .clearfix {
  min-height: 1%;
}

/*
 * Login dialog sizes, that are same on every resolution
 */

#main div.sline {
  min-height: 40px;
}

#main div.slineL,
#main div.slineR {
  padding: 5px;
  width: 190px;
  min-height: 30px;
}

#main {
  padding: 2px 5px 2px 5px;
  font-family: Segoe UI,Arial,sans-serif;
  font-size: 1em;
}

#main div.tit {
  font-size: 2.5em;
  text-align: center;
  line-height: 120px;
  vertical-align: middle;
}



#page-wrapper,
#header div.section,
#featured div.section,
#messages div.section,
#main,
.noTable,
.bhead,
#footer {
  width: 94%;
}

#main div.fulmen {
  width: 96%;
}

#main div.imgmen {
  display: inline;
  float: left;
  position: relative;
  width: 49%;
  margin-right: 1%;
  text-align: right;
}

#main div.selmen {
  float: left;
  display: inline;
  position: relative;
  width: 50%;
  margin-top: 40px;
}

#main div.selmen h3 {
  font-size: 1.2em;
}

#main div.selmen li a {
  font-size: 1.1em;
}

.gaudeamus,
#main div.vocab,
#main div.lectio {
  width: 90%;
}

#main {
  min-height: 700px;
}

#main div.skip {
  min-height: 200px;
}

#main div.halfL,
#main div.halfR {
  padding: 5px;
  min-height: 30px;
}

#main div.halfL {
  width: 31%;
}

#main div.halfR {
  width: 62%;
}

div.video_wrap {
	width: 50%;
	margin: auto;
}

div.video {
	position: relative;
}

div.video img.video_asp {
	width: 100%;
}

div.video iframe {
	position: absolute;
	top: 0px;
	left: 0px;
  width: 100%;
  height: 100%;
}
