﻿html {
	margin: 0;
	/*padding: 2;*/
}


/* -- schema double tab menu -- */
.mensel {
	border:solid thin blue;
}
.mennosel {
	border:solid thin transparent;
}
table.nav {
	border-color:#999; border:solid thin; padding: 1px;
}
table.nav tr{ background-color:Gainsboro;}
table.nav td{
	padding: 2px 2px;
	min-width:60px;
	border-left: 1px solid #c8c8c8;
}

.tableNavTd2 {
	background-color:whitesmoke;
}

table.objAuthoring
{
  color: Black;
  background-color:#f5f5f5;
  border: solid thin gray;
	margin: 2px 2px 2px 5px;
  }
table.objAuthoring td{
	font-size:10pt;
padding: 0 8px 0 6px
}
table.objAuthoring td.label{
	color:gray;
}

body {
	background-color: #fff;
	border-top: solid 10px #000;
	color: #333;
	font-size: .85em;
	font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
	margin: 0 2px 5px 2px;
	padding: 2px;
}

a:not([href]){
	color: #333;
	padding-left: 3px;
	padding-right: 3px;
}
a[href] {
	color: #333;
	outline: none;
	padding-left: 3px;
	padding-right: 3px;
	text-decoration: underline;
}

	a:link, a:visited {
			color: forestgreen;
	}
	a:active, a:hover {

	}

	a[href]:hover {
		background-color: #c7d1d6;
	}

header, footer, hgroup,
nav, section {
	display: block;
}

mark {
	background-color: #a6dbed;
	padding-left: 5px;
	padding-right: 5px;
}

.float-left {
	float: left;
}
.float-right {
	float: right;
}

.clear-fix:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
	color: #000;
	margin-bottom: 0;
	padding-bottom: 0;
}

h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.75em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
h5, h6 {
	font-size: 1em;
}
	h5 a:link, h5 a:visited, h5 a:active {
		padding: 0;
		text-decoration: none;
	}


/* main layout
----------------------------------------------------------*/
.content-wrapper {
	margin: 0 auto;
	max-width: 960px;
}

.main-content {
	background: url("../Images/accent.png") no-repeat;
	padding-left: 10px;
	padding-top: 30px;
}

.featured + .main-content {
	background: url("../Images/heroAccent.png") no-repeat;
}

header .content-wrapper {
	padding-top: 20px;
}

footer {
	clear: both;
	background-color: #e2e2e2;
	font-size: .8em;
	height: 100px;
}


/* site title
----------------------------------------------------------*/
.site-title {
	color: #c8c8c8;
	font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
	font-size: 2.0em;
	margin: 0;
}

	.site-title a, .site-title a:hover, .site-title a:active {
		background: none;
		color: #c8c8c8;
		outline: none;
		text-decoration: none;
	}

/* login
----------------------------------------------------------*/
#login {
    display: block;

    margin: 0 0 4px;
    text-align: right;
}

    #login a {

        margin-left: 5px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

    #login a.email {
        background: none;
        margin: 0;
        padding: 0;
        text-decoration: underline;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
	font-size: 1.1em;
	font-weight: 600;
	margin: 0 0 2px;
	padding: 4px;
	text-align: right;
	background-color: gainsboro;
}

	ul#menu li {
		display: inline;
		list-style: none;
		padding: 3px;
		color: #999;
	}

		ul#menu li a {
			background: none;
			color: #777;
			text-decoration: none;
			border: thin solid;
			background-color: whitesmoke;
		}

			ul#menu li a:hover {
				color: #333;
				background-color: lightblue;
				text-decoration: none;
			}
/* tabs
----------------------------------------------------------*/
ul#tabs {
	font-size: 1.0em;
	font-weight: 400;
	margin: 0 0 0 0;
	padding: 0;
}

	ul#tabs li {
		display: inline-block;
		list-style: none;
		color: #999;
		/*background-color: gainsboro;*/
		padding: 0;
		vertical-align:top;
	}

		ul#tabs li a {
			background: none;
			color: #333;
			text-decoration: none;
		}

			ul#tabs li a:hover {
				background-color: cadetblue;
				text-decoration: none;
			}

/* page elements
----------------------------------------------------------*/

/* page titles */
hgroup.title {
	margin-bottom: 10px;
}
	hgroup.title h1, hgroup.title h2 {
		display: inline;
	}
	hgroup.title h2 {
		font-weight: normal;
		margin-left: 3px;
	}



/* content */


.label {
	/*font-weight: 700;*/
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}
    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }
    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }
    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }
    #loginForm input {
        width: 250px;
    }
    #loginForm input[type="checkbox"],
    #loginForm input[type="submit"],
    #loginForm input[type="button"],
    #loginForm button {
        width: auto;
    }

/* contact */


/* forms */
fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

	fieldset legend {
		display: none;
	}

	fieldset ol {
		padding: 0;
		list-style: none;
	}

		fieldset ol li {
			padding-bottom: 5px;
			clear:left;
		}

label {
	display: block;
  font-weight: 500;
/*
	font-size: 1.2em;
	font-weight: 600;
	*/
}

	label.checkbox {
		display: inline;
	}

input, textarea, select {
	border: 1px solid #b1b1b1;
	background: #edfbfa;
	color: #333;
}

	input:disabled, textarea:disabled, select:disabled {
		background: #f7f6f6;
		color: #999;
	}


input:focus, textarea:focus {
		border: 1px solid #2e82a1;
	}

input[type="checkbox"] {
	border: inherit;
	width: auto;
}

input[type="submit"],
input[type="button"],
button {
	font-size: 1.1em;
	background-color: #e2e2e2;
	border: 1px solid #787878;
	cursor: pointer;
	margin-right: 4px;
	margin-left: 4px;
	width: auto;
}

input[type="submit"]:disabled,
input[type="button"]:disabled,
button:disabled {
		border: 1px solid #a4a2a2;
		cursor:default;
	}


/* info and errors */
.message-info {
	border: 1px solid;
	clear: both;
	padding: 10px 20px;
}

.message-error {
	clear: both;
	color: #e80c4d;
	font-size: 1.1em;
	font-weight: bold;
	margin: 20px 0 10px 0;
}

.message-success {
	color: #7ac0da;
	font-size: 1.3em;
	font-weight: bold;
	margin: 20px 0 10px 0;
}

.error {
	color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
	color: #e80c4d;
	font-weight: normal;
		background-color: yellow;
}

.field-validation-valid {
	display: none;
}

input.input-validation-error {
	border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
	border: 0 none;
}

.validation-summary-errors {
	border: 1px solid red;
	color: #e80c4d;
	font-weight: bold;
	font-size: 1.1em;
		padding: 10px;
	margin: 10px;
}

.validation-summary-valid {
	display: none;
}


/* tables
----------------------------------------------------------*/
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 0.25em;
	border: 0 none;
}
th {
	background-color: powderblue;
	font-size: 1.2em;
	text-align: left;
	border: none 0;
	padding-left: 0;
}
	th a {
		display: block;
		position: relative;
	}
		th a:link, th a:visited, th a:active, th a:hover {
			color: #3b56db;
			font-weight: 600;
			text-decoration: none;
			padding: 0;
		}
		th a:hover {
			color: #000;
		}

	th.asc a, th.desc a {
		margin-right: .75em;
	}
		th.asc a:after, th.desc a:after {
			display: block;
			position: absolute;
			right: 0em;
			top: 0;
			font-size: 0.75em;
		}
		th.asc a:after {
			content: '▲';
		}
		th.desc a:after {
			content: '▼';
		}

td {
	padding: 0.25em 2em 0.25em 0;
	border: 0 none;
}

tr.pager td {
	padding: 0 0.25em 0 0;
}


/*  Changes specific */
td.header {
	padding: 5px 5px 5px 5px;
	/* font-size: 10pt; */
	font-weight: bold;
	text-align: center;
	background-color: powderblue;
}
th.col_header {
	padding: 5px 5px 5px 5px;
	font-size: inherit;
	font-weight: bold;
	text-align: center;
	background-color: powderblue;
}
td.row_header {
	padding: 2px 5px 2px 5px;
	font-size: inherit;
	font-weight: 600;
	text-align: right;
	background-color: mintcream;
	vertical-align: top;
}
td.data_cell, tr.data_cell {
	padding: 2px 5px 2px 5px;
}

.menu_title {
	text-align: left;
	font-weight: bold;
	/*background-color: darkgrey;*/
}

.menu_item {
	text-align: left;
	font-size: 10pt;
	/*font-weight:bold;
    font-size: smaller;*/
}

.input-validation-error {
	color: red;
	font-weight: normal;
	background-color: pink;
}

.input-readonly {
	background-color: Menu;
}

.link_small {
	font-size: smaller;
}
.alternate {
	background-color: #f3fbfc;
}

.tdCenter {
	text-align: center;
}
.tdRight {
	text-align: right;
}
.tdTop {
	vertical-align: top;
}
.td200{
	max-width:400px;
}

/* - freezer report column */
.tdRepCol {
	font-weight:600;
	text-align: left;
	background-color:aliceblue
}

/* New changes */
/* Aming pages table */
.tableAdmin {
	font-family: verdana,arial,sans-serif;
	font-size:smaller;
	color: #333333;
	border-width: 1px;
	border-color: #999999;
	border-collapse: collapse;
}
	.tableAdmin th {
		font-size:small;
		background: #b5cfd2;
		border: 1px solid #999999;
		padding: 0.25em 0.2em 0.25em 0.3em;
	}
	.tableAdmin td {
		background: #eef8fa;
		border: 1px solid #999999;
		padding: 0.25em 0.2em 0.25em 0.3em;
	}
	/*
		.tableAdmin td a {
			color: blue;
		}
		*/

/* Reports table */
table.report {
	font-family: verdana,arial,sans-serif;
	font-size:smaller;
	color: #333333;
	border:solid thin gray;
	border-collapse: collapse;
}
table.report th {
		font-size:small;
		background: #dcf6f8;
		border: 1px solid gainsboro;
		padding: 0.25em 3px 0.25em 2px;
	}
table.report	td {

		border: 1px solid gainsboro;
		padding:0 3px 2px 2px;
	}



table.dataform
{
  font-size:10pt;
	border:solid thin forestgreen;
	background-color:white
}
table.dataform tr
{
  vertical-align:top;
	border-bottom:solid thin;
	border-color: forestgreen;
}
table.dataform th{
	font-weight:600;
	border-right: solid thin forestgreen;
	padding:0 2px 0 2px;
}
table.dataform td{
	padding:0 2px 0 2px;
}

table.databrowse
{
  font-size:10pt;
	border:solid thin #999999;
	background-color:white
}
table.databrowse tr
{
  vertical-align:top;
	border-bottom:solid thin #b5cfd2;
}
table.databrowse th{
	font-weight:600;
	border: 1px solid #b5cfd2;

	padding:0 3px 0 3px;
}
table.databrowse td{
	border: 1px solid #b5cfd2;
	padding:2px 3px 2px 3px;
	vertical-align:top;
}


table.dbnowrap
{
  font-size:10pt;
	border:solid thin #999999;
	background-color:white;
}
table.dbnowrap tr
{
  vertical-align:top;
	border-bottom:solid thin #b5cfd2;
}
table.dbnowrap th{
	font-weight:600;
	background-color:gainsboro;
	border: 1px solid #b5cfd2;
	padding:0 3px 0 3px;
	white-space:nowrap;
}
table.dbnowrap td{
	border: 1px solid #b5cfd2;
	padding:2px 3px 2px 3px;
	vertical-align:top;
	white-space:nowrap;

}

.ui-menu, .ui-menu-item a {
    font-weight: normal;
}


/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 711px) {

	/* header
    ----------------------------------------------------------*/
	header .float-left,
	header .float-right {
		float: none;
	}

	/* logo */
	header .site-title {
		margin: 10px;
		text-align: center;
	}

	/* login */

	/* menu */
	nav {
		margin-bottom: 5px;
	}

	ul#menu {
		text-align: center;
	}




	/* main layout
    ----------------------------------------------------------*/
	.main-content,
	.featured + .main-content {
		background-position: 10px 0;
	}

	.content-wrapper {
		padding-right: 10px;
		padding-left: 10px;
	}

	.featured .content-wrapper {
		padding: 10px;
	}

	/* page content */
	article, aside {
		float: none;
		width: 100%;
	}



	/* features */
	section.feature {
		float: none;
		padding: 10px;
		width: auto;
	}
		section.feature img {
			color: #999;
			content: attr(alt);
			font-size: 1.5em;
			font-weight: 600;
		}

	/* forms */
	/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 250px;
    }

    #loginForm input[type="checkbox"],
    #loginForm input[type="submit"],
    #loginForm input[type="button"],
    #loginForm button {
        width: auto;
    }


	/* footer
    ----------------------------------------------------------*/
	footer .float-left,
	footer .float-right {
		float: none;
	}
	footer {
		text-align: center;
		height: auto;
		padding: 10px 0;
	}
		footer p {
			margin: 0;
		}
}



