﻿/* MAZDAPARDAZESH */

body
{
	background-color: #333333;
	margin: 0px;
	padding: 0px;
}
h1
{
	font-family: "Segoe UI Light", "Segoe UI", Arial, Tahoma;
	font-size: xx-large;
	font-weight: normal;
}
p
{
	color: black;
	text-align: center;	
	font-family: Tahoma;
	font-size: small;
	margin-left:16px;
	margin-right:16px;
}
.maindiv
{
	margin: 0px;
	padding: 100px;
	position: absolute;
	left: 0px;
	top: 100px;
	padding-top: 0px;	
}
.mazdapardazesh-title
{
	color: Yellow;
	font-family: "Segoe UI Light", "Segoe UI", Arial, Tahoma;
	font-size: xx-large;
	font-weight: lighter;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 25px;
	left: 50px;
}
.boxtitle
{
	color: RGB(226,90,75);
	text-align: center;	
	font-family: "Segoe UI Light", "Segoe UI", Arial, Tahoma;
	font-size: large;
	font-weight: lighter;	
}
.timetextstyle
{
	color: blue;
	text-align: center;	
	font-family: "Segoe UI Light", "Segoe UI", Arial, Tahoma;
	font-size: large;
	font-weight: lighter;	
}
.boxdiv
{
	float: left;
	display: inline-block;
	background-color: #F0F0FF;
	width: 220px;
	height: 220px;
	margin: 4px;
	padding: 4px;
	border-style: solid;
	border-width: 2px;
	border-color: #F0F0FF;
	cursor: default;
	border-radius: 8px;
}
.boxdiv-2x2
{
	float: left;
	display: inline-block;
	background-color: #F0F0FF;
	margin: 4px;
	padding: 4px;
	border-style: solid;
	border-width: 2px;
	border-color: #F0F0FF;
	cursor: default;
	width: 460px;
	height: 460px;	
	border-radius: 8px;
}
.boxdiv-2x1
{
	float: left;
	display: inline-block;
	background-color: #F0F0FF;
	margin: 4px;
	padding: 4px;
	border-style: solid;
	border-width: 2px;
	border-color: #F0F0FF;
	cursor: default;
	width: 460px;
	height: 220px;	
	border-radius: 8px;
}
.boxdiv-1x2
{
	float: left;
	display: inline-block;
	background-color: #F0F0FF;
	margin: 4px;
	padding: 4px;
	border-style: solid;
	border-width: 2px;
	border-color: #F0F0FF;
	cursor: default;
	width: 220px;
	height: 460px;	
	border-radius: 8px;
}