/***********************************************************
 *
 * Welcome to the source-code
 *
 * this file is part of the mediapool project
 *
 * (C) 2005 SPLINELAB http://www.splinelab.com
 *
 * @author Mirko Schaal <ms(at)splinelab.com>
 * @version 1.0
 *
 ************************************************************/

 
 
 
 
 
 
/**
 *
 * generelle styles
 *
 */
HTML, BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 120%;
	background-image:url(images/bg.gif);
    /*background-repeat: repeat-x;*/
    /*background-color: #ffffff;*/
}

* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 120%;
	font-size: 10px;
	color: #92959C;
}

IMG.help-icon {
 vertical-align: middle;
 cursor: help;
}

A {
    text-decoration:none;
    color: #92959C;
}
A:hover {
    text-decoration:underline;
    color: #92959C;
}

INPUT.quicksearch {
    width: 155px;
}

TD.navi_area {
    padding-right: 15px;
    padding-left: 5px;
}

A.navi_area {
    text-decoration: underline;
    color: #92959C;
}
A.navi_area:hover {
    text-decoration: none;
    color: #92959C;
}
A.navi_area_selected {
    text-decoration: none;
    color: #92959C;
}
A.navi_area_selected:hover {
    text-decoration: none;
    color: #92959C;
}


A.navi_area_feedback {
    text-decoration: underline;
    color: #6CB0DC;
}
A.navi_area_feedback:hover {
    text-decoration: none;
    color: #6CB0DC;
}
A.navi_area_feedback_selected {
    text-decoration: none;
    color: #6CB0DC;
}
A.navi_area_feedback_selected:hover {
    text-decoration: none;
    color: #6CB0DC;
}



A.navi_brands {
    text-decoration: none;
    color: #92959C;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 10px 3px 10px;
    display: block;
}
A.navi_brands:hover {
    text-decoration: none;
    background-color: #f1f1f1;
}
A.navi_brands_selected {
    text-decoration: none;
    color: #92959C;
    font-size: 12px;
    font-weight: bold;
    background-color: #f1f1f1;
    padding: 3px 10px 3px 10px;
    display: block;
}
A.navi_brands_selected:hover {
    text-decoration: none;
    background-color: #f1f1f1;
}

TABLE.error TD {
    color: red;
}
TABLE.error TD * {
    color: red;
}

TABLE.information TD {
    color: #92959C;
}
TABLE.information TD * {
    color: #92959C;
}


TABLE.categoriesTree {
}

A.categoriesTree {
}
A.categoriesTree:hover {
    background-color: #AEDAFD;
}

/**
 * die ziffern am ende stehen für den level,
 * wenn's mal tiefer verschachtelte kategorien
 * gibt, sollte man hier noch weitere einfügen
 * siehe includes/categories.inc.php
 */
.categoriesTree_selected0 {
    background-color: #AEDAFD;
    padding: 0 5px 0 5px;
    font-weight: bold;
}
.categoriesTree_selected1 {
    background-color: #AEDAFD;
    padding: 0 5px 0 5px;
    font-weight: bold;
}
.categoriesTree_selected2 {
    background-color: #AEDAFD;
    padding: 0 5px 0 5px;
}
.categoriesTree_selected3 {
    background-color: #AEDAFD;
    padding: 0 5px 0 5px;
}
.categoriesTree_selected4 {
    background-color: #AEDAFD;
    padding: 0 5px 0 5px;
}



P.categoriesTree_level0 {
    font-weight: bold;
    font-size: 12px;
    padding-top: 10px;
}

P.categoriesTree {
    padding-top: 2px;
}

A.breadCrumbNavigation {
    color: #8CCAFB;
}
A.breadCrumbNavigation:hover {
    color: #8CCAFB;
}
P.breadCrumbNavigation {
    color: #8CCAFB;
}

TABLE.prli TD {
   padding: 5px;
}

TABLE.prli_inner TD {
    padding: 0px;
}


TABLE.pk TD {
    padding: 5px;
}

TABLE.pk_inner TD {
    padding: 0;
}

IMG.prli {
}

TD.prli_pic {
    border: 1px solid #E6F5FC;
    background-color: #ffffff;
}

IMG.pk {
    border: 1px solid #E6F5FC;
}
INPUT.pkbutton {
    width: 90px;
}

TABLE.editSelectBox {
}
TD.editSelectBoxHeader {
    padding: 5px;
    font-weight: bold;
}
TD.editSelectBoxContent {
    padding: 5px;
    border: 2px solid #E6F5FC;
}
A.editSelectBox {}
A.editSelectBox_selected {
    text-decoration: underline;
}

A.navi_user {
    text-decoration: underline;
}
A.navi_user:hover {
    text-decoration: none;
}

TEXTAREA.pedit {
    width: 400px;
    height: 150px;
}

INPUT.pedit {
    width: 120px;
}

INPUT.peditfile {
    width: 205px;
}

H1.brandheader {
    font-size: 18px;
}
