﻿body {
    background-color: #f4f4f4;
    padding: 0px;
    margin-top: 20px;
    margin-bottom: 0px;
    color: #333333;
    font-family: "Segoe UI",Arial,Helvetica,sans-serif;
    font-size: 10pt;
}

.maincontent {
    border: 1px solid #c6c6c6;
    width: 1000px;
    margin: 0 auto;
    text-align:left;
    background-color: #ffffff;
    box-shadow: 0 0 24px rgba(10, 10, 10, 0.15);
    padding: 0px;
}

a:link {color:#000000; text-decoration:none;}     /* unvisited link */
a:visited {color:#000000; text-decoration:none;}  /* visited link */
a:hover {color:#000000; text-decoration:underline;}  /* mouse over link */
a:active {color:#000000; text-decoration:none;}   /* selected link */

input[type="checkbox"] {
    vertical-align: middle;
}
input[type="checkbox"] + label {
    vertical-align: middle;
}

.MenuItem
{
    font-family: Calibri, 'Trebuchet MS' , 'Lucida Sans Unicode' , 'Lucida Grande' , 'Lucida Sans' , Arial, Sans-Serif;
    font-size: 24px;
    font-weight: bold;
}

.TopBar
{
    width: 100%;
    background-color: #b6ff00;
}

.TabItem
{
    border-color: rgb(164, 171, 178);
    border-style:solid;
    border-width:1px;
    padding:5px;
}

.ItemGroup
{
    border-color: rgb(164, 171, 178);
    border-style:solid;
    border-width:1px;
    padding-left:8px;
    padding-bottom:5px;
    border-collapse: separate;
    border-spacing: 0px;

    color: rgb(59, 59, 59);
    font-size: 14px;
    font-family: "segoe ui",arial,sans-serif;
    font-weight: 400;
    vertical-align:top;
}
.ItemGroupHeader
{
    border-top: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: rgb(164, 171, 178);

    color: rgb(59, 59, 59);
    font-size: 12px;
    font-family: "segoe ui",arial,sans-serif;
    font-weight: 400;

    background: url('Grid/sprite.png');
    height: 25px;
    line-height: 16px;

    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgb(219, 223, 228);
    background-origin: padding-box;
    background-position: 0px -2300px;
    background-repeat: repeat-x;
    background-size: auto auto;

    padding-top:10px;
    padding-left:8px;
    padding-right: 7px;
    padding-bottom: 1px;

    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;

    border-collapse: separate;
    border-spacing: 0px;

}

.Copyright {
    /*border-top: 1px solid #808080;*/
    padding-top: 10px;
    font-size: 8pt;
    text-align: center;
    padding:5px;
    color: #808080;
}

a.Copyright:link {
   color:            #808080;
}

a.Copyright:visited {
   color:            #808080;
}

a.Copyright:hover {
   color:            #808080;
}

a.Copyright:active {
   color:            #808080;
}


.NavTable
{
    width:100%;
     border-top:1px solid #808080;
     border-bottom:1px solid #808080;
     background-color:red
}

.DefaultButton {
    height: 30px;
    -webkit-appearance: none;
}


input[type="submit"],
input[type="button"],
.GridButton,
.rbDecorated
{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #b8b8b8));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #b8b8b8 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #b8b8b8 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #b8b8b8 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #b8b8b8 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #b8b8b8 100%);
    -moz-box-shadow:inset 0px 0px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 0px 0px 0px #ffffff;
	box-shadow:inset 0px 0px 0px 0px #ffffff;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#b8b8b8',GradientType=0);
	background-color:#f9f9f9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px !important;
	border:1px solid #dcdcdc !important;
	display:inline-block;
	cursor:pointer;
	color:#000000;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:5px 5px;
	text-decoration:none;

}


input[type="submit"]:disabled,
input[type="button"]:disabled,
.GridButton:disabled,
.rbDecorated:disabled
{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #b8b8b8));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e6e6e6 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e6e6e6 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e6e6e6 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e6e6e6 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e6e6e6 100%);
    -moz-box-shadow:inset 0px 0px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 0px 0px 0px #ffffff;
	box-shadow:inset 0px 0px 0px 0px #ffffff;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#b8b8b8',GradientType=0);
	background-color:#f9f9f9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px !important;
	border:1px solid #dcdcdc !important;
	display:inline-block;
	cursor:pointer;
	color:#b8b8b8;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:5px 5px;
	text-decoration:none;

}

.clear {
    clear: both;
}

.roundCorner {
    -moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px !important;
}

.UnterItemHeader {
    border: 1px solid rgb(164, 171, 178); background-color:rgb(164, 171, 178); font-weight: bold; padding-left:2px;padding-right: 2px;margin-right: 2px;
}

.UnterItemGroup {
    border: 1px solid rgb(164, 171, 178);padding: 2px;margin-bottom: 15px;margin-right: 2px;
}