/* CSS Document */
/***************************
*          Body            *
***************************/
body {
	direction: rtl;
	background-color:#fff;
	background-image:url(../img/body.jpg);
	background-position:top;
	background-repeat:repeat-x;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#777;
	margin: 0 0 0 0;
}
/***************************
*         Wrapper          *
***************************/
#wrapper1 {
	position:relative;
	text-align:left;
	width:100%;
}
#wrapper2 {
	position:relative;
	text-align:left;
	width:100%;
}
/***************************
*          Header          *
***************************/
#header {
	text-align:center;
}
#header h1 {
	font-size:200%;
}
#header a:hover {
	color:#7A2875;
}
/***************************
*         Toolbar          *
***************************/
#toolbar {
    width: 44%; /*taken by IE*/
}
/***************************
*          Search          *
***************************/
#search {
    border: 1px solid #eee;	/* Border width */
	border-style: none solid solid solid;
	background-color:#E4EAF2;	/* Background color */
	padding: 2px;	/* Space between border and content */
	font-size: 10px;	/* Font size of content */
    -moz-border-radius-bottomleft: 1em;
	-moz-border-radius-bottomright: 1em;
	-moz-opacity: .80;
	filter:alpha(opacity=80);
}
#search .cat {
    border: 1px solid #eee;	/* Border width */
	border-style: solid solid none solid;
	background-color:#E4EAF2;	/* Background color */
	padding: 2px;	/* Space between border and content */
	font-size: 9px;	/* Font size of content */
    font-weight: bold;
    -moz-border-radius-topleft: 1em;
	-moz-border-radius-topright: 1em;
	-moz-opacity: .80;
	filter:alpha(opacity=80);
}
#search div:hover, .active {
	background-image:url(../img/menu_a_hover.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	color:#000;
}
#search .downCat {
    border: 1px solid #eee;	/* Border width */
	border-style: none solid solid solid;
	background-color:#FFFFFF;	/* Background color */
	padding: 3 5 3 5;	/* Space between border and content */
	font-size: 10px;	/* Font size of content */
    font-weight: bold;
    -moz-border-radius-bottomleft: 1em;
	-moz-border-radius-bottomright: 1em;
	-moz-opacity: .80;
	filter:alpha(opacity=80);
}
/***************************
*           Nav            *
***************************/
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}
#nav li a {
	display:block;
	padding: 18px 10px 14px 10px;
	margin:0 1px 0 1px;
	color:#666;
	text-decoration:none;
    font-size: 10px;
	font-weight:bold;
}
#nav li a:hover, .active {
	background-image:url(../img/menu_a_hover.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	color:#000;
}
/***************************
*          Clear           *
***************************/
.clear {
	clear:both;
}
/***************************
*          Main            *
***************************/
#maincol {
	position:relative;
	margin:0;
}
/***************************
*          Left            *
***************************/
#leftcol { 
	position:relative;
	top: 10px;
	left: 10px;
	float:left;
	width:16%;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:16%; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	z-index:100;
}
/***************************
*          Right           *
***************************/
#rightcol {
	position:relative;
	top: 10px;
	right: 10px;
	float:right;
	width:16%;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:16%; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	z-index:99;
}
/***************************
*          Center          *
***************************/
#centercol {
	position: relative;
	top: 10px;
	padding: 0 270px;
	vertical-align: top;
}
/***************************
*          Footer          *
***************************/
#footer {
	position:relative;
	top:1px;
	width:100%;
	clear:both;
	margin:0;
	padding:1% 0;
	text-align:center;
	color:#CCC;
}
/***************************
*        blockquote        *
***************************/
#blockquote {
	position: relative;
	background-image:url(../img/bq.jpg);
	background-position:top;
	background-repeat:repeat-x;
	padding: 5px 5px 5px 5px;
	border:1px solid #eee;
	text-align: right;
    font-size: 10px;
    valign: top; 
}
#blockquote a {
	color:#3B699F;
	padding:2px;
	text-decoration:none;
}
#blockquote a:hover {
	color:#6A97C3;
}
#blockquote h1 {
    font-size:10px;
}
#blockquote img{
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    padding: 3px 3px 3px 3px;
    border: 2px solid #CCCCCC;
}
#blockquote img:hover {
    border: 2px solid #CCCCCC;
    background-color: #E4EAF2;
}
/***************************
*         blueBack         *
***************************/
.blueBack {
	position: relative;
	background-image:url(../img/blueBack.jpg);
	background-position:top;
	background-repeat:repeat-x;
	padding: 5px 5px 5px 5px;
	border:1px solid #eee;
	text-align: right;
    font-size: 10px;
    valign: top;
}
/***************************
*         Advertise        *
***************************/
#farkhondeh {
	position: absolute;
	background-image:url(../img/blueBack.jpg);
	background-position:top;
	background-repeat:repeat-x;
	padding: 5px 5px 5px 5px;
	border:2px solid #eee;
	text-align: right;
    font-size: 10px;
    valign: top;
    top: 30%;
    left: 35%;
    z-index: 100000;
}
#farkhondeh a {
	color:#3B699F;
	padding:2px;
	text-decoration:none;
}
#farkhondeh a:hover {
	color:#6A97C3;
}
#farkhondeh h1 {
    font-size:10px;
}
#farkhondeh img{
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    padding: 3px 3px 3px 3px;
    border: 2px solid #CCCCCC;
}
#farkhondeh img:hover {
    border: 2px solid #CCCCCC;
    background-color: #E4EAF2;
}
/***************************
*       Table Header       *
***************************/
#tableHeader {
	height: 2%;
	position: relative;
    border: 1px solid #eee;	/* Border width */
	border-style: solid solid none solid;
	background-color:#E4EAF2;	/* Background color */
	padding: 10 0 0 0;	/* Space between border and content */
	font-size: 10px;	/* Font size of content */
    -moz-border-radius-topleft: 1em;
	-moz-border-radius-topright: 1em;
	-moz-opacity: .80;
	filter:alpha(opacity=80);
}
#tableHeader h1{
    font-size: 10px
}
#tableHeader p{
    font-size: 9px;
    text-indent: 10px;
}
/***************************
*       Table Content      *
***************************/
#tableContent {
	vertical-align: top;
	padding: 0 0 0 0;	/* Space between border and content */
	font-size: 10px;	/* Font size of content */
}
/***************************
*          Paging          *
***************************/
#page_number{
	-MOZ-OPACITY: .80;
	FILTER:alpha(opacity=80);
	BORDER: 2px solid #C0CFE5;
}
#page_number_focus {
	-MOZ-OPACITY: .80;
	FILTER:alpha(opacity=80);
	BORDER: 2px solid #C0CFE5;
	BACKGROUND-COLOR   : #E4EAF2;
}
/***************************
*         MiniBar          *
***************************/
#miniBar {
	position: fix;
	background-color:#eee;
	text-align: right;
	padding:7px 5px 7px 5px;
	font-size:10px;
}
#miniBar a {
	background-color:#f6f6f6;
	padding:3px;
	text-decoration:none;
    color: #000;
}
#miniBar a:hover {
	color:#000;
	background-color:#fff;
}
/***************************
*         Shadow           *
***************************/
#shadow {
	background-image:url(../img/shadow.jpg);
	height:53px;
}
/***************************
*           ALL            *
***************************/
* {
	padding:0;
	margin:0
}
/***************************
*       Form Object        *
***************************/
SELECT {
	BACKGROUND: transparent;
    BORDER-BOTTOM: #7D97B2 1px solid;
    BORDER-LEFT: #7D97B2 1px solid;
    BORDER-RIGHT: #7D97B2 1px solid;
    BORDER-TOP: #7D97B2 1px solid;
    COLOR: #506B86;
    FONT-FAMILY: Tahoma, verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    FONT-STYLE: normal;
    FONT-VARIANT: normal;
    LINE-HEIGHT: normal;
    TEXT-DECORATION: none;
}
OPTION {
	BACKGROUND: transparent;
    BORDER-BOTTOM: #7D97B2 1px solid;
    BORDER-LEFT: #7D97B2 1px solid;
    BORDER-RIGHT: #7D97B2 1px solid;
    BORDER-TOP: #7D97B2 1px solid;
    COLOR: #506B86;
    FONT-FAMILY: Tahoma, verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    FONT-STYLE: normal;
    FONT-VARIANT: normal;
    LINE-HEIGHT: normal;
    TEXT-DECORATION: none;
}
TEXTAREA {
	BACKGROUND: transparent;
    BORDER-BOTTOM: #7D97B2 1px solid;
    BORDER-LEFT: #7D97B2 1px solid;
    BORDER-RIGHT: #7D97B2 1px solid;
    BORDER-TOP: #7D97B2 1px solid;
    COLOR: #506B86;
    FONT-FAMILY: Tahoma, verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    FONT-STYLE: normal;
    FONT-VARIANT: normal;
    LINE-HEIGHT: normal;
    TEXT-DECORATION: none;
}
INPUT {
	BACKGROUND: transparent;
    BORDER-BOTTOM: #7D97B2 1px solid;
    BORDER-LEFT: #7D97B2 1px solid;
    BORDER-RIGHT: #7D97B2 1px solid;
    BORDER-TOP: #7D97B2 1px solid;
    COLOR: #506B86;
    FONT-FAMILY: Tahoma, verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    FONT-STYLE: normal;
    FONT-VARIANT: normal;
    LINE-HEIGHT: normal;
    TEXT-DECORATION: none;
    height: 20px;
    vertical-align: middle;
}
