/*body {
  background: #fff;
  color: #000;
  font-family: Helvetica, Arial, sans-serif;
  font-size: .8em;
  line-height: 1.5;
}*/

pre.listing {
  background: #eee;
  border: 1px solid #ccc;
  margin: .3em auto;
  padding: .1em .3em;
  width: 100%;
}

pre.listing b {
  color: #f00;
}

/* TABLE
 * ========================================================================= */
table {
   border: 1px solid #FFE327;
    border-collapse: collapse;
    color: #605d5d;
    font: 13px Tahoma;
    margin: 5px auto;
    width: 100%;
}
#siteList a {
	color:#0078b6;
	font-weight: bold;
	}
#siteList .name{
	background:url("../images/site_bg.gif") repeat-x scroll 0 0 #FFF3A2;
	border: 1px solid #FDEE6E;
    padding: 5px 10px;
    width: 155px;
	}

#siteList .name span{
	color: #9E0B0F;
	padding:0;
	display:block;
    font: bold 14px Tahoma;
    text-decoration: underline;
    text-transform: uppercase;	
	}
#siteList thead .name{
	background: url("../images/th_bg.gif") repeat-x scroll 0 0 #FEF295;
	}
#siteList .date{
	padding: 5px 10px;
    text-align: center;
    width: 50px;
	}
#siteList .url{
	padding: 0 8px;
    width: 280px;
	}
#siteList .site_category{
	padding: 0 8px;
    width: 110px;
	text-align: center;
	}
#siteList .status{
	padding: 5px 10px;
    text-align: center;
    width: 50px;
	}
#siteList .name,#siteList .date,#siteList .url,#siteList .status{
	border:1px solid #FDEE6E;
	}
/* Caption
 * ------------------------------------------------------------------------- */
table caption {
  font-size: .9em;
  font-weight: bold;
}

/* Header
 * ------------------------------------------------------------------------- */
table thead {
  /*background: #aaa url(../images/bg-table-thead.png) repeat-x top left;*/
  font-size: .9em;
}

table thead tr th {
    background: url("../images/th_bg.gif") repeat-x scroll 0 0 #FEF295;
    border: 1px solid #fdee6e;
    color: #000000;
    font: bold 14px Tahoma, Geneva, sans-serif;
	padding:10px;   
    text-align: center;
}

/* Body
 * ------------------------------------------------------------------------- */
table tbody tr td {
    background: url("../images/th_bg.gif") repeat-x scroll 0 0 #FEF292;
    border-right:none;
    cursor: default;
    padding: 10px 24px;
}

table tbody tr.even {
  background: #f3f3f3;
}

table tbody tr.odd {
  background: #fff;
}

table span {
  background-position: center left;
  background-repeat: no-repeat;
  padding: .2em 0 .2em 1.5em;
  font-weight: bold;
}

table span.file {
  background-image: url(../images/page_white_text.png);
}

table span.folder {
  background-image: url(../images/folder.png);
}
#sitePageList2{
	border-top: none;
	border-right: 1px solid #868686;
	border-bottom: 1px solid #868686;
	border-left: 1px solid #868686;
	}
#sitePageList2 th{
	background:url(../images/th2_bg.gif) repeat-x #002e78;
	color:#FFF;
	border: 1px solid #003c8b;
}
#sitePageList2 input{
	margin-right:5px;
	}