@-webkit-viewport{width:device-width}
@-moz-viewport{width:device-width}
@-ms-viewport{width:device-width}
@-o-viewport{width:device-width}
@viewport{width:device-width}

body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
  background-color: #FFFFFF;
  margin-left: 20px;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 30px;
  background-image:     url(../slices/main/images/background.jpg);
}

.iframe {
	margin-left: 30px;
	width:700px;
	margin-bottom: 50px;
	border: solid 1px #CCC;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
    box-shadow: 1px 1px 5px #999;
}



.highlighted {
	border: none;
	background: none;
	cursor: pointer;
	padding: 1px 1px;
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 200;
	outline: none;
	width:94px;
	height: 34px;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	}

.button {
    background-color: #cc0000;
    border: none;
	width:86px;
	height: 34px;
    color: white;
    padding: 0px 0px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    margin: 4px 1px;
    cursor: pointer;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	
}

.button2 {
    background-color: #cc0000;
    border: none;
	width:86px;
	height: 34px;
    color: white;
    padding: 0px 0px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    margin: 4px 1px;
    cursor: pointer;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	
}

.aligment {
  margin-left: 30px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 780px;
}

td {
	font-family: Georgia, Verdana, Geneva, Arial, helvetica, sans-serif;
    font-size: 15px;
	margin-top: 50px;
}

p {
	margin-right: 200px;
	
}

.week {
	font-weight: bold; 
	color: white;
}

th {
	font-family: Georgia, Verdana, Geneva, Arial, helvetica, sans-serif;
    font-size: 15px;
}

h2 {
	font-family: Georgia, Verdana, Geneva, Arial, helvetica, sans-serif;
    font-size: 17px;
	font-weight: normal;
	text-decoration:none;
	margin-top: 50px;
	margin-bottom: 20px;
}


a:link {
	font-family: Georgia, Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 13px;
	color: #999999;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}
a:visited {
	font-family: Georgia, Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 15px;
	color: #666666;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}
a:hover {
	font-family: Georgia, Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}