@charset "UTF-8";
/********************************************************************************
/* Settings General 															*
********************************************************************************/
h1{
	line-height:130%;
}

h2 {
	
}

h3 {
	
}

h4 {
	
}

h5 {
	
}

h6 {
	
}

a{
	color: #D60808;
	text-decoration:none;
	font-weight:bold;
}

a:hover{
	border-bottom:1px dotted #317082;
	color: #307082;
}
   
span{
	color: #D60808;
	text-decoration:none;
	font-weight:bold;
}
span:hover{
	border-bottom:1px dotted #317082;
	color: #307082;
}
/********************************************************************************
/* Settings for Chart 															*
********************************************************************************/
.chart{
	text-align:right;
	font-size: small;
	margin-left:auto;
	margin-right:auto;
	background-image: url(greenGradient.jpg);
	background-repeat: repeat;
	background-color: #030;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
}

.slotFull {
	color: #900;
	background-color: #FC3;
	font-weight: bold;
	text-align:center;
	width: 20px;
}
.timeSlot {
	color: #FFF;
	background-color: #390;
	font-style: normal;
	font-weight: bold;
}
.empty {
	color:#000;
	background-color: #FFF;
	font-style: normal;
	font-weight: normal;
	width: 20px;
	text-align:center;
}
#centerframe {
	margin-left:auto;
	margin-right:auto;
	width: 900px;
	height: auto;
}
#databox {
	overflow: auto;
	height: 500px;
	width: 900px;
}

#titlebox {
	width: 900px;
}

/********************************************************************************
/* Settings for Map 															*
********************************************************************************/
.map {
	background-color:#4ccbf2; 
	text-align:right;
}
#tooltip{
	background-color:#EEE;
	border:1px solid #000;
	position:absolute;
	display:none;
	z-index:20000;
	padding:2px;
	font-size:0.9em;
	-moz-border-radius:6px;/* Rounded edges in Firefox */
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
}

#tooltipShadow{
	position:absolute;
	background-color:#555;
	display:none;
	z-index:10000;
	opacity:0.7;
	filter:alpha(opacity=70);
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	-moz-border-radius:6px;/* Rounded edges in Firefox */
}

#infobox {
	height: 440px;
	width: 340px;
	float: left;
}
#iranmap {
	width: 560px;
	float: left;
}
.fa
{
	direction: rtl;
	text-align:right;
}
.en
{
	direction: ltr;
	text-align:left;
}

#footer {
	float:right;
}

