﻿*
{
	font-family: Arial;
}
body
{
	color: #ffffff;
	background: #1e1e1e;
}

.NoBackgroundImage
{
	background: url(no.png) #000000;
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	padding: 10px;
	text-align: right;
	direction: rtl;
}
.MainTable
{
	direction: rtl;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background: url(bg_door.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 550px;
}


.NoDoors
{
	background: url(bg_Nodoor.jpg);
}

td, span, div
{
	font-size: 12px;
}
b
{
	font-size: 14px;
}
.TextBox
{
	width: 130px;
}
.Validator
{
	color: red;
	font-size: 11px;
}
.SendButton
{
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	text-decoration: double;
}


a.Link:link
{
	color: #CCCCCC;
	text-decoration: none;
}
a.Link:active
{
	color: #CCCCCC;
	text-decoration: none;
}
a.Link:visited
{
	color: #CCCCCC;
	text-decoration: none;
}
a.Link:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

#Footer
{
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	font-family: Arial;
	padding-top: 6px;
	color: #9999FF;
	background: url(FooterBG.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

#Footer a.Link:link
{
	color: #9999FF;
	text-decoration: none;
}
#Footer a.Link:active
{
	color: #9999FF;
	text-decoration: none;
}
#Footer a.Link:visited
{
	color: #9999FF;
	text-decoration: none;
}
#Footer a.Link:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

#memoryticker
{
	/*Tip: add in height attribute here for multiple line scroller*/ /*Change 0.7 below to a different number if desired (0.7=0.7 seconds)*/ /*Remove below line to remove transitional effect in IE. Below line should always appear last within this CSS*/ /*filter: progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=1.0 Duration=0.7)*/
	margin-top: 0px;
	font-size: 13px;
	margin-bottom: 0px;
	color: #2f226a;
}


.ArticleItem
{
	background: url(NewsBG.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

.Pager
{
}
a.PagerLink
{
	color: #9999FF;
	text-decoration: none;
}
a.PagerActiveLink
{
	color: #ff0000;
	text-decoration: none;
	font-weight: bold;
}

.NewsBg {background:url(NewsBG.jpg); background-position:right;} 
