﻿html
{
    overflow: auto;
    overflow-x: hidden;
}

body
{
    background-color: #DCDCDC;
    color: #909090;
    font-family: Tahoma;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

:focus
{
    -moz-outline-style: none;
}

img
{
    border: 0 none;
}

input
{
    border: solid 1px #397C94;
}

input:focus
{
    background-color: #FFFFE0;
}


input.valid
{
    border: solid 1px darkgreen;
    background: lightgreen;
}

input.error
{
    border: solid 1px darkred;
    background-color: #FBCDCE;
}

.input-validation-error
{
    border: solid 1px darkred;
    background-color: #FBCDCE;
}

.field-validation-error
{
    color: Red;
}

.validation-summary-errors
{
    color: Red;
}

button
{
    cursor: pointer;
}

a
{
    color: inherit;
    text-decoration: none;
}

a:link
{
    color: inherit;
    text-decoration: none;
}

a:visited
{
    color: inherit;
    text-decoration: none;
}

a:active
{
    color: inherit;
    text-decoration: none;
}

a:hover
{
    color: inherit;
    text-decoration: underline;
}

/* Main Elements */

#Main
{
    position: absolute;
    left: 50%;
    /*top: 50%;*/
    margin-left: -500px;
    /*margin-top: -360px;*/
    top: 5px;
    overflow: visible;
    display: block;
    border: 1px solid #ddd;
    background-color: white;
}

#Header
{
    width: 1000px;
    height: 50px;
    background-color: #7dafe0;
    background: url(/content/images/main.header.jpg) 0 0 no-repeat;
}

#Footer
{
    width: 1000px;
    height: 50px;
    background-color: #7dafe0;
    background: url(/content/images/main.footer.jpg) 0 0 no-repeat;
}


#mainContent
{
    position: relative;
    width: 650px;
    height: 600px;
    overflow: hidden;
    left: 350px;
    top: 1px;
}

/* Logo */

#propisiLogo
{
    background: url(/content/images/logo.propisi.jpg) no-repeat 0 0;
    position:absolute;
    left: 40px;
    top: 85px;
    height: 104px;
    width: 267px; 
}

#intermexLogo
{
    background: url(/content/images/logo.intermex.jpg) no-repeat;
    background-position: center;
    height: 80px;
    width: 101px;
    position: absolute;
    bottom: 67px;
    right: 40px;
    cursor: pointer;
}

#mcpLogo
{
    background: url(/content/images/logo.mcp.jpg) no-repeat;
    background-position: center;
    height: 80px;
    width: 101px;
    position: absolute;
    bottom: 50px;
    right: 155px;
    cursor: pointer;
}

#orderLogo
{
    background: url(/content/images/logo.order.jpg) no-repeat;
    background-position: center;
    height: 88px;
    width: 69px;
    position: absolute;
    top: 55px;
    right: 40px;
    cursor: pointer;
}

#stadobijateButton
{
    background: url(/content/images/stadobijate.button.gif) no-repeat;
    background-position: center;
    height: 32px;
    width: 149px;
    position: absolute;
    top: 35px;
    right: 370px;
    cursor: pointer;
}
#isprobajteButton
{
    background: url(/content/images/isprobajte.button.gif) no-repeat;
    background-position: center;
    height: 32px;
    width: 224px;
    position: absolute;
    top: 35px;
    right: 133px;
    cursor: pointer;
}

/* MainLinks */
#mainLinks
{
    right: 20px;
    top: 20px;
    color: white;
    font-size: 11px;
    position: absolute;
}

#mainLinks a
{
    color: white;
    text-decoration: none;
}

#mainLinks a:link
{
    color: white;
    text-decoration: none;
}

#mainLinks a:visited
{
    color: white;
    text-decoration: none;
}

#mainLinks a:active
{
    color: white;
    text-decoration: none;
}


#mainLinks a:hover
{
    color: #ededed;
    text-decoration: underline;
}

#mainLinks img
{
  vertical-align: top;
  margin-left: 10px;
}

/* externalLinks Styles */
#externalLinks
{
    top: 200px;
    height: 430px;
    left: 7px;
    position: absolute;
    width: 350px;
    font-weight: bold;
    font-family: arial;
    overflow: auto;
    line-height: 20px;
}

#externalLinks ul
{
    color: #5f92c1;
}

#externalLinks li
{
    color: #868686;
}

#externalLinks a:link
{
    color: #868686;
}

#externalLinks a:hover
{
    color: #868686;
    text-decoration: none;
}

#externalLinks a:visited
{
    color: #868686;
}

#externalLinks h9
{
    font-weight: normal;
    font-size: 11px;
    color: #5f92c1;
}

/*userInfo Styles*/

#userInfo
{
    left: 20px;
    top: 20px;
    color: white;
    font-size: 11px;
    position: absolute;
    font-size: 11px;
    font-weight: normal;
    font-family: Tahoma;    
}

#userInfo img
{
    vertical-align: middle;
    margin-right: 7px;
    margin-left: 7px;
    height: 22px;
    width: 22px;
}

#userInfo a
{
    color: White;
    text-decoration: none;
}

#userInfo a:link
{
    color: White;
    text-decoration: none;
}

#userInfo a:visited
{
    color: White;
    text-decoration: none;
}

#userInfo a:active
{
    color: White;
    text-decoration: none;
}

#userInfo a:hover
{
    color: #ededed;
    text-decoration: underline;
}

/* Info Styles*/
#Info
{
    color: #666666;
    height: 530px;
    left: 40px;
    overflow: auto;
    padding-right: 16px;
    position: relative;
    right: 20px;
    text-align: justify;
    top: 35px;
    width: 920px;
    background: #FFFFFF;
}


#Info h4
{
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}

#Info p
{
    line-height: 16px;
}

#Application
{  
  border: none;
  height: 87px;
  width: 580px;
  top: 30px;
  right: 20px;
  position: absolute;
}