/* Generel styles for all pages */
html, body, form
{	
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
}

body
{
	background-color: #f7f3f7;
	background-image: url('Images/BackGround.jpg');
	background-position: right top;
	background-repeat: no-repeat;	
}

/* Font styles */
.MenuButtonOff
{
	height: 19px;
	cursor: hand;
	vertical-align: middle; /* border:1px solid #084485; */
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	padding-right: 7px;
	top: 2px;
	vertical-align: middle;
	color: White;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 3px;
	text-decoration: none;
}

.MenuButtonOff:hover
{
	cursor: hand;
	vertical-align: middle;
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #212121;
	border-bottom: 1px solid #212121;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 6px;
	top: 2px;
	vertical-align: middle;
	color: White;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 2px;
	text-decoration: none;
}

.MenuButtonOn
{
	height: 19px;
	cursor: hand;
	vertical-align: middle;
	border-top: 1px solid #212121;
	border-left: 1px solid #212121;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 8px;
	top: 2px;
	vertical-align: middle;
	color: White;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 2px;
	text-decoration: none;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#C6691C,endColorStr=#F3B03F);
}



    /* WIZARD */
.stepNotCompleted
{
    background-color: rgb(153,153,153);
    width: 15px;
    border: 1px solid rgb(153,153,153);
    margin-right: 5px;
    color: White;
    font-family: Arial;
    font-size: 12px;
    text-align: center;
}

.stepCompleted
{
    background-color: #4d4d4d;
    width: 15px;
    border: 1px solid #4d4d4d;
    color: White;
    font-family: Arial;
    font-size: 12px;
    text-align: center;
}

.stepCurrent
{
    background-color: #f15e34;
    width: 15px;
    border: 1px solid #f15e34;
    color: White;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.stepBreak
{
    width: 3px;
    background-color: Transparent;
}

.wizardProgress
{
    padding-right: 10px;
    font-family: Arial;
    color: #333333;
    font-size: 12px;

}

.wizardTitle
{
    font-family: Arial;
    font-size: 120%;
    font-weight: bold;
    color: #333333;
    vertical-align: middle;
}

.buttonRightSpace
{
	margin-right: 5px;
}