/* 
    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
{
    border: 1px solid white;
    margin:auto;
    padding: 15px 10px 5px 10px;
    width: 90%;
    color:black;
}

.partner-name
{
    width: 95%;
    font-weight:bold;
    font-size:10pt;
    text-align:left;
}

.partner-image
{
    text-align:center;
    border:none;
}

.partner-description
{
    text-align:center;
    font-weight:normal;
    font-size:10pt;
}

/* Visualisation of Links */
a#partner-link-container
{
    margin: 0 2% 0% 80%;
    text-align:center;
    font-weight:normal;
    font-size:10pt;
    width:100px;
}
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; }

/* Eigenschaften des Trennstriches zwischen Name, Bild/Text und Button */
.partner-split
{
    clear:both;
    border-top:1px solid white;
}

/* ALl belongs to FOnts :)*/
#partner-small-font
{
    font-weight:normal;
    font-size:6pt;
}

h2#partner-cat-header
{
    font-weight:normal;
    font-size:14pt;
}

#partner_form_status {
    display: none;
}

#partner-requestForm {
    display: none;
    border: none;
}

#waiting {
    /*color: #767676;*/
    text-align: center;
}

#partner-requestForm fieldset {
    margin-top: 10px;
    /*border: 1px solid #c8c8c8;*/
    width:95%;
}

#partner-requestForm legend {
   /* border-top: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
    border-left: 1px solid #c8c8c8;*/
    font-size: 1.2em;
    padding: 0px 7px;
}

#partner-requestForm table {
    width:100%;
}

#partner-requestForm table textarea {
    width:100%;
    height:200px;
}

#partner-requestForm table input {
    width:100%;
}

.success {
    width: 95%;
    background: #a5e283;
    border: #337f09 1px solid;
    background-image:url('success.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding:15px 10px 15px 35px;
    margin: 10px 0px;
}

.error {
    width: 95%;
    background: #ea7e7e;
    border: #a71010 1px solid;
    background-image:url('error.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding:15px 10px 15px 35px;
}