/* This is the new admin css*/
/*---------------------------------------------------------------------------*/
/* HOME MENU STUFF */
#userbar {
  position: fixed;
  bottom: 0;
  left: 0;
}
#adm_sub_container {
  list-style: none;
  bottom: 17px;
  left: 3px;
  z-index: 490;
  position: absolute;
  margin: 10px;
  padding: 3px;
  display: none;
  color: #000000;
}
#adm_sub_container li{
  display: block;
  margin: 0;
}
#adm_sub_container a:link, #adm_sub_container a:visited{
  min-width: 150px;
  display: block;
  color: #000000;
}
#hidden_Tips {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  z-index: 491;
  display: none;
  background-image: url('../Images/adm/hidden_Tips.png');
  cursor: pointer;
}
#Tips {
  width: 450px;
  z-index: 492;
  position: fixed;
  bottom: 0;
  right: 0;
  bottom: 5px; right: 5px;
}
#Tips_ul {
  max-height: 200px;
  overflow: auto;
}
/* END */
.img_preview{
  cursor: pointer;
}
  .adm_home_menu{
    background-color: #999999;
    font-family: verdana;
  }
  .adm_home_menu th{
    height: 25px;
    padding: 0;
    border: 0;
    background-color: none;
    background-image: none;
  }
  .adm_home_menu th p{
    padding: 5px;
    padding-bottom: 4px;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    margin: 0;
    background-image: url(../Images/adm/adm_tab-hover.jpg);
    color: #000000;
    font-size: 10pt;
  }
  .adm_home_menu th img{
    cursor: pointer;
  }
  .adm_home_menu td{
    border: 1px solid #FFFFFF;
    background-color: #EFEFEF;
  }
  .adm_home_menu div{
    width: 32%;
    float: left;
    padding: 3px;
    text-align: center;
  }
  .adm_home_menu a:link,.adm_home_menu a:visited{
    text-decoration: none;
    color: #000000;
  }
/* OTHER ADMIN PAGES */
.adm_menu_list{
  width: 250px;
  background-color: #EFEFEF;
  border: 1px solid #999999;
  padding: 5px;
  margin: 1px;
  list-style-type: none;
  cursor: move;
}
.adm_menu_list:hover{
  background-color: #CCCCCC;
}
.adm_tab_container{
 padding: 0;
 background-image: url(../Images/adm/adm_tab_container.png);
 margin-left: 2px;
 margin-right: 2px;
 font-family: verdana;
}
.adm_tab
{
  padding: 0;
  margin: 0;
}
.adm_tab li
{
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  margin: 2px 2px 0px 2px;
  list-style-type: none;
  background-color: #c4cad6;
  display: inline-block;
  zoom:1;
  *display: inline;
}
.adm_tab a:link, .adm_tab a:visited
{
  padding: 5px;
  padding-bottom: 4px;
  margin: 0;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  cursor: pointer;
  background-image: url(../Images/adm/adm_tab.jpg);
  display: inline-block;
  zoom:1;
  *display: inline;
  text-decoration: none;
  font-size: 10pt;
  color: #000000;   
}
.adm_tab a:hover
{
  background-image: url(../Images/adm/adm_tab-hover.jpg);
  color: #000000;
}

/* prob dont need */
.adm_tab p
{
  padding: 5px;
  padding-bottom: 4px;
  margin: 0;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  cursor: pointer;
  background-image: url(../Images/adm/adm_tab.jpg);
  display: inline-block;
}
.adm_tab p:hover
{
  background-image: url(../Images/adm/adm_tab-hover.jpg);
}
/* to here */
.adm_settings{
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  padding: 3px;
  margin-left: 2px;
  margin-right: 2px;
  display: none;
  color: #000000;
  font-family: verdana;
  background-image: url(../Images/adm/adm_trans.png);
}
.adm_settings a:link, .adm_settings a:hover, .adm_settings a:visited{
  letter-spacing: 0;
  text-decoration: none;
  color: #000000;
}
.adm_settings table{
  background-color: #999999;
}

.adm_settings input{
  border: 1px solid #999999;
  width: 200px;
}
.adm_settings textarea{
  border: 1px solid #999999;
  width: 200px;
}
.adm_settings select{
  border: 1px solid #999999;
  width: 200px;
}
.adm_col1{
  background-color: #CCCCCC;
  padding: 7px;
  vertical-align: top;
}
.adm_col1_width{
  background-color: #CCCCCC;
  padding: 7px;
  width: 35%;
  vertical-align: top;
}
.adm_col2{
  background-color: #EFEFEF;
  padding: 5px;
  vertical-align: top;
}
/*for text only*/
.adm_col2_text{
  background-color: #EFEFEF;
  padding: 7px;
  vertical-align: top;
}
.adm_col_head p{
    padding: 5px;
    padding-bottom: 4px;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    margin: 0;
    background-image: url(../Images/adm/adm_tab-hover.jpg);
    font-weight: bold;
    color: #000000;
}
.adm_announce{
  margin-bottom: 10px;
  padding: 10px;
  background-color: #EFEFEF;
  border: 1px solid #c4cad6;
  color: #000000;
}
.adm_announce p{
  margin: 0;
  margin: 10px;
  color: #000000;
}
.adm_announce h1{
  margin: 0;
  font-weight: bold;
  text-indent: 0;
  color: #000000;
}
.adm_announce a:link, .adm_announce a:visited{
  color: #000000;
}
.adm_announce a:hover{
  color: #999999;
}
.adm_announce2{
  margin-bottom: 3px;
  padding: 10px;
  background-color: #FFCC99;
  border: 1px dashed #FF6600;
}
.adm_announce2 p{
  margin: 0;
  margin: 10px;
}
.adm_announce2 h1{
  margin: 0;
  font-weight: bold;
  text-indent: 0;
  color: #000000;
}

/*This is the posh admin menu*/
/*---------------------------------------------------------------------------*/

#sddm
{	margin: 0;
	padding: 0;
	z-index: -1}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	
	font: bold 11px arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 3px 10px;
	
	background: #c6c8c9;
	color: #000;
	text-align: left;
	text-decoration: none}

#sddm li a:hover
{	background: #758db9;}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	
	border: 1px solid #c6c8c9}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 2px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #EAEBD8;
		color: #000;
		
		font: 11px arial}

	#sddm div a:hover
	{	background: #758db9;
	
		color: #FFF
  }

/*This is the admin menu function*/
/*----------------------------------------------------------------------------*/


#containerul, #containerul ul{
  /*text-align:left;
  margin:0; /* Removes browser default margins applied to the lists. */
  padding:0; /* Removes browser default padding applied to the lists. */
  background-color: #a4bde6;
}

#containerul li{
  margin:0 0 0 0px; /* A left margin to indent the list items and give the menu a sense of structure. */
  padding:0; /* Removes browser default padding applied to the list items. */
  list-style-type:none; /* Removes the bullet point that usually goes next to each item in a list. */
}

#containerul .symbols{ /* Various styles to position the symbols next to the items in the menu. */
  float:left;
  width:12px;
  height:1em;
  background-position:0 50%;
  background-repeat:no-repeat;
}


