/*
** Base Color = #6ec61a
*/

:root {
	--system_lighter_color: #82E325;
    --system_normal_color: #6EC61A;
    --system_darker_color: #00aF00;
}

A:link {
	text-decoration: none;
	color: #0069AA;
}
A:visited {
	text-decoration: none;
	color: #0069AA;
}
A:active {text-decoration: none; color: #007AC3;}
A:hover {text-decoration: underline; color: red;}


/*
** Paragraphs
*/

P { font-family: arial, helvetica, sans-serif; font-size:12px; color:#000000; line-height:120%; text-align:justify; }

P.tiny { font-family: arial, helvetica, sans-serif; font-size:10px; color:#000000; line-height:120%; text-align:left;}
P.tinyleft { font-family: arial, helvetica, sans-serif; font-size:10px; color:#000000; line-height:120%; text-align:left;}
P.tinycenter { font-family: arial, helvetica, sans-serif; font-size:10px; color:#000000; line-height:120%; text-align:center;}
P.tinyright { font-family: arial, helvetica, sans-serif; font-size:10px; color:#000000; line-height:120%; text-align:center;}

P.smalljustify { font-family: arial, helvetica, sans-serif; font-size:12px; color:#000000; line-height:120%; text-align:justify;}
P.smallleft { font-family: arial, helvetica, sans-serif; font-size:12px; color:#000000; line-height:120%; text-align:left;}
P.smallcenter { font-family: arial, helvetica, sans-serif; font-size:12px; color:#000000; line-height:120%; text-align:center;}
P.smallright { font-family: arial, helvetica, sans-serif; font-size:12px; color:#000000; line-height:120%; text-align:center;}

P.normaljustify { font-family: arial, helvetica, sans-serif; font-size:14px; color:#000000; line-height:120%; text-align:justify; }
P.normalcenter { font-family: arial, helvetica, sans-serif; font-size:14px; color:#000000; line-height:120%; text-align:center; }
P.normalleft { font-family: arial, helvetica, sans-serif; font-size:14px; color:#000000; line-height:120%; text-align:left; }
P.normalright { font-family: arial, helvetica, sans-serif; font-size:14px; color:#000000; line-height:120%; text-align:right; }

P.largecenter { font-family: arial, helvetica, sans-serif; font-size:20px; color:#000000; line-height:120%; text-align:center; }
P.largeleft { font-family: arial, helvetica, sans-serif; font-size:20px; color:#000000; line-height:120%; text-align:left; }
P.largeright { font-family: arial, helvetica, sans-serif; font-size:20px; color:#000000; line-height:120%; text-align:right; }


/*
** Titles / Icons / Bullets / Cursors
*/

.icontitles { font-family: arial, helvetica, sans-serif; font-size:15px; color:#000000; line-height:120%; text-align:center; }
.iconlinks { font-family: arial, helvetica, sans-serif; font-size:14px; color:#000000; line-height:110%; text-align:center; }
.formtitle { font-family: arial, helvetica, sans-serif; font-size:30px; color:#000000; line-height:120%; text-align:center; }
.bulletpoints { font-family: arial, helvetica, sans-serif; font-size:14px; color:#000000; line-height:120%; text-align:justify; }
.cursorhand {cursor: pointer; cursor: hand;}


/*
** Data Entry
*/

.normal-textfield {font-family: arial, helvetica, sans-serif; font-size: 16px; color: #000000; line-height: 120%; padding: 5px; border: 1px solid #cccccc; border-radius: 4px; background-color: #ffffff;}

.normal-textfield-center {font-family: arial, helvetica, sans-serif; font-size: 16px; color: #000000; line-height: 120%; padding: 5px; border: 1px solid #cccccc; border-radius: 4px; background-color: #ffffff; text-align: center;
}

.normal-dropdown {font-family: arial, helvetica, sans-serif; font-size: 16px; color: #000000; line-height: 120%; padding: 5px; border: 1px solid #cccccc; border-radius: 4px; background-color: #ffffff;}

.normal-file-input {
    font-family: arial, helvetica, sans-serif;
    font-size: 16px;
    color: #000000;
    line-height: 120%;
    padding: 5px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    background-color: #ffffff;
    width: 250px; /* You can adjust the width as per your design */
    display: inline-block;
}

.normal-file-input::-webkit-file-upload-button {
    font-family: arial, helvetica, sans-serif;
    font-size: 16px;
    color: #ffffff;
    background-color: #007bff; /* Blue button for file upload */
    padding: 5px 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.normal-file-input::-webkit-file-upload-button:hover {
    background-color: #0056b3; /* Darker blue on hover */
}

/* Checkbox Default Style */
input[type="checkbox"] {
  transform: scale(1.1); /* Adjust the scale factor as needed */
  width: 20px; /* Optional: Adjust width */
  height: 20px; /* Optional: Adjust height */
  margin: 3px; /* Optional: Adjust spacing */
}

/* Radio Button Default Style */
input[type="radio"] {
  transform: scale(1.2); /* Adjust the scale factor as needed */
  width: 20px; /* Optional: Adjust width */
  height: 20px; /* Optional: Adjust height */
  margin: 3px; /* Optional: Adjust spacing */
}

/*
** General Text
*/

.tiny { font-family: arial, helvetica, sans-serif; font-size:10px; color:#000000; line-height:120%; text-align:left;}
.tinyleft { font-family: arial, helvetica, sans-serif; font-size:10px; color:#000000; line-height:120%; text-align:left;}
.tinycenter { font-family: arial, helvetica, sans-serif; font-size:10px; color:#000000; line-height:120%; text-align:center;}
.tinyright { font-family: arial, helvetica, sans-serif; font-size:10px; color:#000000; line-height:120%; text-align:center;}

.small { font-family: arial, helvetica, sans-serif; font-size:12px; color:#000000; line-height:120%; text-align:left;}
.smallleft { font-family: arial, helvetica, sans-serif; font-size:12px; color:#000000; line-height:120%; text-align:left;}
.smallcenter { font-family: arial, helvetica, sans-serif; font-size:12px; color:#000000; line-height:120%; text-align:center;}
.smallright { font-family: arial, helvetica, sans-serif; font-size:12px; color:#000000; line-height:120%; text-align:right;}
.smalljustify { font-family: arial, helvetica, sans-serif; font-size:12px; color:#000000; line-height:120%; text-align:justify;}

.smaller { font-family: arial, helvetica, sans-serif; font-size:14px; color:#000000; line-height:120%; text-align:left;}
.smallerleft { font-family: arial, helvetica, sans-serif; font-size:14px; color:#000000; line-height:120%; text-align:left;}
.smallercenter { font-family: arial, helvetica, sans-serif; font-size:14px; color:#000000; line-height:120%; text-align:center;}
.smallerright { font-family: arial, helvetica, sans-serif; font-size:14px; color:#000000; line-height:120%; text-align:right;}
.smallerjustify { font-family: arial, helvetica, sans-serif; font-size:14px; color:#000000; line-height:120%; text-align:justify;}

.normalcenter { font-family: arial, helvetica, sans-serif; font-size:16px; color:#000000; line-height:120%; text-align:center; }
.normalleft { font-family: arial, helvetica, sans-serif; font-size:16px; color:#000000; line-height:120%; text-align:left; }
.normalleftblue { font-family: arial, helvetica, sans-serif; font-size:16px; color:#00005f; line-height:120%; text-align:left; }
.normal { font-family: arial, helvetica, sans-serif; font-size:16px; color:#000000; line-height:120%; text-align:left; }
.normalright { font-family: arial, helvetica, sans-serif; font-size:16px; color:#000000; line-height:120%; text-align:right; }

.largecenter { font-family: arial, helvetica, sans-serif; font-size:20px; color:#000000; line-height:120%; text-align:center; }
.largeleft { font-family: arial, helvetica, sans-serif; font-size:20px; color:#000000; line-height:120%; text-align:left; }
.large { font-family: arial, helvetica, sans-serif; font-size:20px; color:#000000; line-height:120%; text-align:left; }
.largeright { font-family: arial, helvetica, sans-serif; font-size:20px; color:#000000; line-height:120%; text-align:right; }

.vertical-180 {
  writing-mode: vertical-lr; /* Now flows from left to right */
  text-orientation: mixed; 
  white-space: nowrap; 
}

/*
/* Monospace font
*/

.monospacesmaller { font-family: Consolas, Monaco, "Lucida Console", "Courier New", monospace; font-size:14px; color:#000000; line-height:120%; text-align:left;}
.monospacesmallerleft { font-family: Consolas, Monaco, "Lucida Console", "Courier New", monospace; font-size:14px; color:#000000; line-height:120%; text-align:left;}
.monospacesmallercenter { font-family: Consolas, Monaco, "Lucida Console", "Courier New", monospace; font-size:14px; color:#000000; line-height:120%; text-align:center;}
.monospacesmallerright { font-family: Consolas, Monaco, "Lucida Console", "Courier New", monospace; font-size:14px; color:#000000; line-height:120%; text-align:right;}
.monospacesmallerjustify { font-family: Consolas, Monaco, "Lucida Console", "Courier New", monospace; font-size:14px; color:#000000; line-height:120%; text-align:justify;}

.monospacenormalcenter { font-family: Consolas, Monaco, "Lucida Console", "Courier New", monospace; font-size:16px; color:#000000; line-height:120%; text-align:center; }
.monospacenormalleft { font-family: Consolas, Monaco, "Lucida Console", "Courier New", monospace; font-size:16px; color:#000000; line-height:120%; text-align:left; }
.monospacenormalleftblue { font-family: Consolas, Monaco, "Lucida Console", "Courier New", monospace; font-size:16px; color:#00005f; line-height:120%; text-align:left; }
.monospacenormal { font-family: Consolas, Monaco, "Lucida Console", "Courier New", monospace; font-size:16px; color:#000000; line-height:120%; text-align:left; }
.monospacenormalright { font-family: Consolas, Monaco, "Lucida Console", "Courier New", monospace; font-size:16px; color:#000000; line-height:120%; text-align:right; }

/*
/* Line Styles
*/		
.line-dotted {      
      border-top: 1px dotted black; 
    }	
	
	
.line-dashed {      
      border-top: 1px solid black;
    }
	
	
.line-solid {      
      border-top: 1px solid black;
    }	
		

/*
/* Raised Styled Table Container
*/

.styled-table {
    border-collapse: separate; /* Allows space between cells */   
    margin: 15px 0;
    border: 1px solid #ccc;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    border-spacing: 30px; /* Creates 10px space between cells */
	background-color: #ffffff;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}


.styled-table th {
    background-color: #f4f4f4;
}


/*
/* Raised Styled Table Container
*/

.styled-table-tiny {
    border-collapse: separate; /* Allows space between cells */   
    margin: 20px 0;
    border: 1px solid #ccc;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    border-spacing: 15px; /* Creates 10px space between cells */
	background-color: #ffffff;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}


.styled-table-tiny th {
    background-color: #f4f4f4;
}



.styled-inspectionsheet-table {
    border-collapse: separate; /* Allows space between cells */   
    margin: 15px 0;
    border: 1px solid #ccc;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    border-spacing: 30px; /* Creates 10px space between cells */
	background-color: #fffdf7; 
	border: 1px solid #aaa;
    border-radius: 1px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}


/*
/* Standard Reporting Table
*/
.reportTable {
    border-spacing: 0; /* Removes gaps between cells */
    border: 1px solid #000; /* Solid border around the entire table */
}

.reportTable th, .reportTable td {
    border: 1px solid #eee; /* Standard border for all cells */
    padding: 5px;
}

.reportTable th:last-child, .reportTable td:last-child {
    border-right: none; /* Removes the extra border on the last column */
}

.reportTable thead th {
    background-color: #dedede;
    position: sticky;
    top: 0;
    z-index: 1;
    padding: 5px;
    border-bottom: 1px solid #000; /* Adds a solid black line at the bottom */
}

.reportTable tbody tr:nth-child(odd) {
    background-color: #fff;
}

.reportTable tbody tr:nth-child(even) {    
	background-color: #f9f9f9;
}

.reportTable tbody tr:hover {
    background-color: #eaeaea;
}

.reportTable tbody {
    position: relative;
}

.reportTable tbody::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #dedede;
}

		




@media print {
    .no-print {
        display: none !important;
    }

    td.tabler-sticky-header {
        position: static;
    }

    td.table-sticky-header-black {
        position: static;
    }
}


/*
** Axle Styles
*/
.fleetinspection_schematic_wheelposition_center { font-family: arial, helvetica, sans-serif; font-size:11px; color:#000000; line-height:120%; text-align:center;}

.tableBorderReporting {border: 1px solid #a1a1a1; padding: 20px 20px; background: #f5f5f5;  border-radius: 25px;}


/*
** Chassis
*/

body {
    background: url(images/chassis_body_background_002.jpg) no-repeat fixed; 
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}


.chassisshortcutmenucenter { font-family: arial, helvetica, sans-serif; font-size:13px; color:#000000; line-height:140%; text-align:center;}

.chassisHeaderCenterText { font-family: arial, helvetica, sans-serif; font-size:40px; color:#FFFFFF; line-height:120%; text-align:center; }
.chassisHeaderBackground {background-image: url(/images/chassis_header_background_001.jpg);}

.chassisHeaderSplit {
	background-color: #ccc;
}

.chassisHeaderLine {
	background-color: #F50;
}


.chassisLogOutText {
	font-family: Arial, Helvetica, sans-serif;
	color: #EEE;
	text-align: right;
	text-decoration: none;
}

.chassisNavigationLine {
	background-color: #AAA;
	background-image: url(/images/chassis_footer_background_001.png);
	font-family: arial, helvetica, sans-serif; font-size:12px;    color:#000000; line-height:120%; text-align:left;
}


.chassisfooterTableBottom {
	position: absolute;
	bottom: auto;
}
.chassisfooterLineBottom {
	background-color: #000;
}

.chassisfooterBackground {
	background-color: #AAA;
	background-image: url(/images/chassis_footer_background_001.png);
}


.chassisfooter {
    height:40px;
	width: 100%; 
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    bottom: 0pt;
    left: 0pt;
	right: 0pt;
	position: fixed;	
}   

.chassisfooter_contents {
        height:40px; 
        width: 100%; 
        margin:auto;
    }

.statusbarmenu { 
		font-family: arial, helvetica, sans-serif; 
		font-size:14px; 
		color:#000000; 
		line-height:120%; 
		text-align:center;
}

/*
** JQuery DatePicker
*/

   /* Style the header where the month and year are located */
  .ui-datepicker-header {
    background-color: #6ec61a; /* Green background */
    color: white; /* Optional: White text for contrast */
  }

  /* Style today's date */
  .ui-datepicker-today a {
    background-color: #555555; /* Dark grey background for today's date */
    color: white; /* Ensure text is readable */
  }

  /* Keep today's date distinct when hovered */
  .ui-datepicker-today a:hover {
    background-color: #444444; /* Slightly darker grey */
    color: white;
  }

  /* Style the hovered date */
  .ui-datepicker-calendar td a:hover {
    background-color: #6ec61a; /* Green background for hovered date */
    color: white;
  }

  /* Style the selected date */
  .ui-datepicker-current-day a,
  .ui-datepicker-current-day a:hover {
    background-color: #6ec61a; /* Green background for selected date */
    color: white;
  }
  

  
/*
** Drop Down Menu
*/

.dropdownMenu {
            display: flex;
            background-color: #333;
            padding: 0;
            margin: 0;
            list-style: none;
			cursor: default;
        }
        .dropdownMenu > li {
            position: relative;
			cursor: default;
        }
        .dropdownMenu > li > a {
            display: block;
            padding: 10px 20px;
            color: white;
            text-decoration: none;
            background-color: #000;
            white-space: nowrap;
            text-align: left;
			cursor: default;
        }
        .dropdownMenu > li > a:hover {
            background-color: #575757;
			cursor: default;
        }
        .dropdownSubMenu {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            background-color: #444;
            list-style: none;
            padding: 0;
            margin: 0;
            z-index: 1000;
            opacity: 0;
            transition: opacity 0.3s ease, transform 0.3s ease;
            transform: scaleY(0);
            transform-origin: top;
			cursor: default;
        }
        .dropdownSubMenu li {
            position: relative;
			cursor: default;
        }
        .dropdownSubMenu li a {
            display: block;
            padding: 10px 20px;
            color: white;
            text-decoration: none;
            white-space: nowrap;
            text-align: left;
			cursor: default;
        }
        .dropdownSubMenu li a:hover {
            background-color: #6ec61a;
			cursor: default;
        }
        .dropdownSubMenu .dropdownSubMenu {
            top: 0;
            left: 100%;
            transform: translateX(-10px);
            transform-origin: left;
			cursor: default;
        }
        .dropdownMenu > li:hover > .dropdownSubMenu {
            display: block;
            opacity: 1;
            transform: scaleY(1);
            animation: wipeDown 0.3s ease forwards;
			cursor: default;
        }
        .dropdownSubMenu li:hover > .dropdownSubMenu {
            display: block;
            opacity: 1;
            transform: translateX(0);
            animation: slideIn 0.3s ease forwards;
			cursor: default;
        }
        @keyframes wipeDown {
            from {
                transform: scaleY(0);
                opacity: 0;
            }
            to {
                transform: scaleY(1);
                opacity: 1;
            }
        }
        @keyframes slideIn {
            from {
                transform: translateX(-10px);
                opacity: 0;
            }
            to {
                transform: translateX(0);
                opacity: 1;
            }
        }

/*
** Web Pages
*/

.page_topMargin {
        height:40px;        
    }
	

/*
** Buttons
*/

.button_system_normal {
	-moz-box-shadow: inset 0px 1px 0px 0px #6ec61a;
	-webkit-box-shadow: inset 0px 1px 0px 0px #6ec61a;
	box-shadow: inset 0px 1px 0px 0px #6ec61a;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #56a317), color-stop(1, #4c9212));
	background: -moz-linear-gradient(top, #56a317 5%, #4c9212 100%);
	background: -webkit-linear-gradient(top, #56a317 5%, #4c9212 100%);
	background: -o-linear-gradient(top, #56a317 5%, #4c9212 100%);
	background: -ms-linear-gradient(top, #56a317 5%, #4c9212 100%);
	background: linear-gradient(to bottom, #56a317 5%, #4c9212 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#56a317', endColorstr='#4c9212', GradientType=0);
	background-color: #56a317;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #417f0f;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	padding: 6px 24px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #417f0f;
}

.button_system_normal:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #4c9212), color-stop(1, #56a317));
	background: -moz-linear-gradient(top, #4c9212 5%, #56a317 100%);
	background: -webkit-linear-gradient(top, #4c9212 5%, #56a317 100%);
	background: -o-linear-gradient(top, #4c9212 5%, #56a317 100%);
	background: -ms-linear-gradient(top, #4c9212 5%, #56a317 100%);
	background: linear-gradient(to bottom, #4c9212 5%, #56a317 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c9212', endColorstr='#56a317', GradientType=0);
	background-color: #4c9212;
}

.button_system_normal:active {
	position: relative;
	top: 1px;
}


.button_blue_normal {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
}
.button_blue_normal:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
}
.button_blue_normal:active {
	position:relative;
	top:1px;
}



.button_green_normal {
	-moz-box-shadow:inset 0px 1px 0px 0px #88d670;
	-webkit-box-shadow:inset 0px 1px 0px 0px #88d670;
	box-shadow:inset 0px 1px 0px 0px #88d670;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #299345), color-stop(1, #4e9e23));
	background:-moz-linear-gradient(top, #299345 5%, #4e9e23 100%);
	background:-webkit-linear-gradient(top, #299345 5%, #4e9e23 100%);
	background:-o-linear-gradient(top, #299345 5%, #4e9e23 100%);
	background:-ms-linear-gradient(top, #299345 5%, #4e9e23 100%);
	background:linear-gradient(to bottom, #299345 5%, #4e9e23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#299345', endColorstr='#4e9e23',GradientType=0);
	background-color:#299345;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #0d4d13;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #20421a;
}
.button_green_normal:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #4e9e23), color-stop(1, #299345));
	background:-moz-linear-gradient(top, #4e9e23 5%, #299345 100%);
	background:-webkit-linear-gradient(top, #4e9e23 5%, #299345 100%);
	background:-o-linear-gradient(top, #4e9e23 5%, #299345 100%);
	background:-ms-linear-gradient(top, #4e9e23 5%, #299345 100%);
	background:linear-gradient(to bottom, #4e9e23 5%, #299345 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e9e23', endColorstr='#299345',GradientType=0);
	background-color:#4e9e23;
}
.button_green_normal:active {
	position:relative;
	top:1px;
}



.button_red_normal {
	-moz-box-shadow:inset 0px 1px 0px 0px #cf866c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cf866c;
	box-shadow:inset 0px 1px 0px 0px #cf866c;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
	background:-moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315',GradientType=0);
	background-color:#d0451b;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #942911;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #854629;
}
.button_red_normal:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc3315), color-stop(1, #d0451b));
	background:-moz-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-webkit-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-o-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-ms-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b',GradientType=0);
	background-color:#bc3315;
}
.button_red_normal:active {
	position:relative;
	top:1px;
}


.button_grey_normal {
	-moz-box-shadow:inset 0px 1px 0px 0px #91b8b3;
	-webkit-box-shadow:inset 0px 1px 0px 0px #91b8b3;
	box-shadow:inset 0px 1px 0px 0px #91b8b3;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #768d87), color-stop(1, #6c7c7c));
	background:-moz-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
	background:-webkit-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
	background:-o-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
	background:-ms-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
	background:linear-gradient(to bottom, #768d87 5%, #6c7c7c 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#768d87', endColorstr='#6c7c7c',GradientType=0);
	background-color:#768d87;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #566963;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2b665e;
}
.button_grey_normal:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6c7c7c), color-stop(1, #768d87));
	background:-moz-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
	background:-webkit-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
	background:-o-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
	background:-ms-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
	background:linear-gradient(to bottom, #6c7c7c 5%, #768d87 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c7c7c', endColorstr='#768d87',GradientType=0);
	background-color:#6c7c7c;
}
.button_grey_normal:active {
	position:relative;
	top:1px;
}



.button_white_normal {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.button_white_normal:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
	background-color:#f6f6f6;
}
.button_white_normal:active {
	position:relative;
	top:1px;
}


.button_greylight_normal {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color:#ededed;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#3f3f3f;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.button_greylight_normal:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
	background:-moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
	background-color:#dfdfdf;
}
.button_greylight_normal:active {
	position:relative;
	top:1px;
}



.button_yellow_normal {
	-moz-box-shadow:inset 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fff6af;
	box-shadow:inset 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
}
.button_yellow_normal:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
}
.button_yellow_normal:active {
	position:relative;
	top:1px;
}



.button_blue_small {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:3px 9px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
}
.button_blue_small:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
}
.button_blue_small:active {
	position:relative;
	top:1px;
}


.button_green_small {
	-moz-box-shadow:inset 0px 1px 0px 0px #88d670;
	-webkit-box-shadow:inset 0px 1px 0px 0px #88d670;
	box-shadow:inset 0px 1px 0px 0px #88d670;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #299345), color-stop(1, #4e9e23));
	background:-moz-linear-gradient(top, #299345 5%, #4e9e23 100%);
	background:-webkit-linear-gradient(top, #299345 5%, #4e9e23 100%);
	background:-o-linear-gradient(top, #299345 5%, #4e9e23 100%);
	background:-ms-linear-gradient(top, #299345 5%, #4e9e23 100%);
	background:linear-gradient(to bottom, #299345 5%, #4e9e23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#299345', endColorstr='#4e9e23',GradientType=0);
	background-color:#299345;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #0d4d13;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:3px 9px;
	
	text-decoration:none;
	text-shadow:0px 1px 0px #20421a;
}
.button_green_small:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #4e9e23), color-stop(1, #299345));
	background:-moz-linear-gradient(top, #4e9e23 5%, #299345 100%);
	background:-webkit-linear-gradient(top, #4e9e23 5%, #299345 100%);
	background:-o-linear-gradient(top, #4e9e23 5%, #299345 100%);
	background:-ms-linear-gradient(top, #4e9e23 5%, #299345 100%);
	background:linear-gradient(to bottom, #4e9e23 5%, #299345 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e9e23', endColorstr='#299345',GradientType=0);
	background-color:#4e9e23;
}
.button_green_small:active {
	position:relative;
	top:1px;
}




.button_red_small {
	-moz-box-shadow:inset 0px 1px 0px 0px #cf866c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cf866c;
	box-shadow:inset 0px 1px 0px 0px #cf866c;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
	background:-moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315',GradientType=0);
	background-color:#d0451b;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #942911;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:3px 9px;
	
	text-decoration:none;
	text-shadow:0px 1px 0px #854629;
}
.button_red_small:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc3315), color-stop(1, #d0451b));
	background:-moz-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-webkit-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-o-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-ms-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b',GradientType=0);
	background-color:#bc3315;
}
.button_red_small:active {
	position:relative;
	top:1px;
}



.button_grey_small {
	-moz-box-shadow:inset 0px 1px 0px 0px #91b8b3;
	-webkit-box-shadow:inset 0px 1px 0px 0px #91b8b3;
	box-shadow:inset 0px 1px 0px 0px #91b8b3;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #768d87), color-stop(1, #6c7c7c));
	background:-moz-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
	background:-webkit-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
	background:-o-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
	background:-ms-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
	background:linear-gradient(to bottom, #768d87 5%, #6c7c7c 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#768d87', endColorstr='#6c7c7c',GradientType=0);
	background-color:#768d87;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #566963;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:3px 9px;
	
	text-decoration:none;
	text-shadow:0px 1px 0px #2b665e;
}
.button_grey_small:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6c7c7c), color-stop(1, #768d87));
	background:-moz-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
	background:-webkit-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
	background:-o-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
	background:-ms-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
	background:linear-gradient(to bottom, #6c7c7c 5%, #768d87 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c7c7c', endColorstr='#768d87',GradientType=0);
	background-color:#6c7c7c;
}
.button_grey_small:active {
	position:relative;
	top:1px;
}



.button_white_small {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:3px 9px;
	
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.button_white_small:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
	background-color:#f6f6f6;
}
.button_white_small:active {
	position:relative;
	top:1px;
}


.button_greylight_small {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color:#ededed;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#3f3f3f;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:3px 9px;
	
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.button_greylight_small:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
	background:-moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
	background-color:#dfdfdf;
}
.button_greylight_small:active {
	position:relative;
	top:1px;
}


.button_yellow_small {
	-moz-box-shadow:inset 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fff6af;
	box-shadow:inset 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:3px 9px;
	
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
}
.button_yellow_small:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
}
.button_yellow_small:active {
	position:relative;
	top:1px;
}


/*
** Tabs
*/

body { font-size: 80%; font-family: arial, helvetica, sans-serif; }
ul#tabs { list-style-type: none; margin: 30px 0 0 0; padding: 0 0 0.3em 0; }
ul#tabs li { display: inline; }
ul#tabs li a { color: #42454a; background-color: #dedbde; border: 1px solid #c9c3ba; border-bottom: none; padding: 0.3em; text-decoration: none; }
ul#tabs li a:hover { background-color: #f1f0ee; }
ul#tabs li a.selected { color: #000; background-color: #ffffff; font-weight: bold; padding: 0.5em 0.3em 0.38em 0.3em; }
div.tabContent { border: 1px solid #c9c3ba; padding: 0.2em; background-color: #f1f0ee; display: block;}
div.tabContent.hide { display: none; }
.tabtext { font-family: arial, helvetica, sans-serif; font-size:14px; color:#000000; line-height:100%; text-align:left;}




