﻿body {
font: 100% verdana, tahoma, sans-serif;

margin: 0px;
background-image:url('images/barbkgde.gif');
background-repeat:repeat;

}

/* begin css tabs */

ul#tabnav 
{ /* general settings */
text-align: left; /* set to left, right or center */
margin: 0em 0 0em 0; /* set margins as desired */
font: bold 11px verdana, tahoma, sans-serif; /* set font as desired */
list-style-type: none;
padding: 0px 0px 0px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
display: inline;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4, body#tab5 li.tab5, body#tab6 li.tab6, body#tab7 li.tab7, body#tab8 li.tab8 { /* settings for selected tab */
border-bottom: 1px solid #fff; /* set border color to page background color */
/* background-color: #fff; set background color to match above border color */
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4, body#tab5 li.tab5, body#tab6 li.tab6, body#tab7 li.tab7, body#tab8 li.tab8 a { /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 0px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a { /* settings for all tab links */
padding: 5px 5px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */

background-color: #bfc199; /* set unselected tab background color as desired */
color: #000; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#tabnav a:hover { /* settings for hover effect */
background: #fff; /* set desired hover color */
}

div.login{
	font-family: tahoma;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
}

div.footer{
	font-family: tahoma;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-weight:bold;
	background-image:url('images/bottom.gif');
}

a.footer{
	font-family: tahoma;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}
table.body
{
border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-left-color: #666;
	
}

div.title
{
	font-family: tahoma;
	font-size: 14px;
	color: #A60000;
	text-decoration: none;
	font-weight:bold;
    text-align: left;
}

li
{
	font-family: tahoma;
	font-size: 12px;
	text-decoration: none;
}
p
{
	font-family: tahoma;
	font-size: 12px;
	text-decoration: none;
	/*text-align:left; commented on (9th Jan 2009)*/
}

td
{
    
  	font-family: tahoma;
	font-size: 12px;
	text-decoration: none;
	text-align:left;  
    
    }
	div
	{
	font-family: tahoma;
	font-size: 12px;
	text-decoration: none;

}

h1.title
{
	font-family: tahoma;
	font-size: 16px;
	text-decoration: none;
	font-weight:bold;
}
	div.login
	{
	font-family: tahoma;
	font-size: 12px;
	text-decoration: none;
	color: #ffffff;
}

p.edit{
	font-family: arial;
	font-size: 15px;
	color: red;
	text-decoration: none;
	line-height: 15pt;
	font-weight:bold;
}
/* end css tabs */

/* popup styles */
.InvisiblePopUpPanel
{
	display:none;
	}
	/*Ajax modal pop up style*/

.modalBackground {
	background-color:White;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:1px;
	border-style:solid;
	border-color:Gray;
	padding:1px;
	width:50px;
	}

.myform{
	width:400px;
	padding:14px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/* popup styles */
	



