﻿/*.contentMenu { z-index: 10; width: 980px; height: 35px; position: relative; top: 80px; border-bottom: solid 1px #919b9c; margin: 0; padding: 0; }
.contentMenu .AspNet-Menu-Leaf a, .contentMenu .AspNet-Menu-WithChildren a { font-family: Verdana; font-size: 24px; text-align: center; }
.contentMenu .AspNet-Menu-Leaf a:hover { color: #d9e126; }
.contentMenu .AspNet-Menu-Selected, .contentMenu .AspNet-Menu-WithChildren .AspNet-Menu-Selected { color: #d9e126; }
.contentMenu .AspNet-Menu-ParentSelected a, .contentMenu .AspNet-Menu-ChildSelected .AspNet-Menu-Leaf a, .contentMenu .AspNet-Menu-WithChildren .AspNet-Menu-Leaf a { font-family: Verdana; font-size: 14px; text-align: left; padding: 5px 0 5px 50px; background-color: #000000; }
*/
#footer { }
#footer .AspNet-Menu-Horizontal ul { position: relative; left: 165px; }

#footer .AspNet-Menu-Leaf a { margin: 0 10px 0 10px; }
#footer .AspNet-Menu-Leaf a:hover { color: #d9e126; }
#footer .AspNet-Menu-Selected { color: #d9e126; }

.AspNet-Login { width: 180px; }
.AspNet-Login-TitlePanel { font-family: Verdana; font-size: 18px;  }
.AspNet-Login-FailurePanel { color: Red; }
.login { float: left; margin-left: 100px; width: 400px; height: 400px; }
.notRegistered { float: right; margin-right: 150px; width: 300px; }
.notRegistered input[type=submit], .login input[type=submit] { margin: 20px; }


.AspNet-CreateUserWizard-CreateUserButtonPanel { padding: 10px; width: 500px; text-align: right; }

.AspNet-PasswordRecover { margin-left: 350px; height: 400px; }
.AspNet-PasswordRecover input[type=submit] { margin: 20px; }



#select-currency-culture .AspNet-Menu-Vertical .AspNet-Menu-Leaf { height: 26px; padding: 3px 0 3px 10px; }




.AspNet-Menu-Leaf #left 
{
    width: 3px; 
    display: inline; 
    background: url(images/menu/tab_normal_left.gif) no-repeat; 
    height: 21px; position: relative; float: left; margin-left: 5px; 
}
.AspNet-Menu-Leaf #mid { display: inline; background: url(images/menu/tab_normal.gif) repeat-x; height: 21px; position: relative; float: left; }
.AspNet-Menu-Leaf #mid:hover { display: inline; background: url(images/menu/tab_hover.gif) repeat-x; height: 21px; position: relative; float: left; }
.AspNet-Menu-Leaf #mid #text, .AspNet-Menu-Selected #mid #text { position: relative; top: 6px; color: #000; }
.AspNet-Menu-Leaf #right { width: 3px; display: inline; background: url(images/menu/tab_normal_right.gif) no-repeat; height: 21px; position: relative; float: left; }

.AspNet-Menu-Selected { cursor: default; }
.AspNet-Menu-Selected #left  
{
    width: 3px; 
    display: inline; 
    background: url(images/menu/tab_selected_left.gif) no-repeat; 
    height: 21px; position: relative; float: left; margin-left: 5px; 
}
.AspNet-Menu-Selected #mid, .AspNet-Menu-Selected #mid:hover 
{
    display: inline; 
    background: url(images/menu/tab_selected.gif) repeat-x; 
    height: 21px; position: relative; float: left; color: #000; 
}
.AspNet-Menu-Selected #right  
{
    width: 3px; 
    display: inline; 
    background: url(images/menu/tab_selected_right.gif) no-repeat; 
    height: 21px; position: relative; float: left; 
}
