﻿/*----------------------------------------------------------
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 {
    background-color: #00436e;
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

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;
}

header,
footer,
nav,
section {
    display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
    margin: 3px ;
    display: inline;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0;
}

h3 {
    font-size: 1.2em;
}

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: 90%;
    margin-left: auto;
    margin-right: auto;
}

header, #header {
    position: relative;
    margin-bottom: 0px;
    margin-top: 5px;
    color: #000;
    padding: 0;
}

header h1, #header h1 {
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
   /* line-height: 2em; */
    font-size: 32px !important;
    text-shadow:  1px 1px 2px #111;
}

#main
{
	margin: 10px 0 0 0;
	padding: 0px 0px 0px 0px;
	background-color: #E1E1FF;
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
}

img 
{
	vertical-align: middle;
	background-repeat: no-repeat;
}


.icon{width: 16px; 
	height: 16px;
 	display: inline-block; 
 	vertical-align: middle;
 	background-repeat: no-repeat;
 	padding: 0px;
 	margin: 0px;}


.iconDisabled{ opacity: 0.3; }

#btnNext
{	cursor: pointer; 
 background-image: url('/Images/icons/GoToNextRecord.png');
 }
#btnPrev
{cursor: pointer; 
 background-image: url('/Images/icons/GoToPreviousRecord.png');
}
#btnJump
{cursor: pointer; 
 background-image: url('/Images/icons/RightArrow2HS.png');
}




#footer {
    background-color: #fff;
    color: #777;
    padding: 8px 0;
    text-align: center;
    line-height: normal;
    margin: 0 0 30px 0;
    font-size: .9em;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-top: 1px solid #007dd0;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
}

ul#menu li {
	 display: inline-block;
	 list-style-type: none;
	 list-style: none;   	
	 line-height: inherit;
	 vertical-align: inherit;
	 margin-right: 1px;
	 border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;	
   /* background-color: #e8eef4; */
    background-color: #005b98;
    color: #fff;
 }
 
ul#menu li:hover
{
	background-color: #007dd0;
}

ul#menu li.selected:hover,
ul#menu li.selected {
	background-color: #e8eef4; 
	border-bottom: 1px solid black;
}
ul#menu li.selected a{
		color: black;
}

ul#menu li a {
	display: inline-block;
	padding: 8px 20px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

ul#menu li:active {
    background-color: #fff;
}
ul#menu li:active a{
    color: black;
}

/* SUB MENU
----------------------------------------------------------*/
ul#submenu {
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	min-width: 180px;
}

ul#submenu li {
	 display: block;
	 list-style-type: none;
	 list-style: none;   	
	 line-height: inherit;
	 vertical-align: inherit;
	/* border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;*/
    background-color: #e8eef4;
    border-right: 1px #5C87B2 solid;
    border-bottom: 1px #5C87B2 solid;
 }

ul#submenu li a {
	display: inline-block;
	padding: 8px 20px;
	text-decoration: none;
	font-weight: bold;
}

ul#submenu li:hover
{
	background-color: #FFFFCC;
}

ul#submenu li:active {
    background-color: #fff;
    color: #fff;
}

ul#submenu li.selected:hover,
ul#submenu li.selected {
	background-color: #fff; 
	border-right: 0px none white;
	border-left: 1px solid orange;
}
ul#submenu li.selected a{
		color: black;
}

ul#submenu li.header 
{
	background-color: #005b98;
	color: White;
	padding: 5px 0px 5px 4px;
	font-weight: bold;
	border-bottom: 2px solid orange;	    
}

ul#submenu li.header a
{
	color: White;
	padding: 3px;
	font-weight: bold;
}


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 0.4em 0.4em 0.4em;
    margin: 0 0 0.5em 0;
}

fieldset.indent {
    padding: 0 0.4em 0.4em 2em;
}
fieldset.indent legend {
    margin: 0 0 0.5em -1.3em;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 0.5em;
    margin-left: -0.3em;
}

textarea {
    min-height: 75px;
}

input[type="text"], 
input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
   /* font-size: 1.2em;*/
    color: #444;
    width: 100px;
}

textarea {	
	width: 350px;
	height: 130px;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
     /* font-size: 1.2em;*/
    color: #444;
    width: 200px;
}

input[type="submit"] {
    font-size: 1em;
    font-weight: bold;
    padding: 5px;
}

input[type="submit"].button-delete 
{
	font-weight: normal;
	font-size: 1em;
    border: 0;
    padding: 0;
    background: inherit;    
    cursor: pointer;
    text-decoration: underline;
    color: #034af3;
    overflow: visible;
}


/* TABLE
----------------------------------------------------------*/

table {
    border: none;
    border-collapse: collapse;
}

table td {
    padding: 0px;   
    margin: 0px;
}

table th
{
	border-style: none none solid none;
	border-width: 3px;
	border-color: #e8eef4;
	padding: 6px 5px;
	text-align: left; /*background-color: #e8eef4;*/
}


table th#sectionheader
{
	border-bottom: 1px solid #007dd0;
}


table.grid 
{
	display: block;
	overflow: auto;
}

table.grid td{
	padding: 3px 5px 3px 5px;
	border: 1px solid #00436E;
}

table.grid td.noborder{
	border: 0px;
}

table.grid th {
	padding: 3px 5px 3px 5px;
	border: 1px solid #00436E;
	background: #005b98;
	color: #fff;
}

/*
table.grid tbody {
	display: block;
	height: 262px;
	overflow: auto;
	width: 100%
}
*/


/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.noborder
{
	border: 0px;
	}

.error {
    color: Red;
}


#menucontainer {
    margin-top: 40px;
}

div#title {
    display: block;
    float: left;
    text-align: left;
    margin-top: 10px;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 2px 0 0 0;
    color: White;
}

#logindisplay a:link {
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited {
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover {
    color: white;
    text-decoration: none;
}

.panel
{
	background-color: #EDEDED; 
	padding: 3px 6px 3px 6px;
	}

/* 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
----------------------------------------------------------*/
.display-label, 
.editor-label {
    margin: 0.1em 1em 0.1em 0;
    vertical-align: middle;    
}


.display-field, 
.editor-field {
    margin: 0.1em 1em 1.5em 0;
    vertical-align: middle;
}

.editor-field input[type="text"], 
input[type="password"] {
    width: 200px;
}


.text-box {
    width: 30em;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}

.submenuSelected 
{
	background: #fff;
	border-right: 1px solid #fff;
}


table.list {
	margin-left: 20px;
	margin-top: 15px;		
	margin-bottom: 15px;	
}
table.list th, table.list td {
	border-color: gray;
    border-style: none none solid;
    border-width: 1px;        
    font-weight: normal;
}   
table.list th{
	background: repeat scroll 0 0 #F2F2F2;
    text-align: right;
    padding: 5px 10px 5px 5px;
}
table.list td{
    text-align: left;
	padding: 5px 5px 5px 10px;
}