/* CSS
Author: Cristian Tantar


*/

/* Global Defaults
=====================================================================*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,tr,th,td,embed,object{margin:0;padding:0;}

fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,em,h1,h2,h3,h4,h5,h6,strong,th,var{font-style:normal;font-weight:normal;}
caption,th {text-align:left;}
div { text-align: left; vertical-align: top; }
q:before,q:after{content:'';}
a,ins{text-decoration:none;}
strong { font-weight: bold; }
cite { display: block; font-size: 0.9em; font-style: italic; text-align: right; }

/* Site
=====================================================================*/

html{
	height:100%;
	margin: 0px;
	padding: 0px;
}


body{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 100%;
	background-color: #c0c0c0;
	cursor:default;
	margin:0;
}

a{
	text-decoration: none;
	font-weight: normal;
	color: #226a7a;
}

a:hover{
	color: #990000;
	text-decoration:underline;
}


#main {margin:0px auto;}

h1 {
	font-size:16px;
	color:#000033;
	font-weight:bold;
	letter-spacing: 2px;
}


#content {
	display:table-cell;
	vertical-align: top;
	padding:0px;
	font-size:14px;
	line-height: 1.4em;
	text-align:justify;
}

#content p {
	text-indent:15px;
	padding-right:10px;
}

hr {height:4px;
	background-color:#e3e3e3;
	width:90%;
	border-style:none;
	}


#menuBottom {
	height: 86px;
	display: table-cell;
	vertical-align: bottom;
}
.menu_bottom ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;	
	padding:0px;
	margin:0px;
	line-height: 1em;
}

.menu_bottom li {
	margin-left: 0;
	padding-left:  5px;
	list-style: none;
	display: inline;
	font-size:12px;
	color:#393939;
	line-height: 1em;
	}
		
	
#info_right {
	display:table-cell;
	text-align:right;
	font-size:12px;
	vertical-align: bottom;
	height: 86px;
	margin-right:16px;
	width:236px;
}
#info_right p {
	padding-top:0px;	
	padding-bottom: 0px;
	font-family:tahoma;
	font-size:12px;
	padding-right:30px;
	white-space: nowrap;
}

#info_right a {
	color:#226A7A;
	text-decoration:none;
}

#info_right a:hover {
	color:#226A7A;
	text-decoration:underline;
}

/* Image preview */

pre{
	display:block;
	font:100% "Courier New", Courier, monospace;
	padding:10px;
	border:1px solid #bae2f0;
	background:#e3f4f9;	
	margin:.5em 0;
	overflow:auto;
	width:800px;
}
img{border:none;}

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}

#menu_top {
	background-color:#8CBDE5;
	width:733px;
	height:30px;
}

#menu_top a,a:visited{
	font-size:12px;
	color:white;
	text-decoration:none;
	font-weight:bold;
}

#menu_top a:hover{
	font-size:12px;
	color:white;
	text-decoration:underline;
	font-weight:bold;
}

#logo {
	padding-top:10px;
	height:100px;
	text-align:center;
	position:relative;
	top:5px;
	padding-left:6px;
}

#logo a {padding:0px;}

#default_bottom {
	height:208px;
	background-color:#828282 ;
}

ul.menuList>li {
display:inline;
line-height:30px;
padding-left:20px;
}

ul.menuListBottom>li>a {
	color:#595959;
	font-weight:bold;
	font-size:10pt;
	}

ul.menuListBottom>li {
display:inline;
line-height:30px;
padding-left:20px;
}

ul.menuList>li>a {
	color:#ffffff;
	}
.copyright {
	color:#a9a9a9;
	font-weight:bold;
	font-size:10pt;	
	padding-left:20px;
	padding-bottom:5px;
}

.transparent_class {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	position:relative;
	z-index:2;
}

#menu_middle {
	width:100%;
	height:102px;
	background-color:#ffffff;
}

.no_transparent {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	background-color:#ffffff;
	z-index:3;
}

.ft
{ background:#B0B3BA;/*ft's background color.
This is also what color the transparency will be*/
position:absolute;/*needs to be absolute*/
top:0;/*Spreads this class across its container(main in this case)*/
left:0;
right:0;
bottom:0;
z-index:1;/*position on the stack. pushes ft behind the other children*/
opacity:.70;/*transparency of ft*/
}

.default a,a:visited {
	color:#000000;
}

.bottomInfo {
	background-color:#828282;
	color:#ffffff;
}

#contentPage {
	background:transparent;
	width:622px;
	height:610px;
	position:relative;
	left:49px;
	top:6px;
	display:block;
	padding:5px;
	overflow:auto;
}

table.rezervare {
	font-size:12px;
	font-family:tahoma;
	color:#666666;
	padding-left:10px;
}
table.rezervare th {
	font-weight: bold;
	color:#000000;
	font-size:14px;
}

table.rezervare input[type=text] {
	border-style:solid;
	border-width:1px;
	border-color:#797979;
}