﻿/*
 * CSS Style for Mambo CMS Templates
 * @author Farhad Noori
 * @url http://partgroup.ir
 * @email Info@partgroup.ir
 */

html, body, wrapper {
	height:100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: right;
	font-family: Tahoma, Verdana, "Lucida Sans";
	font-size: 11px;
	color: #000000;
}
td, tr, p, div {
  font-family      : tahoma;
  font-size        : 11px;
  color: #000000;
}

hr {
  background       : #CCCCCC;
  height           : 1px;
  width            : 100%;
}


/* Mambo CSS
--------------------------------------------------------- */
a:link, a:visited{
	color: #000000;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
ul {
	margin: 0px;
	margin-right: 15px;
	padding: 0px;
	direction: rtl;
}
ul a:link, ul a:visited{
	color: #990033;
}
ul a:hover{
	text-decoration: underline;
}
.inputbox {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #454545;
	background: #cccccc;
	border: 1px solid #929292;
	text-align: left;
	direction: rtl;
	}
.button {
	font-family: Tahoma;
	font-size:10px;
	color:#FFFFFF;
	background-color: #5F8183;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #888888;
	border-top: 1px solid #888888;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
	margin-top: -2px;
}
.contentheading {
	font-family: Tahoma, Verdana, "Lucida Sans";
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
    text-align: center;
    
	background-image: url(../images/content.jpg);
	background-position: center;
	background-repeat: no-repeat;
	width: 475px;
	height: 51px;
	padding: 17px 55px 15px 0px;
}
.contentheading a:link, .contentheading a:visited {
	font-family: Tahoma, Verdana, "Lucida Sans";
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	padding-top: 17px;
	
}
.contentheading a:hover {
	text-decoration: underline;
	padding-top: 17px;
}
.componentheading {
	font-family: Tahoma, Verdana, "Lucida Sans";
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-align: right;
}
.modifydate{
	font-family: Tahoma, Verdana, "Lucida Sans";
	font-size: 10px;
	color: #D3D3D3;
}
.small {
	display: block;
	font-size: 9px;
	color: #ffffff;
	text-align: right;
	background-image: url(../images/xray.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 15px;

	}
.smalldark{
	font-family: Tahoma, Verdana, "Lucida Sans";
	font-size: 10px;
	color: #D3D3D3;
}
.createdate{
	display: block;
	height: 16px;
	font-size: 9px;
	color: #cccccc;
	text-align: right;
	background-image: url(../images/date.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-right: 15px;

}
.readon{
	font-family: Tahoma, Verdana, "Lucida Sans";
	font-size: 11px;
	color: #D7D7D7;
}
a.readon:link, a.readon:visited {
	font-family: Tahoma, Verdana, "Lucida Sans";
	font-size: 11px;
	color: #D7D7D7;
	text-decoration: none;
	display: block;
}
a.readon:hover {
	text-decoration: none;
	color: #f1f1f1;
}
td.buttonheading {
	width: 16px;
}
table.contentpaneopen{
	width: 100%;
}
.contentpaneopen{
	font-family: Tahoma, Verdana, "Lucida Sans";
	font-size: 11px;
	color: #000000;
}
.mosimage_caption{
	font-family: Tahoma, Verdana, "Lucida Sans";
	font-size: 10px;
	color: #5b5c5c;
}
.sectiontableheader {
	background-color : #9C1041;
	background-repeat: repeat;
	padding: 2px;
	color : #FFFFFF;
	font-weight : bold;
	padding: 2px;
}
.sectiontableentry1 {
	background-color : #FFFFFF;
}	
.sectiontableentry2 {
	background-color : #F3F3F3;
}

.pathway {
  font-family: tahoma;
  font-size: 11px;
  color: #ffffff;
}

a.pathway:link, a.pathway:visited {
  color            : #ffffff;
  font-weight      : normal;
}

a.pathway:hover {
  color            : #ffffff;
  font-weight      : normal;
  text-decoration   : underline;
}


/* MAIN MENU STYLING
--------------------------------------------------------- */
a.mainlevel:link, a.mainlevel:visited {
	font-size: 11px;
	display: block;
	height: 21px;
	width: 196px;
	font-family: Tahoma, Verdana, "Lucida Sans";
	text-decoration:none;
	color: #ffffff;
	text-align: center;
	background-image: url(../images/menu_h.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
a.mainlevel:hover {
	color: #ffffff;
	font-weight: bold;
	display: block;
	height: 21px;
	width: 196px;
	background-image: url(../images/menu_g.jpg);
	background-repeat: no-repeat;
	background-position: center;
}	
a.sublevel:link, a.sublevel:visited {
	font-size: 11px;
	display: block;
	height: 21px;
	width: 196px;
	font-family: Tahoma, Verdana, "Lucida Sans";
	text-decoration:none;
	color: #ffffff;
	text-align: left;
	text-indent: 5px;
	background-image: url(../images/menu_h.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
a.sublevel:hover {
	color: #ffffff;
	font-weight: bold;
	display: block;
	height: 21px;
	width: 196px;
	background-image: url(../images/menu_g.jpg);
	background-repeat: no-repeat;
	background-position: center;;	
}
#active_menu {
	font-weight: bold;
	display: block;
	height: 21px;
	width: 196px;
	color: #ffffff;
}
#active_menu.sublevel {
	font-weight: bold;
	display: block;
	height: 21px;
	width: 196px;
	color: #ffffff;
}

a.mainlevel-nav{
	margin-left: 3px;
	margin-right: 3px;
	padding-bottom: 2px;
}
a.mainlevel-nav:link, a.mainlevel-nav:visited {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	border-bottom: 2px solid #000000;
	height: 20px;
	line-height: 20px;
	}
	
a.mainlevel-nav:hover {
	color: #333333;
   text-align: right;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 2px solid #D3DBFB;
	height: 20px;
	line-height: 20px;
	}

ul#mainlevel-nav {
	list-style		: none;
	padding			: 0;
	margin			: 0;
	text-align:center;
}

ul#mainlevel-nav li
{
	float			: right;
	white-space		: nowrap;
	background-image:none;
}
ul#mainlevel-nav li a:hover
{
	color: #FFFFFF;
}

/* BOXED MENU STYLE
--------------------------------------------------------- */
table.moduletable {
	margin-bottom: 10px;
}
table.moduletable th {
	background-image: url(../images/model_top.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	width: 221px;
	height: 43px;
	font-family: Tahoma, Verdana, "Lucida Sans";
	font-size: 11px;
	color: #ffffff;
	text-align: center;
	direction: rtl;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 10px;
}
table.moduletable td {
	font-family: Tahoma, Verdana, "Lucida Sans";
	font-size: 11px;
	color: #000000;
	padding: 0px 10px 0px 10px;
}





