﻿/*----------------------------------------------------------
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.#061457
----------------------------------------------------------*/

body {
    background-color: #ffffff;
    font-size: 8pt;
    /*font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;*/
	font-family: Tahoma;
    margin: 0;
    padding: 0;
    color: #000000;
	border-style: none;
}
.greyback {
    background-color: #EBEBEB;
	min-height: 60%;
	padding: 5px;
	font-size: 11pt;
}
/* Greenline replaced with blue version 
	#053a5b Dark
	#37617c
	#69899d
	#9bb0bd
	#cdd8de Light
*/
.greenline {
    background-color: #053A5B;
    color:White; 
	min-height: 10px;	
}
.blueline {
	background-color: #061457;
	color: #ffffff;
	text-align:center;
	padding: 11px;
	}
.dataarea {
	background-color: #ffffff;
	margin: 5px;
	border-radius: 10px 10px 10px 10px;
	min-height: 70%;
	padding: 10px;
	font-size: 10pt;
}

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;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
    margin: 5px 5px 0px 0px;
}

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: 98%;
    margin-left: auto;
    margin-right: auto;
}

header, #header {
    position: relative;
    margin-bottom: 0px;
    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 {
    padding: 5px 5px 5px 5px;
    background-color: #fff;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}

footer, 
#footer {
    background-color: #fff;
    color: #999;
    padding: 10px 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;
}
.columncenter
{
	text-align:center;
}

@media screen and (min-width: 1000px) {
	.decolumn1 {
		float:left;
		width:48%;
		text-align:left
	}
	.decolumn2 {
		float:left;
		width:48%;
		text-align:left
	}
}
@media screen and (max-width: 999px) {
	.decolumn1 {
		float:left;
		width:100%;
		text-align:left
	}
	.decolumn2 {
		float:left;
		width:100%;
		text-align:left
	}
}

.columnleft2L {
	float:left;
	width:48%;
	text-align:left
}
.columnright2L {
	margin-left:50%;
	width:48%;
	text-align:left
}
.columnright2R {
	margin-left:50%;
	width:48%;
	text-align:right
}
.column3leftL {
	float:left;
	width:31%;
	text-align:left
}
.column3centerL {
	float:left;
	margin-left: 2%;
	width:31%;
	text-align:left
}
.column3rightL {
	margin-left:66%;
	width:31%;
	text-align:left
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 0 1.4em;
    margin: 0 0 0 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 25px;
    font-family: inherit;
}

input[type="text"], 
input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.0em;
    color: #000000;
    width: 200px;
}
input:disabled {
    background-color: #cdd8de70;  /* same as labels but 70/255 gradient*/
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.0em;
    color: #000000;
}
input[type="submit"] {
    font-size: 1.0em;
    padding: 5px;
}
.inputmimic { 
	font-size: 1.0em;
	color: #000000;
	padding: 2px;
	border: 1px solid #ccc;
	background-color: #f2f2f2;
	margin: 2px 2px 2px 2px;
	} 

/* TABLE
----------------------------------------------------------*/

table {
    border: solid 1px #053A5B;
    border-collapse: collapse;
}

table td {
    padding: 2px;
    border: solid 1px #053A5B; /* was e8eef4*/
}

table th {
    padding: 2px;
    text-align: left;
    background-color: #cdd8de;
    border: solid 1px #053A5B;
}
.tar {
	text-align: right;
}
.tac 
{
	text-align: center;
}

.denseTable 
{
	font-size: 8px;
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

nav, 
#menucontainer {
    margin-top: 5px;
}

div#title {
    display: block;
    float: left;
    text-align: left;
        color: White;

}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    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;
}

/* 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 0 0 0;
    color:#061457;
    background-color:#cdd8de;
}

.display-field, 
.editor-field {
    margin: 0 0 0 0;
}
.editor-fieldreadonly input[type="text"]  {
	background-color: #DBDBDB; 
}

.text-box {
    width: 30em;
}
.red {
	color:Red;
}
.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}
/* Styles for header display */
.headerlabel 
{
	display: inline-block;
	width: 11em;
	font-size:0.85em;
	color:#061457;
}
.headerlabelshort 
{
	display: inline-block;
	font-size:0.85em;
	color:#061457;
}
.headerdata 
{
	font-size:1em;
	color:#000000;
}
	
.noteHeader {float:left; font-size:0.85em; padding:5px; margin:10px 0px 0px 0px; background-color:#e8eef4; color:#000000; font-weight:bolder; 
             border-color:#b8d5f4; border-style:solid; border-width:1px;} 
.noteField {float:left;  padding:5px; margin:0px;} 
.noteArea {float:left;  padding:5px; margin:0px; width:60%; }
/* Styles for links to look like buttons
----------------------------------------------------------*/
.linkbutton, .linkbutton a, .linkbutton a:link,  .linkbutton a:visited
{
height:auto;
font: .85em;
background-color: #4479BA;							
color: #fff;
padding: 3px 3px 3px 3px;
border-top: 1px solid #CCCCCC;
border-right: 1px solid #333333;
border-bottom: 1px solid #333333;
border-left: 1px solid #CCCCCC;
text-decoration: none;
}
.linkbutton a:hover .linkbutton a:focus {
    background: #356094;
    border: solid 1px #2A4E77;
    text-decoration: none;
}
.linkbutton a:active {
    background: #2E5481;
    border: solid 1px #203E5F;
}

.newbutton {
   border-top: 1px solid #96d1f8;
   background: #053A5B;
   background: -webkit-gradient(linear, left top, left bottom, from(#cdd8de), to(#053A5B));
   background: -webkit-linear-gradient(top, #cdd8de, #053A5B);
   background: -moz-linear-gradient(top, #cdd8de, #053A5B);
   background: -ms-linear-gradient(top, #cdd8de, #053A5B);
   background: -o-linear-gradient(top, #cdd8de, #053A5B);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 4px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   line-height: 30px;
   }
 .newbutton:hover {
   border-top-color: #28597a;
   background: #053A5B;
   color: #ccc;	
   }
 .newbutton:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
.newbutton:disabled {
   border-top-color: #1b435e;
   background: #aaaaaa;
   }

.pagination a, .pagination a:link, .pagination a:active, .pagination a:visited, .pagination a:focus {
	color: #000000;
	background: #F0F0F0;
	border: 1px solid;
	padding: 2px;
}
.pagination a:hover {
	color: #000000;
	background: #808080;
	border: 1px solid;
	padding: 2px;
}
.hidden {
    display:none;
}
.visible {
    display:block;
}
#AdditionalMaster 
{
cursor:pointer;
}
#PaymentMaster 
{
cursor:pointer;
}



.icons
{
	margin-left: auto;
	margin-right: auto;
	border: 0px none;
}
.icons td
 {
 	vertical-align:top;
 	width:120px;
 	padding: 10px 10px 10px 10px;
 	border:0px none;
    text-align: center;
 }
.column2l 
{
	width: 48%;
	float: left;
}
.column2r
{
	width: 48%;
	float: right;
}
.expired {
    color: Red;
}
.tar {
	text-align: right;
}
.tac {
	text-align: center;
}
.linklarger {
    font-size: 1.2em;
}
