.PrintNowButton
{
    background: #afbec5;
    border: solid 1px Black;
    vertical-align: top;
    height: 40px;
    cursor: hand;
}

.HeadFootButton
{
    background: #afbec5;
    border: solid 1px Black;
    vertical-align: top;
    height: 23px;
    cursor: hand;
}

.UploadInputField
{
    background: white;
    border: solid 1px #afbec5;
    vertical-align: top;
    height: 23px;
}


.innerBackground
{
    background-color: #eeeeee;
}

BODY
{
    font-size: 8pt;
    font-family: Arial,Verdana;
    margin: 0px;
    background-color: #e4e4e4;
}

table
{
    border-collapse: collapse;
}

A:visited
{
    color: blue;
}

TD
{
    font-size: 8pt;
    font-family: Arial,Verdana;
}
DIV
{
    font-size: 8pt;
    font-family: Arial,Verdana;
}
A
{
    font-size: 8pt;
    font-family: Arial,Verdana;
}
P
{
    font-size: 8pt;
    font-family: Arial,Verdana;
}

.middleRow
{
    background-color: White;
    border: 1px solid #cbcbcb;
    width: 100%;
}

.menuItemDropDown
{
    background-color: #cbcbcb;
    border: 1px solid #cbcbcb;
}


/*Classes for grid(right side) on the Organize Page*/
.GridItemStyle
{
    font-size: 10pt;
    color: silver;
}

.GridHeaderStyle
{
    font-size: 7pt;
    color: Black;
}

.GridAlternatingItems
{
    background-color: #e4e4e4;
}

.GridItems
{
    background-color: White;
}

.SelectedItem
{
    background-color: Orange;
}
/*End Grid Region*/


/*Css for header controls on all of the panels / widgets*/
.Header
{
    height: 3px;
    background-color: #f0542c;
}

.HeaderText
{
    height: 20px;
}
/*End header region*/

.Panel
{
    background-color: #f6f6f6;
    border-bottom: 1px solid #cbcbcb;
}

/*Classes for navigation bar underneath banner image*/

.Toolbar
{
    background-color: #b7b7b7;
    color: Black;
    height: 28px;
}

.ToolbarLinks
{
    font-weight: bold;
    color: Black !important;
    text-decoration: underline;
}

.ToolbarText
{
    font-weight: bold;
    color: Black !important;
}

/*Classes for Parts and Catalogs tree Control*/
.TreeNode
{
    color: Black;
    font-family: Tahoma;
    font-size: 8pt;
    padding-left: 3px;
    text-decoration: none;
}


.TreeNodeOver
{
    font-family: Tahoma;
    font-size: 8pt;
    color: black;
    text-decoration: underline;
    cursor: pointer;
    cursor: hand;
    padding-left: 3px;
}

.TreeNodeSelect
{
    font-family: Tahoma;
    font-size: 8pt;
    color: white;
    background: #316AC5;
    cursor: pointer;
    cursor: hand;
    margin-left: 3px;
}

.TreeNodeDisabled
{
    font-family: Tahoma;
    font-size: 8pt;
    color: gray;
    padding-left: 3px;
    text-decoration: none;
    cursor: default;
}

.TreeNodeEdit
{
    border: 1px gray solid;
    font-family: tahoma;
    font-size: 8pt;
    margin-left: 4px;
}

.LoadingMessage
{
    font-family: Tahoma;
    font-size: 8pt;
    background: LemonChiffon;
    border: solid 1px;
    padding: 2px;
}

.LoadingMessageBlue
{
    font-family: Tahoma;
    font-size: 8pt;
    color: Blue;
    padding: 2px;
}


.TreeContextItem
{
    font-family: Arial;
    font-size: 10px;
    cursor: pointer;
    cursor: hand;
    padding-left: 4px;
    height: 24px;
    background-color: #fdfdfd;
    background-image: url(contextMenu.gif);
    background-repeat: repeat-y;
    width: 100%;
    text-align: left;
    border-bottom: solid 1px #e3e3e3;
}

.TreeContextItemOver
{
    font-family: Arial;
    font-size: 10px;
    cursor: pointer;
    cursor: hand;
    padding-left: 4px;
    height: 24px;
    background-color: #f3f3f3;
    background-image: url(contextMenu.gif);
    background-repeat: repeat-y;
    width: 100%;
    text-align: left;
    border-bottom: solid 1px #d4d4d4;
}

/*Class for activity panel*/
.ActivityNumberFont
{
    font-size: 11pt;
    font-family: Arial;
    color: #ff9900;
    font-weight: bold;
    vertical-align: middle;
}

/*Class for navigation panel*/
.CommunityNav
{
}

