*{
	margin: 0;
	padding: 0;
}

body, html{
height: 100%;
width: 100%
}

body {
	margin: 20px;
   background: #000000
}

.nav-search .ui-btn-up-a {
    background-image:none;
    background-color:#333333;
	width: 500px;
}
.nav-search .ui-btn-inner {
    border-top: 1px solid #888;
    border-color: rgba(255, 255, 255, .1);
}

.ui-panel-wrapper
{

    background-image: url("../img/background.jpg");
    background-attachment:fixed;
    background-repeat: no-repeat;
    background-size: 100%;
}
.ui-field-contain { background-color: rgba(0,0,0,.35); }
.ui-field-contain.krvtextoverlay { background-color: rgba(0,0,0,.9); }

link
{
   color:aqua;
   text-decoration: none;
   background-color: none;
}

#roman {
width: 100%;
padding-bottom: 100px; /*THIS SHOULD BE EQUAL TO THE FOOTERS HEIGHT*/
}

.krvImageStretch{width:100%; height:auto; max-width: 1280px;}

/*#roman{background: center; margin-left: 4%; width: 92%}*/
#roman{background: center; width: 100%}
#LeftVerticalBorder{background: url("./img/LeftVerticalBorder.jpg") repeat-y top left; width: 10}
#RightVerticalBorder{background: url("./img/RightVerticalBorder.jpg") repeat-y top left; width: 10}
#Main {background: url("./img/bg.jpg")}
#LeOrandi {background: #FF0000; color: #FFFFFF; height: 40}
#dm{background-color: #2b2b2b;}
.csi{display: table; margin:  0 auto}
.code{color: blue}
.signin{float: right; color: white}

.auto-resizable-iframe {  
  max-width: 853px;
  max-height: 480px;
  height: 320px;
  margin: 0px auto;
  text-align: center;
}

.auto-resizable-iframe > div {
  position: relative;
  padding-bottom: 75%;
  height: 0px;
}

.auto-resizable-iframe iframe {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

#myBtnRightGoTop {
	max-width: 70px;
	max-height: 40px;
	display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 10px; /* Place the button at the bottom of the page */
    right: 20px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #022C56; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 5px; /* Some padding */
    border-radius: 5px; /* Rounded corners */
    font-size: 16px; /* Increase font size */
}

#myBtnLeftGoTop {
	max-width: 70px;
	max-height: 40px;
	display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 10px; /* Place the button at the bottom of the page */
    left: 20px; /* Place the button 30px from the left */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #022C56; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 5px; /* Some padding */
    border-radius: 5px; /* Rounded corners */
    font-size: 16px; /* Increase font size */
}


#myBtnRightGoTop:hover {
    background-color: #05467E; /* Color for background on hover */
}

#myBtnLeftGoTop:hover {
    background-color: #05467E; /* Color for background on hover */
}

ul.menu {
	margin: 0;
	padding: 0;
	display: inline-block;
	background-color: #2b2b2b;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4f4f4f), to(#2b2b2b));
    background-image: -webkit-linear-gradient(#4f4f4f, #2b2b2b);
    background-image: -moz-linear-gradient(top, #4f4f4f, #2b2b2b);
    background-image: -ms-linear-gradient(#4f4f4f, #2b2b2b);
    background-image: -o-linear-gradient(#4f4f4f, #2b2b2b);
    background-image: linear-gradient(#4f4f4f, #2b2b2b);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f4f4f', endColorstr='#2b2b2b', GradientType=0);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	width: 900px;
}

ul.menu li {
	float: left;
	list-style: none;
	border-right: 1px solid #4f4f4f;
	position: relative;
}

ul.menu li a {
	color: aqua;
	display: block;
	font-family: Arial;
	font-size: 13px;
	padding: 8px 20px 10px;
	text-decoration: none;
	border-right: 1px solid #2b2b2b;
}

ul.menu li a:hover {
	background-color: #2b2b2b;
}

ul.menu li:first-child a:hover {
	border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
}

ul.menu li ul {
	display: none;
}

ul.menu li:hover ul {
	display: block;
	position: absolute;
	top: 34px;
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	background-color: #2b2b2b;
	z-index: 1000;
}

ul.menu li:hover ul li {
	float: none;
	width: 150px;
	border-right: none;
}

ul.menu li:hover ul li a {
	border-top: 1px solid #4f4f4f;
	border-right: none;
	padding: 6px 20px 8px;
}

ul.menu li:hover ul li a:hover {
	background-color: transparent;
	color: #c1deff;
}

ul.menu li:hover ul li:first-child a:hover {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
