﻿#algpro table,#algpro th{
	border-collapse: collapse;
	text-align: center;
	color: #333;
	table-layout: fixed;
	border: 0px;
}

#algproModal input, textarea{
	width: 100%
}

#algpro #algprotable
{
	width: 100%; 
}

#algpro th{
	border-collapse: collapse;
	text-align: center;
	color: #333;
	border: 0px;
}

#algpro .dayName { 
	font-weight: bold;
	background: #a6a6a6;
	color: white;
}

#algpro td {

	text-align: center;
	color: #333;
	border: 0px;
}

#algpro .borderbuttom
{
	border:1px solid #a6a6a6;
	border-left:0px;
	border-right:0px;
	border-top:0px
}

#algpro thead th{
	background: #a6a6a6; 
	text-align: center;
	color: white;
}

#algproModal hr
{
	background-color:black;
	margin-bottom: 10px;
}

#algproModal .bold {
	font-weight: bold;
}

#algpro a:hover,#algpro a:visited,#algpro a:link,#algpro a:active
{
	color: white;
	text-decoration: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#algpro .weekend
{
	background: #a6a6a6;
	color: white;
}

#algpro .event 
{
	background: #e2001a;
}

#algpro .event_r
{
	background: #EC5F00;
}

#algpro .event_s
{
	background: #FF9E5C;
}

#algpro .algproarrow
{
	padding: 5px 10px;
    background-color: #848484;
}

.algpro-modal {
	display: none; 
	position: fixed; 
	z-index: 1; 
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%; 
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4); 
}


.algpro-modal-content {
	box-sizing: border-box;
	position:relative;
	background-color: #fefefe;
	margin: 5% auto; 
	padding: 20px;
	border: 1px solid #888;
	width: 700px; 
	margin-top: 150px;
}
.algpro-modal-content p
{
	margin-bottom: 10px;
}

/* The Close Button */
.algpro-close {
	color: #aaa;
	position: absolute;
	top:0px;
	right:12px;
	font-size: 28px;
	font-weight: bold;
}

.algpro-close:hover,
.algpro-close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}
