BODY {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 12px;
}

   html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none
   }

.CURVE {
	BORDER: 0px solid;
	-WEBKIT-BORDER-RADIUS: 8px;
	-MOZ-BORDER-RADIUS: 8px;
	BORDER-RADIUS: 8px;
	behavior: url(css/PIE.php);
}

.HighLightTR:hover {
	BACKGROUND-COLOR: #A9CBFF;
};

.CURVETOP {
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    border-radius: 8px 8px 0px 0px;
	background: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	behavior: url(css/PIE.php);
}

.HOVERBG:hover {
	background-color: #FFFFCC;
}


TD {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 12px;
}


.TOPHEADER {
	FONT-SIZE: 14px;
	FONT-WEIGHT: BOLD;
}



.LOADINGDIV {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";       /* IE 8 */
	filter: alpha(opacity=50);  /* IE 5-7 */
	-moz-opacity: 0.5;          /* Netscape */
	-khtml-opacity: 0.5;        /* Safari 1.x */
	opacity: 0.5;               /* Good browsers */
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000000;
	display: none;
	vertical-align:middle;
	text-align:center;
}

.LOADINGINSIDE {
	position:absolute;
	top:50%;
	width: 100%;
	height:10em;
	margin-top:-5em;
	align: center;
	text-align: center;
}

.LOADINGIMG {
	display: block;
    margin-left: auto;
    margin-right: auto;
}



.s-hidden {
    visibility:hidden;
    padding-right:10px;
}


.VarHeight {
/* Firefox */
height: -moz-calc(100% - 120px);
/* WebKit */
height: -webkit-calc(100% - 120px);
/* Opera */
height: -o-calc(100% - 120px);
/* Standard */
height: calc(100% - 120px);
}

.iFrameHeight {
/* Firefox */
height: -moz-calc(100% - 50px);
/* WebKit */
height: -webkit-calc(100% - 50px);
/* Opera */
height: -o-calc(100% - 50px);
/* Standard */
height: calc(100% - 50px);
}


/* Preloader */

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:99; /* makes sure it stays on top */
}

#status {
    width:500px;
    height:500px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(/img/loading.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-250px 0 0 -250px; /* is width and height divided by two */
}


A:link {
	text-decoration:none;
	color: #414141;
}

A:visited {
	text-decoration:none;
	color: #7B7B7B;
}

A:hover {
	text-decoration:none;
	color: #000000;
}


.btn_red {
	background: #AA0000;
	background-image: -webkit-linear-gradient(top, #AA0000, #880000);
	background-image: -moz-linear-gradient(top, #AA0000, #880000);
	background-image: -ms-linear-gradient(top, #AA0000, #880000);
	background-image: -o-linear-gradient(top, #AA0000, #880000);
	background-image: linear-gradient(to bottom, #AA0000, #880000);
	-webkit-border-radius: 6;
	-moz-border-radius: 6;
	border-radius: 6px;
	font-family: Verdana;
	color: #ffffff;
	font-size: 12px;
	padding: 8px 15px 8px 15px;
	text-decoration: none;
	border: 0px solid;
	font-weight: bold;
}

.btn_red:hover {
	background: #CC0000;
	background-image: -webkit-linear-gradient(top, #CC0000, #AA0000);
	background-image: -moz-linear-gradient(top, #CC0000, #AA0000);
	background-image: -ms-linear-gradient(top, #CC0000, #AA0000);
	background-image: -o-linear-gradient(top, #CC0000, #AA0000);
	background-image: linear-gradient(to bottom, #CC0000, #AA0000);
	text-decoration: none;
}


.btn_green {
	background: #006600;
	background-image: -webkit-linear-gradient(top, #006600, #004400);
	background-image: -moz-linear-gradient(top, #006600, #004400);
	background-image: -ms-linear-gradient(top, #006600, #004400);
	background-image: -o-linear-gradient(top, #006600, #004400);
	background-image: linear-gradient(to bottom, #006600, #004400);
	-webkit-border-radius: 6;
	-moz-border-radius: 6;
	border-radius: 6px;
	font-family: Verdana;
	color: #ffffff;
	font-size: 12px;
	padding: 8px 15px 8px 15px;
	text-decoration: none;
	border: 0px solid;
	font-weight: bold;
}

.btn_green:hover {
	background: #009900;
	background-image: -webkit-linear-gradient(top, #009900, #006600);
	background-image: -moz-linear-gradient(top, #009900, #006600);
	background-image: -ms-linear-gradient(top, #009900, #006600);
	background-image: -o-linear-gradient(top, #009900, #006600);
	background-image: linear-gradient(to bottom, #009900, #006600);
	text-decoration: none;
}

.btn_dark {
	background: #004F80;
	background-image: -webkit-linear-gradient(top, #004F80, #002C48);
	background-image: -moz-linear-gradient(top, #004F80, #002C48);
	background-image: -ms-linear-gradient(top, #004F80, #002C48);
	background-image: -o-linear-gradient(top, #004F80, #002C48);
	background-image: linear-gradient(to bottom, #004F80, #002C48);
	-webkit-border-radius: 6;
	-moz-border-radius: 6;
	border-radius: 6px;
	font-family: Verdana;
	color: #ffffff;
	font-size: 12px;
	padding: 8px 15px 8px 15px;
	text-decoration: none;
	border: 0px solid;
	font-weight: bold;
}

.btn_dark:hover {
	background: #002C48;
	background-image: -webkit-linear-gradient(top, #002C48, #001726);
	background-image: -moz-linear-gradient(top, #002C48, #001726);
	background-image: -ms-linear-gradient(top, #002C48, #001726);
	background-image: -o-linear-gradient(top, #002C48, #001726);
	background-image: linear-gradient(to bottom, #002C48, #001726);
	text-decoration: none;
}


.btn_green_storetec {
	background: #A6CD38;
	background-image: -webkit-linear-gradient(top, #A6CD38, #82A125);
	background-image: -moz-linear-gradient(top, #A6CD38, #82A125);
	background-image: -ms-linear-gradient(top, #A6CD38, #82A125);
	background-image: -o-linear-gradient(top, #A6CD38, #82A125);
	background-image: linear-gradient(to bottom, #A6CD38, #82A125);
	-webkit-border-radius: 6;
	-moz-border-radius: 6;
	border-radius: 6px;
	font-family: Verdana;
	color: #ffffff;
	font-size: 12px;
	padding: 8px 15px 8px 15px;
	text-decoration: none;
	border: 0px solid;
	font-weight: bold;
}

.btn_green_storetec:hover {
	background: #009900;
	background-image: -webkit-linear-gradient(top, #82A125, #637B1B);
	background-image: -moz-linear-gradient(top, #82A125, #637B1B);
	background-image: -ms-linear-gradient(top, #82A125, #637B1B);
	background-image: -o-linear-gradient(top, #82A125, #637B1B);
	background-image: linear-gradient(to bottom, #82A125, #637B1B);
	text-decoration: none;
}

.btn:visited {
	color: #ffffff;
}
