/* 
    Document   : stylesheet for wp-partner plugin
    Created on : 28.07.2009, 13:20:17
    Author     : David 'Mantus' Brendel
    Description: Purpose of the stylesheet follows.
*/


/* Definitions of CSS-Code for displaying Links on Page */
.partner-plugin-container
{
    margin:auto;
    color:#5D3535;

}

div.partner-plugin-container table.partner-plugin-table
{
    width: 90%;
    background: none;
    border:none;
    margin: 0;
}


td#partner-image
{
    width: 100px;
    text-align:center;
    border:none;
    background-color : transparent;
}

td#partner-texte
{
    border:none;
    background-color : transparent;
}

span#partner-name
{
    font-weight:bold;
    font-size:1.2em;
    text-align:left;
}


span#partner-description
{
}

/* Visualisation of Links */
a#partner-link-container
{
}

a#partner-link-container:link{
      text-decoration:none;
}
a#partner-link-container:visited { 
    text-decoration:none;
}
a#partner-link-container:hover { text-decoration:none;}
a#partner-link-container:active{ 
    text-decoration:none;
}


/* ALl belongs to FOnts :)*/
#partner-small-font
{
    font-weight:normal;
    font-size:6pt;
}

h2#partner-cat-header
{
    font-weight:bold;
    font-size:2em;
    color:#5D3535;
}

textarea#partner-css-box
{
	width: 600px;
	height: 600px;
	border: 2px solid #cccccc;
	padding: 5px;
	font-family: Tahoma, sans-serif;
}

