html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
        display: block;
}
body {
        line-height: 1;
}
ol, ul {
        list-style: none;
}
blockquote, q {
        quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
        content: '';
        content: none;
}
table {
        border-collapse: collapse;
        border-spacing: 0;
}

.Clear {
	clear: both;
}

@font-face {
	font-family: FreeFarsiRegular;
	src: url("freefarsi-webfont.eot"); /* EOT file for IE */
}

@font-face {
	font-family: FreeFarsiRegular;
	src: url("freefarsi-webfont.ttf"); /* TTF file for CSS3 browsers */
}

body {
	background-color: #eaeaea;
	background-image: url('../Images/Background.png');
	background-repeat: repeat-x;
	direction: rtl;
	font-family: FreeFarsiRegular, "Tahoma";
	font-size: 18px;
}

a {
	color: #fff;
	font-weight: bold;
	text-shadow: 0px 0px 5px white;
	text-decoration: none;
}

a:hover {
	text-shadow: 0px 0px 5px #5A9BC1;
}

h2 {
	font-size: 20px;
	text-align: center;
}

table {

}

table tr td {
	border-bottom: 2px solid black;
	padding: 5px;
}

#Container {
	width: 904px;
	margin-left: auto;
	margin-right: auto;
}

#Page {
	width: 838px;
	background-image: url('../Images/Top.png');
	background-repeat: no-repeat;
	display: table;
	padding-top: 255px;
	margin-left: auto;
	margin-right: auto;
}

#BorderRight {
	background-image: url('../Images/BorderRight.png');
	background-repeat: repeat-y;
	background-position: right;
	width: 28px;
	height: 100%;
	position: fixed;
}

#BorderLeft {
	background-image: url('../Images/BorderLeft.png');
	background-repeat: repeat-y;
	width: 28px;
	height: 100%;
	position: fixed;
	margin-right: 876px;
	top:0;
}

#Menu {
	list-style: none;
}

#Menu li {
	float: right;
	margin-right: 30px;
}

#Menu li a, #Menu li a:hover, #Menu li a:active {
	font-size: 20px;
	font-weight: normal;
}

#Contents {
	width: 828px;
	padding: 10px;
	margin-top: 20px;
}

#Footer {
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	display: table;
}

.Box {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-position: right center;
	padding: 5px;
	font-size: 15px;
	background-image: url('../Images/Box.png');
	color: white;
}

.Box>.Title {
	font-size: 15px;
}

#Banner {
	padding: 0;
	width: 510px;
	height: 60px;
	float: left;
	margin-bottom: 10px;
}

#Headline {
/* 	padding: 0; */
	width: 500px;
	float: left;
	margin-bottom: 10px;
}

#Headline .Picture {
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
}

#Ticker {
	margin-top: -22px;
	margin-bottom: 20px;
}

#Ticker a {
	text-shadow: none;
}

#News {
	float: left;
	width: 500px;
}

#News #Categories li.Selected, #News #Categories li:hover{
	margin-top: 5px;
}

#News #Categories li {
	float: right;
	height: 30px;
	border-radius: 2px;
	width: 24%;
	text-align: center;
	padding-top: 5px;
	font-size: 17px;
	margin-right: 3px;
	cursor: pointer;
}

#News #Items li {
	clear: both;
	margin-top: 10px;
	display: table;
	width: 100%;
}

#News #Items li .Picture {
	float: left;
	display: block;
	margin-right: 3px;
}

#News #Items li .Description {
	text-align: justify;
}

#Winners {
	width: 300px;
}

#Winners ul>li {
	display: table;
	width: 100%;
	margin-bottom: 50px;
}

#Winners .Left {
	float: left;
	text-align: center;
	width: 40px;
	display: table;
}

#Winners .Right {
	float: right;
	width: 210px;
}

#Winners ul>li .Picture {
	float: right;
	margin: 2px;
}

#Winners ul>li .Date {
	font-size: 11px;
	float: left;
	margin-top: 40px;
}

#Winners ul>li .Description {
	font-size: 11px;
}


#Widgets div.Box .Title {
	font-size: 30px;
	height: 45px;
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 10px;
	padding-right: 60px;
	margin: 0;
	text-align: right;
}

#Widgets div.Box {
	width: 310px;
	padding: 0;
	margin-bottom: 15px;
}

#Widgets a {
	text-shadow: 0 0 0;
	font-weight: normal;
}

#Widgets #Programs .Title {
	background-image: url('../Images/Widgets/Programs.png');
}

#Widgets #Attractions .Title {
	background-image: url('../Images/Widgets/Attractions.png');
}

#Widgets #Photo .Title {
	background-image: url('../Images/Widgets/Photo.png');
}

#Widgets #Interview .Title {
	background-image: url('../Images/Widgets/Interview.png');
}

#Widgets #Interview .Content {
	height: 320px;
	text-align: center;
}

#Widgets #Interview ul li {
	position: absolute;
}

#Widgets #Events .Title {
	background-image: url('../Images/Widgets/Event.png');
}

#Widgets #Verge .Title {
	background-image: url('../Images/Widgets/Verge.png');
}

#Widgets #Question .Title {
	background-image: url('../Images/Widgets/Question.png');
}

#Widgets #Sentence .Content {
	background-position: top right;
	background-image: url('../Images/Widgets/Sentence.png');
	background-repeat: no-repeat:
}


#Widgets #Events .Content>h1 {
	font-size: 20px;
	margin-top: 5px;
}

#Widgets #Events .Content>ul>li {
	margin-right: 20px;
}

.Box .Content {
	padding: 3px;
}

.Box>.Title {
	text-align: center;
	margin-bottom: 10px;
	font-size: 25px;
}
