﻿.navigation
{
	background-image: url(images/navigation_02.gif);
	font-weight: normal;
	color: white;
	font-family: Arial;
	font-size: 12pt;
	text-align:left;
}

.CreateUserWizard
{
	font-size: 12pt;
}

.breadcrumbs
{
	font-size: 10pt;
	color: red;
	font-family: Verdana;
}

.currentnode
{
	font-size: 10pt;
	color: red;
	font-family: Verdana;
	font-weight: bold;
}
.seperator
{
	font-size: 0.8em;
	color: black;
	font-family: Verdana;
}
.pagecontent
{
	font-size: 12px;
	color: black;
	font-family: Arial;
}
.pagecontenturl
{
	font-size: 1em;
	color: red;
	font-family: Arial;
}
.copyright
{
	font-size: 7pt;
	color: Black;
	font-family: Arial;
	font-weight: bold;
}

.email
{
	font-size: 10pt;
	color: black;
	font-family: Arial;
}
.news
{
	font-size: 8pt;
	color: black;
	font-family: Arial;
	text-align: justify;
}
.newsheader
{
	font-weight: bold;
	font-size: 8pt;
	color: red;
	font-family: Arial;
	text-align: center;
}
.newsfooter
{
	font-weight: bold;
	font-size: 7pt;
	color: red;
	font-family: Arial;
	text-align: justify;
}
.newsheadline
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	font-family: Arial;
}
.newsdate
{
	font-size: 8pt;
	color: red;
	font-family: Arial;
	text-align: center;
}
.pagecontentdetail
{
	font-size: 12pt;
	color: black;
	font-family: Arial;
	text-align: left;
	border-collapse: separate;
}
.pagecontentdetailbold
{
	font-size: 12pt;
	color: black;
	font-family: Arial;
	text-align: left;
	border-collapse: separate;
	font-weight: bold;
}
h1
{
	font-size: 18pt;
	font-family: Verdana;	
}
.loginview
{
	font-size: 12pt;
	font-family: Verdana;	
}

/* Data Web Control Styles */

.DataWebControlStyle {
    font-size: 100%;
}
.HeaderStyle {
    BORDER-RIGHT: black 1px solid;
    PADDING-RIGHT: 3px;
    BORDER-TOP: black 1px solid;
    PADDING-LEFT: 3px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    PADDING-BOTTOM: 4px;
    BORDER-LEFT: black 1px solid;
    COLOR: white;
    PADDING-TOP: 4px;
    BORDER-BOTTOM: black 1px solid;
    FONT-FAMILY: Verdana;
    /*BACKGROUND-COLOR: #333333;*/
    BACKGROUND-COLOR: #900;
    TEXT-ALIGN: center
}
.HeaderStyle a {
    PADDING-RIGHT: 3px;
    PADDING-LEFT: 3px;
    FONT-SIZE: 10pt;
    PADDING-BOTTOM: 4px;
    COLOR: white;
    FONT-FAMILY: Verdana;
    BACKGROUND-COLOR: #900;
    TEXT-ALIGN: center;
}
.HeaderStyle a:hover {
    PADDING-RIGHT: 3px;
    PADDING-LEFT: 3px;
    FONT-SIZE: 10pt;
    PADDING-BOTTOM: 4px;
    COLOR: #CCC;
    FONT-FAMILY: Verdana;
    BACKGROUND-COLOR: #900;
    TEXT-ALIGN: center;
}
.FooterStyle
{
    background-color: #6699cc;
    color: White;
    text-align: center;
}
.RowStyle {
    background-color: white;
    FONT-SIZE: 10pt;
    FONT-FAMILY: Verdana;
    /*COLOR: #008000;*/
}
.AlternatingRowStyle {
    background-color: #fcc;
    FONT-SIZE: 10pt;
    FONT-FAMILY: Verdana;
    /*COLOR: #008000;*/
}
.RowStyle2 {
    background-color: #FFFFCC;
    FONT-SIZE: 12pt;
    /*COLOR: #008000;*/
}
.AlternatingRowStyle2 {
    FONT-SIZE: 12pt;
    /*COLOR: #008000;*/
}
.SelectedRowStyle {
    FONT-SIZE: 10pt;
    COLOR: navy;
    background-color: Yellow;
    FONT-FAMILY: Verdana;
}
.HiliteRowStyle {
    /*FONT-SIZE: 8pt;*/
    COLOR: navy;
    background-color: #FFFF66;
}
.tblcelldatadesc {
    FONT-SIZE: 12pt;
    COLOR: #333333;
}
.tblcelldata {
    FONT-SIZE: 12pt;
    /*COLOR: navy;*/
    TEXT-ALIGN: right;
}
.PagerRowStyle 
{
	font-size: 12pt;
}
.Warning {
    color: Red;
    font-style: italic;
    font-weight: bold;
    font-size: large;
}
.hiddencol {
    display:none;
}
.grayWindow
{
    position:absolute; 
    height:100%; 
    width:100%; 
    top:0px; 
    left:0px; 
    background-color:gray; 
    filter:alpha(opacity=50); 
    -moz-opacity:0.5; 
    opacity:0.5;
    /*visibility:hidden;*/
	z-index: 5000;
}
.add
{
   position:absolute; 
   top:100px; 
   left:10px; 
   /*background-color:white;*/
   z-index: 10000;
    filter:alpha(opacity=100); 
    -moz-opacity:1; 
    opacity:1;
}
