
/* styles for doctainer  v                                                              */
/* ------------------------------------------------------------------------------------ */

table.doctainer
{ 
	background: #efefef;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 13px;
	}

table.doctainer td.service
{ 
	border-bottom: 2px solid #545454;
	background-color: #efefef;
	font-size: 11px;
	color: #404040;
}

table.doctainer td
{ 
	border-bottom: 1px dotted #cccccc;
	font-weight: normal;
	font-size: 10px;
	text-align: left;
	padding-left: 3px;
	height: 14px;
	}

a.download
{ 
	color: #0062ae; 
	font-size: 10px;
	text-decoration: none;
	padding-left: 20px;
	background: url(../images/plugins/doctainer/file.png) no-repeat left; 
	}

a.oby
{ 
	background-color: #efefef;
	font-size: 11px;
	color: #404040;
	font-size: 11px;
	text-decoration: none;
	}

h2.doctainer
{ 
	background-color: #efefef;
	font-size: 11px;
	color: #404040;
	font-size: 13px;
	text-decoration: none;
	}


