﻿body 
{
	background-color:#FFFFFF; 
    font-size: 8pt; 
    color: black; 
    font-family: Verdana;
    margin: 0px;
}

h1 {
    font-family: Verdana;
    font-size:14px;
    color: black;
    font-weight:bolder;
    margin-bottom:10px;
    margin-top:0px;
    text-indent:5px;
}

h1.print {
    font-family: Verdana;
    font-size:14px;
    color: black;
    font-weight:bolder;
    margin-bottom:10px;
    margin-top:0px;
    text-indent:5px;
}

h2 {
    font-size:10pt;
    font-family: Verdana;
    line-height: 10px;
    color: #ffffff;
    font-weight:bold;
    margin-bottom:0px;
}

h2 a {
    font-size: 10pt;
    font-weight:bold;
    color: #ffffff;
    text-decoration: none;  
    line-height: 10px;
    margin-bottom:0px;
}

/*'''  "!important;" - Overides google autofill */
select {
	font-size: 8pt; 
    font-family: Verdana;
    font-weight: normal;
    border: 2px;
    background-color:White!important; /*Not used because it interferres with background red validation of ddl
    /*margin-left:1px;
    padding:1px;  
    text-indent:1px;
    line-height: 9px;
    /*height:20px;*/
}

textarea {
	font-size: 8pt;
	/*margin: 2px;*/
	margin-bottom:2px;
	font-family: Verdana;
}

table {
	color:Black;
	font-size: 8pt;
	font-family: Verdana;
	border-collapse:collapse;
}

th {
	/*background-image:url('/TEAMlink/images/th.gif');*/
	background-color: #005698;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 2px;
	text-decoration: none;
	height: 20px;
	vertical-align: middle;
	margin: 2px;
	border-bottom: 2px #666666;
}
th a {
	/*background-color:#005698; */
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 2px;
	text-decoration: underline;
	height: 20px;
	vertical-align: middle;
	margin: 2px;
	border-bottom: 2px #666666;
	/*border-bottom: 0px;*/
}

td {
	height: 20px;
	margin: 3px;
} 

a {
	color: black;
	font-weight: normal;
	font-size: 8pt;
}

.ContentTable {
	background-color: Transparent;
	width: 100%;
	color: Black;
	font-size: 8pt;
	font-family: Verdana;
	padding: 0px;
	border-collapse: collapse;
}

.ContentTable tr {
	padding: 0px;
	vertical-align: middle;
}

.ContentTable td {
    height: 20px;
	vertical-align: middle;
    padding: 0px;
}

.ContentTable th {
	background-image:url('http://www.teamnetwork.co.nz/TEAMlink/images/th.png');
	/*background-color: #005698;*/
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 2px;
	text-decoration: none;
	height: 26px;
	vertical-align: middle;
	margin: 2px;
}

.ContentTable th a {
	color: #FFFFFF;
	text-indent: 2px;
	height: 26px;
	text-decoration: none;
	vertical-align:middle;
	font-weight: bold;
	cursor: hand;
}

.CustomTable {
	background-color: Transparent;
	/*width: 100%;*/
	color: Black;
	font-size: 8pt;
	font-family: Verdana;
	padding: 0px;
	border-collapse: collapse;
}

.CustomTable td {
    padding: 0px;
}

.CustomTable th {
	/*background-image:url('/TEAMlink/images/th.gif');*/
	background-color: #005698;
	font-weight: bold;
	color: #FFFFFF;
	/*text-indent:3px;*/
	text-decoration: none;
	height: 22px;
	vertical-align: middle;
	margin: 2px;
	border-bottom: solid 0px navy;
}

.CustomTable th a {
	color: #FFFFFF;
	/*text-indent: 3px;*/
	text-decoration: none;
	font-weight: bold;
	cursor: hand;
}

.ColumnHead tr {
    height: 20px;
	padding: 0px;
}

.ColumnHead td {
    background-color: #666666; 
    color: White;
    font-size: 8pt;  
    font-family: Verdana;
    padding: 0px;  
    text-indent: 0px;
    font-weight: bold;
    vertical-align: middle;
}  

.ColumnHead th {
    background-color: #666666; 
    background-image:none;
    color: White;
    font-size: 8pt;  
    font-family: Verdana;
    padding: 0px;  
    text-indent: 0px;
    font-weight: bold;
    vertical-align: middle;
}  

.ColumnHead a {
    background-color: #666666; 
    color: White;
    font-size: 8pt;  
    font-family: Verdana;
    margin-left: 2px;
    padding: 2px;  
    text-indent: 2px;
    height: 20px;
}

b {
    font-weight:bold;
    text-indent:0px;
}
     
.AlternatingItem {
    background-color:silver; 
    color:Black;
    font-size: 8pt; 
    font-family: Verdana;   
    margin-left:5px; 
    margin-right:5px;
} 

.Error {
    color:Black;
    font-size: 8pt; 
    font-family: Verdana;  
    border-color:Red;
    border-width:2px; 
}

.modalBackground { 
    background-color: Gray;
    filter: alpha(opacity=50); 
    -moz-opacity:0.50;
    opacity: 0.50; 
}

.Watermark {
	color:#9999cc;
	font-family: Verdana, Arial; 
	font-size: 9pt;
} 
				    
.InfoPanel {
	z-index:2005;
	position:absolute;
	background-color:white;
	border: solid 1px #000000;
	padding:5px;
	margin-top:-5px;
}

.BlockPanel {
	z-index:2000;
	position:absolute;
	width:990px;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	background-color:white;
	border: solid 1px #000000;
	padding:5px;
	margin-top:-5px;
}

.txtError {
    background-color:#ffcc00!important;
    border-width:1px; 
    border-color:Red;
    border-style:solid;
}

@media print {
	.newpage
	{
        page-break-before: always;
    }
}
.StdTab .ajax__tab_tab {
    font-size:11px;
    color:Black
     }
.RedTab .ajax__tab_tab {
    font-size:11px;
    font-weight: bold;
    color:Red
     }
