/* Let no border around the body appear, and set
   it to display on a white background */
body, html {
    margin: 0px;
    padding: 0px;
    background-color: white;
}

/* Font settings for page elements */
body, ul, td, th, p, h1, h2, h3, h4, small, .small,
input, textarea, select {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}


A:link, A:visited, A:active { text-decoration: none }
A:hover { text-decoration: underline; color:#800000 }
.grey { color:#808080 }
h1 { font-size: 130%; }
h2 { font-size: 125%; }
h3 { font-size: 110%; }
h4 { font-size: 100%; }
body td {font-size:10pt}

/* Header navigation area --------- */
#headlogo {
	color: white;
	background-color: #6690CB;
	height: 136px;
	position: relative;
}
#headlogo img {
	border: 0px;
	margin: 20px 20px 20px 20 px;
	float:left;
}
#headlogo p {
	font-size:46px;
	padding-top:20px;
}
#headlogo a {
	color:AliceBlue;
}
#headmenu {
	bottom: 0px;
	right: 5px;
	text-align: right;
	float:right;
	position: absolute;
	padding-left: 126px;
}

/* Log in and log out */
#menu_login{
	width:90px;
	/* height:63px; */
	background:#fff;
	border:solid 1px #b0b0b0;
	text-align:center;
	font-size:8pt;
	white-space:nowrap;
	background-color:#E0E0EF;
	float:right;
	margin-top: 12px;
	margin-right: 12px;
	margin-bottom: 12px;
	color:blue;
}

#menu_login a {
	color:black;
}
.loginbox{
	/*height:88px */
}
.loginbox input{
	width:70px;
	font-size: 8pt;
	margin-bottom: 4px;
}

/* Language selection */


#langswitch {
	/* background-color: #666699; */
	background-color:#2C4F7E;
	border-width: 1px 0px;
	border-color: black;
	border-style: solid;
	text-align: right;
	padding-right: 6px;
	font-size: 75%;
	color: white;
}
#langswitch input.submit {
	vertical-align: baseline;
}
#langswitch form, #langswitch p {
	margin: 0px;
}
#langswitch span.shortkey {
	text-decoration: underline;
	font-size: 100%;
}

form.tiny {
	margin-bottom: 0px;
	margin-top: 0px;
	font-size : 50%;
}

form.thin {
	margin-bottom: 0px;
	margin-top: 0px;
}

small, .small {
	font-size: 85%;
}

td.quicksearch {
    color: white;
}

/* Layout styling and helpers --------------------------------------------- */
#layout_3 {
	/* Background image will be set in a mirror specific CSS rule */
	background-position: top left;
	background-repeat: repeat-y;
}
#layout_3_helper {
	/* Background image will be set in a mirror specific CSS rule */
	background-position: top right;
	background-repeat: repeat-y;
}

/* Sidebar backgrounds ---------------------------------------------------- */

/*

	we'll disable this for the moment
	
*/

#layout_3_helper {
	/* background-image: url(../images/rightbar.png);*/
}

#layout_3 {
	/*background-image: url(../images/leftbar.png);*/
}

#leftbar {
	float: left;
	padding-left: 10px;
	width: 187px;
	font-size: smaller;
}

#leftbar h3 {
	font-size:small;
}

#dotboxed {
	border: 1px dotted gray;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 3px;
}

#rightbar {
	float: right;
	width: 192px;
	padding: 5px;
	font-size: smaller;
}

#rightbar h3 {
	color:white;
	background:#6690CB;
	font-size:small;
}

#layout_3 #content {
	margin-left: 246px;
	margin-right: 226px;
}

fieldset {
  margin-bottom: 1em;
  padding: 0.5em;
}
form {
  margin: 0;
  padding: 0;
}
hr {
  border: 1px solid gray;
  height: 1px;
}
img {
  border: 0;
}
table {
  border-collapse: collapse;
}
th {
  border-bottom: 3px solid #ccc;
  padding-right: 1em; /* LTR */
  text-align: left; /* LTR */
}
tr.even {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}
tr.odd {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}
tr.ul {
	border-bottom: 1px solid #ccc;
}
inline {
	float: left;
}

p.invisible {
	display: none;
}

/* Hursa term list -------------------------------------------------------- */
dl.hursa {
	width: 600px;
}

dl.hursa dt {
	border-top: 1px solid #ccc;
}

dl.hursa dd {
	font-size:75%;
}

dl.hursa blockquote {
	font-style:italic;
}

dl.hursa blockquote span.hursa_context_match {
	background:Moccasin;
	color:black;
}

#hursa_rslt_head {
	text-align: right;
	font-size: 75%;
	width: 600px;
}

.hursa_match_lbl{
	font-family: Andale Mono, Courier New;
	font-variant: small-caps;
	color: #999;
	font-size: 90%;
}

/* Hursa details page ------------------------------------------------------- */

div#hdcontwrapper{
	width:100%;
}

div#hdcontent{
	font-size: 70%;
}

div#hdcontent div.first{
	width:20%;
	float:left;
}
div#hdcontent div.second{
	width:60%;
	float:left;
}
div#hdcontent div.third{
	width: 20%;
	float:left;
}

.hdinput{
	width: 95%;
}

.hdcontrols_top {
	font-size: 0.8em;
	color:black;
	text-align:center;
}

.hdcontrols_bottom {
	font-size: 0.8em;
	color:black;
	text-align:center;
}

/* Hursa discussion posts --------------------------------------------------- */
.discpost{
}

.discpost h2 {
	background-color: gray;
	color: white;
	font-size: 90%;
	font-family: Courier New;
	padding: 2px 5px 2px 5px;
}


/* History table ---------------------------------------------------------- */

table.history {
	font-size:90%;
	width:480px;
}

table.history td {
	vertical-align: top;
	padding:10px;
}

table.history td.date {
	white-space:nowrap;
}

/* Footer navigation area ------------------------------------------------- */
#footnav {
	color: white;
	background-color: #2C4F7E;
	border-width: 1px 0px;
	border-color: #7A7AFF;
	border-style: solid;
	text-align: right;
	padding-right: 6px;
}
#pagefooter {
	position: relative;
	font-size: 75%;
	color: inherit;
	background-color: #cccccc;
	width: 100%;
}
#contactinfo {
	text-align: right;
	margin-left: 50%;
	padding: 6px;
}
#copyright {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 6px;
	margin-right: 30%;
}
#footnav a {
	font-size: 75%;
	text-decoration: none;
	color:white;
}


