                                                                                                                                                                /**
 * redbar.css
 *
 * Copyright (c) 2012 Alireza Tootoonchi
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Redbar theme.
 *
 * $Id: redbar.css,v 1.3.2.1 2009/04/08 19:43:27 asmecher Exp $
 */

body {
	color: #000000;
  text-decoration: none;
  background-image: url("images/administrator/Bottom_texture.jpg");
}

a:link {
	color: #0053A6;
  text-decoration: none
}

a:active {
	color: #0053A6;
  text-decoration: none
}

a:visited {
	color: #0053A6;
  text-decoration: none
}

a:hover {
	color: #000000;
	
  text-decoration: none
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #eeeeee;
}

input.defaultButton {
	background-color: #92EDE3;
	color: #00005B;
}
/*
#header {
  background-image: url(http://mehdijournal.com/file-mehdi/me1.jpg);
}*/

#header:before {
    background-image: url("images/administrator/header.png");
    background-position: center top;
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 225px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2;
}
#header:after {
    background-image: url("images/administrator/header.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 225px;
    left: 15px;
    position: absolute;
    right: 15px;
    top: 0;
    z-index: -1;
}
#header {
    height: 225px;
    margin: 0 auto;
    position: relative;
    width: 100%;
}
#headerTitle {
	text-align: left !important;
}

#header h1 {
	font-family: "Times New Roman", Times, serif;
  text-decoration: none
}

#main {
  background-color: #F5F5F5;
  border:   5px  double #F5F5F5;
}

#main h2 {
  font-family: "Times New Roman", Times, serif;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #0053a6;
}

#main h3 {
	font-family: "Times New Roman", Times, serif;
  text-decoration: none
}

#navbar {
	border-bottom: 1px solid #8099b3;
	border-top: 1px solid #8099b3;
	border-left: 1px solid #8099b3;
	border-right: 1px solid #8099b3;
  background: url("images/nav.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}

#breadcrumb {
	padding-bottom: 10px;
	border-bottom: 1px dotted #ae465c;
}

#content {
	border-top: 0px dotted #000;
  font-family: Cambria;
  font-size: 15px;
  text-decoration: none;
}

#content h3 {
    background-color: #f3d10c;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-family: Tahoma;
    font-size: 13px;
    font-weight: bold;
    padding: 5px;
    text-decoration: none;
}

#content h4 {
	font-family: Cambria, 'Arial Rounded MT Bold';
  font-size: 20px;
  font-weight: normal;
  text-decoration: none;
  margin: auto;
  background: #87CEEB;
  color: #000000;
  alignment-adjust: central;
  float: center;
  line-height: normal;
  alignment-baseline: central;
  float-offset: center;
  text-align: center
}

#navbar a {
    background: url("images/menuitem.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkitborder-radius: 6px;
    color: #fff !important;
    font-family: tahoma;
    font-size: 12px;
    padding: 5px 21px;
}

#navbar a:hover{
    background: url("images/menuitem.png") no-repeat scroll center left rgba(0, 0, 0, 0);
    color:#0053a6 !important;
} 

                            
                            
                            
                            
                            