﻿/* 
 ----------------------------------------------------------------------------
	Title:      TABLE LINKS Style
	Author:     Andy Zamora
	Last Updated:    July, 2007
 ---------------------------------------------------------------------------- 
*/
/* TABLE STYLE
 * ------------------------------------------------------------------------- */
#table-container {
	bottom: 10px;
	width: 780px;
	align= "center";
	font-size: x-small;
}

#table-container .table-main {
	width:780px;
	background-color: #CCCCCC;
}

#table-container .table-tittle {
	background-color: #d1e3ef;
	height: 25px;
}

#table-container .top-border {
	background-color: #FFFFFF;
	height: 15px;
	background-image: url('http://www.andresz.com/table-links/img/top-border.jpg');
	background-repeat: repeat-x;
}
#table-container .bottom-border {
	background-color: #FFFFFF;
	height: 15px;
	background-image: url('http://www.andresz.com/table-links/img/bottom-border.jpg');
	background-repeat: repeat-x;
}
#table-container .right-border {
	background-color: #FFFFFF;
	width: 15px;
	background-repeat: repeat-y;
	background-image: url('http://www.andresz.com/table-links/img/right-border.jpg');
}
#table-container .left-border {
	background-color: #FFFFFF;
	width: 15px;
	background-image: url('http://www.andresz.com/table-links/img/left-border.jpg');
	background-repeat: repeat-y;
}
#table-container .left-bottom-corner {
	background-color: #FFFFFF;
	width: 15px;
	height: 15px;
	background-image: url('http://www.andresz.com/table-links/img/lb-corner.jpg');
	background-repeat: no-repeat;
}
#table-container .right-bottom-corner {
	background-color: #FFFFFF;
	width: 15px;
	height: 15px;
	background-image: url('http://www.andresz.com/table-links/img/rb-corner.jpg');
	background-repeat: no-repeat;
}
#table-container .left-top-corner {
	background-color: #FFFFFF;
	width: 15px;
	height: 15px;
	background-image: url('http://www.andresz.com/table-links/img/lt-corner.jpg');
	background-repeat: no-repeat;
}
#table-container .right-top-corner {
	background-color: #FFFFFF;
	width: 15px;
	height: 15px;
	background-image: url('http://www.andresz.com/table-links/img/rt-corner.jpg');
	background-repeat: no-repeat;
}
#table-container .table-top-tittle {
	color: #333333;
	font-family: Verdana;
	font-size: 15px;
	text-align: center;
	font-style: normal;	
	text-decoration: none;
	font-weight:bold;
}


/* LINK-CELLS-TABLE
 * ------------------------------------------------------------------------- */

#table-links-cells {
	width:750px;
}

#table-links-cells .cell-groupname {
	background-color: #d1e3ef;
	width: 750px;
	height: 25px;
	background-image: url('http://www.andresz.com/table-links/img/top-tittle.jpg');
	background-repeat: no-repeat;
}
#table-links-cells .logo-cell {
	background-color: #d1e3ef;
	width: 150px;
	height: 150px;
	background-image: url('http://www.andresz.com/table-links/img/logo-box-bg.jpg');
	background-repeat: no-repeat;
}
#table-links-cells .logo-link {
	background-color: #D1E3EF;
	width: 150px;
	height: 20px;
	background-image: url('http://www.andresz.com/table-links/img/links-bgrad.jpg');
	background-repeat: no-repeat;
}
#table-links-cells .link-text-url {
	color: #005177;
	font-family: Verdana;
	font-size: 8px;
	text-align: center;
	font-style: normal;	
	text-decoration: none; 
}
#table-links-cells .group-links-tittle {
	color: #38709C;
	font-family: Verdana;
	font-size: 13px;
	text-align: center;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
}


/* LINK-CELLS-TABLE
 * ------------------------------------------------------------------------- */

#pic-div {
	margin-left: 12.5px;
	margin-right: 12.5px;
	vertical-align: middle;
	width: 125px;
	text-align:center; 
}

#img-link {
	border:0;
}

/* END OF STYLESHEET
 * ------------------------------------------------------------------------- */