﻿/*-------------------ICONS--------------*/
.Icon16
{
	width: 16px;
	height: 16px;
	display:block;
	float:left;
}
.Icon24
{
	width: 24px;
	height: 24px;
	display: block;
	float: left;
}
.Icon24:hover
{
	text-decoration: none;
}
.IconMargin
{
	margin-left: 15px;
	margin-right: 15px;
}
.ml5
{
	margin-left: 5px;
}
.ml10
{
	margin-left: 10px;
}
.ml15
{
	margin-left: 15px;
}
.Check
{
	background: url("../../../App_Themes/DefaultTheme/Images/check.png") no-repeat;
}
.Uncheck
{
	background: url("../../../App_Themes/DefaultTheme/Images/uncheck.png") no-repeat;
}
.ShoppingCart
{
	background: url("../../../App_Themes/DefaultTheme/Images/shoppingcart.png") no-repeat;
}
.ShoppingCartFull
{
	background: url("../../../App_Themes/DefaultTheme/Images/shoppingcart_full.png") no-repeat;
}
.AwaitingVerication
{
	background: url("../../../App_Themes/DefaultTheme/Images/hourglass.png") no-repeat;
}
.ShoppingCartAdd
{
	background: url("../../../App_Themes/DefaultTheme/Images/shoppingcart_add.png") no-repeat;
}
.ShoppingCartRenew
{
	background: url("../../../App_Themes/DefaultTheme/Images/shoppingcart_renew.png") no-repeat;
}
.ShoppingCartDelete
{
	background: url("../../../App_Themes/DefaultTheme/Images/shoppingcart_delete.png") no-repeat;
}
.ShoppingBasket
{
	background: url("../../../App_Themes/DefaultTheme/Images/shoppingbasket.png") no-repeat;
}
.ShoppingBasketAdd
{
	background: url("../../../App_Themes/DefaultTheme/Images/shoppingbasket_add.png") no-repeat;
}
.Info
{
	background: url("../../../App_Themes/DefaultTheme/Images/about_16.png") no-repeat;
}
.Edit
{
	background: url("../../../App_Themes/DefaultTheme/Images/window_edit.png") no-repeat;
}
.Delete
{
	background: url("../../../App_Themes/DefaultTheme/Images/window_delete.png") no-repeat;
}
.Refresh
{
	background: url("../../../App_Themes/DefaultTheme/Images/refresh.png") no-repeat;
}
.Refresh:hover
{
	background: url("../../../App_Themes/DefaultTheme/Images/refresh_16.png") no-repeat;
}
.Close
{
	background: url("../../../App_Themes/DefaultTheme/Images/close_btn.gif") no-repeat;
}
.Search
{
	background: url("../../../App_Themes/DefaultTheme/Images/folder_view_shadow.png") no-repeat;
}
.Search:hover
{
	background: url("../../../App_Themes/DefaultTheme/Images/folder_view.png") no-repeat;
}
.Text
{
	background: url("../../../App_Themes/DefaultTheme/Images/text.png") no-repeat;
}
.Chart
{
	background: url("../../../App_Themes/DefaultTheme/Images/chart_16.png") no-repeat;
}
.TextOk
{
	background: url("../../../App_Themes/DefaultTheme/Images/text_ok.png") no-repeat;
}
.CreditCards
{
	background: url("../../../App_Themes/DefaultTheme/Images/creditcards.png") no-repeat;
}
.Find
{
	width: auto;
	background: url("../../../App_Themes/DefaultTheme/Images/find_selection.png") no-repeat;
	padding-left: 30px;
	color: #006;
}

.buttonIcon
{
	
}

.DeleteButton
{
	background: url("../../../App_Themes/DefaultTheme/Images/DeleteButton.gif") no-repeat;
	width: 16px; height: 16px;
	margin: 0px; padding: 0px 4px 2px 6px;
	text-align: center;
	font: bold 11px arial;
	color: #2C5769;
	margin-left: 8px;
	margin-bottom: 5px;
}
.DeleteButton:hover
{
	background: url("../../../App_Themes/DefaultTheme/Images/DeleteButton_hover.gif") no-repeat;
	text-decoration: none;
}

.ActivateButton
{
	background: url("../../../App_Themes/DefaultTheme/Images/ActivateUser.gif") no-repeat;
	width: 16px; height: 16px;
	margin: 0px; padding: 0px 4px 2px 6px;
	text-align: center;
	font: bold 11px arial;
	color: #2C5769;
	margin-left: 8px;
	margin-bottom: 5px;
}
.ActivateButton:hover
{
	background: url("../../../App_Themes/DefaultTheme/Images/DeactivateUser.gif") no-repeat;
	text-decoration: none;
}
.DeactivateButton
{
	background: url("../../../App_Themes/DefaultTheme/Images/DeactivateUser.gif") no-repeat;
	width: 16px; height: 16px;
	margin: 0px; padding: 0px 4px 2px 6px;
	text-align: center;
	font: bold 11px arial;
	color: #2C5769;
	margin-left: 8px;
}
.DeactivateButton:hover
{
	background: url("../../../App_Themes/DefaultTheme/Images/ActivateUser.gif") no-repeat;
	text-decoration: none;
}
.EditButton
{
	background: url("../../../App_Themes/DefaultTheme/Images/EditButton.gif") no-repeat;
	width: 16px; height: 16px;
	margin: 0px; padding: 0px 5px 2px 5px;
	text-align: center;
	font: bold 11px arial;
	color: #2C5769;
	margin-left: 8px;
}
.EditButton:hover
{
	background: url("../../../App_Themes/DefaultTheme/Images/EditButton_hover.gif") no-repeat;
	text-decoration: none;
}
.SelectedCheckbox
{
	background: url("../../../App_Themes/DefaultTheme/Images/DeactivateUser.gif") no-repeat;
	width: 16px; height: 16px;
	display: block;
}
.UnselectedCheckbox
{
	background: url("../../../App_Themes/DefaultTheme/Images/ActivateUser.gif") no-repeat;
	width: 16px; height: 16px;
	display:block;
}



/*----------------------------BUTTONS-----------------------*/
.button, .button a, .button a:visited
{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 3px;
	height:24px;
	background-color: #fff;
	cursor:pointer;
	color:#40668D;
	font-weight:bold; font-size:12px;
	border-style:solid;
	border-width:1px;
	border-bottom-color:#517C9F;
    border-right-color:#517C9F;
    border-top-color:#B9CCDB;
    border-left-color:#B9CCDB;
    clear:both;
}
.button:hover
{
    padding-top: 3px;
	padding-bottom: 2px;
    border-top-color:#517C9F;
    border-left-color:#517C9F;
    border-bottom-color:#B9CCDB;
    border-right-color:#B9CCDB;
    text-decoration: none;
    color: #8DC2F9;
}

.YellowButton
{
	padding-top: 3px;
	margin-left: 48px;
	text-align: center;
	display: block;
	width: 126px; height: 22px;
	background: url("../../../App_Themes/DefaultTheme/Images/btnYellow.gif") no-repeat;
	color: #2E4E6F;
	font: bold 12px arial;
}
.YellowButton:hover
{
	color: #3F71BC;
	text-decoration: none;
}
.GreyButton
{
	padding-top: 3px;
	margin-left: 48px;
	text-align: center;
	display: block;
	width: 126px; height: 30px;
	background: url("../../../App_Themes/DefaultTheme/Images/btnGrey.gif") no-repeat;
	color: #666666;
	font: bold 12px arial;
	text-transform:uppercase;
}
.GreyButton:hover
{
	color: #999999;
	text-decoration: none;
}