/*
# Copyright 2008-2009 Pouya Salimi. 
# This code cannot be redistributed without permission from the author.  
# For more information, you can contact pouya AT movable-type DOT ir
# for more information about this plugin visit: 
# http://movable-type.ir/plugin/
# for more information about the author visit:
# http://ipooya.com
# Last Updated on : Septamber 27, 2009  codename: NEDA 
*/
body {
	color: #000000;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font: 12px Tahoma, Verdana, Arial;
}
blockqoute {
	margin: 10px 20px 0px 20px;
	padding: 10px;
	border: 1px solid #8d8d8d;
	background-color: #f5f5f5;
	overflow: auto;
}
p {
	font: 12px/1.5em Tahoma, Verdana, Arial;
	margin: 0px;
	padding: 2px 0px 5px;
}
a:link, a:visited {
	color:#33789c;
	text-decoration: none;
}
.right {
	float: right;
}
.left {
	float: left;
}

a:hover, a:active {
	color:#a2ad00;
}
.center-image {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 4px 0px;
}
.center-image img {
	border: 4px solid #E7EBF6;

}
#warpper {
	direction:rtl
}
#header {
	background: #000000;
}
#header .inner {
	background: url(../images/movable-type-logo.gif) no-repeat right center;
	height: 70px;
	width: 800px;
	margin: 0px auto;
}
#header .inner span {
	display: none;
}
#container {
	width: 800px;
	text-align: right;
	margin: 0px auto;
}
#content {
	float: right;
	width: 500px;
}
.content ul {
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.content li.bullet {
	background: url(../images/icon-bullet.gif) no-repeat right 5px;
	padding: 0px 15px 0px 0px;
}
.content li.check {
	background: url(../images/icon-check.gif) no-repeat right 5px;
	padding: 0px 15px 0px 0px;
}
.content ul li ul li {
}
.title {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #7f8833;
	margin: 10px 0px;
}
.subtitle {
	color: #599BBF;
	font: bold 15px Arial;
	background: url(../images/mt_logo_min.gif) no-repeat right 0px;
	padding-right: 20px;
	border-bottom: 1px solid #D2E4EE;
	padding-bottom: 2px;
	margin: 0px 0px 10px;
}
/* Tabs */
ul#tabs {
	list-style-type: none;
	font-size: 11px;
}
@media projection, screen {
.tabs-hide {
	display: none;
}
}
@media print {
.tabs-nav {
	display: none;
}
}
.tabs-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
.tabs-nav:after {
	display: block;
	clear: both;
	content: " ";
}
.tabs-nav li {
	float: right;
	margin: 0 2px 0 0;
	min-width: 60px;
}
.tabs-nav a, .tabs-nav a span {
	display: block;
	padding: 0 5px;
	background: url(../images/tab.gif) no-repeat;
}
.tabs-nav a {
	padding-left: 0;
	color: #000;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
}
.tabs-nav .tabs-selected a {
	color: #fff;
}
.tabs-nav a:hover {
	color: #fff;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
	background-position: 100% -26px;
	outline: 0; 
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
	background-position: 0 -126px;
}

.tabs-nav a span {
	width: 60px;
	min-width: 60px;
	height: 18px;
	min-height: 18px;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-right: 0;
}
*>.tabs-nav a span {
	width: auto;
	height: auto;
}
.tabs-nav .tabs-selected a span {
	padding-top: 3px;
	padding-bottom: 4px;
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
	background-position: 100% -76px;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
	background-position: 0 -176px;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited {
	cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
	cursor: pointer;
}
.tabs-nav .tabs-disabled {
	opacity: .4;
}
.tabs-container {
	background: #fff;
}
.tabs-loading em {
	padding: 0 0 0 20px;
	background: url(loading.gif) no-repeat 0 50%;
}
#footer {
	border-top:1px solid #cddee7;
	background:url(../images/footer-bg.jpg) repeat-x;
	margin: 10px 0px 0px;
	padding: 20px 0px 0px;
}
#footer-inner {
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	height:100px;
	width:800px;
}
#footer-inner ul {
	margin: 0px;
	padding: 0px;
}
#footer .inline-nav {
	color:#aaa;
}
#footer .inline-nav li {
	display:inline;
	border:0;
	border-right:1px solid #aaa;
	padding:0 7px;
}
#footer .inline-nav li.first {
	border:none;
	margin-right: 0px;
	padding-right: 0px;
}
.side {
	float: left;
	width: 280px;
	margin: 20px 20px 0px 0px;
}
.side h3 {
	color: #718EA5;
	margin:0px;
	padding:0px;
	font: bold 16px Arial, Helvetica, sans-serif;
}
#extra .item h4 {
	padding:5px 0px 4px 28px;
	background: url('images/install.png') no-repeat;
	font-weight:bold;
	font-size: 14px;
	direction:ltr;
	text-align:left;
}
.download {
	background: url(../images/download.gif) no-repeat center center;
	display: block;
	height: 24px;
	width: 24px;
}
.download span {
	display: none;
}
.farsi-pack {
	background: url(../images/mt-farsi-pack.jpg) no-repeat left top;
	height: 350px;
}
.clear {
	display: block;
	clear: both;
	height: 0;
}
.prev a {
	display: block;
	float: right;
	margin-left: 4px;
	margin-right: 4px;
	border-style: none;
}
.prev a img {
	border: 4px solid #E7EBF6;
	padding: 2px;
}
.prev a:hover img {
	border: 4px solid #F5F8FC;
}
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prev.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/next.gif) right 50% no-repeat; }

/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText{
color: #FF9834;
font-weight:bold;
text-decoration: none;
}
#nextLinkText{
padding-left: 20px;
}
#prevLinkText{
padding-right: 20px;
}
/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/

.ontop #imageData {
    padding-top: 5px;
}

/*** END : added padding when navbar is on top ***/

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}
#imageData #helpDisplay {clear: left; float: left; display: block; }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
