/* General */
*
{
	margin: 0;
	padding: 0;
	font-family: tahoma, arial;
}
html
{
	direction: rtl;
}
body
{
	background: url('images/back.gif') top fixed repeat-x #CFCFCF;
	text-align: center;
	font-size: 14px;
}
a
{
	text-decoration: none;
	color: #6A6A6A;
}
img
{
	border: 0;
	display: block;
}
div, p
{
	overflow: hidden;
}
p
{
	clear: both;
}
ul
{
	list-style: none;
}
h1, h2, h3, h4, h5, h6
{
	text-align: right;
	color: #6A6A6A;
	display: block;
	margin-top: 10px;
	width: 100%;
}
h1
{
	text-indent: -7777px;
	background: url('images/header.gif') 0 0 no-repeat;
	font-size: 5px;
	width: 800px;
	height: 150px;
	margin: 0 auto 10px auto;
}
h2
{
	font-size: 28px;
	padding-bottom: 10px;
	border-bottom: 2px dashed #D0D0D0;
	margin-bottom: 15px;
}
h3
{
	font-size: 22px;
	margin-top: 15px;
}
h4
{
	font-size: 18px;
}
h5
{
	font-size: 16px;
	margin-bottom: 10px;
}
object
{
	width: 300px; 
	height: 243px; 
	display: block;
	border: 1px solid #000;
	margin: 7px auto;
}

/* Header */
#Header
{
	padding-left: 70px;
	position: relative;
	height: 400px;
	text-align: right;
	background: url('images/header.gif') -864px 0 no-repeat;
}
#Header a
{
	display: block;
}
#Wrapper #Header a:active
{
	color: #ff8a00;
}
#MainLink
{
	width: 800px;
	height: 150px;
	text-indent: -7777px;
	font-size: 5px;
	position: absolute;
	top: 0;
	left: 150px;
}
	#BackStrip
	{
		text-align: center;
		height: 180px;
		width: 564px;
		padding: 1px;
		float: left;
		position: absolute;
		left: 104px;
		top: 161px;
	}
		#ScrollPanel
		{
			position: absolute;
			left: -177px;
			width: 916px;
			height: 162px;
		}
		#ScrollPanel li
		{
			float: right;
			margin: 15px 5px;
		}
		#ScrollPanel img
		{
			border: 1px solid #000000;
			width: 164px;
			height: 110px;
			opacity: 0.35;
			margin-top: 10px;
		}
		#ScrollPanel .CurrentImg, #ScrollPanel .CurrentImg:hover
		{
			opacity: 1;
			margin-top: 0;
			width: 194px;
			height: 130px;
		}
		.Arrow
		{
			width: 28px;
			height: 55px;
			cursor: pointer;
			position: absolute;
			top: 53px;
			z-index: 2;
			visibility: hidden;
			background-image: url("images/arrows.png");
		}
		#ArrowRight, #ArrowRight.Disabled:hover
		{
			background-position: 0 55px;
			right: 15px;
			float: right;
		}
			#ArrowRight:hover
			{
				background-position: -28px 55px;
			}
		#ArrowLeft, #ArrowLeft.Disabled:hover
		{
			background-position: 0 0;
			left: 15px;
			float: left;
		}
			#ArrowLeft:hover
			{
				background-position: -28px 0;
			}
		#ArrowLeft.Disabled, #ArrowRight.Disabled
		{
			cursor: default;
			opacity: 0.3;
		}
	#Favorites
	{
		margin-right: 10px;
		padding: 1px 14px 5px 26px;
		width: 867px;
		height: 180px;
		overflow: hidden;
		background: url('images/header.gif') 40px -150px no-repeat;
	}
		#Favorites li
		{
			margin: 17px 8px 30px 10px;
		}
		#Favorites a
		{
			background: url('images/star.png') right 2px no-repeat;
			padding: 4px 36px 6px 0;
			font-size: 20px;
			line-height: 20px;
			font-weight: bold;
			color: #354c7c;
			outline: 0 none;
			display: inline;
		}
		#Favorites a:hover, #Favorites a:focus
		{
			background-position: right -36px;
		}
	#Menu
	{
		position: absolute;
		bottom: 0;
		left: 0;
		border-top: 2px solid #3B88B3;
		background: #eeeff2 url('images/menu.gif') left top repeat-x;
		height: 50px;
		width: 980px;
		clear: both;
		font-size: 18px;
		overflow: hidden;
	}
		#Menu li
		{
			float: right;
			text-align: center;
		}
		#Menu li a
		{
			border-right: 2px solid transparent;
			border-left: 2px solid transparent;
			width: 118px;
			height: 50px;
			font-weight: bold;
			padding-top: 11px;
			color: #1b336f;
			outline: 0 none;
		}
		#Menu li a:hover, #Menu li a:focus 
		{
			border-right-color: #7e869a;
			border-left-color: #7e869a;
			background: #e1e2e8 url('images/menu_hover.gif') top repeat-x;
			color: #236F99;
		}
		#Menu li:first-child a, #Menu li:last-child a
		{
			width: 120px;
		}
		#Menu li:first-child a:hover
		{
			border-right-color: transparent;
		}
		#Menu li:last-child a:hover
		{
			border-left-color: transparent;
		}
#ControlMenu
{
	height: 32px;
	background: #e1e2e8 url('images/menu_control.gif') top repeat-x;
	border-bottom: 2px solid #3B88B3;
	color: #FFF;
	padding: 8px 0 0 20px;
	text-align: left;
}
#ControlMenu a
{
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
}
#ControlMenu a:hover
{
	color: #ff8a00;
}

/* Contents */ 
#Contents
{
	padding: 0 10px;
	float: right;
	width: 960px;
}
#Contents a, #Side a
{
	text-decoration: underline;
	font-weight: bold;
	color: #236F99;
}
#Contents a:hover, #Side a:hover
{
	color: #ff8a00;
}
#Contents p, #Side p
{
	line-height: 19px;
	text-indent: 10px;
	padding: 4px;
	text-align: justify;
}
#Contents ul.EmbeddedList li
{
	text-align: right;
	margin: 3px 0;
	padding: 1px 20px;
	background: url("images/avatar.gif") right 3px no-repeat;
}
#Side .nav
{
	display: block;
	text-align: left;
	padding: 5px 0 0 10px;
}
#Side .nav a
{
	font-size: 11px;
	text-decoration: none;
}

#Wrapper
{
	position: relative;
	margin: 0 auto;
	width: 980px;
	color: #363636;
	background: #F6F6F6 left 360px no-repeat;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
}

.ImageCenter, .VideoCenter
{
	margin: 10px auto;
}
.ImageRight, .VideoRight
{
	margin-left: 10px;
	margin-top: 10px;
	float: right;
}
.ImageLeft, .VideoLeft
{
	margin-right: 10px;
	margin-top: 10px;
	float: left;
}

dfn
{
	font-style: normal;
	padding: 0 1px 0 2px;
	background-color: #d8e9ef;
}

#MeaningBox
{
	position: absolute;
	font-size: 12px;
	background: #fbfbfc url("images/menu.gif") bottom repeat-x;
	border: 2px solid #236F99;
	padding: 10px;
	width: 250px;
	opacity: 0.9;
	
	-moz-box-shadow: #ABABAB 1px 2px 3px;
	-webkit-box-shadow: #ABABAB 1px 2px 3px;
	box-shadow: 1px 2px 3px #ABABAB;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#MeaningBox p
{
	margin-top: 10px;
}
#MeaningBox dt
{
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}
#MeaningBox dd
{
	text-align: justify;
}

/* Footer */
#Footer
{
	clear: both;
	margin-bottom: 6px;
	padding-top: 4px;
	text-align: left;
	font-size: 12px;
	position: relative;
}
#Copyrights
{
	text-align: right;
	font-weight: bold;
	font-size: 14px;
	background: #A09FA0 url('images/footer.gif') top repeat-x;
	height: 24px;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	text-align: center;
	padding-top: 5px;
	color: #FFFFFF;
	margin-bottom: 5px;
	margin-top: 5px;
}
	#Copyrights a
	{
		color: #FFF;
		text-decoration: underline;
	}
	#Footer #Copyrights a:hover
	{
		color: #ffe400;
	}
#Wrapper iframe
{
	top: 405px;
	left: 0;
	position: absolute;
	padding: 4px 4px 4px 20px;
	height: 62px;
	width: 66px;
	background-color: #FFF;
	border: 1px solid #A09FA0;
	border-left: 0;
	outline: #FFFFFF solid 2px;
}

#Builder
{
	margin: 1px 0 0 10px;
	display: block;
	float: left;
}
	#Builder a
	{
		font-weight: bold;
		text-align: left;
	}
	#Builder a:hover
	{
		color: #236F99;
	}
#Banners
{
	clear: none;
	float: right;
	margin-right: 4px;
}
#Banners img
{
	display: inline;
}
#Trainings td span
{
	font-size: 11px;
	display: block;
	padding-bottom: 3px;
	text-align: center;
	margin-bottom: 6px;
	font-weight: bold;
	width: auto;
	border-bottom: 1px dashed #000;
}
.FirstDojo
{
	background-color: #fff1b0;
}
.ThirdDojo
{
	background-color: #fffde0;
}
.SecondDojo
{
	background-color: #f3e0ff;
}
.FourthDojo
{
	background-color: #BFE7FF;
}
.FifthDojo
{
	background-color: #E2FFB0;
}

table
{
	border-collapse: separate; 
	border-spacing: 2px;
	border:1px solid #8D8D8D;
	margin: 5px auto;
}
td, th
{
	width: 115px;
	border:1px solid #C8C8C8;
	padding: 6px 7px;
	height: 70px;
}
table th, td:first-child
{
	border-color: #8D8D8D;
	background-color:#E1E6E7;
}
td
{
	background-color: #FEFEFE;
}

/* Videos */ 
ul.Videos dl
{
	width: 190px;
}
ul.Videos dt
{
	font-weight: bold;
}
ul.Videos li
{
	width: 190px;
	margin: 10px 24px;
}
#Video
{
	border: 8px solid #3B88B3;
	width: 480px;
	height: 385px;
	margin: 10px auto;
}
.Videos li img
{
	border: 3px solid #3B88B3;
	width: 180px;
	height: 135px;
	margin: 5px auto;
}

/* Gallery */
.Gallery
{
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}
ul.Album
{
	padding-right: 10px;
	width: 920px;
	margin: 20px auto 0 auto;
}
ul.Album li
{
	text-align: right;
	margin: 9px 12px 9px 13px;
}
.Gallery li
{
	width: 203px;
	float: right;
	margin: 0 20px 10px 15px;
	text-align: center;
}
.Gallery img
{
	width: 195px;
	height: 130px;
	border: 4px double #000;
	margin: 5px auto 8px auto;
	cursor: pointer;
}
.Gallery dt
{
	height: 57px;
	position: relative;
}
.Gallery dt a
{
	width: 100%;
	position: absolute;
	bottom: 1px;
	left: 0;
}
.Gallery dd
{
	text-align: justify;
}
.Gallery small
{
	display: block;
	text-align: left;
	font-size: 11px;
	margin-top: 5px;
}
.Gallery small:after
{
	content: ")";
}
.Gallery small:before
{
	content: "(";
}
.Gallery  .LineBreaker
{
	clear: right;
}
.PreviewImage
{
	border: 8px solid #3B88B3;
	margin: 10px auto;
}
#GalleryImage
{
	border: 1px solid #000;
}
#GalleryWrapper
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	opacity: 0;
	background-color: black;
}
#ImageBorder
{
	position: fixed;
	z-index: 11;
	background-color: white;
	border: 3px solid black;
	padding: 30px;
}
#ExitPanel
{
	position: fixed;
	width: 400px;
	height: 50px;
	z-index: 12;
}
	#ExitPanel input
	{
		border: 0;
		cursor: pointer;
		width: 100px;
		height: 38px;	
		font-size: 16px;
		font-weight: bold;
		margin: 0 5px;
		line-height: 20px;
		padding-bottom: 2px;
		color: #236488;
		background: url("images/button.png") 0 2px no-repeat;
	}
	#ExitPanel input:active
	{
		background-position: 0 -34px;
	}
	#ExitPanel img
	{
		vertical-align: middle;
	}
	#ExitPanel a
	{
		color: #FFF;
		font-size: 24px;
		font-weight: bold
	}
#ImageBorder.Loaded #GalleryImage, #ImageBorder.NotLoaded #SpiralImage
{
	display: block;
}
#ImageBorder.Loaded #SpiralImage, #ImageBorder.NotLoaded #GalleryImage
{
	display: none;
}
#LoginForm
{
	width: 313px;
	margin: 20px auto;
	background: url("images/login.png") right 5px no-repeat;
	overflow: hidden;
	padding-right: 80px;
	height: 110px;
}
#LoginForm label
{
	text-align: right;
	width: 88px;
	float: right;
	clear: right;
	font-weight: bold;
	margin: 7px 5px;
}
#LoginForm input
{
	width: 200px;
	float: right;
	margin: 7px 5px;
}
#LoginForm input[type="submit"]
{
	float: left;
	width: auto;
	font-weight: bold;
	padding: 2px 4px;
}
#LoginForm.Warning
{
	background: url("images/warning.png") right 5px no-repeat;
}

/* Contact */
.Contact p
{
	clear: none;
	margin-top: 10px;
}
.Contact dl
{
	margin: 10px;
	overflow: hidden;
	text-align: right;
}
.Contact dt
{
	font-size: 17px;
	font-weight: bold;
}
.Contact span
{
	display: block;
	margin: 6px 3px;
	width: 536px;
	float: left;
	clear: left;
}
.Contact dd
{
	margin: 5px 20px;
}
.Contact address
{
	font-style: normal;
	display: block;
	font-weight: bold;
	text-align: right;
}
.Contact img
{
	margin: 20px auto;
	border: 5px solid #3B88B3;
}
.Contact form
{
	width: 264px;
	float: left;
	margin: 0 20px 0 5px;
	height: 400px;
}
.Contact form textarea
{
	display: block;
	float: left;
	clear: left;
	width: 198px;
	height: 100px;
	margin: 5px 2px;
	padding: 1px 2px;
	font-size: 12px;
}
.Contact form input
{
	padding: 1px 2px;
	display: block;
	float: left;
	clear: left;
	width: 198px;
	margin: 5px 2px;
	overflow: hidden;
}
.Contact form input[type="submit"]
{
	display: block;
	width: 50px;
	float: left;
	margin: 5px 2px;
	padding: 3px 1px;
}
.Contact form big
{
	margin: 10px;
	font-size: 18px;
	color: #B3283B;
	display: block;
	clear: both;
	font-weight: bold;
}
.Contact form label
{
	padding-top: 2px;
	margin: 5px 2px;
	text-align: right;
	width: 50px;
	font-weight: bold;
	display: block;
	float: right;
	clear: right;
}
.Contact form h3
{
	margin-top: 0;
	margin-bottom: 5px;
}
.Contact form label:after
{
	content: ":";
}
#AllNews li
{
	margin: 20px 10px;
	padding: 7px 38px 8px 0;
	background: url('images/star_hover.png') right top no-repeat;
	text-align: right;
}
