@charset "utf-8";
* {
/*	font: 100% 'Trebuchet MS', Arial, Helvetica, sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-image: url('images/blank.gif');
}
body  {
	background: #BAC8E5;
	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;
}
.twoColFixRtHdr #container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px auto 0px auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 10px 0px 0px 0px;
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	padding: 0;  /* 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. */
	margin: 0;
	-moz-border-radius: 10px;
	border: #4162AE 1px solid;
	background: #6884C6 url(../images/15b_trasgradu.png) scroll repeat-x top left;
} 
.twoColFixRtHdr #header .title {
	font-size: 23px;
	color: #354C83;
}
.twoColFixRtHdr #header #subscide , .nicefloat{
	width: 250px;
	margin: 0;
	text-align:right;
	direction: rtl;
	-moz-border-radius: 5px;
	padding: 20px;
	font-size: 10pt;
	border: #4162AE 1px solid;
	margin: 10px;
	font-size: 11px;
	text-align: center;
	background: #D1DBF0 url(../images/30trasgradwu.png) scroll repeat-x top left;
	display: inline-block;
}
#headerbird {
	position: absolute;
	top: 50px;
}
.iebook {
	margin-top: 0px;
	margin-bottom: 0px;
}
.twoColFixRtHdr #header #logo { 
	width: 0px;
	text-align: right;
	direction: rtl;
	padding: 5px 40px;
	vertical-align: middle;
	width: 140px;
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px 0px;
}
.twoColFixRtHdr #mainContent { 
	margin: 10px 230px 10px 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #6884C6;
	margin: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: #4162AE 1px solid;
} 
.twoColFixRtHdr #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:right;
	font-size: 8pt;
}
.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;
}
.bg{
	background: #BAC8E5;
}
.bg1 , .inside {
	background: #6884C6;
	border: #4162AE 1px solid;
}
.bg2 , h1 , h2 , h3 {
	background: #4162AE;
}
h1 , h2 , h3 {
	font-family: Arial, Helvetica, sans-serif !important;
	margin: 0px;
	padding: 3px 20px;
	text-align: right;
	color: white;
	margin: 10px -10px;
	font-weight: normal;
	text-indent: 0px !important;
}
h1.header , h2.header , h3.header {
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-radius-topright: 10px;
	-webkit-border-radius-topleft: 10px;
	margin: 0px;
	background: #4162AE url(../images/30trasgradu.png) scroll repeat-x bottom left;
}
h1 {font-size: 32px !important;}
h2 {font-size: 24px !important;}
h3 {font-size: 18px !important;}
.shadow {
	text-shadow: 1px 2px 0 #354C83;
/*	filter:DropShadow(Color=#354C83, OffX=1, OffY=2);height: 100%; keep them both */
}
.inside {
	padding: 10px;
	text-align: right;
	font-size: 15px;
/*	background: #D1DBF0 url(../images/30trasgradwu.png) scroll repeat-x top left; */
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
}
.space {
	display: block;
	margin: 10px;
	padding: 0px;
}
.menu {
	margin: 0;
	padding: 6px 0px;
	background: #6884C6;
	z-index: 999;
	border: #4162AE 1px solid;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
}
.menu a.subfolderstyle {
	z-index: 1000;
	background: url(../images/hez.gif) 8px 9px no-repeat;
}
.menu ul{
	width: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menu ul li{
	display: block;
	padding-bottom: 2px; /*bottom spacing between menu items*/
	background: #6884C6;
	margin: 2px 0 0 0;
	padding: 0px !important;
}

.menu ul li a ,  .menu ul li a:visited{
	width: 190px;
	font-size: 14px;
	color: #ffffff;
	display: block;
	padding: 5px 15px;
	text-decoration: none;
	text-align: right;
	letter-spacing: 0px;
	text-transform: uppercase;
	margin: 0px 0px 0px 10px;
	line-height: 17px;
}
.menu ul li:hover {
	background: #4162AE;
	font-weight: normal;
	display: block;
}
.menu ul li a:hover {
	font-weight: normal;
}
.menu ul li a:active {
/*	background: #BAC8E5;
	color: #4162AE; */
	font-weight: bold;
	display: block;
}
.menu ul li ul {
	background: #6884C6;
	position: relative;
	top: -25px;
	right: 220px;
	margin-bottom: -85px;
	visibility: hidden;
	border: 1px #354C83 solid;
	border-bottom: 0px #354C83 solid;
}
.menu ul li ul li {
	margin: 0px;
	border-bottom: 1px #354C83 solid;
}
#menu a {
	color: #FFF;
}
a.iehover {
	display: block;
}
#newsmarquee {height: 200px;}
table.niceborder {
	margin: 7px 0px; 
	border: 1px #6884C6 solid;
	border-width: 1px 1px 0px 0px;
}
table.niceborder td {
	border: 1px #6884C6 solid;
	border-width: 0px 0px 1px 1px;
}
input.botton , input[type="botton"] , input[type="submit"] , botton {
	color: #ffffff;
	border-width: 1px;
	border: #354C83 1px solid;
	background: #4162AE url(../images/trasgrad.png) scroll repeat-x top left;
	padding: 2px 10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	width:100%;
}
input.botton:hover , input[type="botton"]:hover , input[type="submit"]:hover , botton:hover {
	background-color: #6884C6;
}
input.botton:active , input[type="botton"]:active , input[type="submit"]:active , botton:active {
	background: #4162AE url(../images/trasgradu.png) scroll repeat-x bottom left;
	/* padding: 3px 9px 1px 11px; */
}
input {
	padding: 3px;
	font-size: 13px;
	width: 96%;
	border-width: 0px;
	background: #f5f5f5 url(../images/s_trasgradu.png) scroll repeat-x -7px -7px;
}
inpdut[type="radio"], .autowidth {
	width: auto;
	padding: 0px;
	margin: 0px;
	background: none;
}
input:hover {
	background-color:#ffffff;
}
.books {
	display: block;
}
.bigger {
	width: 70px;
}
tr, td {
	text-align:center;
}
.books img , .bigger {
	overflow: hidden; 
	position: relative; 
	display: inline-block;
	margin: 0px;
	border: 0px;
	opacity: 1;
	padding: 20px;
}
.nicefloat {
	margin: 0px;
	padding: 5px;
	width: auto;
}
.nicefloat a {
	font-size: 14px;
	text-decoration:underline;
	font-weight: bold;
	color:#00A;
}
.nicefloat a:hover {
	text-decoration:none;
}
a.niceandbig {
	text-align:center;
	display: inline-block;
	padding: 3px;
	width: 96%;
	border: 1px #6A0101 solid;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background: #E10F0F url(../images/trasgrad.png) scroll repeat-x top left;
	color: #FFF;
	text-decoration:none;
}
a.niceandbig:hover {
	background-color: #FF1E1E;
}
a.niceandbig:active {
	background: #E10F0F url(../images/trasgradu.png) scroll repeat-x bottom left;
}
.ilikebig .bigger {
	width:100px;
	padding-right: 26px;
}
.right {
	text-align: right;
	direction: rtl;
}
.left {
	text-align: left;
	direction: ltr;
}
ul#book_list {
	direction: ltr;
	margin: 0px auto;
	list-style-type:none;
	width: 550px;
	text-align: left;
	float: none;
	display: inline-block;
}
ul#book_list li {
	display: inline-block;
	float: left;
	width: 110px;
	height: 140px;
	text-align: center;
	vertical-align:middle;
}
ul#book_list img {
	z-index: 10;
}
ul#book_list img:hover {
	z-index: 11;
}
.imabg {
	font-weight: bold;
	color:#fff;
	font-size: 14px;
	display: inline-block;
	margin: 3px 0px;
	padding: 3px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
	background-image: url("../images/trasgrad.png");
	text-shadow: rgba(0,0,0,0.3) 0px -1px 2px;
}
.imabg a {
	text-decoration: none;
	color: #ccc;
	font-size: 15px;
}
.imabg a:hover {
	color: #fff;
}
ul.list {
	list-style-type:none;
	display: block;
	margin: 0px;
	padding: 0px;
}
ul.list li {
	display: block;
	margin: 0px;
	padding: 2px;
}
ul.list li a {
	text-decoration:none;
	color:#000;
}
ul.list li a:hover {
	text-decoration:underline;
}
.mooquee
{
	
	/* don't change */
    position: relative;
	overflow: hidden;
	white-space: nowrap;
	
}
.mooquee-text
{
	/* don't change */
	position: absolute;

	overflow: hidden;
	white-space: normal;
}
