@import url(../../Templates/UI/Css/Layout.css);
/********* GLOBALS *********/

* {margin:0;padding:0;text-align:right;vertical-align:top;font-family:arial; font-size:12pt;}
table {border-collapse:collapse}

a {
	color:#FF0000;
}

a:hover {
	color:#FF9900;
}
/* 
a:hover
{text-decoration:none;}
*/

h1{
	border-bottom:1px solid #ff0000;
	color:#CCCCCC;
	display:block;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:14pt;
	font-weight:bold;
	height:30px;
	line-height:130%;
	text-align:right;
}


/********* LAYOUT *********/

body { background:url(images/bg.jpg) repeat-x top center; background-color:#000000;  }
	#wrap { width:100%; color:#fff; }
		#header { height:375px; }
		#page { padding:0;width:980px; margin:0 auto; }
			#content { 	width:645px; float:right;padding:0 40px; direction:rtl; text-align:right;}
				.secondary { margin-bottom:1px; }
				#menu { float:left; width:255px;}
				#extras { float:right; }
				#main { width:645px; float:left; padding-bottom:15px;}
		#footer {}
/*box*/
.boxTitle,
.secondary h4 { }
.secondary h4 a,
.secondary h4 a:visited {color:#fff;}
.secondary .box { _height:1px; padding-bottom:10px; }
.secondary .box .inner { background:transparent; padding:10px 10px 0 10px; }

/*top*/
#header { position:relative; }
#header .siteHeader { margin:0; padding:0; }
#header .siteHeader a { color:#fff; }
#header .siteLogo { float:right; padding:0;}

/*secondary*/
.secondary .uc { margin-bottom:15px; }

/*menu*/
.topMenu { position:absolute; bottom:0px; left:20px; display:none; }
	.topMenu li { float:left; }
	.topMenu a,
	.topMenu a:visited { color:#fff; display:block; padding:5px; }
	.topMenu .current a,
	.topMenu .trail a,
	.topMenu .current a:visited,
	.topMenu .trail a:visited { font-weight:bold; background-color:#fff; color:#333; margin:0 5px; padding:5px 10px; }

.languageMenu { position:absolute; bottom:5px; right:20px; }
	.languageMenu a { opacity:.4;}
	.languageMenu .current { cursor:default; opacity:1;}
	.languageMenu a:hover { opacity:1;}

.subMenu{}
	.subMenu a { display:block; padding:2px 0; _height:1px; color:#333; }
	.subMenu ul { margin:0 0 5px 15px; }
	.subMenu .trail > a { color:#0096DB; }
	.subMenu .current > a { color:#0096DB; font-weight:bold; }

/* lists */
.list .a0 { background: #f4f8ed; }
.list { padding-bottom:6px; }
.list .item { padding:5px; }

/* path */
.path { margin-bottom:10px; }
.path .current { color:#333; }
.path a.current:hover { cursor:default; text-decoration:none; }

/* sitemap */
#main ul { list-style:circle; margin-left:20px; }

/* content */
.introduction { font-size:1.1em; font-style:italic; }

/* date */
.date { font-size:x-small; color:#333; display:block; }

/*columns*/
.columns .left { float:left; width:245px; }
.columns .right { float:right; width:245px; }

/* login */
.login .tb { width:130px; }
.login .ff { margin-bottom:5px; }
.register td { padding:0 5px 5px 0; }

/* gallery */
.thumbnail { opacity:.4; }
.thumbnail:hover, .selected { opacity:1; }
#thumbnails {padding-bottom:10px;}
#thumbnails .text { display:none; }
.thumbnail {margin-bottom:10px;margin-right:5px;}

/* comments */
.commentList { border-top:solid 1px #D0CFCB; margin-top:10px;}
.form { width:100%;float:right;padding-top:20px;}
.inputForm .row { margin-bottom:5px; }
.inputForm .label { width:120px; float:right; }
.inputForm .alternatives * { vertical-align:middle }
.inputForm .alternatives label { margin-right:10px; }
.inputForm textarea { width:340px; height:120px; }
.inputForm .tb { width:240px; }
.inputForm .butSend { border:solid 1px #C5BE9C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bolder;
	color: #ff0000;
	background-color: #ffa200;
	margin-left:120px;	}

#preview {
	/* dimensions */
	width:560px;
	margin:15px 0 15px 40px;
	padding:15px 0;
 
	/* centered */
	text-align:center;
 
	/* some "skinning" */
	background-color:#000;
	-moz-ouline-radius:4px;
}

.scrollable
{
    width:560px !important;
}
.scrollable img
{
    width:82px !important;
    height:auto;
}

.articlesList .list {direction:rtl;}
.articlesList .title {direction:rtl;}
.articlesList .list .item { direction:rtl;width:100%;text-align:right;text-decoration:none; }
.articlesList .list .item a { direction:rtl;float:right;text-decoration:none;width:100%;color:#FFED31;font-size:14pt;font-weight:bold; }
.articlesList .item #imgItem { display:none;}
.articlesList .item .intro { direction:rtl;float:right;width:100%; }

