﻿body, div, p, h1, h2, h3, h4, ul, li, table
{
	margin:0;
	padding:0;
	border:none;
}
	 
body
{
	font-family: Verdana, Arial;
	font-size: smaller;
	background-color: White;
}

a img
{
    border: none;	
}

.pageHeader
{
    font-weight: bold;
    font-size: larger;
}

.loginField
{
    font-size: x-small;
}

.loginButton
{
    font-size: xx-small;
}

.labelField
{
    font-weight: bold;
}

.labelPasswordMessage
{
    font-weight: bold;
    color: Green;
}

.textField
{
    font-size: x-small;
}

.checkboxField
{
    font-size: x-small;
}

.dropdownField
{
    font-size: x-small;
}

.radiobuttonField
{
    font-size: x-small;
}

.hyperlinkField
{
    font-weight: normal;
    color: Blue;
    text-decoration: none;
}

.hyperlinkFieldGraphic
{
    outline: none;
    -moz-outline-style: none;
    text-decoration: none;
    border: none;
    border-style: none;
    border-width: 0px;
}

.fileuploadField
{
    font-size: x-small;
}

.buttonField
{
    font-size: x-small;
}

.buttonFieldHidden
{
    display: none; 
    font-size: x-small;
}

.buttonArrowField
{
    font-size: xx-small;
}

.breadcrumbField
{
    font-size: x-small;
    font-weight: normal;
}

.breadcrumbLink
{
    color: Blue;
    text-decoration: none;
}

.gvHeader
{
    font-size: x-small;
    font-weight: bold;
}

.gvlabelField
{
    font-size: x-small;
}

.gvlabelFieldBold
{
    font-size: xx-small;
    font-weight: bold;
}

.gvtextField
{
    font-size: xx-small;
}

.gvcheckboxField
{
    font-size: xx-small;
}

.gvdropdownField
{
    font-size: xx-small;
}

.gvradiobuttonField
{
    font-size: xx-small;
}

.gvbuttonField
{
    font-size: xx-small;
}

.gvhyperlinkField
{
    font-size: x-small;
    font-weight: normal;
    color: Blue;
    text-decoration: none;
}

.gvhyperlinkFieldDisabled
{
    font-size: x-small;
    font-weight: normal;
    color: Gray;
    text-decoration: none;
}

.gvMenuHeader
{
    font-size: x-small;
}

.gvMenuLabelField
{
    font-size: xx-small;
    color: Blue;
    text-decoration: none;
}

.tslabelField
{
    font-weight: bold;
    font-size: x-small;
}

.hyperlinkFieldSearch
{
    font-size: small;
    font-weight: normal;
    color: Blue;
    text-decoration: none;
}

.labelFieldSearchBody
{
    font-size: small;
}

.labelFieldSearchFilename
{
    font-size: small;
    color: Green;
}

.errorMessage
{
    color: Red;
    font-weight: bold;
}

.loggedOutWelcomeMessage
{
    color: Red;
    font-weight: bold;
    font-size: larger;
}

.popupPanelHidden
{
    position: absolute;
    visibility: hidden;
}    

.popupPanelNotHidden
{
    position: absolute;
    visibility: visible;
}    

.searchWatermark
{
    font-size: x-small;
    font-style: italic;
    color: Gray;
    background-color: Silver;
}

.ListSearchExtenderPrompt
{
	font-style: italic;
	color: Gray;
	background-color: White;
	font-size: smaller;
}

.AutoCompletionList
{
    font-size: x-small;
}

wireFrame 
{
    display: none; 
    overflow: hidden; 
    z-index: 2; 
    background-color: #FFFFFF; 
    border: solid 1px #D0D0D0;
}

CloseButtonStyle 
{
    background-color: #666666; 
    color: #FFFFFF; 
    text-align: center; 
    font-weight: bold; 
    text-decoration: none; 
    border: outset thin #FFFFFF; 
    padding: 5px;
}

InfoMessagePanel
{
    display: none;
    width: 250px;
    z-index: 2;
    visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    font-size: 12px;
    border: solid 1px #CCCCCC;
    background-color: #FFFFFF;
    padding: 5px;
}

wireFrameSec
{
    display: none; 
    overflow: hidden; 
    z-index: 2; 
    background-color: #C0FFC0;
    border: solid 1px #D0D0D0;
}

InfoMessagePanelSec
{
    display: none;
    width: 250px;
    z-index: 2;
    visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    font-size: 12px;
    border: solid 1px #CCCCCC;
    background-color: #C0FFC0;
    padding: 5px;
}

hideButton
{
    opacity: 0;
}

unhideButton
{
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.textFieldForm8
{
    font-size: smaller;
}

.labelFieldForm8
{
      font-weight: bold;
}

.errorMessageForm8
{
    color: Red;
    font-weight: bold;
}

.CategoryName
{
    font-weight: bold;
    font-size: larger;
}

#OuterTableCellOverlay
{
    top: 0px;
    left: 0px;
    width: 99%;
    height: 5000px;
    position: absolute;
    background-color: white;
    z-index: 999;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	padding-top: 25%;
	padding-left: 30%;
}

#InnerTableCellOverlay
{
    text-align: center;
    width: 444px;
    border: 1px solid black;
    padding: 10px;
    background-color: #eee;
    z-index: 998;
	filter:alpha(opacity=100);
	-moz-opacity:1.00;
}

.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.modalPopup_____Replaced
{
    width: 250px;
    height: 180px;
    background-color: #076DAB;
    color: #FFFFFF;
    border-color: #000000;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    cursor: move;
    font-size: medium;
}

.modalPopup {
	background-color: #ffffdd;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 250px;
}

.NBhyperlinkField
{
    font-weight: normal;
    color: Blue;
    text-decoration: none;
    font-size: x-small;
}
