/* --------------------------------------------------------------------------- */
/* @copyright Copyright (c) 2001-2004 Telemobil. All Rights Reserved.          */
/* --------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------- */
/* @header default.css                                                         */
/* @abstract default style sheet file                                          */
/* @discussion                                                                 */
/* --------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------- */
/* classes for standard html tags                                              */
/* --------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------- */
/* @class body, td, a                                                          */
/* @abstract classes for html elements                                         */
/* @discussion                                                                 */
/* --------------------------------------------------------------------------- */

body{
        font-family: verdana, geneva, sans-serif, helvetica, arial;
        font-size: 11px;
        color: #000000;
}

p {
        text-align: justify;
}

pre {
        font-size: 12px;
}

h1 {
        font-size: 14px;
}

h2 {
        font-size: 16px;
}

h3 {
        font-size: 18px;
}

/* --------------------------------------------------------------------------- */
/* user defined classes                                                        */
/* ----------------------------------------------------------------------------*/

.bold, .strong {
        font-weight: bold;
}

.underline {
        text-decoration: underline;
}

.red {
        color: #cc0000;
}

/* --------------------------------------------------------------------------- */
/* to be removed                                                               */
/* ----------------------------------------------------------------------------*/

.tableGray{
        background-color: #f4f4f4;
}

.tableWhite{
        background-color: #FFFFFF;
}

.darkGray{
        background-color: #f9f9f9;
}
.lightGray{
        background-color: #FFFFFF;
}

.mouseOut{
        background-color: #FFFFFF;
}
.mouseOver{
        background-color: #dedede;
}

.redSubtitle{
        font-family: verdana, geneva, sans-serif, helvetica, arial;
        font-size: 11px;
        color: #cc0000;
        text-decoration: none;
        font-weight: bold;
}

.tableTitle{
        font-family: verdana, geneva, sans-serif, helvetica, arial;
        font-size: 10px;
        color: #cc0000;
        text-decoration: none;
        font-weight: bold;
}

.disclaimerTitle {
        color : #777777;
        font-weight : bold;
}

.disclaimerContent {
        color : #777777;
}

/* --------------------------------------------------------------------------- */
/* start form class                                                            */
/* use:                                                                        */
/* --------------------------------------------------------------------------- */

input {
        font-size: 13px;
}

select {
        font-size: 13px;
}

.mandatoryField {
        background-color: #f4f4f4;
}

/* --------------------------------------------------------------------------- */
/* start content class                                                         */
/* use:                                                                        */
/* --------------------------------------------------------------------------- */


.headlineLine {
        background-image: url("/images/layout/common/headline_line.gif");
    background-repeat: repeat-x;
    background-position: left;
}

/* --------------------------------------------------------------------------- */
/* start content class                                                         */
/* use:                                                                        */
/* --------------------------------------------------------------------------- */

.title {
        margin-top: 5px;
        font-size: 13px;
        font-weight: bold;
        color: #cc0000;
}

.chapter {
        font-family: verdana, helvetica, sans-serif, arial, geneva;
/*        margin-top: 10px;*/
        font-size: 13px;
        font-weight: bold;
        color: #000000;
}

.content{
        text-align: justify;
}

/* --------------------------------------------------------------------------- */
/* start main menu class                                                       */
/* use:                                                                        */
/* --------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------- */
/* menuContainer                                                               */
/* ----------------------------------------------------------------------------*/

.menuContainer {
        z-index: 50;
        visibility: hidden;
        position: absolute;
}

/* --------------------------------------------------------------------------- */
/* menuContent                                                                 */
/* ----------------------------------------------------------------------------*/

.menuContent {
        filter: alpha(opacity=94);
        position: absolute;
}

.menuContent a:link, .menuContent a:hover, .menuContent a:visited {
        padding-right: 5px;
        padding-left: 5px;
        padding-bottom: 3px;
        padding-top: 3px;
}

/* --------------------------------------------------------------------------- */
/* mainMenu                                                                    */
/* ----------------------------------------------------------------------------*/

.mainMenu {
	font-family: arial, sans-serif, helvetica, geneva, verdana;
	font-size: 10px;
	filter: alpha(opacity=85);
	width: 140px;
	position: absolute;
	background-color: #f3f3f3;
	left: 607px;
	top: 407px;
}

.mainMenu a {
        font-family: arial, sans-serif, helvetica, geneva, verdana;
        font-size: 10px;
        padding-right: 10px;
        padding-bottom: 2px;
        padding-top: 2px;
        padding-left: 10px;
        display: block;
        filter: alpha(opacity=95);
        border-left: #ffffff 5px solid;
        color: #222222;
        background-color: #ffffff;
        text-decoration: none;
}

.mainMenu a:link, .mainMenu a:visited, .mainMenu a:active {
        color: #222222;
        text-decoration: none;
}


/* --------------------------------------------------------------------------- */
/* mainMenuRule                                                                */
/* ----------------------------------------------------------------------------*/

.rule {
        padding-right: 0px;
        padding-left: 0px;
        padding-bottom: 0px;
        padding-top: 0px;
        height: 1px;
        background-color: #e7e7e1;
}

/* --------------------------------------------------------------------------- */
/* start navigation class                                                          */
/* use:                                                                        */
/* --------------------------------------------------------------------------- */

.breadcrumbNavigation {
        font-family: verdana, arial, sans-serif, helvetica, geneva;
        font-size: 11px;
        color: #000000;
        text-decoration: none;
}

.breadcrumbNavigation:link {
        color: #336699;
}

.breadcrumbNavigation:visited {
        color: #336699;
}

.breadcrumbNavigation:active {
        color: #636363;
}

.breadcrumbNavigation:hover {
        color: #336699;
}

/* --------------------------------------------------------------------------- */
/* start footer class                                                          */
/* use:                                                                        */
/* --------------------------------------------------------------------------- */




/* --------------------------------------------------------------------------- */
/* end of file                                                                 */
/* --------------------------------------------------------------------------- */

