@import url("common.css");

div.container_left_content{
	border: 1px solid #94AAB5;
}

table{
padding:0px;
margin:0px;
}

table.table{
	border-left : 1px solid #CFD9DE;
	border-right : 1px solid #CFD9DE;

	/*background : #F5F6F6;*/
}

table.table th{
	border-top : 1px solid #CFD9DE;
	height : 3em;
	border-bottom : 1px solid #CFD9DE;
	background-color: #E0715B;
	color : White;
	text-align : center;
}

table.table td{
	border-bottom : 1px solid #CFD9DE;
	height : 1.5em;
	font-size: 95%;
}

table.table tr.even {}

table.table tr.odd {
  /*background-color: #F5F6F6;
  border-bottom: 1px solid #ccc;*/
}

table.ctlist_bts table,table.ctlist_bts td
{
	border: 0px;
}

#main_content a,
#main_content a:link ,
#main_content a:visited,
#main_content a:active
{
	color : Black;
	font-weight: normal;
	text-decoration: underline;
}

#main_content a:hover
{	color : #BE1F0C; }

#main_content a.ajx:link,
#main_content a.ajx:visited,
#main_content a.ajx:active,
#main_content a.ajx:hover
{
	text-decoration: none;
	border-bottom: 1px dashed #A4B8D0;
}

#main_content a.ajx:hover
{
	border-bottom: 1px dashed #CD5C5C;
}

#tree_div a:link,
#tree_div a:visited,
#tree_div a:active
{
	color : Black;
	text-decoration: none;
}

#tree_div a:hover
{	color : #BE1F0C; }

#main_content .itemname a:link,
#main_content .itemname a:visited,
#main_content .itemname a:active{
	text-decoration: none;
	font-weight: normal;
}

#main_content .itemname a:hover{
	text-decoration: underline;
}