/*
  $template file: style.css, v1.0 2007-09-28 02:03 Farhad Zare;
  
  default stylesheer file that will be include all of pages
*/

body {
  margin-top:15px;
  margin-left:8px;
  margin-right:8px; 
  margin-bottom:0px;
  background-color:#E8E8EC;
}

/*********** links **********/
a {
  FONT-SIZE: 11px;
  font-family: Tahoma;
  color: #3D3D3D;
  TEXT-DECORATION: none;
}

a:hover {
  FONT-SIZE: 11px;
  font-family: Tahoma;
  color: #C40505;
  TEXT-DECORATION: none;
}

a:visited {
  FONT-SIZE: 11px;
  FONT-FAMILY: tahoma;
  TEXT-DECORATION: none;
}

a:active {
  FONT-SIZE: 11px;
  FONT-FAMILY: tahoma;
  TEXT-DECORATION: none;
}

/********* menu links ***********/
a.menu {
  font-family: Tahoma;
  color: #000000;
  TEXT-DECORATION: none;
}

a.menu:hover {
  font-family: Tahoma;
  color: #A70000;
  TEXT-DECORATION: none;
}

a.menu:visited {
  FONT-FAMILY: tahoma;
  TEXT-DECORATION: none;
}

a.menu:active {
  FONT-FAMILY: tahoma;
  TEXT-DECORATION: none;
}

/********* other links ***********/
a.copy {
  font-family: Tahoma;
  color: #FFFFFF;
  TEXT-DECORATION: none;
}

a.copy:hover {
  font-family: Tahoma;
  color: #FFFFFF;
  TEXT-DECORATION: none;
  font-weight: bold;
}

a.copy:visited {
  FONT-FAMILY: tahoma;
  TEXT-DECORATION: none;
}

a.copy:active {
  FONT-FAMILY: tahoma;
  TEXT-DECORATION: none;
}

.arash:link,.arash:visited {
  color:#646464;
}

.arash:hover {
  color:#C30000;
}

/********** tables ***************/
td {
  font-family: Tahoma;
  font-size: 11px;
}

/********** classes *************/
.bodytext {
  font-family: Tahoma;
  font-size: 12px;
}

.cmn {
  font-family: Tahoma;
  font-size: 11px;
}

.small {
  font-family: Tahoma;
  font-size: 11px;
}

.topic {
  font-family: Tahoma;
  font-size: 24px;
  font-weight: bold;
}

/************ forms **************/
TEXTAREA {
  font-family      : tahoma;
  font-size        : 11px;
  color            : #000000;
  background-color : #eee;
  border-bottom:1px solid #DCDCDC;
  border-right:1px solid #DCDCDC;
  border-left:1px solid #ACA899;
  border-top:1px solid #ACA899;
  height:auto;
}

SELECT {
  font-family      : tahoma;
  font-size        : 11px;
  color            : #000000;
  background-color : #eee;
  border-bottom:1px solid #DCDCDC;
  border-right:1px solid #DCDCDC;
  border-left:1px solid #ACA899;
  border-top:1px solid #ACA899;
  height:auto;
}

INPUT {
  font-family      : tahoma;
  font-size        : 11px;
  color            : #000000;
  background-color : #eee;
  border-bottom:1px solid #DCDCDC;
  border-right:1px solid #DCDCDC;
  border-left:1px solid #ACA899;
  border-top:1px solid #ACA899;
  height:auto;
}

.button {
  font-family      : Tahoma;
  font-style       : normal;
  font-size        : 11px;
  font-weight      : normal;
  color            : #000000;
  width: auto;
  height: 18px;
  line-height:9px;
  background-image: url(../../images/btmn.gif);
  background-repeat:repeat-x;
  border:1px solid #A7A7A7;
 /* -moz-border-radius: 10px;
  border-radius: 10px;*/
  text-align:center;
  padding-right:5px;
  padding-left:5px;
  margin-top:2px;
  margin-right:3px;
  background-color:#fff;
}

.inputbox {
  font-family      : tahoma;
  font-size        : 11px;
  color            : #000000;
  background-color : #eee;
  border-bottom:1px solid #DCDCDC;
  border-right:1px solid #DCDCDC;
  border-left:1px solid #ACA899;
  border-top:1px solid #ACA899;
  height:auto;
  
 }

/************ boxes **************/
.right_box_head {
  
}

/********** selection boxes *********/
.odd {
  display: block;
  background: #E2E2EC;
  color: #1A1A1A;
  border: 1px solid #C3C3C3;
  padding: 5px;
  width: 90%;
  text-align: right;
}

.odd:hover {
  background: #F6F6F8;
}
