/* Global Properties */
body {
	margin: 0px;
    background: transparent url("images/gradient_beige.jpg") repeat-x left top;
	font-size: 70%;
	font-family: Tahoma, Arial;
}
a {
	color: #4E4F43;
}
a:hover {
	color: #2D2E2A;
}
/* Top mini-navigation */
#nav {
	background-color: #4D5C63;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 2px solid #2A343D;
	color: #E7E9DC;
	text-align: right;
	padding-right: 100px;
}
#nav a {
	color: #E7E9DC;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}
.ms-classic4-main { border-left: .75pt solid black; border-right: .75pt solid black;
               border-top: 1.5pt solid black; border-bottom: 1.5pt solid black }
.ms-classic4-tl { font-weight: bold; color: white; border-left-style: none; border-right-style:
               none; border-top-style: none; border-bottom: .75pt solid black;
               background-color: #B4B4CA }
.ms-classic4-left { font-weight: bold; color: black; border-style: none; background-color: white }
.ms-classic4-top { font-weight: bold; color: white; border-left-style: none; border-right-style:
               none; border-top-style: none; border-bottom: .75pt solid black;
               background-color: #B4B4CA }
.ms-classic4-even { color: black; border-style: none; background-color: white }
#category{
	font-size: 100%;
	margin: 0px;
	padding-left: 2%;
	margin-top: 3px;
	margin-bottom: 0px;
    text-align: center;
    direction: rtl;
}
#category p{
   background: url(images/content_body00.gif) repeat-y right;
}

#category a {
	color: #000000;
	text-decoration: none;
}
#category a:hover{
	text-decoration: underline;
    background-color: #FFFFFF;
    color: #000000;
}
/* Banner */
#banner {
	background-color: #FF9900;
	background-image: url(images/micro_022.jpg);
	background-repeat: no-repeat;
	border-bottom: 2px solid #2A343D;
	padding-top: 17px;
	padding-bottom: 17px;
	padding-left: 75px;
    height: 40px;
}
#banner h1 {
	color: #E7E9DC;
	font-weight: normal;
	font-size: 250%;
	margin: 0px;
}
#search {
  float: right;
  margin-top:10px;
  padding-top: 18px;
  margin-right: 20px;
  padding-right:10px;
  background: url(manage/images/1118.png) no-repeat right top;
}
#search_button{
  background-color: #CCCC99;
  color: #000066;
  font-size: 10px;
  font-family: Tahoma, Arial;
  border: solid 1px #000000;
}
#form{
  font-size: 10px;
  border-style: solid;
  border-width: 1px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-family: Tahoma, Arial;
}

/* The entire left column */
#left {
	width: 20%;
	float: right;
	background: url(images/content_body.gif) repeat-y right;
	border-right: 1px solid #BBBEAB;
	border-bottom: 1px solid #BBBEAB;
    border-left: 2px solid #BBBEAB;
	color: #4E4F43;
    direction: rtl;
    text-align: justify;
}
/* The links on the left side */
#fullnav a {
	padding-top: 2px;
	padding-bottom: 2px;
    padding-right: 10px;
	display: block;
	padding-left: 7%;
	border-bottom: 1px solid #BBBEAB;
	border-top: 1px solid #D2D3C6;
    background: url(images/content_body00.gif) repeat-y right;
	color: #1E2B31;
	text-decoration: none;
}
#fullnav a:hover {
    background: url(images/content_body0000.gif) repeat-y right;
    border-right: 5px #ff0000 solid;
}
/* The headings on the left */
#left h1 {
    background-color: #FFAC59;
    background-image: url(images/news.png);
    background-repeat: no-repeat;
    background-position: top right;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 100%;
	margin: 0px;
    margin-right: 6px;
    margin-left: 6px;
	padding-left: 1%;
    padding-right: 23px;
	border-bottom: 1px solid #BCBEB0;
	border-top: 1px solid #BCBEB0;
}

/* Left paragraph text */
#left p {
	padding: 5px;
	margin: 0px;
	margin-bottom: 3px;
    padding-right: 10px;
    padding-left: 10px;
	margin: 0px;
}
/* The entire center column */
#breaking_news{
   margin-right: 10px;
   margin-left: 10px;
}

#counter{
  background: url(images/content_body00.gif) repeat-y right;
  text-align: center;
}
#counter h1{
    background-color: #FFAC59;
    background-image: url(images/news.png);
    background-repeat: no-repeat;
    background-position: top right;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 100%;
	margin: 0px;
    margin-right: 6px;
    margin-left: 6px;
	padding-left: 1%;
    padding-right: 23px;
	border-bottom: 1px solid #BCBEB0;
	border-top: 1px solid #BCBEB0;
}

#counter p{
	padding: 5px;
	margin: 0px;
	margin-bottom: 3px;
	margin: 0px;
}

#center {
	float: left;
	width: 58%;
	margin-left: 0.8%;
	color: #484943;
    direction: rtl;
}

/* Center paragraphs */
#center p {
	padding-left: 6px;
	margin: 0px;
	margin-bottom: 5px;
    text-align: justify;
}

/* Center images */
#center img {
	float: left;
	border: 1px solid #979A84;
	margin-left: 4px;
	margin-bottom: 4px;
    margin-right: 6px;
}
/* Use class="left" if you want your image to be on the left */
#center .left {
	float: left;
	margin-left: 5px;
	margin-right: 4px;
	margin-bottom: 0px;
}

#subject{
    background-color: #333300;
    background-image: url(manage/images/news.gif);
    background-repeat: no-repeat;
    background-position: right top;
    text-align: right;
    font-size: 12px;
    font-weight: bold;
	color: #FFFFFF;
    height: 20px;
}
#subject p{
    margin: 3px;
    padding-right: 20px;
}
#date{
   text-align: right;
   background-color: #F4F4EA;
   margin-right: 10px;
   font-size: 10px;
   width: 60%;
}

#date a{
	color: #E7E9DC;
    font-size:12px;
    border: 1px solid #000000;
    background-color: #333366;
    text-decoration: none;
}
#date a:hover {
    background-color: #CCCC99;
    color: #000000;
}

/* The entire right column */
#right {
	width: 20%;
	float: right;
    background: url(images/content_body.gif) repeat-y right;
	border-left: 1px solid #BBBEAB;
	border-bottom: 1px solid #BBBEAB;
	color: #4E4F43;
    direction: rtl;
    text-align: justify top;
}
/* Right headings */
#right h1 {
    background-color: #FFAC59;
    background-image: url(images/news.png);
    background-repeat: no-repeat;
    background-position: top right;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 100%;
	margin: 0px;
    margin-right: 6px;
    margin-left: 6px;
	padding-left: 2%;
    padding-right: 23px;
	border-bottom: 1px solid #BCBEB0;
	border-top: 1px solid #BCBEB0;
}
/* Right paragraphs */
#right p {
	padding: 2px;
    margin: 0px;
	margin-right: 10px;
	margin-bottom: 3px;
    margin-left: 5px;
}

#right a {
  text-decoration: none;
}
#right a:hover{
  background-color: #CCCC99;
}

#header_date{
  float: right;
  font-size: 10px;
}
#news{
  height: 100%;
}
#news img{
  float: left;
}

#topnews{
border-bottom: dashed 1px #C1C191;
margin-right: 5px;
text-align: justify;
height: 100%;
}
#topnews img{
  float: right;
  padding-left: 10px;
}

/*comments*/

#comment {
    float: none;
    height: auto;
    margin-right: 110px;
    text-align: center;
    background-color: #CCCC99;
    border: solid 1px #000000;
    border-bottom-style: dashed;
    width:350px;
}
#comment h1{
    font-weight: bold;
    font-size: 11px;
    color: #000000;
}
#comment p{
  margin-right: 15px;
}

#comment_public{
  padding-right: 20px;
  width:100%;
  background: url(images/content_body00.gif) repeat-y right;
}
#comment_public h2{
background-color: #DFDFBF;
font-size:11px;
width:100%;
text-align: center;
}
#about {
  margin:20px 20px 20px 20px;
  padding: 20px 20px 20px 20px;
  text-align: justify;
  direction: rtl;
  border: 1px dashed #000000;
}
#sign_in{
  padding-right: 15px;
  text-align: right;
  direction: rtl;
  height: 75px;
  background: url(manage/images/78621.png) no-repeat left top;
}
#signin_button{
  border: #999999 1px solid;
  font-family: Tahoma;
  font-size: 10px;
  color: #000000;
  background-color: #99CC00;
  margin-right:70px;

}


/* Footer */
#footer {
	background-color: #4D5C63;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 2px solid #2A343D;
	color: #E7E9DC;
	text-align: center;
	float: left;
	width: 100%;
}
#footer p {
	padding-right: 100px;
	margin: 0px;
}
#footer a {
	color: #E7E9DC;
	border-bottom: 1px dashed #E7E9DC;
	text-decoration: none;
}
#footer a:hover {
	border-bottom: 0px;
}
