﻿body 
{
    margin:0;
    padding:0;
    background-color:#001c31;
    font-family:Verdana;
    font-size:10px;
    
}


form
{
	padding:0;
	margin:0;
}

.mainTable
{
    background-image: url(mainBack.jpg);
    background-repeat: repeat-x;
}

.mainMenuLeft
{
    background-image: url(mainMenuLeft.gif);
    background-repeat: no-repeat;
}
.mainMenuRight
{
    background-image: url(mainMenuRight.gif);
    background-repeat: no-repeat;
}
.mainMenuMiddle
{
    background-image: url(mainMenuMiddle.jpg);
    background-repeat: repeat-x;
    color:White;
    text-align:center;
    height:38px;
    line-height:38px;
}

.mainMenuMiddle a
{
    font-size: 14px;
    line-height:38px;
    text-decoration:none;
    padding-left:10px;
    padding-right: 10px;
    color:White;
}
.mainMenuMiddle a:hover
{
    text-decoration:underline;
}

.modelsMenuLeft
{
    background-image: url(modelsMenuLeft.gif);
    background-repeat: no-repeat;
}
.modelsMenuRight
{
    background-image: url(modelsMenuRight.gif);
    background-repeat: no-repeat;
}
.modelsMenuMiddle
{
    background-image: url(modelsMenuMiddle.jpg);
    background-repeat: repeat-x;
}


.footerLeft
{
    background-image: url(footerLeft.jpg);
    background-repeat: no-repeat;
}
.footerRight
{
    background-image: url(footerRight.jpg);
    background-repeat: no-repeat;
}



.TopLeftLinkBack
{
    width: 148px;
    height: 27px;
    display:block;
    float:right;
    background-image: url(topRightLinkBack.gif);
    background-repeat: no-repeat;
    color:White;
    text-decoration:none;
    text-align:center;
    line-height:23px;
}


.TopRightLinkBack
{
    width: 148px;
    height: 27px;
    display:block;
    float:right;
    background-image: url(topLeftLinkBack.gif);
    background-repeat: no-repeat;
    color:White;
    text-decoration:none;
    text-align:center;
    line-height:23px;
}

.footer
{
    background-color: #444444;
    color: White;
    padding-top:10px;
}
.boxBottom
{
    background-image: url(boxBottom.gif);
    background-repeat: no-repeat;
}
.boxTop
{
    background-image: url(boxTop.gif);
    background-repeat: no-repeat;
}
.boxBody
{
    background-color: #E6E6E6;
    padding:5px;
}

.ModelLinksCell a
{
    color:Black;
    text-decoration:none;
    display:block;
    width:80px;
    height:20px;
    line-height:20px;
    float:left;
    border-right: solid, 1px, #B5B5B5;
}
.selectedModel 
{
    color:Black;
    text-decoration:none;
    display:block;
    width:80px;
    height:20px;
    line-height:20px;
    float:left;
    background-image: url(selectedModelBackground.gif);
    background-repeat: no-repeat;
}

.ModelLinksCell a:hover
{
    color:Black;
    text-decoration:none;
    display:block;
    width:80px;
    height:20px;
    line-height:20px;
    float:left;
    background-image: url(selectedModelBackground.gif);
    background-repeat: no-repeat;
}

.DetailsTitles
{
    font-size:14px;
    font-weight:bold;
}


.link-modeli
{
    font-size: 11px;
    font-family: Verdana;
    color: #000000;
    text-decoration: none;
}



/*MAIN MENU SAJTA*/
.MainMenu_StaticMenuItemStyle
{
    font-size:14px;
    color: white;
    width:155px;
    height: 36px;
    line-height: 36px;
    float:left;
    display: inline-block;
    background-image: url(MainMenuButton.gif);
    background-repeat:no-repeat;
    text-align:center;
    margin-right:1px;

}

.MainMenu_StaticMenuItemStyle a
{
       margin-top:0;
       padding-top:0;
}


.MainMenu_StaticHoverStyle
{
    
}


.MainMenu_StaticSelectedStyle
{
	text-decoration: underline;

}


.MainMenu_StaticMenuStyle
{
    text-align:right;
    margin-left:auto;
}
