body, ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}
td, div, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;    
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    margin: 0px;
}
.logo_bg {
	background-image: url(../style/logo_bg.png);
}
.copy_text {
	font-size: 10px;
}
a.white {
    color: #FFFFFF;
    text-decoration: none;
}
a.white:hover {
    text-decoration: underline;
}
a.black {
    color: #000000;
    text-decoration: none;
}
a.black:hover {
    text-decoration: underline;
}
a.copy_link {
	color: #00F;
	text-decoration: none;
	font-size: 10px;
}
a.copy_link:hover {
	text-decoration: underline;
}
a {
    color: #28166f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.link_grey {
    color: grey;
}
div.near {
	display:inherit;
	float:left;
}
.params {
	font-size:9px;
}
.titleMod {
	background-color:#28166f;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 5px;
	text-align: center;
}
.item {
	cursor:pointer;
}
.itemClosed {
	cursor:auto;
}
span.search_highlight {
    color: black;
    border: solid 1px;
    border-radius: 3px;
    background-color: yellow;
    border-color: black;
    margin: 2px;
    padding: 2px;
}
.main_btn {
	display:inline-table;
}
.calInactiveMonthDay {
	color: #CCCCCC;	
	text-align: right;
}
.calWeekDays {
	color: #000000;
	text-align: right;
	border: #000000 solid;
	border-width: 0px 0px 1px;
} 
.calTodaySymple {
	border: 1px #000000 solid;
	font-weight:bold;
	text-align: right;
} 
.calTodayHoliday {
	color: #FF0000;
	font-weight:bold;
	border: 1px #000000 solid;
	text-align: right;
} 
.calNoSelSymple{
	text-align: right;
} 
.calNoSelHoliday{
	color:#FF0000;
	font-weight: bold;
	text-align: right;
}
.winBlackVeryBigTitle {
	font-size:40px;
	font-weight:bold;
	color: #666666;
}
.winBlackTitle {
	font-size:10px;
	font-weight:bold;
	color: #666666;
} 
div.btn {
    text-align: center;
    width: 110px;
    display: inline-block;
    vertical-align: top;
    height: 108px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
div.btn:hover {
    background: url('../style/bg_trans_50_green.png');
    cursor: pointer;
}
a.white_wd {
    text-decoration: none;
    color: white;
}
td.calendar {
    color: black;
    background: url('../style/bg_trans_75_white.png');
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}
td.calendar:hover {
    background-color: white;
}
a.button_yellow {
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: .4em 1em;
  outline: none;
  border-width: 2px 0;
  border-style: solid none;
  border-color: #FFFF00 #000 #FFCC00;
  border-radius: 6px;
  background: linear-gradient(#FFFF00, #FFCC00) #FFFF00;
  transition: 0.2s;
  font-weight: bold;
} 
a.button_yellow:hover { background: linear-gradient(#FFCC00, #FFFF00) #FFCC00; }
a.button_yellow:active { background: linear-gradient(#FFFF00, #FFCC00) #FFFF00; }

a.button_red {
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: .4em 1em;
  outline: none;
  border-width: 2px 0;
  border-style: solid none;
  border-color: #DA0101 #000 #9D0101;
  border-radius: 6px;
  background: linear-gradient(#DA0101, #9D0101) #DA0101;
  transition: 0.2s;
  font-weight: bold;
} 
a.button_red:hover { background: linear-gradient(#9D0101, #DA0101) #9D0101; }
a.button_red:active { background: linear-gradient(#DA0101, #9D0101) #DA0101; }

a.button_green {
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: .4em 1em;
  outline: none;
  border-width: 2px 0;
  border-style: solid none;
  border-color: #01E018 #000 #1A8801;
  border-radius: 6px;
  background: linear-gradient(#01E018, #1A8801) #01E018;
  transition: 0.2s;
  font-weight: bold;
} 
a.button_green:hover { background: linear-gradient(#1A8801, #01E018) #1A8801; }
a.button_green:active { background: linear-gradient(#01E018, #1A8801) #01E018; }