@CHARSET "UTF-8";

body {
  background-color: #000000;
}

img {
  border: 1px solid #a62c37;
}

a {
  color: #a62c37;
}

a:hover {
  color: #E09000;
}

a img {
  border: 1px solid #a62c37;
}

a:hover img {
  border: 1px solid #E09000;
}

li {
  list-style-image: url("images/arrow.gif");
}

.right {
  float: right;
  margin-left: 10px;
}

.left {
  float: left;
  margin-right: 10px;
}

.title, .subtitle {
  text-align: center;
  font-family: Arial, sans-serif;
  color: #a62c37;
  text-transform: capitalize;
}

.subtitle {
  color: #E09000;
}

p.admin_message_ok, p.admin_message_err{
  width: 450px;
  padding: 5px;
  margin: 20px 35px;
  color: white;
  background-color: green;
  font-weight: bold;
}
p.admin_message_err{
  background-color: #bb0000;
}

#ruller {
  width: 893px;
}

#top {
  height: 100px;
  background-image: url("images/top.jpg");
  background-repeat: no-repeat;
  background-position: 100px 0px;
}

#left {
  width: 225px;
  vertical-align: top;
  padding-top: 50px;
  background-image: url("images/left.gif");
  background-repeat: repeat-y;
  background-position: right;
}

#content {
  background-color: #FFFFFF;
  padding: 10px 10px 10px 10px;
}

#right {
  padding: 0px;
  background-color: #E7A839;
  vertical-align: top;
  width: 37px;
}

#content_top_right {
  background-image: url("images/top_right.gif");
  background-repeat: no-repeat;
  background-position: right top;
  width: 13px;
  height: 12px;
  float: right;
}

#bottom {
  height: 33px;
  background-image: url("images/bottom.jpg");
  background-repeat: no-repeat;
  background-position: 100px 0px;
}

#menu_ul, #submenu_social, #sumbenu_education, #submenu_charity {
  background-color: #EEEEEE;
  list-style: none;
  margin: 0px;  
  padding: 0px;
  text-align: left;
  border: none;
}

#menu_ul {
  margin: 0px;
  margin-left: 25px;
  width: 175px;
  list-style: none;
  list-style-image: none;
}

#submenu_social {
  width: 120px;
}
#sumbenu_education {
  width: 325px;
}
#submenu_charity {
  width: 390px;  
}

#submenu_social ul, #sumbenu_education ul, #submenu_charity ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  list-style-image: none;
}

#menu_ul LI, #submenu_social LI, #sumbenu_education LI, #submenu_charity LI {
  background-color: #EEEEEE;
  border-top: 1px #AAAAAA solid;
  padding: 0px;
  margin: 0px;
  line-height: 10px;
  font-size: 10px;
  height: 18px;
  list-style: none;
  list-style-image: none;
}

#menu_ul LI a, #submenu_social LI a, #sumbenu_education LI a, #submenu_charity LI a {
  padding: 2px 5px;
  margin: 0px;
  display: block;
  font: 12px Verdana, sans-serif;
  font-weight: bold;
  line-height: 14px;
  color: #000000;
  text-decoration: none;
  letter-spacing: 0px;
  text-align: left;
}

#menu_ul LI a {
  width: 165px;
}

#menu_ul LI a:hover, #submenu_social LI a:hover, #sumbenu_education LI a:hover, #submenu_charity LI a:hover {
  background-color: #CCCCCC;
}

#events img {
  margin: 5px;
  border: 1px solid #a62c37;
}

#events p {
  text-indent: 20px;
  margin-bottom: 0cm;
  text-align: justify;
}

#submenu_social, #sumbenu_education, #submenu_charity {
  position: absolute;
  visibility: hidden;
  z-index: 100;
  text-align: right;
  vertical-align: top;
  left: 200;
  top: 300;
  border: 1px solid #663322;
}

#financiar_content p {
  text-align: justify;
}

#index_ruller {
  width: 100%;
  height: 100%;
}

#index_ruller td {
  width: 50%;
  height: 50%;
  vertical-align: top;
}

img.events_img_right {
  float: right;
  margin-right: 10px;
}

#scurt_istoric {
	text-align: left;
	font: 12px;
	font-family: Georgia;
}

#addEvent {
  border: 1px solid #777777;
  background-color: #eeeeee;
  padding: 7px;
  width: 480px;
  margin-bottom: 15px;
}