/*********************************************************************************
 CSS Cascading Style Sheet 
 Captured Spirit Studios - Hand Painted Porcelain 
 Web Site Designed by Keith Decker, (C)2006 
*********************************************************************************/
/*********************************************************************************
 Links page
*********************************************************************************/


/*********** id tags ***********/
#links_tbl_listing 
{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	
	border-spacing:0px;
	border-color:#E1E1E1;
	
	text-align:center;
}
#links_tbl_listing td
{
	border-color:#E1E1E1;

	text-align:center;
}
/*********** /id tags ***********/


/*********** styles ***********/
.links_tbl_listing_inner td
{
	border-spacing:0px;
	border-style:none;
	border-width:0px;
	border-color:#E1E1E1;
}

.links_tbl_listing 
{
	width:100%;
	vertical-align:top;
	border-width:1px;
	font-size:small;
	font-family:Arial, Helvetica, sans-serif;
}
.links_tbl_listing td
{
	vertical-align:top;
	text-align:center;
}
.links_row_hdr
{
	padding:0px;
	
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight:bold;
	color:#000066;

	background-color:#CCCCFF;
}
.links_cel_link
{
	padding-left:2px;
	padding-right:2px;
	padding-top:5px;
	padding-bottom:5px;
}

.links_tbl_01 
{
	border-color:#C0DCC0;
	border-spacing:0px;
	border-style:double;
	border-width:medium;

	outline-color:#A6CAF0;
	outline-style:dotted;
	outline-width:medium;
}
.links_tbl_01 td
{
	border-color:#C0DCC0;
	border-spacing:0px;
	border-style:solid;
	border-width:medium;
	
	outline-color:#A6CAF0;
	outline-style:dotted;
	outline-width:medium;
}
/*********** /styles ***********/


