body {
	margin: 0 auto;
	padding: 0;
	background: #271702;
	color: #000;
	font-size: 12px;
	font-family: Monda, sans-serif;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	background: #FFDF94;
	margin: 0 auto;
	padding: 0;
	width: 980px;
	border: 1px solid #000;
}
	
#wrapperCompany {
	margin: 0 auto;
	padding: 0;
	width: 980px;
	border: 0px;
}


/* SLIDE MENU */
.dropDownMenuBig img {
	margin-right: 3px;
}

.dropDownMenuBig a {
	color: #FFF;
	text-shadow: 1px 1px #000;
}

.dropDownMenuBig ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dropDownMenuBig ul li {
	float: left;
	margin-right: 5px;
    margin-left: 5px;
    padding: 2px 8px 2px 8px;
    font-weight: bold;
    font-size: 14px;
    text-shadow: 1px 1px #000;
    border: 0px; 
}

.dropDownMenuBig ul li:hover {
	color: #000;
	background-color: #FDF27C;
	text-shadow: none;
	border-radius: 3px 3px 0 0;
   	-moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
}

.dropDownMenuBig ul li div {
	position: absolute;
	visibility: visible;
	margin: 0;
	padding: 0;
	z-index: 1;
}

.dropDownMenuBig ul ul {
	position: relative;
	color: #000;
	display: none;
	padding: 0;
    min-width: 160px;
    margin-top: 2px;
    margin-left: -9px;
    background-color: #FDF27C;
    padding: 0;
    border-right: 1px solid #EA0E8C;
    border-left: 1px solid #EA0E8C;
    border-bottom: 1px solid #EA0E8C;
    font-size: 12px;
    -webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.dropDownMenuBig ul ul li a {
	color: #000;
	text-shadow: none;
	font-size: 12px;	
}

.dropDownMenuBig ul ul li {
	float: none;
    margin: 0;
    padding: 2px 5px 2px 5px;
    border: 0px;
}

.dropDownMenuBig ul ul li:hover {
    background-color:  #EA0E8C;
    border: 0px;
    border-radius: 0;
   -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

ul.dropSub li {
	cursor: pointer;
}

#header_img_menu {
	//background: #FDF27C url('https://img.cleancenter.hu/icon/48x48/csepp.png') no-repeat 50px 10px;
	background: #FDF27C url('https://img.cleancenter.hu/cc_csepp_logo.svg') no-repeat 40px 10px;
	background-size: 55px 55px;
	background-repeat: no-repeat;
	min-height: 34px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding-left: 0px;
	padding-right: 5px;
	font-size: 10px;
	color: gray;
}

#header_img_menu #logo {
	float: left;
	margin: 0;
	padding: 0;
	width: 110px;
	height: 50px;
}

#header_title {
	color: #FFF;
	background-color: #EA0E8C;
	min-height: 27px;
	border-bottom: 0px solid #000;
	text-align: left;
	padding-left: 5px;
}

#content {
	width: 970px;
	padding: 5px;
	min-height: 300px;
	background-color: #977d69;
	font-size: 13px;
}

#content h2 {
	margin-left: 5px;
	padding-left: 5px;
}

#content h2 a {
	color: #220F00;
}

#tab_div1 {
    width: 948px;
    border-bottom: 1px solid black;
    padding: 0;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 10px;
    }

#tab_div2 {
    width: 916px;
    background-color: #FFF;
    background-color: #ECDDCD;
    border-right: 1px solid black;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    padding: 15px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    -webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
    }

ul#tab_menu {
    width: 928px;
    height: 26px;
    font-size: 11px;
    font-weight: bold;
    list-style-type: none;
    margin: 0;
    padding: 0; 
    }

ul#tab_menu li {
	display: block; 
    float: left; 
    margin: 0 2px 0 0px;
    }

ul#tab_menu li a {
    min-height: 25px;
    color: #220F00; 
    text-decoration: none;
    display: block;
    float: left;
    line-height: 200%;
    padding: 2px 8px 0;
    }

ul#tab_menu li a:hover {
    color: #000;
    padding: 3px 10px 0; 
    text-decoration: underline;
    }

ul#tab_menu li a.current {
    color: #000;
    background: #ECDDCD;
    padding: 1px 8px 0;
    -webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
    border-right: 1px solid black;
    border-left: 1px solid black;
    border-top: 1px solid black;
    }

#message {
  position: relative;
  width: 920px;
  margin: 10px auto 10px auto;
  border: 2px solid white;
  padding: 10px 10px;
  z-index: 1;
  color: white;
  background: white;
  filter:alpha(opacity=85);
  -moz-opacity:0.85;
  opacity: 0.85;
  font-size: 20px;
  border-radius: 10px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  text-align: center;
    display: none;
    text-shadow: 1px 1px black;
}

table {
	background: #220F00;
	border-collapse: seperate;
	margin: 0;
	width: 100%;
	padding: 0px;
	border-spacing: 1px;
}

table thead  {
	background: #EA0E8C;
	color: #FFF;
	text-shadow: 1px 1px #000;
	margin: 0;
	padding: 0;
	font-size: 18px;
}

table tfoot {
	background: #EA0E8C;
	color: #FFF;
	margin: 0;
	padding: 0;
}


table td {
	background: #FFEE00;
	background: #FFFAAE;
	margin: 0;
	padding: 2px;
	border-spacing: 1px;
}

table td.tabDivStyle {
	background: #ECDDCD;
}

table td.apple {
	background: #8CDE71;
}

table td.blue {
	background: #0DB3FF;
}

table td.darkgray {
	background: #888888;
}

table td.gray {
	background: #94AEE5;
	background: #BDCACF;
	font-weight: bold;
}

table td.magenta {
	background: #EA0E8C;
	color: #FFF;
	text-shadow: 1px 1px #000000;
	font-weight: bold;
}

table td.magenta a {
	color: #FFFFFF;
}

table td.orange {
	background: #FFA600;
}

table td.red {
	background: #FF0000;
}

table td.white {
	background: #FFFFFF;
}


table tr.white {
	background: #FFFFFF;
}

#sidebar {
	width: 180px;
	padding: 5px;
	min-height: 300px;
	background-color: #FFDF94;
}

#wrapper_footer {
	margin: 0 auto;
	padding: 0;
	width: 980px;
	text-align: right;
	color: #6D2F00;
}

#wrapper_footer a {
	color: #6D2F00;
}



img {
	border: 0;
}

img.user {
	margin: 0;
	padding: 0;
	border: 1px;
	border-style: solid;
    border-color: #000000;
}

div.news {
	width: 900px;
	background: #FFF;
	margin: 15px;
	padding: 20px;
	border: 1px solid #000;
	border-radius: 5px;
	  -moz-border-radius: 5px;
	  -webkit-border-radius: 5px;

}

div.news img {
	padding-right: 10px;
}

div.news h1 {
	font-size: 28px;
}

div.news p {
	font-size: 18px;
	color: #343434;
}
div.news p.newsUser {
	font-size: 10px;
	color: #444444;
}

div.email {
	width: 874px;
	background: #FFF;
	margin-top: 10px;
	padding: 20px;
	border: 1px solid #000;
}

div.email img.user {
	padding: 0;
	margin-right: 20px;
	border: 1px solid #000;
	float: left;
}

div.email h1  {
	font-size: 24px;
	font-weight: bold;
}

div.email p {
	font-size: 18px;
	color: #343434;
}

div.email span {
	font-size: 10px;
	color: #444444;
}


div.email span.redBold {
	color: red;
	font-weight: bold;
}







.iconMenu {
	margin: 0px;
	padding: 4px;
	width: 80px;
	float: left;
	font-size: 11px;
}
.iconMenu div {
	float: left;
	margin: 0;
	padding: 0 3px 0 3px;
	width: 74px; 
	height: 40px; 
	border-radius: 3px;
	text-align: right;
	background-color: #FDF27B;
}

.iconMenu span {
	display: block;
	width: 80px;
	text-align: center;
}

#iconNews div {
	background: #FDF27B url('https://img.cleancenter.hu/icon/32x32/news.png') 24px 4px no-repeat;	
}
#iconNews:hover div {
	background: #FDE911 url('https://img.cleancenter.hu/icon/32x32/news.png') 24px 4px no-repeat;
}

#iconMail div {
	background: #FDF27B url('https://img.cleancenter.hu/icon/32x32/mail.png') 24px 4px no-repeat;	
}
#iconMail:hover div {
	background: #FDE911 url('https://img.cleancenter.hu/icon/32x32/mail.png') 24px 4px no-repeat;
}

#iconCalendar div {
	background: #FDF27B url('https://img.cleancenter.hu/icon/32x32/calendar.png') 24px 4px no-repeat;	
}
#iconCalendar:hover div {
	background: #FDE911 url('https://img.cleancenter.hu/icon/32x32/calendar.png') 24px 4px no-repeat;
}

#iconTodo div {
	background: #FDF27B url('https://img.cleancenter.hu/icon/32x32/todo.png') 24px 4px no-repeat;	
}
#iconTodo:hover div {
	background: #FDE911 url('https://img.cleancenter.hu/icon/32x32/todo.png') 24px 4px no-repeat;
}

#iconPrivate div {
	background: #FDF27B url('https://img.cleancenter.hu/icon/32x32/private.png') 24px 4px no-repeat;	
}
#iconPrivate:hover div {
	background: #FDE911 url('https://img.cleancenter.hu/icon/32x32/private.png') 24px 4px no-repeat;
}

#iconWebshop div {
	background: #FDF27B url('https://img.cleancenter.hu/icon/32x32/webshop.png') 24px 4px no-repeat;	
}
#iconWebshop:hover div {
	background: #FDE911 url('https://img.cleancenter.hu/icon/32x32/webshop.png') 24px 4px no-repeat;
}

#iconSms div {
	background: #FDF27B url('https://img.cleancenter.hu/icon/32x32/sms.png') 24px 4px no-repeat;	
}
#iconSms:hover div {
	background: #FDE911 url('https://img.cleancenter.hu/icon/32x32/sms.png') 24px 4px no-repeat;
}

#iconCar div {
	background: #FDF27B url('https://img.cleancenter.hu/icon/32x32/car.png') 24px 4px no-repeat;	
}
#iconCar:hover div {
	background: #FDE911 url('https://img.cleancenter.hu/icon/32x32/car.png') 24px 4px no-repeat;
}

#iconExit div {
	background: #FDF27B url('https://img.cleancenter.hu/icon/32x32/exit.png') 24px 4px no-repeat;	
}
#iconExit:hover div {
	background: #FDE911 url('https://img.cleancenter.hu/icon/32x32/exit.png') 24px 4px no-repeat;
}





#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:-999px;
	background: url('https://img.cleancenter.hu/intranet/ui.totop.png') no-repeat left top;
}

#toTopHover {
	background: url('https://img.cleancenter.hu/intranet/ui.totop.png') no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}


span.blueBold {
	color: blue;
	font-weight: bold;
}

span.green {
	color: green;
}

span.greenBold {
	color: green;
	font-weight: bold;
}

span.redBold {
	color: red;
	font-weight: bold;
}

div.invoiceStep {
	float: left;
	width: 300px;
	font-size: 30px;
	color: gray;
	text-align: center;
}

div.invoiceStepOn {
	float: left;
	width: 300px;
	font-size: 30px;
	color: black;
	text-align: center;
}

.ui-datepicker thead {
font-size: 13px;
}	
.ui-datepicker-week-end {
color: red;
}

.ui-datepicker-today {
background: #000;
}








ul.subMenu {
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #ea0e8c;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid black;
}

ul.subMenu li {
    float: left;
    display: block;
    min-width: 60px;
    color: white;
    text-align: center;
    margin: 0;
    padding: 0 10px 0 10px;
}

ul.subMenu li.marked {
    display: block;
    background-color: #be0b73; 
}

ul.subMenu li a {
    color: white;
    display: block;
    text-decoration: none;
    text-shadow: 1px 1px #000000;
}

ul.subMenu li a:hover {
    color: black;
    text-shadow: 1px 1px #FFFFFF;
}


ul.subMenu li:hover {
    color: black;
    background-color: #fdf27b;
}