/* vim: set tabstop=6 shiftwidth=6 softtabstop=0 textwidth=0 noexpandtab: */
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 6; tab-width: 6 -*- */

/*
 *  Copyright (C) 2009-2012  Georg Jelden  http://jelden.info/
 *  
 *  This file is part of HamsterBible.
 *  
 *  HamsterBible is free software: you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License as published by
 *  the Free Software Foundation, either version 3 of the License, or
 *  (at your option) any later version.
 *  
 *  HamsterBible is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU General Public License for more details.
 *  
 *  You should have received a copy of the GNU General Public License
 *  along with HamsterBible.  If not, see <http://www.gnu.org.ua/licenses/>.
 */

.td-1-1		{ background-position:top left;	background-repeat:no-repeat;		background-image:url(corner-top-left_first.png);	}
.td-1-1-a		{ background-position:top left;	background-repeat:no-repeat;		background-image:url(corner-top-left.png);		}
.td-1-2		{ background-position:top;		background-repeat:repeat-x;		background-image:url(border-top.png);			}
.td-1-3		{ background-position:top;		background-repeat:no-repeat;		background-image:url(center-top.png);			}
.td-1-4		{ background-position:top;		background-repeat:repeat-x;		background-image:url(border-top.png);			}
.td-1-5-a		{ background-position:top right;	background-repeat:no-repeat;		background-image:url(corner-top-right.png);		}
.td-1-5		{ background-position:top right;	background-repeat:no-repeat;		background-image:url(corner-top-right_last.png);	}

.td-2-1		{ background-position:left;		background-repeat:repeat-y;		background-image:url(border-left.png);			}
.td-2-3		{ background-position:center;		background-repeat:repeat-y;		background-image:url(center-center.png);			}
.td-2-5		{ background-position:right;		background-repeat:repeat-y;		background-image:url(border-right.png);			}

.td-3-1		{ background-position:bottom left;	background-repeat:no-repeat;		background-image:url(corner-bottom-left_first.png);	}
.td-3-1-a		{ background-position:bottom left;	background-repeat:no-repeat;		background-image:url(corner-bottom-left.png);		}
.td-3-2		{ background-position:bottom;		background-repeat:repeat-x;		background-image:url(border-bottom.png);			}
.td-3-3		{ background-position:bottom;		background-repeat:no-repeat;		background-image:url(center-bottom.png);			}
.td-3-4		{ background-position:bottom;		background-repeat:repeat-x;		background-image:url(border-bottom.png);			}
.td-3-5-a		{ background-position:bottom right;	background-repeat:no-repeat;		background-image:url(corner-bottom-right.png);		}
.td-3-5		{ background-position:bottom right;	background-repeat:no-repeat;		background-image:url(corner-bottom-right_last.png);	}

