/*
 * Copyright (c) 2005 Artur Gajewski
 *
 * CSS Style definitions for MySimpleGallery
 *
 */

A:link {
    color: #000000;
    font-family: tahoma;
    cursor:hand;
    text-decoration:none
}

A:visited {
    color: #000000;
    font-family: tahoma;
    cursor:hand;
    text-decoration:none
}

A:hover {
    color: #000000;
    font-family: tahoma;
    cursor:hand
    text-decoration: none;
}

table {
    color: #000000;
    font-family: tahoma;
    font-size: 12px;
}

td {
    color: #000000;
    font-family: tahoma;
    font-size: 12px;
}

body {
    color: #000000;
    font-family: tahoma;
    font-size: 12px;
    cursor: default;
    margin-top: 5;
    margin-bottom: 5;
    margin-left: 5;
    margin-right: 5;
    padding-left: 0;
    padding-right: 0;
}

.mytable {
    color: #000000;
    padding: 1 1 1 1;
    vertical-align=top
    background-color: #FFFFFF;
    font-family: tahoma;
    font-size: 12px;
    border: 1px solid #FFFFFF;
    border-collapse: collapse;
}

.mytable td {
    background-color: #FFFFFF;
}

.myimage {
	border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
	margin: 0 0 0 0;
}

.imagetable {
	width: 100%;
	padding: 0 0 0 0;
	border-collapse: collapse;
}

.imagetd {
    padding: 2 2 2 2;
    text-align: center;
    border-top: 0px solid #000000;
    border-bottom: 0px solid #000000;
    border-left: 0px solid #000000;
    border-right: 0px solid #000000;
    color: #000000;
    font-weight: none;
    font-family: tahoma;
    font-size: 12px;
}

.imagetd A:link {
    color: #000000;
    cursor:hand;
    text-decoration: none;
}

.imagetd A:visited {
    color: #000000;
    cursor:hand;
    text-decoration: none;
}

.imagetd A:hover {
    color: #000000;
    cursor:hand;
    text-decoration: none;
}


