/* styles for all not defined objects */
*       {
        /*font-family: Georgia, Tahoma, Arial, sans-serif;
        font-size: 12px;
	      color: #524B41;*/
}
/* styles for main objects */
body {
  height:100%;
  margin:0;
  padding:0;
  font-size:16px;
  font-family: Georgia, Tahoma, Arial, sans-serif;
  background: #FFFFFF;}
h1 {font-size: 24px; margin:0;} 
h2 {font-size: 20px; margin:0; font-weight: normal;} 
h3 {font-size: 18px; margin:0; font-weight: normal;} 
h4 {font-size: 14px; margin:0; font-weight: normal;} 
h5 {font-size: 12px; margin:0; font-weight: normal;} 
h6 {font-size: 11px; margin:0; font-weight: normal;}
address {font-size: 13px; font-style: italic;} 
pre {font-size: 13px;} 
big {font-size: 1.4em;} 
a, a href, a:link, a:visited, a:active, .a {
  color: #3765A4;
  font-family: Georgia, Tahoma, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
}
a:hover, .a:hover {
  color: #3765A4;
  font-family: Georgia, Tahoma, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  text-decoration: underline;
}
a:link.link1, a:visited.link1, a:active.link1 {
  color: #666666;
  font-family: Georgia, Tahoma, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
}
a:hover.link1 {
  color: #0A99DD;
  font-family: Georgia, Tahoma, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  text-decoration: underline;
}
a:link.bottom_link, a:visited.bottom_link, a:active.bottom_link {
  color: #FFFFFF;
  font-family: Georgia, Tahoma, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
}
a:hover.bottom_link {
  color: #FFFFFF;
  font-family: Georgia, Tahoma, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-decoration: underline;
}
a:link.links, a:visited.links, a:active.links {
  color: #2244AA;
  font-family: Georgia, Tahoma, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
}
a:hover.links {
  color: #2244FF;
  font-family:  Georgia, Tahoma, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-decoration: underline;
}
a:link.small_links, a:visited.small_links, a:active.small_links {
  color: #2244AA;
  font-family: Georgia, Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-size: 12px;
  text-decoration: none;
}
a:hover.small_links {
  color: #2244FF;
  font-family:  Georgia, Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-size: 12px;
  text-decoration: underline;
}
br {
  font-size: 13px;
}
ul, ol, li, b, i, u, p, strong, span {
  font-family: Georgia, Tahoma, Arial, sans-serif;
  font-size: 15px;
}
ul {
  padding-left:15px ;
  font-family: Georgia, Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-size: 13px;
}
textarea, .textarea {
  color: #524B41;
  font-size: 13px;
  font-family:  Georgia, Tahoma, Arial, sans-serif;
  border-top: solid 1px #CCCCCC;
  border-left: solid 1px #CCCCCC;
  border-right: solid 1px #CCCCCC;
  border-bottom: solid 1px #CCCCCC;
  background: #FFFFFF;
  margin: 0 0 0 0; 
  padding: 0 2px 0 2px;
}
textarea:hover, .textarea_over {
  color: #555555;
  border-top: solid 1px #555555;
  border-left: solid 1px #555555;
  border-right: solid 1px #555555;
  border-bottom: solid 1px #555555;
  background: #FFFFFF;
}
input, .input {
  color: #524B41;
  font-size: 13px;
  font-family:  Georgia, Tahoma, Arial, sans-serif;
  height: 17px;
  border-top: solid 1px #CCCCCC;
  border-left: solid 1px #CCCCCC;
  border-right: solid 1px #CCCCCC;
  border-bottom: solid 1px #CCCCCC;
  background: #FFFFFF;
  margin: 0 0 0 0; 
  padding: 0 2px 0 2px;
}
.input_onfocus, .input:hover {
  color: #555555;
  border-top: solid 1px #555555;
  border-left: solid 1px #555555;
  border-right: solid 1px #555555;
  border-bottom: solid 1px #555555;
  background: #FFFFFF;
}
.input_readonly {
  color: #524B41;
  font-size: 13px;
  font-family:  Georgia, Tahoma, Arial, sans-serif;
  height: 17px;
  border-top: solid 1px #CCCCCC;
  border-left: solid 1px #CCCCCC;
  border-right: solid 1px #CCCCCC;
  border-bottom: solid 1px #CCCCCC;
  background: #EEEEEE;
  margin: 0 0 0 0; 
  padding: 0 2px 0 2px;
}
select {
  color: #524B41;
  font-size: 12px;
  font-family:  Georgia, Tahoma, Arial, sans-serif;
  height: 20px;
  border-top: solid 1px #CCCCCC;
  border-left: solid 1px #CCCCCC;
  border-right: solid 1px #CCCCCC;
  border-bottom: solid 1px #CCCCCC;
  background: #FFFFFF;
  margin: 0 0 0 0; 
  padding: 0 2px 0 2px;
  vertical-align:bottom;
}
optgroup {
  color: #524B41;
  font-size: 13px;
  font-family:  Georgia, Tahoma, Arial, sans-serif;
  border: 0;
  background: #FFFFFF;
  margin: 0 0 0 0; 
  padding: 2px 2px 2px 2px;
}
option {
  color: #524B41;
  font-size: 13px;
  font-family:  Georgia, Tahoma, Arial, sans-serif;
  height: 14px;
  border: 0;
  background: #FFFFFF;
  margin: 0 0 0 0; 
  padding: 1px 2px 1px 10px;
}
.button, .button_onfocus {
  color: #524B41;
  background: #FFFFFF;
  font-size: 12px;
  font-family: Georgia, Tahoma, Arial, sans-serif;
  height: 22px;
  border-top: solid 1px #555555;
  border-left: solid 1px #555555;
  border-right: solid 1px #555555;
  border-bottom: solid 1px #555555;
  cursor: pointer;
  margin: 0 0 0 0; 
  padding: 0 5px 0 5px;
}
.button:hover{
  color: #FFFFFF;
  background: #0085EC;
  border-top: solid 1px #0060AC;
  border-left: solid 1px #0060AC;
  border-right: solid 1px #0060AC;
  border-bottom: solid 1px #0060AC;
  cursor: pointer;
  margin: 0 0 0 0; 
  padding: 0 5px 0 5px;
}
.button_ok {
  background: url('../_img/small_ok.jpg');
  height: 18px;
  width: 18px;
  cursor: pointer;
  border: 0;
  margin: 0 0 0 0; 
  padding: 0 0 0 0;
}
.button_ok:hover {
  background: url('../_img/small_ok_over.jpg');
}
.button_cancel {
  background: url('../_img/small_cancel.jpg');
  height: 18px;
  width: 18px;
  cursor: pointer;
  border: 0;
  margin: 0 0 0 0; 
  padding: 0 0 0 0;
}
.button_cancel:hover {
  background: url('../_img/small_cancel_over.jpg');
}
.button_preview {
  background: url('../_img/small_preview.jpg');
  height: 18px;
  width: 18px;
  cursor: pointer;
  border: 0;
  margin: 0 0 0 0; 
  padding: 0 0 0 0;
}
.button_preview:hover {
  background: url('../_img/small_preview_over.jpg');
}
.button_config {
  background: url('../_img/small_config.jpg');
  height: 18px;
  width: 18px;
  cursor: pointer;
  border: 0;
  margin: 0 0 0 0; 
  padding: 0 0 0 0;
}
.button_config:hover {
  background: url('../_img/small_config_over.jpg');
}
.button_user {
  background: url('../_img/small_user.jpg');
  height: 18px;
  width: 18px;
  cursor: pointer;
  border: 0;
  margin: 0 0 0 0; 
  padding: 0 0 0 0;
}
.button_user:hover {
  background: url('../_img/small_user_over.jpg');
}
.button_users {
  background: url('../_img/small_users.jpg');
  height: 18px;
  width: 18px;
  cursor: pointer;
  border: 0;
  margin: 0 0 0 0; 
  padding: 0 0 0 0;
}
.button_users:hover {
  background: url('../_img/small_users_over.jpg');
}
.button_reply {
  background: url('../_img/small_reply.jpg');
  height: 18px;
  width: 18px;
  cursor: pointer;
  border: 0;
  margin: 0 0 0 0; 
  padding: 0 0 0 0;
}
.button_forward:hover {
  background: url('../_img/small_forward_over.jpg');
}
.button_forward {
  background: url('../_img/small_forward.jpg');
  height: 18px;
  width: 18px;
  cursor: pointer;
  border: 0;
  margin: 0 0 0 0; 
  padding: 0 0 0 0;
}
.button_reply:hover {
  background: url('../_img/small_reply_over.jpg');
}
.button_new {
  background: url('../_img/small_new.jpg');
  height: 18px;
  width: 18px;
  cursor: pointer;
  border: 0;
  margin: 0 0 0 0; 
  padding: 0 0 0 0;
}
.button_new:hover {
  background: url('../_img/small_new_over.jpg');
}
.button_delete {
  background: url('../_img/small_delete.jpg');
  height: 18px;
  width: 18px;
  cursor: pointer;
  border: 0;
  margin: 0 0 0 0; 
  padding: 0 0 0 0;
}
.button_delete:hover {
  background: url('../_img/small_delete_over.jpg');
}
.button_search {
  background: url('../_img/small_search.jpg');
  height: 18px;
  width: 18px;
  cursor: pointer;
  border: 0;
  margin: 0 0 0 0; 
  padding: 0 0 0 0;
}
.button_search:hover {
  background: url('../_img/small_search_over.jpg');
}
.red_button_search{
  background: url('../_img/button_search.jpg');
  height: 23px;
  width: 76px;
  cursor: pointer;
  border: 0;
  margin: 0 0 0 0; 
  padding: 0 0 0 0;
}
.red_button_subscription{
  background: url('../_img/button_get_news.jpg');
  height: 23px;
  width: 76px;
  cursor: pointer;
  border: 0;
  margin: 0 0 0 0; 
  padding: 0 0 0 0;
}
.button_save_window {
  background: url('../_img/small_save_window.jpg');
  height: 18px;
  width: 18px;
  cursor: pointer;
  border: 0;
  margin: 0 0 0 0; 
  padding: 0 0 0 0;
}
.button_save_window:hover {
  background: url('../_img/small_save_window_over.jpg');
}
.button_load_window {
  background: url('../_img/small_load_window.jpg');
  height: 18px;
  width: 18px;
  cursor: pointer;
  border: 0;
  margin: 0 0 0 0; 
  padding: 0 0 0 0;
}
.button_load_window:hover {
  background: url('../_img/small_load_window_over.jpg');
}
.button_checkall {
  background: url('../_img/small_checkall.jpg');
  height: 18px;
  width: 18px;
  cursor: pointer;
  border: 0;
  margin: 0 0 0 0; 
  padding: 0 0 0 0;
}
.button_uncheckall {
  background: url('../_img/small_uncheckall.jpg');
  height: 18px;
  width: 18px;
  cursor: pointer;
  border: 0;
  margin: 0 0 0 0; 
  padding: 0 0 0 0;
}
.username {
  color: #555555;
  background: transparent;
  font-size: 13px;
  font-family:  Georgia, Tahoma, Arial, sans-serif;
  vertical-align: baseline;
  margin: 0 0 0 0; 
  padding: 0 0 0 0;
}
.checkbox, .radio {
  color: #524B41;
  font-size: 13px;
  font-family:  Georgia, Tahoma, Arial, sans-serif;
  height: 15px;
  border: 0;
  background: transparent;
  margin: 0 0 0 0; 
}
.tdform{
  font-size: 13px;
  font-family: Georgia, Tahoma, Arial, sans-serif;
  font-weight: normal;
  background: #EEEEEE; 
  border: solid 1px #CCCCCC;
  padding: 3px; 
  margin: 0px;
}
form {
  padding: 0px;
  margin: 0px;
}
.user_form {
  padding: 0;
  margin: 0;
}
fieldset {
  background: transparent; 
  border: solid 1px #DDDDDD;
  padding: 5px;
  margin: 0px;
}
legend {
  background: #FFFFFF;
  border: 0;
  color: #3765A4;
  padding: 3px;
  font-size: 12px;
  font-weight: bold;
  font-family: Georgia, Tahoma, Arial, sans-serif;
}
p + p {
  text-indent: 0;
  margin-top : 5px
}

.hr {
  background: url('../_img/hr.gif') #FFFFFF;
  background-repeat: repeat-x;
  height: 3px;
}
.hr1 {
  background: url('../_img/hr.gif') #EEEEEE;
  background-repeat: repeat-x;
  height: 3px;
}
.hr_mod {
  background: url('../_img/hr.gif') #FFFFFF;
  background-repeat: repeat-x;
  height: 3px;
}
.photo1
  {
  border-width: 1px;
  border-color: #999999; 
  border-style: solid;
}
.photo2
  {
  border-width: 1px;
  border-color: #E89900; 
  border-style: dotted;
  background: #FFFFCC;
}
.picture
  {
  border-width: 1px;
  border-color: #FFFFFF; 
  border-style: solid;
}
.frameimg, .blogimg
  {
  border: 0;
  background: #FFFFFF;
  margin: 0px;
  padding: 0px;
}
.frameimg_left
  {
  float: left;
  background: none;
  border: 1px #999999 solid;
  margin-left: 0px;
  margin-right: 5px;
  margin-top: 2px;
  margin-bottom: 5px;
  padding: 3px;
}
.frameimg_left:hover
  {
  float: left;
  background: none;
  border: 1px #DA862E solid;
  margin-left: 0px;
  margin-right: 5px;
  margin-top: 2px;
  margin-bottom: 5px;
  padding: 3px;
}
.frameimg_right
  {
  float: right;
  background: none;
  border: 1px #999999 solid;
  margin-left: 10px;
  margin-right: 0px;
  margin-top: 2px;
  margin-bottom: 5px;
  padding: 3px;
}
.frameimg_center
  {
  float: center;
  text-align: center; 
  background: none;
  border: thin #999999 solid;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 10px;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-left: 0px;
  padding-right: 0px;
}
.frameyotube_center
{
  float: center;
  text-align: center; 
  background: #FFFFFF;
  border: 0;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
}
.framebox_right
  {
  float: right;
  background: #FFFFFF;
  border: 1px;
  margin-left: 5px;
  margin-right: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0px;
}
.frame_prod
  {
  float: right;
  background: #FFFFFF;
  border: thin #EEEEEE solid;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 5px;
  padding: 3px;
  }
.frameimg_prod
  {
  float: right;
  /* min-width: 20px; */
  width: 140px; 
  border: none;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 5px;
  padding: 0px;
  }
.table1_header {
  font-family: Georgia, Tahoma, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
	border-width: 1px;
	padding: 2px 5px 2px 5px;
	border-style: solid none solid solid;
	border-color: #AAAAAA;
	background-color: #DDDDDD;
}
.table1_header_right {
  font-family: Georgia, Tahoma, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
	border-width: 1px;
	padding: 2px 5px 2px 5px;
	border-style: solid solid solid solid;
	border-color: #AAAAAA;
	background-color: #DDDDDD;
}
.table1 {
  font-family: Georgia, Tahoma, Arial, sans-serif;
  font-size: 12px;
	border-width: 1px;
	padding: 2px 5px 2px 5px;
	border-style: none none dotted dotted;
	border-color: #AAAAAA;
	background-color: #FFFFFF;
}
.table1_right {
  font-family: Georgia, Tahoma, Arial, sans-serif;
  font-size: 12px;
	border-width: 1px;
	padding: 2px 5px 2px 5px;
	border-style: none dotted dotted dotted;
	border-color: #AAAAAA;
	background-color: #FFFFFF;
}
.header0 {
  color: #9C968A;
  font-family: Georgia, Tahoma, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}
.header0_back {
  color: #524B41;
  height: 35px;
  font-family: Georgia, Tahoma, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  padding-left: 10px;
}
.header1 {
  color: #000000;
  font-family: Georgia, Tahoma, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
.text1 {
  font-family: Georgia, Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  text-decoration: none;
}
.text1_back {
  color: #524B41;
  background-color: #FFFFFF;
  font-family: Georgia, Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-size: 12px;
  text-decoration: none;
}
.header2 {
  color: #524B41;
  font-family: Georgia, Tahoma, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  text-decoration: none;
}
.text2 {
  color: #524B41;
  font-family: Georgia, Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-size: 9px;
  text-decoration: none;
}
.text2_back {
  color: #524B41;
  background-color: #EBEBEB;
  font-family: Georgia, Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-size: 9px;
  text-decoration: none;
}
.header3 {
  color: #524B41;
  font-family: Georgia, Tahoma, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}
.text3 {
  color: #524B41;
  font-family: Georgia, Tahoma, Arial, sans-serif;
  font-weight: bold;
  font-size: 10px;
  text-decoration: none;
}
.text3_back {
  color: #524B41;
  background: #FFFFCC;
  border-top: dotted 1px #E89900;
  border-left: dotted 1px #E89900;
  border-right: dotted 1px #E89900;
  border-bottom: dotted 1px #E89900;
  font-family: Georgia, Tahoma, Arial, sans-serif;
  font-weight: bold;
  font-size: 10px;
  text-decoration: none;
}
.intd1 {
  color: #524B41;
  font-family: Georgia, Tahoma, Arial, sans-serif;
  font-size: 12px;
  padding-left: 12px;
  padding-right: 10px;
}
.intd1_back {
  color: #524B41;
  background: #FFFFFF;
  border: solid 1px #DDDDDD;
  font-family: Georgia, Tahoma, Arial, sans-serif;
  font-size: 12px;
  padding-left: 12px;
  padding-right: 10px;
}
.intd2_back {
  color: #524B41;
  background: #FFFFFF;
  border: 0;
  font-family: Georgia, Tahoma, Arial, sans-serif;
  font-size: 12px;
  padding-left: 12px;
  padding-right: 10px;
}
.intd2 {
  color: #524B41;
  font-family: Georgia, Tahoma, Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  padding-left: 60px;
}
.intd3 {
  color: #FFFFFF;
  font-family: Georgia, Tahoma, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  padding-left: 50px;
}
.back1 {
  color: #000000;
  background: #FFFFFF;
}
.back2 {
  color: #000000;
  background: #FFFFFF;
}
.image_text {
  color: #5385A3;
  font-family: Georgia, Tahoma, Arial, sans-serif;
  font-size:14px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  padding-top: 3px;
}
.main {
  color: #000000;
  background: #FFFFFF;
}
div.login {
  background: url('../_img/login_back.jpg') #FFFFFF left top no-repeat;
  color: #9F0000;
  font-family: Georgia, Tahoma, Arial, sans-serif;
  font-size:12px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-align: left;
  padding-top: 5px;
  width: 254px;
  height: 43px;
}
a.login {
  color: #2D5C8D;
  font-family: Georgia, Tahoma, Arial, sans-serif;
  font-size:12px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
.scrollable_table1 {
	font-size: 20px;
}
.scrollable_table1 th {
  font-family: Georgia, Tahoma, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
	border-width: 1px;
	padding: 2px 5px 2px 5px;
	border-style: solid solid solid none;
	border-color: #999999;
  background: url('../_img/mail_header.jpg') #DDDDDD repeat-x;
}
.scrollable_table1 .rows {
	background-color: #FFFFFF;
  font-weight: normal;
}
.scrollable_table1 .rows_new {
	background-color: #FFFFFF;
  font-weight: bold;
}
.scrollable_table1 .rows:hover, .scrollable_table1 .rows_new:hover {
	background-color: #EEEEFF;
}
.scrollable_table1 .rows_selected {
	background-color: #EEEEFF;
  font-weight: normal;
}
.scrollable_table1 .rows td, .scrollable_table1 .rows_new td {
  font-family: Georgia, Tahoma, Arial, sans-serif;
  font-size: 12px;
	border-width: 1px;
	padding: 1px 5px 1px 5px;
	border-style: none none dotted none;
	border-color: #AAAAAA;
	cursor: pointer;
}
.back_top_left{
  background: url('../_imgbg/back_top_left.jpg') #FFFFFF right top repeat-x;
  height: 418px;
  margin: 0
}
.logo{
  background: url('../_imgbg/logo.jpg') #EDEBE6 right top no-repeat;
  height: 135px;
  width: 274px;
  margin: 0
}
.menu_top{
  background: #191919;
  height: 49px;
  width: 748px;
  padding: 0 20px 0 0;
  margin: 0
}
.slogan{
  background: url('../_imgbg/slogan.jpg') #161616 left top no-repeat;
  height: 86px;
  width: 748px;
  padding: 0;
  margin: 0;
}
.adverts{
  background: url('../_imgbg/adverts.jpg') #FFFFFF right top no-repeat;
  height: 362px;
  width: 1022px;
  margin: 0
}
.menu{
  background: url('../_imgbg/menu.jpg') #FFFFFF right top repeat-x;
  height: 49px;
  color: #FFFFFF;
  font-family: Georgia, Tahoma, Arial, sans-serif;
  font-size:14px;
  font-style: normal;
  margin: 0;
  padding: 0
}
.menu_button{
  font-size:14px;
  padding: 6px 20px 6px 20px;
  text-align: center;
}
.bottom_row_left, .bottom_row_center, .bottom_row_right{
  background: #4D4D4D;
  height: 49px;
  color: #FFFFFF;
  font-family: Arial, sans-serif;
  font-size:10px;
  font-style: normal;
  margin: 0;
  padding: 0
}
