﻿body 
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;	
	color: Black;
}

A
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	color: Black;
    text-decoration: none;	
}
A:hover
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	color: Red;
}

subheading
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 48px;
	color: Black;
	text-align: center;
}

.MenuLink
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	color: Black;
}

.modalBackground
{
  background-image:url(~/images/form_bg.jpg);
}


/* Gradient filled text box - Numbers */
.textboxNumber
{
/*	background-image:url(~/images/form_bg.jpg);
	background-repeat:repeat-x;
	border:1px solid #d1c7ac;

	color:#333333;*/
	padding:2px;
	margin-right:4px;
	margin-bottom:2px;
	font-family:tahoma, arial, sans-serif;
	text-align: right;
	vertical-align:middle;
}



/* Gradient filled text box - Text */
.textboxText
{
	background-image:url(~/images/form_bg.jpg);
	background-repeat:repeat-x;
	border:1px solid #d1c7ac;

	color:#333333;
	padding:2px;
	margin-right:4px;
	margin-bottom:2px;
	font-family:tahoma, arial, sans-serif;
	text-align: center;

}





.form-background {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b5bdc8+0,828c95+36,28343b+100;Grey+Black+3D */
    background: rgb(181,189,200); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(181,189,200,1) 0%, rgba(130,140,149,1) 36%, rgba(40,52,59,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}








.Devices {
    position: absolute;
    top: 10px;
    left: 1%;
    width: 98%;
    height: 450px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: oldlace;
    z-index: 2;
}

.DevicesGridView {
    position: absolute;
    top: 470px;
    left: 1%;
    width: 98%;
    height: 400px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: oldlace;
    z-index: 2;
}

.DevicesConfiguration {
    position: absolute;
    top: 470px;
    left: 1%;
    width: 989%;
    height: 400px;
    border: 3px solid #025dcc;
    overflow: scroll;
    background-color: oldlace;
    z-index: 2;
}
