﻿html {
     overflow: -moz-scrollbars-vertical;
     overflow: scroll;
     overflow-y: scroll;
}

.menuDiv
{ 
    height:76px;
    width:100%;
    background-image: url(/Content/Images/header.png);
    background-repeat: repeat-x;
    background-color: #E9E9E9;
    background-position: 0 0;
}

#divMenu {
    /*background-image: url("Images/header.gif");*/
    background-repeat: no-repeat;
    height: 76px;
    margin: 0 auto 5px;
    position: relative;
    width: 1100px;
}

.menu
{
    text-align:center;
    float:left;
    list-style:none;
    margin: 15px 0 0 75px;
}

ul.menu li
{
    padding:0;
    height:20px;
    float:left;
    margin: 0 5px 0 0;
    /*line-height:1.0em;  */
}


.menuLevel1
{
    margin: 0 12px;
}

.textBox260
{
    width: 260px;
}

.dropDownList260
{
    width: 264px;
}

#Country .option
{
    width: 260px;
}

/*table
{
    width:100%;
    margin:5px;
    padding:0px;
    
}

tr
{
    border: 1px white;
    margin:0px;
    padding:0px;
    border-collapse: collapse;
}

td
{
    margin:0px;
    padding:0px;
    border: 1px solid white;
    border-collapse: collapse;
}*/

.editor-field
{
    margin-top:5px;
    
}

.editor-label
{
    float:left;
    width:130px;
}

div.editor-group
{
    opacity: 1.0; 
    filter: alpha(opacity=100); 
    margin-bottom: 10px;
}

.validation-summary-valid
{
    margin-top:10px;
    color: #CC0000;
}

div.transbox
{
    padding:5px;
    background-color: #FFFFBB;
    border: 1px solid #D4D4D4;
    -ms-filter: 'Alpha(Opacity=85)';
    /*-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=85)';*/
    opacity: 0.85;
    -moz-opacity: 0.85;
    filter: alpha(opacity=85);
    /*filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);*/
    -khtml-opacity: 0.85 ;
}

div.transboxinner 
{
    background-color: #F6F6F6;
    padding: 10px;
    /*height:auto;*/
    overflow:auto;
    border: 1px solid #D4D4D4;
    -ms-filter: 'Alpha(Opacity=100)';
    /*-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';*/
    opacity: 1.0;-moz-opacity: 1.0;
    filter: alpha(opacity=100);
    /*filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);*/
    -khtml-opacity: 1.0 ;
    
    text-decoration: none;
    line-height: 1.2em;
    font-style:  normal;
    font-weight: normal;
}

 .textBox140
 {
     width: 135px;
 }
 
.textBox200
{
   width: 195px;
}
 
.dropDownList200
{
    width: 200px;
}

.group
{
    float: left;
    display:inline-block;
    height: auto;
    margin-right: 5px;
}
    
.light
{
    background-color: #DFDFDF;
}
    
.validation-summary-errors    
{
    color: #FF0000;   
    margin-top: 10px;
}

.validation-summary-errors ul
{
    margin: 5px 0;
    line-height: 1.5em;
}


/*  EditAccount page */

.ProductKeyItemRow:hover
{
    cursor:pointer;
    background: #FFFFBB;
}
    
.SelectedProductKeyItemRow
{
    background: #FFFFBB;
}


body.wait *, body.wait {
cursor:wait !important;
}

.sortBtnDown
{
    background: url("/Content/Images/arrow_down.png") no-repeat scroll 0 0 transparent;
    border: 0;
    width:19px;
    height:20px;
    cursor: pointer;
    overflow: visible;
}

.sortBtnUp
{
    background: url("/Content/Images/arrow_up.png") no-repeat scroll 0 0 transparent;
    border: 0;
    width:19px;
    height:20px;
    cursor: pointer;
    overflow: visible;
}


.pageNumberClass
{
    display: inline;
    float: left;
    margin-left: 5px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
{
    border: 1px solid #FFB;
    background: none;
    background-color: #E6E6C4;
}

.ui-widget-header
{
    border: 1px solid #FFB;
    background: none;
    background-color: #E6E6C4;
    color: #600
}

.ui-statehover, .ui-widget-content
{
    background: none;
    background-color: #FFB;
    
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight 
{
    border: 1px solid #FAD42E;
    background: #FBEC88 url(images/ui-bg_flat_55_fbec88_40x100.png) 50% 50% repeat-x;
    color: #363636;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus
{
    font-weight: bold;
    color: #FFB;
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: none;
}

.img {
    outline: none;
}