/* Utilites------------------------------ */
* { margin: 0; padding: 0; }

*:focus { outline: none; }
.show { display: block!important; }
.no-margin { margin: 0!important; }
.no-padding { padding: 0!important; }
.no-bg { background: none!important; }
.no-border, a img { border: none; }
.no-list {list-style:none;}

.hidden { overflow: hidden; }
.left 	{float:left;}
.right	{float:right;}
.clear	{clear:both;}

.a-left { text-align: left; }
.a-center { text-align: center; }
.a-right { text-align: right; }



/* main tag----------------- */
html {font: 0.8em Arial, Helvetica, sans-serif;}
body {color:#333333;}

a {color:#336;}
a:visited {}
a:hover {}
a:active {}

h1, h2, h3, h4, h5  {}
h1, h2, h3 {font-family:Arial, Helvetica, sans-serif;color:#660000;}
h1 {margin-bottom:15px;font-size:16px;}
h3 {color:#660000;}

blockquote { margin-left: 10em; padding-left: 1em; border-left: 2px solid #ccc; }
pre, code { font: 1em/1.6 "Courier New", Courier, monospace; border: 1px dashed #aaa; padding: 0.7em; background: #eee; }
code { padding: .2em .5em; }
small {font-size:0.9em;}

#content p, #content ul, #content ol, #content table, blockquote, pre, #columns { margin-bottom: 1em; }
#content ul, #content ol {margin-left:1.2em;}
#content {line-height:1.5;}

table { border-collapse: collapse; width: 99%; }
table th, table td { border: 1px solid #ccc; padding: 2px 3px;  }
table th { background: #f4f4f4; vertical-align: middle;}
table td { vertical-align: top;}





/* Template------------------------------ */
#site {width:1000px;margin:0px auto;background:url('img/bb.png') top left repeat-y #ffffff;}
#header {height:186px;position:relative; background:url('img/head.jpg') top center no-repeat;border-bottom:5px solid #ff6666;}
#content {background:#ffffcc;margin-left:200px;padding:25px 42px;border-top:5px solid #ff9933;min-height:500px;}
#left-block {float:left;width:200px;}
#left-block a {color:#333;}
#left-block a:hover {color:#ff9933;}

#footer {width:100%;clear:both;color:#999;padding:25px 12px;font-size:0.7em;}




.logo  {
	position:absolute;
	width : 145px;
	height : 147px;
	left : 439px;
	top : 18px;
	font-size : 28px;
	color:#91defd;
}
.logo span {
	width : 100%;
	height : 100%;
	position : absolute;
	background : url('img/logo.jpg');
} 

.seminar {overflow:hidden;background:#fffec9;padding-right:25px;border-top:5px solid #ff9933;border-bottom:5px solid #ff6666;}
.seminar  img {margin-right:15px;}
.seminar  h2 a {font-size:16px;color:#990000;text-decoration:none;}
.seminar  h2{margin-top:13px;}

.lib {margin-top:15px;}
.lib  .book {overflow:hidden;margin:5px 3px;}

.images {overflow:hidden;vertical-align: bottom;padding:5px 0;overflow:hidden;}
.images  img {margin-right:15px;}

.abc {color:#ff9933;}
.query {font-weight:bold;color:#660000;}
.bold {font-weight:bold;}

.date {font-size:1.4em;font-weight:normal;color:#333;}

.margin-bot {margin-bottom:10px;}

.address  {float:left;width:200px;padding-top:120px;text-align:right;margin-right:15px;}

.fullbook {padding:7px 1% 15px 5px;height:130px;overflow:hidden;background:url('img/bobg1.png') left top no-repeat;}
.fullbook a img {border:none;margin-right:15px;}
.fullbook p {margin-top:60px;}

.errors  {color:#e82424;}

/* Vertical Menu------------------------------ */
.menu-v  {list-style:none;border-top:5px solid #ff9933;}
.menu-v li {margin-top:2px;}
.menu-v li a {display:block;padding:4px 2px;padding-left:10px;color:#333;text-decoration:none;background:#999999;}
.menu-v li.active a {background:#ff9933;color:#660000!important;}
.menu-v li.active  ul  {list-style:none;}
.menu-v li.active  ul li  {margin:4px 2px;padding-left:15px;}
#left-block  .menu-v li.active  ul li a {display:inline;background:none;text-decoration:underline;color:#333!important;}
#left-block  .menu-v li.active  ul li.active a {display:inline;background:none;text-decoration:underline;color:#660000!important;}
#left-block  .menu-v li a:hover {background:#ff9933;color:#660000;}
.menu-v {}


/*	Columns------------------------------ */
.columns { width: 100%; overflow: hidden; }
.w-5, .w-10, .w-15, .w-20, .w-25, .w-30, .w-35, .w-40, .w-45, .w-50, .w-55, .w-60, .w-65, .w-70, .w-75, .w-80, .w-85, .w-90, .w-95, .w-100, .w-33, .w-66, .w-38, .w-62 { float: left; overflow: hidden; }

.col-content { padding: 0 6px; }
.col-first { padding-left: 0!important; }
.col-last { padding-right: 0!important;margin-right:-1px; }

.w-5 { width: 5%; }
.w-10 { width: 10%; }
.w-15 { width: 15%; }
.w-20 { width: 20%; }
.w-25 { width: 25%; }
.w-30 { width: 30%; }
.w-35 { width: 35%; }
.w-40 { width: 40%; }
.w-45 { width: 45%; }
.w-50 { width: 50%; }
.w-55 { width: 55%; }
.w-60 { width: 60%; }
.w-65 { width: 65%; }
.w-70 { width: 70%; }
.w-75 { width: 75%; }
.w-80 { width: 80%; }
.w-85 { width: 85%; }
.w-90 { width: 90%; }
.w-95 { width: 95%; }
.w-100 { width: 100%; }

.w-33 { width: 33%; }
.w-66 { width: 66%; }

.w-38 { width: 38%; }
.w-62 { width: 62%; }


/* Images------------------------------ */
img.f-left { margin-right: 1em;margin-bottom:0.5em;float:left; }
img.f-right { margin-left: 1em;margin-bottom:0.5em;float:right; }


/* Content Form------------------------------ */
.registr  .submit {margin-left:230px;}
.registr  .input-text {width:350px;}
.registr textarea {width:350px;}

#content form { padding: .5em 0; }
#content fieldset { margin-bottom: 0.5em; border: none; color:#666;margin-top:1em;}
#content legend { margin-top: -1px; padding-bottom: 5px; font-size: 1.1em; font-weight: bold; }

.f-row { margin:.5em 0px; }
#content label { float: left; text-align: right; width: 200px; padding: 0 2%; }
#content .f-inputs { padding-left: 145px; }
.ob {color:#660000;font-weight:bold;}

.f-actions { padding-top: 1em; border-top: 1px solid #ccc; }

/* Inputs------------------------------ */
input { vertical-align: middle }
.i-checkbox {margin-top:3px;}
.i-textarea {}
.i-text { width: 300px; padding: 0 1px; font: 1em sans-serif; }
.button { padding: 0 .25em; width: auto; overflow: visible; cursor: pointer; }
