/*
  pages_admin.css
  Version: 1
  Author: M Baynger
  Description: Styles for admin pages  
*/								

#bl_admin_logo {
  position: absolute;
  background: #FFF url(../res/hdr_logo.jpg) no-repeat; 
  left: 730px;
  top: 0px;
  width: 124px;
  height: 140px;
}

#bl_admin_title{
  position: absolute; 
  left: 0px;
  top: 40px;
  width: 400px; 
  height: 100px;
  text-align: left;
  font-size: 20px;
	font-family: Verdana;
	font-weight: normal;
	letter-spacing:.01em;
  color: #999;
}

#bl_admin_login_info{
  position: absolute;
  left: 0px;
  top: 120px;
  width: 300px;
  height: 18px;  
  padding-top: 2px;
  text-align: center;
  font-size: 10px;
	font-family: Verdana;
	font-weight: normal;
	letter-spacing:.01em;
  background: #FFFFFF;
}

#bl_admin_tab {
  position: relative;
  background: #FFF;
  top: 10px;  
  width: 1000px;  
}


#bl_feedback_area
{
  padding: 2px;
  padding-top: 10px;  
  text-align: center;
  font-size: 10px;
	font-family: Verdana;
	font-weight: normal;
	letter-spacing:.01em;
  background: #FFFFDD;
  border: 1px solid #82C7DB;
}


/* We should replace these menu style with the styles in pages_menu.css */
.admin_menu_item {
  position: absolute;
  left: 20px;
  top: 3px;  
  width: 150px;
  background: #FFFFFF;
  border: 1px solid #82C7DB;
  color: #82C7DB;
  text-align: center;
  font-size: 12px;
  font-family: Verdana;
  font-weight: bold;
  letter-spacing:.01em;  
}

.admin_menu_item a {
  display: block;
    text-decoration: none;
  height: 20px;  
  padding-top: 4px;
}

.admin_menu_item a:hover {
  color: #000000;
  background: #ddddFF;    
  cursor: pointer;		 
}

.admin_menu_item_selected {
  position: absolute;
  left: 15px;
  top: 3px;  
  width: 160px;
  background: #000;
  border: 1px solid #82C7DB;
  color: #82C7DB;
  text-align: center;
  font-size: 12px;
    font-family: Verdana;
    font-weight: bold;
    letter-spacing:.01em;    
}

.admin_menu_item_selected a {
  display: block;
    text-decoration: none;
  height: 20px;  
  padding-top: 4px;
  color: #82C7DB;  
}

.admin_menu_item_selected a:hover {
  display: block;
    text-decoration: none;
  height: 20px;  
  padding-top: 4px;
  color: #FFFFFF;
}

.admin_menu_btn_frame_selected{
  width: 184px;
  height: 34px;
  background: #82C7DB;		/* light Cho color  */
  border: 2px solid #5A949C;  /* dark Cho color */
}

.admin_menu_btn_frame{
  width: 184px;
  height: 34px;
  background: #FFFFFF;
  border: 2px solid #82C7DB;
}

.admin_menu_clickable{
  cursor: pointer;       
}

.admin_menu_cancel{
  height: 18px;  
  padding: 2px;
  text-align: center;  
  font-weight: bold;  
  font-size: 12px;
  background: #FFFFFF;
  border: 1px solid #82C7DB;
}


/* Admin Menu item position data */

#bl_admin_menu_1 {
  position: absolute;
  top: 0px;
  left:0px;
}

#bl_admin_menu_2 {
  position: absolute;
  top: 0px;
  left: 200px;
}

#bl_admin_menu_3 {
  position: absolute;
  top: 0px;
  left: 400px;
}

#bl_admin_menu_4 {
  position: absolute;
  top: 0px;
  left: 600px;
}

#bl_admin_menu_5 {
  position: absolute;
  top: 0px;
  left: 800px;
}



/* Content Item Manager Table  */
.bl_admin_content_hdr{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 860px;
  height: 24px;
  padding-top: 12px;
  text-indent: 1em;
  font-size: 12px;
  font-family: Verdana;
  font-weight: bold;
  letter-spacing:.2em;    
}

.bl_admin_content_hdr_picks{
  position: absolute;
  left: 100px;
  top: 0px;
  width: 760px;
  height: 24px;
  padding-top: 12px;
  text-indent: 1em;
  font-size: 12px;
  font-family: Verdana;
  font-weight: bold;
  letter-spacing:.2em;    
}

#bl_table_pos{
  position: absolute;
  top: 50px;
  left: 0px;
}


#btn_new_content_item{
  position: absolute;
  right: 20px;
  top: 6px;
}

#loading {
  position: relative;
  display: none;
  top: 160px;
  left: 200px;
  width: 200px;
  height: 100px; 
  border: 2px solid #5A949C;  /* dark Cho color */
}

.bl_content_mgr_table_wide {
  width: 860px;
}

.bl_content_mgr_table_narrow {
  width: 594px;
}


.bl_content_mgr_table {
  position: relative;
  top: 36px;
  left: 0px;
  border: 2px solid #5A949C;  /* dark Cho color */
}


.bl_content_mgr_table td, .bl_content_mgr_table th {
  padding: 5px 6px;
  font-size: 10px;
  font-family: Verdana;
  font-weight: normal;
  letter-spacing:.01em;
}

.bl_content_mgr_table th {
    text-align: left;
}

.mgr_table_column_header{
  background: #ddddee;
}

.odd_row {
  background: #FFFFFF;
}

.even_row {
  background: #eeeeee;
}


#bl_checkboxes{
  position: absolute;
  top: 240px;
  left: 20px;
  height: 200px;
  width:  150px;  
  border: 1px solid #5A949C;  /* dark Cho color */    
  font-size: 10px;
  font-family: Verdana;
  font-weight: normal;
  letter-spacing:.01em;     
}






