

/************************************************************************/
/* FROM CSS FILE: style.css */
/************************************************************************/

*{
	margin: 0px;
	padding: 0px;
}

html{
	margin: 0px;
	padding: 0px;
	
}

body 
{
	background: url("../css/images/style/bg.jpg");
	font: normal 12px  Verdana, Arial, Helvetica;
	color: #333;
	line-height: 150%;
}


/**=================================**/
/**			HTML ELEMENTS			**/
/**=================================**/

ul{
	padding: 0px 0px 0px 30px;
}

ul li{
	padding: 2px 0px 2px 0px;
}

img{
	border: none;
}

a{
	color: #569BC5;
	text-decoration: none;	
}

a:hover
{

}


h1,h2,h3,h4
{
	margin: 5px 0px;
	font-weight:normal;
	line-height: 160%;
	padding-left: 7px;
	margin-left: -15px;
	border-left: 10px solid #0C161F;
}

h1{
	font-size: 27px;	
}

h2{
	font-size: 21px;	
}

h3{
	font-size: 17px;
}

/**=================================**/
/**			DEFAULTS 				**/
/**=================================**/

.clearboth, .clearBoth, .clearFloat, .ClearFloat
{
	clear: both;
}

.ClearFix:after , .Clearfix:after 
{
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.ClearFix, .Clearfix 
{
	display: inline-block;
}

.Bold
{
	font-weight:bold;	
}

.BorderBottom
{
	border-bottom:1px dotted #ccc;
	padding-bottom:5px;
	margin-bottom:5px;
}

.BorderRadius
{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.eobModule
{
}

.eobModule h1,h2,h3
{
	
}

.eobModule ul
{

}

.eobModule ul li{

}

.eobModule p
{
	
}

/**=============================**/
/**			WRAPPERS			**/
/**=============================**/

.Wrapper
{	
	width: 960px;
	margin: 0px auto;
}

/**=========================**/
/**			HEADER			**/
/**=========================**/

#header
{
	background:#0C161F;
	
}

#header #logo
{

	width: 244px;
	float: left;
    margin-top:5px;	
}

#banner
{
	background: url("../css/images/style/bgBanner.jpg") top center no-repeat;
}

#banner .Wrapper
{
	border-bottom: 17px solid #0C161F;
}



/**=========================**/
/**			CONTENT			**/
/**=========================**/

#content
{
	background:#fff;
}

/**=========================**/
/**			MAIN			**/
/**=========================**/

#main{
	
	margin: 0px 0px;
	padding: 10px 15px;
}


#main h1
{
}

#main p
{

}



/**=========================**/
/**			FOOTER			**/
/**=========================**/

#footer
{
	margin-top: 10px;
	background: #0C161F;
	position: relative;
	padding: 15px 5px 15px 5px;
}

#footer ul
{
	padding: 0px;
}

#footer ul li{
	display: inline;
}

#footer ul li .eobSelected{
	display: inline;
}

#footer ul li a 
{
	padding: 10px 5px;
}

#footer ul li .eobSelected a
{
}

#footer ul li a:hover
{
	color: #fff;
}

#footer #logoFooter
{
	float:right;
}

.eobClear
{
clear:both;
}

.OsztalyokContainer
{
text-align:center;
width:100%;
}

.OsztalyokContainer table
{
text-align:center;
margin-left:100px;
}


.OsztalyokContainer td
{
width:355px;
height:30px;
}

.OsztalyBorder
{
border:1px solid #ccc;
height:100%;
}

.elerhetosegekTable thead tr td
{
background-color:#ccc;
font-weight:bold;
text-align:center;
}


.elerhetosegekTable tbody tr td
{
text-align:center;
border:1px solid #ccc;
width:200px;
}


.elerhetosegekTable
{
border:none;
margin-left:100px;
margin-bottom:15px;
}



/************************************************************************/
/* FROM CSS FILE: slider.css */
/************************************************************************/

/*
    anythingSlider v1.2
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/


.anythingSlider                         { width: 960px; height: 300px; position: relative; margin: 0 auto;  }
.anythingSlider .wrapper                { width: 960px; overflow: auto; height: 300px; margin: 0px 0px;  position: absolute; top: 0px; left: 0;  }

                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; padding:0px; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 325px; width: 960px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 60px; width: 33px;  text-indent: -9999px; position: absolute; top: 125px; cursor: pointer; }
.anythingSlider .forward                { right:-11px;}
.anythingSlider .back                   { left:-11px;}
.anythingSlider .forward:hover          {  }
.anythingSlider .back:hover             {  }

#thumbNav                               { position: relative;  top: 280px; right:20px; text-align: right; }
#thumbNav a                             { color: black; font: 11px/18px Georgia, Serif; display: inline-block; padding: 0px 8px; height: 16px; margin: 0 5px 0 0; background:  url(../css/images/westdental/navBanner.gif) no-repeat; text-align: center; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#thumbNav a:hover                       { background:  url(../css/images/westdental/navBannerSelected.gif) no-repeat; }
#thumbNav a.cur                         { background:  url(../css/images/westdental/navBannerSelected.gif) no-repeat; }


 
#start-stop                             { display:none;  color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 260px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#start-stop.playing                     { background-color: red; }
#start-stop:hover                       { background-image: none; }

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }


#right .anythingSlider                         { width: 200px; height: 256px; position: relative; margin: 0 auto;  }
#right .anythingSlider .wrapper                { width: 200px; overflow: auto; height: 256px; margin: 0px 0px;  position: absolute; top: 0px; left: 0;  }

                                       /* Width below is max for Opera */
#right .anythingSlider .wrapper ul             { width: 32700px; list-style: none; padding:0px; position: absolute; top: 0; left: 0; margin: 0; }
#right .anythingSlider ul li                   { display: block; float: left; padding: 0; height: 256px; width: 200px; margin: 0; }

/************************************************************************/
/* FROM CSS FILE: Form.css */
/************************************************************************/

/** CSS pentru form **/

.FormBuilderForm form{padding:5px;} 
/*background-color:#eee;*/

.FormBuilderForm .eobFrmBuilderInput { display:block; margin:2px;}
.FormBuilderForm label {padding:2px; font-weight:bold;}
.FormBuilderForm input[type=checkbox].eobFrmBuilderInput { display:inline; margin:2px;line-height:22px;}
.FormBuilderForm form input[type=submit]{font-weight:bold; }

/** pentru utilizare separata de form builder **/
form input[type=submit]{font-weight:bold; }

.FormBuilderForm form input[type=button]{font-weight:bold; padding:5px;}

.eobRequiredField {color:#cc0000; font-size:17px; font-weight:bold;}

p.fieldDescription{margin:0px; padding:1px;font-size:11px;color:#999;}

.LinksList p {margin:0;padding:1px 0;}
.LinksList h3 {margin:0;padding:2px 0;} 

.eobError {color:#cc0000;font-size:12px; font-weight:bold;}
.eobErrors {color:#cc0000;font-size:14px; font-weight:bold;}

fieldset
{
   border:none;
  padding:0px;
}

legend
{
   padding:0px;

}

.eobFrmBuilderInputLabel
{
   font-weight:bold;
}


/************************************************************************/
/* FROM CSS FILE: menu-tree1.css */
/************************************************************************/

#menu
{
   
}

#menu .MenuTree
{

}

#menu .MenuTree ul
{
  
}

#menu .MenuTree ul li
{

   position:relative;

}

#menu .MenuTree ul li a
{
}


#menu .MenuTree ul li ul
{
   display:none;
   position:absolute;
   z-index: 100000000;
   margin:0px;
}

#menu .MenuTree ul li:hover
{

}

#menu .MenuTree ul li:hover a,
#menu .MenuTree ul li:hover a:hover
{
  color:#fff;
background: url("../css/images/style/bgMenu.jpg") top center repeat-x;
}

#menu .MenuTree ul li:hover ul
{
   position:absolute;
   display:block;
   top: 34px;
   left: -1px;
   z-index: 1000000;
   opacity: 0.8;
   padding-left:0px;
}

#menu .MenuTree ul li ul li
{
   display:block;
   width: 220px;
padding: 5px 10px;
list-style: none;
background: #0c161f;
border-bottom:1px solid #0c161f;
border-left:1px solid #0c161f;
border-right:1px solid #0c161f;
text-align: left;
}

#menu .MenuTree ul li ul li a
{
   display:block;
   padding: 0px;
   height: 15px;
   line-height: 15px;
   color: #fff;
   font-size: 12px;
}

#menu .MenuTree ul li:hover ul li a,
#menu .MenuTree ul li:hover ul li:hover a
{
   color:#fff;
   background:none;
}

#menu .MenuTree ul li ul li a:hover
{
   background: none;
   color:#fff;
}


#menu .MenuTree ul li ul li:hover
{
  /* background: #344D23;*/
background: #1C3348;
}


#menu ul li:hover .eobSelected  ul li a{
   background:none;
   font-weight: normal;
}

.MenuTree ul li:hover ul li ul,
.MenuTree ul li:hover ul li:hover ul li ul,
.MenuTree ul li:hover ul li:hover ul li:hover ul li ul,
.MenuTree ul li:hover ul li:hover ul li:hover ul li:hover ul li ul,
.MenuTree ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li ul,
.MenuTree ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li ul,
.MenuTree ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li ul,
.MenuTree ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li ul,
.MenuTree ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li ul
{
   display:none;
   position:absolute;
   padding-left:0px;

}

.MenuTree ul li:hover ul li:hover ul,
.MenuTree ul li:hover ul li:hover ul li:hover ul,
.MenuTree ul li:hover ul li:hover ul li:hover ul li:hover ul,
.MenuTree ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul,
.MenuTree ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul,
.MenuTree ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul,
.MenuTree ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul,
.MenuTree ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul,
.MenuTree ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul
{
   display:block;
   position:absolute;
   left: 240px;
   top: -1px;

}

/************************************************************************/
/* FROM CSS FILE: menu1.css */
/************************************************************************/

/**=========================**/
/**			MENU			**/
/**=========================**/

#menu{
	text-align: left;	
	float:right;
	width: 715px;	
	text-align:right;
}


#menu ul {
	margin: 0px;
	padding: 5px;
}

#menu ul li{
	display: inline;
	margin: 0px;
	padding: 15px 1px;
}

#menu ul li .eobSelected
{
	display: inline;	
}


#menu ul li a
{
height: 32px;
	line-height: 62px;
	padding: 15px 10px;
	font-size: 17px;
	margin: 0px;	
	color: #BDD7EC;
}

#menu ul li .eobSelected a{
    color: #fff;
	background: url("../css/images/style/bgMenu.jpg") top center repeat-x;
}

#menu ul li a:hover{
	color: #fff;
	background: url("../css/images/style/bgMenu.jpg") top center no-repeat;
}

/************************************************************************/
/* FROM CSS FILE: gallery.css */
/************************************************************************/

.GalleryDetails
{

}

.GalleryList .GalleryItem ,
.GalleryDetails .GalleryItem 
{
   float:left;
   width: 200px;
   height: 200px;
   margin:10px;
  text-align:center;
}

.GalleryDetails .Video
{
width:auto;
height:auto;
float:none;
text-align:center;
}

.GalleryList .GalleryItem .Image img,
.GalleryDetails .GalleryItem .Image img
{
   max-width: 200px;
   max-height: 200px;

}

/**
hslide
*/
.highslide-controls
{
  display:none;
}

.highslide-header
{
 display:none; 
}