﻿
/*HomePage******************************************************/

.HomeProductBox
{
    width: 210px;
    float: left;
    margin-right: 10px;
    font-size: 12px;
}
.HomeProductBoxLast
{
    width: 210px;
    float: right;
    margin-right: 0;
    font-size: 12px;
}

.PanelHeader A
{
    display: block;
    height: 32px;
    padding-top: 8px;
    color: #fff;
    font: bold 20px Arial;
    text-align: center;
    text-decoration: none;
}

.PanelHeader A.a1
{
    background: url(../Images/PanelHeaderBlueSmall.gif) no-repeat;
}

.PanelHeader A.a2
{
    background: url(../Images/PanelHeaderDarkBlueSmall.gif) no-repeat;
}

.PanelHeader A.a3
{
    background: url(../Images/PanelHeaderTealSmall.gif) no-repeat;
}

.PanelHeader A.a4
{
    background: url(../Images/PanelHeaderOrangeSmall.gif) no-repeat;
}

.HomeProductContent
{
    height: 187px;
    padding: 5px 5px;
}

.HomeProductContentLast
{
    height: 120px;
    padding: 5px 5px;
}

A.ClickHereBtn
{
    display: block;
    height: 22px;
    width: 73px;
    color: #46686b;
    text-decoration: none;
    font-weight: bold;
    text-align:center;
    background: url(../Images/BtnClickHereBg.gif) no-repeat;
}

A.ClickHereBtn:Hover
{
    background: url(../Images/BtnClickHereBg.gif) no-repeat 0 -22px;
}

A.TKSystemsBtn
{
    display: block;
    height: 109px;
    width: 82px;
    margin: 0 auto;
    color: #46686b;
    background: url(../Images/BtnTKSystems.gif) no-repeat;
}

#HomeContent
{
    width: 465px;
    float: left;
    font-size: 14px;
    line-height: 20px;
    margin: 20px auto;
    padding-left: 5px;
}

#HomeContent h1
{
    font: normal 30px Arial;
    color: #57a5c9;
    margin: 0 0 15px 0;
}

.NewsBox
{
    width: 369px;
    float: right;
    font-size: 12px;
    line-height: 18px;
    margin: 20px auto;
}

.NewsBox strong
{
    color: #3098c9;
}

.NewsBox .Content .ScrollBox
{
    height: 215px;
    padding: 0 10px 0 0;
    overflow: auto;
}

.NewsBox .Content .Item
{
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: dotted 1px #e0e0e0;
}

.NewsBox .Content h1
{
    font: normal 24px Arial;
    color: #595959;
    margin: 0 0 10px 0;
}


/*Industries******************************************************/

.Icon
{
    width: 120px;
    float: left;
    padding: 15px 0 0 15px;
    margin-bottom: 5px;
}

.IndustryBox
{
    width: 718px;
    float: right;
    font-size: 12px;
    margin-bottom: 14px;
}

.IndustryBoxContent
{
    padding: 0 15px;
    min-height: 145px;
}

.IndustryBox h1
{
    font: bold 20px Arial;
    margin: 0 0 15px 0;
}

/*Industry Details*************************************************/

.IndustryProductBox
{
    padding: 15px;
}

.IndustryProductBox div
{
    background: url(../Images/BulletSquare.gif) no-repeat 0 5px;
    padding: 0 0 0 15px;
}

.IndustryProductBox a
{
    font-size: 16px;
    font-weight: bold;
}


/*Products*********************************************************/

.Screenshot
{
    width: 283px;
    float: left;
    padding: 15px 0 0 15px;
    margin-bottom: 5px;
}

.ScreenshotLarge
{
    width: 550px;
    display: block;
    margin: 0 auto 25px auto;
    border: solid 5px #dedede;
}

.ScreenshotsHeader
{
    clear: both;
}

.ScreenshotsHeader h1
{
    width: 400px;
    float: left;
}

.ScreenshotsHeader a
{
    display: block;
    width: 40px;
    text-align: right;
    float: right;
}

.ProductsBox
{
    width: 550px;
    float: right;
    font-size: 12px;
    margin-bottom: 14px;
}

.ProductsBox img
{
    display: block;
    padding: 0 0 15px 0;
}


.ProductsBox h1
{
    font: bold 20px Arial;
    margin: 0 0 15px 0;
}

.ProductsBoxContent
{
    padding: 0 15px;
    min-height: 253px;
}

.ProductsBox ul
{
    margin: 10px 0 0 10px;
    padding: 0;
    width: 250px;
    float: left;
}

.Links
{
    width: 180px;
    float: left;
    margin: 10px 0 0 50px;
}

.Links a
{
    margin-top: 5px;
}


/*Product Details*******************************************************/


.ProductsFloatBox
{
    width: 326px;
    float: right;
    margin: 0 0 5px 10px;
}

.ProductsFloatBox ul
{
    list-style: none none;
    margin: 20px;
    padding: 0;
}

.ProductsFloatBox li
{
    padding: 0 0 5px 0;
}

.ProductsFloatBox img
{
    border: solid 2px #dedede;
}

/*Why Imprezzio?********************************************************/

.LocationsFloatBox
{
    width: 380px;
    float: right;
    margin: 0 0 5px 10px;
    font-size: 11px;
    line-height: 14px;
}

.LocationsFloatBox .FloatBox div
{
    padding: 10px;
}


.LocationsFloatBox img
{
    display: block;
    float: left;
    border: solid 2px #dedede;
    margin-right: 10px;
    width: 130px;
    height: 100px;
}

.LocationsFloatBox strong
{
    font-size: 12px;
    line-height: 18px;
}

/*Contact**********************************************************************/

.ContactForm
{
    width: 525px;
    float: left;
}

.ContactFloatBox
{
    width: 265px;
    float: right;
    margin: 0 0 5px 10px;
}

.Label
{
    vertical-align: top;
    font-weight: bold;
    text-align: right;
}

.Field
{
    width: 380px;
    font-size: 14px;
    color: #4c4f51;
    border: solid 1px #c4c4c4;
    background: #fff url(../Images/TextBoxBg.gif) repeat-x;
}

.Field:hover
{
    border: solid 1px #84d0f8;
}

.Field:focus
{
    border: solid 1px #35a8e5;
}

.Error
{
    vertical-align: top;
    font-size: 18px;
    font-weight: bold;
}

.Submit
{
    text-align: center;
}

/*Custom Solutions*****************************************/

.CustomFloatBox
{
    width: 265px;
    float: right;
    margin: 0 0 5px 10px;
}

.CustomFloatBox .FloatBox div
{
    padding: 10px;
}

.CustomFloatBox img
{
    border: solid 2px #dedede;
    width: 239px;
    height: 160px;
}

/*Support**************************************************/

.SupportFloatBox
{
    width: 265px;
    float: right;
    margin: 0 0 5px 10px;
}

.SupportFloatBox .FloatBox div
{
    padding: 10px;
}

/****  CONTEST ** MIRCEA *********************************/
.CustomFloatBox.contest img
{
    height: auto;
}
ul.contest_resources li
{
    background: url(../Images/contest/icons.png) 0px 0px no-repeat;
    padding-left: 20px;
    line-height: 16px;
    margin-bottom: 10px;
}
ul.contest_resources li.ppt
{
    background: url(../Images/contest/icons.png) 0px -16px no-repeat;
}
.contest_register
{
    display: block;
    border: 0px;
    cursor: pointer;
    width: 198px;
    height: 31px;
    text-indent: -9999px;
    margin-top: 5px;
    overflow: hidden;
    background: url(../Images/contest/button_register.png) 0px 0px;
}
.contest_register:hover
{
    background: url(../Images/contest/button_register.png) 0px -30px;
}
.contest_register.form
{
    width: 149px;
    display: inline;
    float: left;
    background: url(../Images/contest/button_form_register.png) 0px 0px;
}
.contest_register.form:hover
{
    background: url(../Images/contest/button_form_register.png) 0px -30px;
}
.contest_register.cancel
{
    width: 107px;
    float: left;
    background: url(../Images/contest/button_cancel.png) 0px 0px;
}
.contest_register.cancel:hover
{
    background: url(../Images/contest/button_cancel.png) 0px -30px;
}
.contest_register.close
{
    width: 31px;
    height:31px;
    position:absolute;
    top:0px;
    right:5px;
    background: url(../Images/contest/close_icon.gif) 0px 0px no-repeat;
    overflow:visible;
    text-indent:0px;
    color:Red;
}
.contest_register.close:hover
{
    background: url(../Images/contest/close_icon.gif) 0px -31px no-repeat;
}
.contest_dates
{
    margin-bottom: 10px;
}
.contest_dates li
{
    line-height: 20px;
    font-size: 15px;
}
.contest_dates li em
{
    color: #3E92BE;
    font-weight: bold;
    font-style: normal;
}
.contest_dates li strong
{
    width: 170px;
    float: left;
}
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
    z-index: 100000;
    overflow:hidden;

    
}
.modalPopup
{
    background-color: #fff;
    border: 3px solid #9BCADE;
    padding: 1px;
    width: 660px;
    padding-left: 50px;
    z-index: 100005;
}

.modalPopup .Field
{
    width: 500px;
}
.modalPopup .Field.small_input
{
    width: 219px;
}
.modalPopup .ContactForm
{
    width: 550px;
}

.success
{
    color: Green;
    font-size: 15px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 10px;
}
.failure
{
    color: Red;
    font-size: 15px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 10px;
}


.CustomFloatBox .FloatBox div.slideshow div
{
	padding:0px;
}