@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: rgb(228,228,228);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.thrColHybHdr #container { 
	width: 950px;
	background: #FFFFFF;
	margin: 0px auto;/*  the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0px;
	background-image: url(/a_files/a-images/bc.jpg);
	background-repeat: repeat-y;
} 

.thrColHybHdr #header { 
  	margin:0px; 
	
	padding: 0px ;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColHybHdr #header h1 {
	margin:0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.thrColHybHdr #sidebar1 {
	float: left;
	width: 140px; /* since this element is floated, a width must be given */
	background:rgb(255,255,255); /* top and bottom padding create visual space within this div */
	margin:0px 0px 0px 10px;
	
	padding:0px 0px 15px 0px;
	
	font-size:11px;
	
}
/*#sidebar1 ul{
list-style-type: none;
list-style-position: inside;
margin-left:0px;
padding-left: 0px;

}
#sidebar1 a{
color:rgb(110,90,36);
text-decoration: none;
}
*/
.thrColHybHdr #sidebar2 {
	float: right; 
	width: 140px; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* top and bottom padding create visual space within this div */
  font-size: x-small;
  margin:0px 10px 0px 0px ;
}
.thrColHybHdr #sidebar2 a{
color:rgb(168,66,18);
}
.thrColHybHdr #sidebar1 h3, .thrColHybHdr #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
.thrColHybHdr #mainContent {
 	margin: 0 12em 0 12em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */ 
	padding: 30px 2em 0 2em; /* padding here creates white space "inside the box." */
  font-size: 12px;
  width:580px;
  color:rgb(20,0,0);
  background-color: rgb(255,255,255);
} 
#mainContent a{
color:rgb(168,66,18);

}
.odk a{
text-decoration: none;
font-weight: bold;
}
.thrColHybHdr #footer { 
  margin: 10px 10px 0px 10px;
  height:60px;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:rgb(82,82,82);
	font-size: x-small;
	color:white;
	background-image: url(/alff/styles/aib.gif);
	background-repeat: no-repeat;
	background-position: right;
} 
.thrColHybHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
.thrColHybHdr #footer a {
color:white;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.style1 {color: #2491D0}
.dord{
background-color:rgb(204,102,0);
font-weight:bold;
font-size:13px;
color:rgb(255,255,255);
}
.dord a{
color:rgb(16, 80, 152);
}
img{
border:0px none;
}
#nasept{
position: absolute;
width:200px;
background-color: rgb(255,255,204);
color:black;
border: 1px rgb(0,0,51) solid;
padding:2px;
font-size:9px;
text-align: left;
}
.entry{
font-size:12px;
font-weight:bold;
}
.mydict{
background-color: rgb(190,156,91);
color:white;
font-weight: bold;
cursor: help;
font-size:9px;
padding: 1px 3px 1px 3px;
margin:0px 2px 0px 2px;

}
.dictdesc{
font-style: italic;
}
.tablegen{
border-collapse: collapse;
margin:5px auto;
}
.tablegen tbody td{
font-size:11px;
border:1px solid;
}
.tablegen thead td{
font-size:10px;
border:1px solid black;
background:rgb(36,145,208);
color:white;
text-align:center;
}
.lichy td{
background-color: rgb(255,237,159);
}
.sudy td{
background-color: rgb(255,255,255);
}
.gallerydiv{
background-color: rgb(255,255,255);
font-size: 10px;
font-family: arial,sans-serif;
border:1px solid rgb(0,102,102);
}
.probarvu{
background-color: rgb(255,255,255);
}
table.wrtable {
border-collapse: collapse;
}
table.wrtable th{
color:rgb(255,255,255);
background-color:rgb(204,102,0) ;
border:1px solid rgb(204,102,0);
}
table.wrtable td{
border:1px solid rgb(204,102,0);
}

li.noop a{
display:block;
width:100%;
height:30px;
background:rgb(93,50,0);
color:white;
padding:10px 0px 0px 5px;
border-bottom:1px solid white;
}
li.closed a{
display:block;
width:100%;
height:25px;
background:rgb(93,50,0);
color:white;
padding:10px 0px 0px 5px;
border-bottom:1px solid white;
}
li.open a{
display:block;
width:100%;
height:25px;
background:rgb(93,50,0);
color:white;
padding:10px 0px 0px 5px;
border-bottom:1px solid white;
}
li.anoopen a{
display:block;
width:100%;
height:25px;
background:rgb(93,50,0);
color:white;
padding:10px 0px 0px 5px;
border-bottom:1px solid white;
}
h1, h2 ,h3, h4{
color:rgb(88,60,21);
}
h3{
font-size:13px;
}
h2{
font-size:15px;
}
h1{
font-size:18px;
}
.ltable{
border-collapse: collapse;
}
.ltable a{
color:rgb(168,66,18);
}
.ltable a:hover{
color:rgb(0,0,0);
}
.nob{
text-align:justify;
padding:5px 55px 5px 55px;
font-size:11px;
}
.midles td{
vertical-align: middle;
}
.myTable td{
/*border:1px solid rgb(110,90,36);*/
vertical-align: top;
}
.mynasept{
border-bottom: dotted;
cursor: pointer;
}
.lim {
border: 1px rgb(204,102,0) solid;
float:left;
padding:3px;
margin:0px 10px 10px 0px;
}
.rim {
border: 1px rgb(204,102,0) solid;
float:right;
padding:3px;
margin:0px 0px 10px 10px;
}