﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body {
    padding: 0px;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #444444;
    background-color:#d2d8dd;
}

.bodypopup
{
    background-color: #FFFFFF;
    margin: 5px;
}

.content 
{
	width: 98%;
    margin-left: auto;
    margin-right: auto;
}

.siteContent
{
    /*padding: 10px;*/
    min-height: 500px;
    text-align: left;
}

.box
{
    width: 99%;
    padding: 0px 10px 0px 10px;
    margin:  0px;
    background-color: #ffffff;
    -moz-box-shadow: 2px 2px 15px #808080;
    -webkit-box-shadow: 2px 2px 15px #808080;
    box-shadow: 2px 2px 15px #808080;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-color: #808080;
    border-bottom-color: #808080;
    border-left-color: #808080;
}

.tabmultipage
{
    width: 100%;
    min-height: 450px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-color: #A4ABB2;
    border-bottom-color: #A4ABB2;
    border-left-color: #A4ABB2;
}

.tabmultipageinside
{
    padding: 5px;
}

.siteFooterText
{
	color: #336699;
    margin-top: 30px;
    padding-bottom: 20px;
}

.logonform
{
  width: 800px;
  margin-left: auto;
  text-align: center;
}

.logonformcentre
{
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

a:link {
    color: #034af3;
    text-decoration: underline;
}

a:visited {
    color: #505abc;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #12eb87;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

.companylogo
{
    margin: 10px;
    float: left;
    display: block;
}

.sitelogo
{
    margin: 10px;
    float: right;
    display: block;
}

.footer,
.nav,
.section {
    width: 95%;
    padding: 0px;
    margin: 0px;
}

.profile
{
    float: right;
    vertical-align: middle;
}

.menu
{
    display: block;
    clear: both;
}

.gridmenu
{
    margin: 0px 0px 0px 0px;    
}

.grid
{
    margin: 0px 0px 15px 0px;
}

.homesplitleft
{
    border: 1px solid #FF00FF;
    display: block;
    float: left;
    width: 480px;
}

.homesplitright
{
    margin-left: 490px;
    display: block;
    float: right;
    border: 1px solid #00FF00;
}

.tabstrip
{
    padding-top: 10px;   
}

.popupbutton
{
    text-align: center;
    padding: 5px;
}

.photoholder
{
    padding: 5px;
    vertical-align: middle;
    text-align: center;
    background-color: #CCCCCC;
    border: 1px solid #666666;
    width: 350px;
    height: 350px;
}

.heading
{
    padding-top: 40px;
    font-size: 1.1em;
}

/* HEADINGS   
----------------------------------------------------------*/
.h1, .h2, .h3, .h4, .h5, .h6
{
    font-size: 1.5em;
    color: #666666;
}

.h1 {
    font-size: 2em;
}

.h2
{
    font-size: 1.5em;
}

.h3 {
    font-size: 1.5em;
    padding: 15px 0px 5px 0px;
    font-weight: bold; 
}

.h4 {
    font-size: 1.1em;
}

.h5, .h6 {
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

header, #header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0px 0px 0px 10px;
}

header h1, #header h1 {
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: Black;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
}

#main {
    padding: 10px 10px 10px 10px;
    background-color: #fff;
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
}

/* HOMEPAGE BUTTONS
----------------------------------------------------------*/

.button a {
	background-image: url(../images/ms_button2.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 168px;
	width: 215px;
	background-position: 0px 0px;
	margin-right: 11px;
	margin-bottom: 0px;
	margin-left: 12px;
    margin-top: 20px;
}

.buttonimage {
	float: left;
	width: 139px;
	height: 92px;
	background-position: center;
	margin-left: 35px;
	border: thin solid #CCCCCC;
}

.button a:hover {
	background-position: -213px 0px;
}

.buttontext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #003366;
	text-align: left;
	padding-top: 20px;
	height: 30px;
	width: 180px;
	float: left;
	padding-left: 34px;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li {
    display: inline;
    list-style: none;
}

ul#menu li#greeting {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}

ul#menu li a:hover {
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active {
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a {
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

input[type="text"],
input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 200px;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

input[type="submit"] {
    font-size: 1.2em;
    padding: 5px;
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

nav, 
#menucontainer {
    margin-top: 40px;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: Black;
}

#logindisplay a:link {
    color: Black;
    text-decoration: underline;
}

#logindisplay a:visited {
    color: Black;
    text-decoration: underline;
}

#logindisplay a:hover {
    color: white;
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.label
{
    margin: 5px 0 0 0;
    width: 120px;
    float: left;
    display: block;
    font-weight: bold;
}

.field
{
    margin: 5px 0px 0 0px;
    display: inline-block;
}

.clearfix { clear:both; }

.text-box {
    width: 30em;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}

/* Styles for tables
----------------------------------------------------------*/

#main1 {
	margin:0; padding:0;
	}
#main2 {
	margin:0; padding:0;
	}
#left {
	float:left;
	width:500px;
	margin:0; padding:0;
	}
#right {
	float:right;
	width:150px;
	margin:0; padding:0;
	}
#middle {
	margin:0 150px;
	}
.column-in {
	margin:0; padding:0.5em 1em;
	}
.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
	}
	
.copy { text-align:center; font-size:80% }

.RadGrid button, .RadGrid [type="button"] {
    -webkit-appearance: button!important;
    -webkit-border-radius: revert!important;
}


.selectbutton {
    border-radius: 25px;
    background: #ea5d0b;
    padding: 20px;
    width: 75%;
    color: white;
    font-size: large;
}

.grid-container {
    display: grid;
    grid-template-columns: auto auto;
    padding: 10px;
    text-align: center;
}

.grid-item {
    padding: 20px;
    font-size: 30px;
    text-align: center;
}