﻿/*
-----------------------------------------
BARVY
-----------------------------------------

-----------------------------------------
*/

body
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
    background-image: url(BodyBg.jpg);
    color: #333333;
}


h1
{
	font-size: 200%;
	margin: 0 0 1em;
    font-weight: lighter;
}

h2
{
	font-size: 160%;
	margin: 1em 0;
    font-weight: lighter;
}


h3 
{
    margin: 0;
    font-size: 100%;
    font-weight: bold;
}

h3.Black 
{
    color: #000000;
}

p 
{
    margin: 1.6em 0;
    line-height: 160%;
}

a 
{
    color: #CC0000;
}

a:hover 
{
    color: #333333;
}

span.Red 
{
    color: #cc0000;
}


strong.Red 
{
    color: #cc0000;
}

table.TechnicalData 
{
    border-collapse: collapse;
    border: solid 1px #333333;
    margin: 40px 0;
}

table.TechnicalData td 
{
    border: solid 1px #333333;
    padding: 5px 10px;
}

div.DownloadPanel
{
    padding: 10px;
    border: solid 1px #333333;
    background-color: #e5e5e5;
    margin-bottom: 20px;
}


/*
------------------------------------------
PagePanel
------------------------------------------
*/

div.PagePanel
{
    position: relative;
    margin: 20px auto;
    overflow: hidden;
}

/*
------------------------------------------
HeaderPanel
------------------------------------------
*/

div.HeaderPanel
{
    position: absolute;
    width: 100%;
}

a.HeaderImageHyperlink 
{
    display: block;
    float: left;
    margin-top: 10px;
}

img.HeaderImage
{
    display: block;
}

div.HeaderTextPanel
{
    padding: 10px;
    float: right;
}


/*
------------------------------------------
HorizontalMenuPanel
------------------------------------------
*/

div.HorizontalMenuPanel
{
    position: absolute;
    width: 100%;
    left: 0;
    background-image: url(HorizontalMenuBg.png);
    background-repeat: repeat-x;
}

div.RadMenu 
{
    width: 100%;
    z-index: 10;
}

li.rmItem 
{
    line-height: 52px;
}

a.rmLink
{
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

ul.rmRootGroup a.rmLink:hover
{
    color: #dddddd;
    background-image: url(HorizontalMenuHover.png);
    background-repeat: repeat-x;
}

ul.rmGroup li.rmItem 
{
    line-height: 30px;
    background-color: #A30707;
}

ul.rmGroup a.rmLink
{
}

ul.rmGroup li.rmItem a.rmLink span.rmText
{
    padding-left: 15px;
    padding-right: 15px;
}

ul.rmGroup a.rmLink:hover
{
    color: #dddddd;
    background-image: none;
} 


/*
------------------------------------------
TrailerPanel
------------------------------------------
*/

div.TrailerPanel 
{
    position: absolute;
    width: 100%;    
    background-image: url(TrailerPanelBg.jpg);
    background-repeat: no-repeat;
    left: 0px;
}


/*
------------------------------------------
ContentPanel
------------------------------------------
*/

div.ContentPanel
{
    overflow: hidden;
}


/*
------------------------------------------
CenterContentPanel
------------------------------------------
*/
div.CenterContentPanel
{
}



/*
------------------------------------------
SideContentPanel
------------------------------------------
*/

div.SideContentPanel
{
    border-left-style: solid;
    border-left-color: #cccccc;
}





/*
------------------------------------------
FooterPanel
------------------------------------------
*/


div.FooterPanel 
{
    padding: 10px;
    color: #333333;
    /*
    background-image: url(FooterBg.png);
    */
    background-repeat: repeat-x;
	font-size: 85%;
	line-height: 160%;
}

div.FooterPanel a 
{
    color: #333333;
}

div.FooterPanel a:hover 
{
    color: #CC0000;
}



/*
------------------------------------------
NEXTA FINANCE
------------------------------------------
*/

a
{
    color: #cb2f2f;
}

h1
{
	color: #cb2f2f;
}

h2
{
    color: #cb2f2f;
}

span.Title 
{
    display: block;
    font-weight: bold;
    width: 235px;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    margin-bottom: 20px;
    background-color: #000000;
    color: #ffffff;
}

p.Highlight 
{
    padding: 10px;
    border: solid 1px #FF9900;
    background-color: #FFCC66;
    font-size: 120%;
}

ul 
{
    line-height: 160%;
}


div.NewsPanel 
{
    padding-bottom: 10px;
}

div.BorderBottom 
{
    padding-bottom: 1em;
    border-bottom: dotted 1px #cccccc;
    margin-bottom: 1em;
}


table.InText
{
    width: 90%;
    border-collapse: collapse;
    margin: 20px auto;
}

table.InText th
{
    border: solid 1px #333333;
    padding: 5px;
    background-color: #000000;
    color: #ffffff;
}

table.InText td
{
    border: solid 1px Silver;
    padding: 3px 5px;
}

table.InText td.Note
{
    font-style:italic;
    background-color: #eeeeee;
}



