﻿body {
    font-family: Arial;
    font-size: 12px;
}
input, select, textarea {
    font-family: Verdana;
    font-size: 10px;
    border: 1px solid rgb(0,0,0);
}

.BorderTable{
    border: 1px solid rgb(0,0,0);
}
.BorderTable td{
    border: 1px solid rgb(0,0,0);
}










/*
    BUTTONS
*/
.ButtonGreen {
	-moz-box-shadow:inset 0px 1px 0px 0px rgb(202, 239, 171);
	-webkit-box-shadow:inset 0px 1px 0px 0px rgb(202, 239, 171);
	box-shadow:inset 0px 1px 0px 0px rgb(202, 239, 171);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, rgb(119,242,42)), color-stop(1, rgb(92,184,17)));
	background:-moz-linear-gradient(top, rgb(119,242,42) 5%, rgb(92,184,17) 100%);
	background:-webkit-linear-gradient(top, rgb(119,242,42) 5%, rgb(92,184,17) 100%);
	background:-o-linear-gradient(top, rgb(119,242,42) 5%, rgb(92,184,17) 100%);
	background:-ms-linear-gradient(top, rgb(119,242,42) 5%, rgb(92,184,17) 100%);
	background:linear-gradient(to bottom, rgb(119,242,42) 5%, rgb(92,184,17) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='rgb(119,242,42)', endColorstr='rgb(92,184,17)',GradientType=0);
	background-color:rgb(119,242,42);
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid rgb(38,138,22);
	display:inline-block;
	cursor:pointer;
	color:rgb(51,51,51);
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding:3px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px rgb(170,222,124);
}
.ButtonGreen:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, rgb(92,184,17)), color-stop(1, rgb(119,242,42)));
	background:-moz-linear-gradient(top, rgb(92,184,17) 5%, rgb(119,242,42) 100%);
	background:-webkit-linear-gradient(top, rgb(92,184,17) 5%, rgb(119,242,42) 100%);
	background:-o-linear-gradient(top, rgb(92,184,17) 5%, rgb(119,242,42) 100%);
	background:-ms-linear-gradient(top, rgb(92,184,17) 5%, rgb(119,242,42) 100%);
	background:linear-gradient(to bottom, rgb(92,184,17) 5%, rgb(119,242,42) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='rgb(92,184,17)', endColorstr='rgb(119,242,42)',GradientType=0);
	background-color:rgb(92,184,17);
}
.ButtonGreen:active {
	position:relative;
	top:1px;
}


.ButtonRed {
	-moz-box-shadow:inset 0px 1px 0px 0px rgb(239, 202, 171);
	-webkit-box-shadow:inset 0px 1px 0px 0px rgb(239, 202, 171);
	box-shadow:inset 0px 1px 0px 0px rgb(239, 202, 171);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, rgb(252,119,42)), color-stop(1, rgb(184,92,17)));
	background:-moz-linear-gradient(top, rgb(252,119,42) 5%, rgb(184,92,17) 100%);
	background:-webkit-linear-gradient(top, rgb(252,119,42) 5%, rgb(184,92,17) 100%);
	background:-o-linear-gradient(top, rgb(252,119,42) 5%, rgb(184,92,17) 100%);
	background:-ms-linear-gradient(top, rgb(252,119,42) 5%, rgb(184,92,17) 100%);
	background:linear-gradient(to bottom, rgb(252,119,42) 5%, rgb(184,92,17) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='rgb(252,119,42)', endColorstr='rgb(184,92,17)',GradientType=0);
	background-color:rgb(252,119,42);
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid rgb(138,38,22);
	display:inline-block;
	cursor:pointer;
	color:rgb(51,51,51);
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding:3px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px rgb(222,170,124);
}
.ButtonRed:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, rgb(184,92,17)), color-stop(1, rgb(252,119,42)));
	background:-moz-linear-gradient(top, rgb(184,92,17) 5%, rgb(252,119,42) 100%);
	background:-webkit-linear-gradient(top, rgb(184,92,17) 5%, rgb(252,119,42) 100%);
	background:-o-linear-gradient(top, rgb(184,92,17) 5%, rgb(252,119,42) 100%);
	background:-ms-linear-gradient(top, rgb(184,92,17) 5%, rgb(252,119,42) 100%);
	background:linear-gradient(to bottom, rgb(184,92,17) 5%, rgb(252,119,42) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='rgb(184,92,17)', endColorstr='rgb(252,119,42)',GradientType=0);
	background-color:rgb(184,92,17);
}
.ButtonRed:active {
	position:relative;
	top:1px;
}