/* default */
.divcss
{
	font-family: Times New Roman;
	width: 100%;
	background-color: #ccc;
	height: 14px;
	margin: 2px 0px 2px 0px;
	font-weight: bold;
	padding-left: 2px;	
}
.texta
{
	width: 100%;
	border: 1px solid silver;
	height: 200px;
}
.textf
{
	border: 1px solid silver;
}

/* schema.php */

.divcss_schema_php
{
	font-family: Times New Roman;
	width: 400px;
	background-color: #eee;
	height: 16px;
	margin: 2px 0px 2px 0px;
	font-weight: bold;
	padding-left: 2px;	
}
.textf_schema
{
	border: 1px solid silver;
	width: 400px;
}

/* GENERAL LISTING TABLE */
.list { width: 100%; } /*CPANEL USER LIST TABLE */
.list 
{
	font: 10px Verdana;
	border-collapse: collapse;
}
.bg
{
    height: 100%;
    background-color: #dddddd;
}
.no_bg
{
    height: 100%;
}
.icon_no_bg
{
    height: 100%;
}
.icon_bg
{
    height: 100%;
    background-color: #dddddd;
    width: 3%;
}

/* user presentation */
.item ul
{ 
  padding: 0px;
  margin: 0px;
}
.item .link_a 
{
  color: #4d7cc1;
  font-weight: bold;
}
.item .link_scheme
{
  color: #000;
  text-decoration: underline;
  font-weight: normal;
}
.item .time
{
  color: #888;
  font-weight: normal;
}
.item p
{
  margin: 0px 0px 5px 15px;
}
.item .presentation_p
{
  margin: 10px 0px 0px 0px;
}
.item .other_time
{
    margin: 0px 0px 0px 15px;
    font-weight: none ;
    color: #888;
}
.item .other_regi
{
    margin: 0px 0px 0px 15px;
    font-weight: none ;
    color: #888;
}

