﻿
/* ================================
    Standard CSS Styles
    v1.0, November 2007
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg 
{   background-color: navy;
}

#MainPageDiv
{   width:820px;
    text-align:center;
    margin:0 auto; 
    top:0px;
}

#mainPane {
    background-image:url('http://www.byte-it.com/images/BackgroundImage.gif');
    background-position:left top; 
    background-repeat:no-repeat; 
    height:100%; 
    position:relative;
    float:right;
    width:580px;
    font-size:medium;
    }

#outerContainer{
    height:auto;
}
 
/* background color for the content part of the pages */
Body
{   background-color: white;
    text-align:center; 
    font-family:Arial; 
}

/* PAGE BANNER */
/* style for the text of the site title */
.SiteTitle
{	font-weight: normal;
	font-size: 20px;
	color: white;
}

/* style for the text of the page title */
.PageLogo
{   background-image:url('http://www.byte-it.com/images/logo.gif'); 
    background-repeat:no-repeat; 
    background-position:right; 
    height:110px; 
    width:100%; 
    float:right; 
}

.CompanyName
{	font-weight: normal;
	font-size: 18px;
	color: Navy;
	font-weight:bolder;
	position:relative;
	float:right;
	height:30px;
	right:5px;
    vertical-align:top;
    text-align:right; 
}

.MainHead
{	font-weight: normal;
	font-size: 18px;
	width:75%;
	color: black;
	font-weight:bolder;
	position:relative;
	float:right;
	right:0px;
    vertical-align:top;
    text-align:right; 
}

.MainHeadShadow
{	font-weight: normal;
	font-size: 18px;
	width:75%;
	color: Silver;
	font-weight:bolder;
	position:relative;
	float:right;
	right:0px;
    vertical-align:top;
    text-align:right; 
}

.NavigationBar {
	font-size: 11px;
	color: Navy;
	font-weight:bold;
	position:relative;
	float:left;
	left:5px;
    text-align:left; 
    width:200px;
    text-decoration:none;
    height:760px;
}

.NavigationBarText {
    position:relative; 
    float:left; 
    padding-right:0px;
    background-color:#ddd;
    margin-right:0px;
}
    
.NavigationBar a:link {
    text-decoration:none;
    color:Navy;
}

.PageTitle {
    font-weight: normal;
	font-size: 24px;
	color: Red;
	font-weight:bolder;
	position: relative;
	float:right;
	height:30px;
	right:12px;
    text-align:right;
}



/* Use this to hide tiny text (eg to mess up email addresses) */
.TinyFeint {
    font-weight: lighter;
    font-size: 1pt;
    color:Silver;
}

/* These relate to the drop shadow part of the main page */ 
#shadow-container 
{	position: relative;
	left: 6px;
	top: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
	width:auto;
	
	text-align:right;
}
 
#shadow-container .shadow2, 
#shadow-container .shadow3, 
#shadow-container .container 
{	position: relative;
	left: -2px;
	top: -2px;
}

#shadow-container .shadow1 
{   background: #F1F0F1; 
}
 
#shadow-container .shadow2 
{   background: #DBDADB;
}
 
#shadow-container .shadow3 
{	background: #B8B6B8;
}
 
#shadow-container .container 
{	background: #ffffff;
	border: 1px solid blue;
	padding: 10px;
}


/* Link Buttons Style */
A.LinkButton, 
A.LinkButton:link
{	color: Navy;
    text-decoration: none;
}
A.LinkButton:hover
{	color: blue;
	text-decoration: none;
}

A.LinkButtonHead, 
A.LinkButtonHead:link
{	color: black;
    text-decoration: none;
}
A.LinkButtonHead:hover
{	background-color: red;
	text-decoration: none;
}

#MainHeader{
    left:0px;
    right:0px;
    width:auto;
    height:160px;
}

#MainBodyRight{
    position: relative;
    float:right;
    right:0px;
    width:100%;
    padding-top: 10px;
    height: 130px;
    text-align:right; 
    font-family: Verdana, Helvetica, sans-serif;
    font-size: small;
    top: -75px;
}

#MainBodyLeft{
    position: relative;
    width:100%;
    padding-top: 20px;
    padding-bottom:20px;
    left: 0px;
    text-align:left;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:small;
}

#MainFooter{
    position: relative;
    width:100%;
    bottom: 0px;
    left: 0px;
    text-align:right;
    height: 125px;
}

.PageFooter{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8px;
    text-align:left;
}

/* background/border colors for the selected tab */
.TabBg{
	border-left-color: #33AFDD;
	border-bottom-color: #33AFDD;
	border-top-color: #33AFDD;
	border-right-color: #33AFDD;
}


/* background/border colors for the unselected tabs */
.OtherTabsBg{
	border-left-color: black;
	border-bottom-color: black;
	border-top-color: black;
	background-color: gray;
	border-right-color: black;
}


/* text style for the unselected tabs */
.OtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color:Aqua;
    text-decoration:none;
    font-weight: bold
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link {
    text-decoration: none;
    color:#eeeeee;
}

A.OtherTabs:visited {
    text-decoration: none;
    color:#eeeeee;
}

A.OtherTabs:active {
    text-decoration:none;
    color:#eeeeee;
}

A.OtherTabs:hover   {
    text-decoration:underline;
    color:white;
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:none;
    color:white;
}

A.SiteLink:visited  {
    text-decoration:none;
    color:#eeeeee;
}

A.SiteLink:active   {
    text-decoration:none;
    color:#eeeeee;
}

A.SiteLink:hover    {
    text-decoration:underline;
    color:white;
}



/* hyperlink style for the System Title links */
A.TitleHyperlink:link {
	font-weight: bold;
	font-size: 12px;
	color: #FFD161;
	font-style: normal;
	font-family: Verdana;
	font-variant: normal;

}

A.TitleHyperlink:visited  {
	font-weight: bold;
	font-size: 12px;
	color: #FFD161;
	font-style: normal;
	font-family: Verdana;
	font-variant: normal;

}

A.TitleHyperlink:active   {
	font-weight: bold;
	font-size: 12px;
	color: #FFD161;
	font-style: normal;
	font-family: Verdana;
	font-variant: normal;

}

A.TitleHyperlink:hover    {
	font-weight: bold;
	font-size: 12px;
	color: #FFD161;
	font-style: normal;
	font-family: Verdana;
	font-variant: normal;

}



/* style for separator between site links */
.Accent
{
    color:red;
    font-weight:bold;
}



/* GENERAL */
/* style for module titles */
.Head
{
	font-weight: bold;
	font-size: 12px;
	color: white;
	font-style: normal;
	font-family: Verdana;
	font-variant: normal;
}

.HeadLarge
{
	font-weight: bold;
	font-size: 14px;
	color: #666644;
	font-style: normal;
	font-family: Verdana;
	font-variant: normal;
}

.SubHeadTable
{
	border-bottom: gray 1px solid;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: Maroon;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  10px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;   
}


/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalGreen
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: Green;
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold
}

.NormalSmall
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8px;
}
.ErrorMsg
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: red
}
.WelcomeMsg
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #000000;
}

/* text style for buttons and link buttons used in the HLib admin pages */
.CommandButton     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the HLib admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: Maroon;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: Maroon;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: Maroon;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: red;
}
    



/* GENERIC */
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  22px;
    font-weight:    bold;
    color: Navy;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  18px;
    font-weight: bold;
    color: black;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: Maroon;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: Maroon;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: Maroon;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: Maroon;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: Maroon;
}

A:link  {
    text-decoration:    underline;
    color:  blue;
}

A:visited   {
    text-decoration:    underline;
    color:  red;
}

A:active    {
    text-decoration:    underline;
    color:  lime;
}

A:hover {
    text-decoration:    none;
    color:  Navy;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: gray;
    height:1pt;
    text-align:left
}


/*

The following style define the style for all datagrids used on the site
*/

/* Grid style as a whole*/
.Grid
{
	border: solid 1px Black;
}

/* Grid row style*/
.Grid td
{
	border: solid 1px grey;
	margin: 0px 0px 0px 0px;
	font-family: verdana;
	padding: 1px 1px 1px 1px;
	text-align: left;
}

/* Grid heading style*/
.GridHeader
{
	font-family: Verdana;
	font-weight:normal;
	font-size:small;
	background-color: White;
	color:Gray;
	vertical-align:baseline;
	text-align: left;
}

/* Link style*/
.GridHeader a
{
}

.GridItem, .GridAltItem
{
	font-size: smaller;
	text-align: left;
}

.GridItem
{
	background-color: #F3F1FF;
}

.GridAltItem
{
	background-color: #E0E8EF;
}

.GridPager td
{
	font-size: 11px;
	color:Navy;
	background-color: white;
	text-align: center;
}

/* Selected grid row style*/
.SelectedRow
{
	font-family: Verdana;
	font-size: smaller;
	background-color: Aqua;
	color:Red;
}

.GridTitle  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: Maroon;
}

.ClockDisplay  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: Gray;
}

.LabelAsButton {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    bold;
    color: White;
    line-height: 25px;
}

.HighlightGreen {
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: bold;
    background-color: #339900;
    color: White;
}

.HighlightRed {
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: bold;
    background-color: #FF0033;
    color: White
}

.HighlightYellow {
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: bold;
    background-color: #FF9900;
    color: White
}

.FixedHeader {
   overflow: auto;
}

.FixedHeaderTH {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: White;
	background-color: #3333CC;
	text-align: left;
    position: relative;
    top:-1;
}

.ScrollingGrid {
	border: solid 0px Black;
}

.ScrollingGridItem {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
}

.ScrollingGridItemSpecial {
    color: Blue;
}

#lblLine01 {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: Navy;
}

#lblLine02 {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  18px;
    font-weight: bold;
    color: black;
}

#lblLine03 {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  18px;
    font-weight: bold;
    color: black;
}

#lblLine04 {
    font-size: small;
}

#lblLine05 {
    font-size: small;
}

#lblLine06 {
    font-size: small;
}

#lblLine07 {
    font-size: small;
}

#lblLine08 {
    font-size: small;
}

#lblLine09 {
    font-size: small;
}

#lblLine10 {
    font-size: small;
}

