a{
	color : #415AB4;
}
a:hover {color: #DB2929;}
a.menu_red{		color : #696969;	text-decoration : none;}
a.menu_red:hover {color: #DB2929;}
a.menu_blue{		color : #696969;	text-decoration : none;}
a.menu_blue:hover {color: #415AB4;}

select, button, input {border-width: 1px; border-color: lightblue;}
textarea {border-width: 1px; border-color: lightblue;}

.textedit {
	font-family : Verdana;
	font-size : 14px;
	color : #000000;
}

.textedit p {
	margin: 0 0 0 0;
}

.atitle {
	font-family : Verdana;
	font-size : 11px;
	color : #000000;
	font-weight: bold;
}

TABLE {
	font-family : Verdana;
	font-size : 11px;
	color : #000000;
	font-weight: normal;
}


.table_menu {
      border-width: 1 1 1 1;
      border-style: solid;
      border-color: #8698BB;
      padding: 1 2 3 8;
}

.title1 {
	font-family : Verdana;
	font-size : 12px;
	color : #000000;
	font-weight: bold;
}

.errormessage {
	font-family : Verdana;
	font-size : 11px;
	color : #FF0000;
	font-weight: bold;
}

form {
	margin: 0;
}


.table_menu {
      border-width: 0 0 0 0;
      border-style: solid;
      border-color: #8698BB;
      padding: 3 3 3 3;
}
.table_menu_pic {
      border-width: 0 0 0 0;
      border-style: solid;
      border-color: #8698BB;
      padding: 3 0 3 3;
}


.spacer_bg1 {
    background-image: URL(../admin/img/spacer_bg1.gif);
    background-position: center;
    background-repeat: repeat-x; 
}

.spacer_bg2 {
    background-image: URL(../admin/img/spacer_bg2.gif);
    background-position: center;
    background-repeat: repeat-x; 
}


.bg_line1 {
    color : #000000;
    font-weight: bold;
    background-image: URL(../admin/img/bg_line1.gif);
    background-position: top left;
    background-repeat: repeat-x; 
}
.bg_line3 {
    color : #0b3660;
    font-weight: bold;
    font-size : 13px;
    background-image: URL(../admin/img/bg_line3.gif);
    background-position: top left;
    background-repeat: repeat-x; 
    height: 24px;
    text-align: center;
    vertical-align: middle;
}

.bg_line4 {
    color : #0b3660;
    font-weight: bold;
    font-size : 13px;
    background: #ffffee;
    height: 24px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
}
.bg_line5 {
    font-weight: bold;
    font-size : 13px;
    height: 24px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
}
.timesel {
    color: #000000;
    text-decoration: none;
    font-weight: normal;
    font-size : 11px;
    height: 14px;
    padding: 2px 10px 2px 10px;
    text-align: center;
    display: block;
}
.timesel1 {
font-weight: bold;
    color: #000000;
    text-decoration: none;
    font-size : 11px;
    height: 14px;
    padding: 2px 10px 2px 10px;
    text-align: center;
    display: block;
    background: #ffcccc;
}
.timesel2 {
	font-weight: bold;
    color: #000000;
    text-decoration: none;
    font-size : 11px;
    height: 14px;
    padding: 2px 10px 2px 10px;
    text-align: center;
    display: block;
    background: #ffffcc;
}
.timesel:hover, .timesel1:hover, .timesel2:hover {
    background: #ffeeee;
}

.input_teg {
 WIDTH: 100%;
 border-width: 1 1 1 1;
 border-style: solid;
 border-color: #707070;
}


.tabl_meta {
      border-width: 0 1 1 0;
      border-style: solid;
      border-color: #4e83c2;
      padding: 5 5 5 5;
}
.tabl1_meta {
      border-width: 1 0 0 1;
      border-style: solid;
      border-color: #4e83c2;
      padding: 5 5 5 5;
}


.users { 
      color: #22229c;
      text-decoration : none; 
}
a.users:hover { 
      color: #22229c; 
      text-decoration : underline; 
}

.struct_site { color: #000000;}
.viev_on_site { color: #989898;}


.nav_cnt { font-size: 11px; font-weight: normal; color: #22229c; text-decoration: none;}
.nav_cnt_sel { font-size: 11px; font-weight: normal; color: #000000; text-decoration: none}



#opaco {
   background-color: #3974a3;
   left: 0;
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=66)";/* IE8 */
   filter:progid:DXImageTransform.Microsoft.Alpha(opacity = 66); /* IE5+ */
   filter: alpha(opacity=66);/* IE4- */
   moz-opacity: .66; /* Mozilla */
   -khtml-opacity: .66; /* Safari */
   opacity: .66;  /* general CSS3 */
   position: absolute;
   top: 0;
   width: 100%;
   z-index: 1000;
 }
.hidden {
  display: none;
}
