﻿body {
    margin: 0;
    text-align:center;
    padding:0;
    direction: rtl;
    overflow:auto;
    clear:both;
}

/*** Main container ***/
#container {
border: 0px solid black;
width:780px;
text-decoration: none;
text-align: right;
margin: auto;
}

#sitename {
    width:780px;
    margin-top:5px;
}
/*** Content ***/

#content {
clear:both;
float:right;
margin:0;
text-decoration:none;
padding:2px 1px 2px 1px;
width:550px;
height:100%;
}

#upper_ad {
    height:75px;
    width: 530px;
    float: right;
}
#clear {
    clear: both;
}
#row1 {
    background-color: #ffd9c2;
    text-decoration: none;
}
#row0 {
    text-decoration: none;
    background-color: #e6e6e6;
}
a {
    text-decoration:none;
    color: black;
}
a.visited {
    text-decoration:none;
    color: black;
}
a img {
    border:0;
}
.main_title {
    font-size:large;
    color:orange;
    text-align:center;
}
#menu {
    width:auto;
    float:right;
}
#menu a, #menu a:visited, #menu a:hover {
    font-size:14px;
    color:#fd6502;
}
#title_page {
    background: #eee;
    text-align:center;
}
#title_page h1 {
    font-size:x-large;
}
#title_page h2 {
    font-size:large;
}
#title_page td {
    vertical-align:middle;
}
.title {
    width: 90px;
    background:#ffd9c2;
}
.data {
    background:#e6e6e6;
}

.description {
    background:#e6e6e6;
}
.gallery {
    background:#ffd9c2;
}
.gallery tr {
    background:#e6e6e6;
}

/*pagination */
  .pagination {
   padding:0px 0px 9px 0px;
   font-size: 16px;
   font-family:Arial, Helvetica, sans-serif;
   background: #e6e6e6;
  }

  .pagination a {
    padding: 2px 5px 2px 5px;
    color: black;
	font-weight: bold;
	font-size: 16px;
	font-family:Arial, Helvetica, sans-serif;
  }
  .pagination a:hover, .pagination a:active {
	padding: 2px 5px 2px 5px;
    color: #fd6502;
	font-size:17px;
  font-family:Arial, Helvetica, sans-serif;
  }
  .pagination span.current {
    padding: 2px 5px 2px 5px;
    font-weight: bold;
    background-color: #fd6502;
    color: black;
	font-size: 17px;
	font-family:Arial, Helvetica, sans-serif;
  }
.pagination span.disabled {
    padding: 2px 5px 2px 5px;
    color: #ddd;
	font-size: 16px;
	font-family:Arial, Helvetica, sans-serif;
}
.brief {
    color: #666;
}
.tablecontent, .tables {
    font-size:small;
    font-weight:bold;
    text-align:center;
}

}
#notice {
  border: 2px solid red;
  padding: 1em;
  margin-bottom: 2em;
  background-color: #f0f0f0 ;
  font: bold small sans-serif;
}
#admin ul {
    font-weight:bold;
    text-decoration: none;
    text-align: center;
    padding: 0;
    vertical-align: middle;
    margin:0;
}
#admin li {
    float:right;
    list-style:none;
    text-align:center;
    text-decoration: none;
    vertical-align:middle;
}
#admin a {
    color: black;
    font-size:18px;
    font-weight: bold;
    font-family:Arial, Helvetica, sans-serif;
    padding:1px 26px 0px;
    text-align:center;
}
#admin a:hover {
    color:#3007A9;
    font-size:18px;
    background:white;
    border: 0px solid black;
    padding:1px 26px 0px;
}
.searchbox {
    border-color:#fd6502;
    border-bottom-width:5px;
    border-top-width:5px;
    border-style:solid;

}