/* General Style */
body{
	background: #F4FAFF;
	margin: 0px;
	padding: 0px;
	background-color: Black;
	color: White;
}
hr {color:#EBD98E;height:1px;}
.site_name{
	color: #00408B;
	font: bold 24pt Monotype Corsiva;
}
.site_title{
	color: #00408B;
	font: bold 12pt Times New Roman;
}
.boxTable {
	width:200px;
	margin-bottom:5px;
}
.boxTitle {
	height: 31px;
	text-align: center;
	color: #2A75C4;
	padding-top: 3px;
}
.boxContent {
	padding: 0px;
}

a:link {
	text-decoration: none;
	color: #6B80A3;
	font-size: 13px;
}
a:active {
	text-decoration: none;
	color: #6B80A3;
	font-size: 15px;
}
a:visited {
	text-decoration: none;
	color: #6B80A3;
	font-size: 13px;
}
a:hover {
	text-decoration:none; 
	color: yellow;
	font-size: 13px;
}
.topLink a:link {
	text-decoration:underline; 
	color:#FFFFFF;
}
.topLink a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
.topLink a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
.topLink a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

td, body {
	font-family:verdana,arial,helvetica; 
	font-size:8pt;
}
form {
	padding:0px;
	margin:0px;
}
input,textarea,select {
	vertical-align:middle; 
	font-size:8pt; 
	font-family:verdana,arial,helvetica;
}
.copy {
	font-size:7pt;
}

a.noun:link {
	text-decoration:none; 
	color:white;
}

/* ------------- */

/* Menus */
ul.uz {list-style: none; margin: 0 0 0 0; padding-left: 0px;}
li.menus {margin: 0; padding: 0 0 0 13px; background: url('design/img/24.gif') no-repeat 0px 3px; margin-bottom: .6em;}
/* ----- */




/*===End dinamical menu===*/
/*photo*/

.login_button{
	background-color: #E0E0E0;
	border-style: double;
	border-color: #C6C6C6;
	width: 100%;
}
.login_table{
	border-style: double;
	border-color: #8CC7FF;
}



.horizontalcssmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
	display: block;
	width: 150px; /*Width of top level menu link items*/
	padding: 2px 5px;
	border-left-width: 1;
	text-decoration: none;
	color: white;
	font: bold 13px Tahoma;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
	width: 150px; /*width of sub menu levels*/
	font-weight: normal;
	padding: 0px 5px;
	border: 1px;
}

.horizontalcssmenu ul li a:hover{
}

.horizontalcssmenu ul li ul li a:hover{
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;

}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 0%; }
* html .horizontalcssmenu ul li a { height: 0%; }
/* End */

h1 {
  text-align: center;
}
#thumbnails {
  float: left;
  width: 175px;
  height: 422px;
  overflow: auto;
  border: 2px ridge #00457b;
  margin-right: 10px;
}

#buttonBar {
	clear: both;
	text-align: right;
}

#buttonBar button {
  width: 88px;
}
#jQueryStatement {
	color: Lime;
}

fieldset {
  margin-bottom: 12px;
  border-color: #00457b;
  background-color: #cfeace;
}

fieldset div {
  margin-bottom: 6px;
  font-weight: normal;
}

legend {
  border: 2px ridge #00457b;
  font-weight: bold;
  background-color: #e36a51;
  color: white;
  padding: 2px 16px;
}

button {
  padding: 2px 16px;
  font-weight:bold;
}

a,#exampleIndex li {
  color: #2a523c;
}

a:hover,#exampleIndex li:hover {
	color: Yellow;
}

#exampleIndex ul {
  list-style: none;
  margin: 8px;
  padding: 0;
}

#exampleIndex li {
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
  margin: 0;
  padding: 0;
}

.chapterBlock {
  background-color: #ddeadc;
  border: 3px double #00457b;
  margin: 6px 8px;
  padding: 6px;
}