﻿/* HTML Tags */

a {
    color: #892A81;
}

body
{
	background-image:url(/images/sites/315/background.png);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#D7DDE5;	
}

/* Panel */
.panelControlTitlebarLeft
{
	background-image:url(/images/sites/315/bar_left.png);
	background-position:top left;
	background-repeat:no-repeat;	
}

.panelControlTitlebarRight
{
	background-image:url(/images/sites/315/bar_right.png);
	background-position:top left;
	background-repeat:no-repeat;	
}

.panelControlTitle, .panelControlTitlebarIcon, .panelControlTitlebarText, .panelControlTitlebarIconText
{
	background-image:url(/images/sites/315/bar_center.png);
	background-position:top left;
	background-repeat:repeat-x;		
}

/* Pane Header */
.paneTabHeader .paneTabHeaderTitle
{
	background-image:url(/images/sites/315/bar_center.png);
	background-position:top left;
	background-repeat:repeat-x;	
}

.paneInactiveTabHeader .paneTabHeaderTitle
{
	background-image:url(/images/sites/315/bar_center_inactive.png);
	background-position:top left;
	background-repeat:repeat-x;	
}

.paneTabHeader .paneTabHeaderLeft
{
	background-image:url(/images/sites/315/bar_left.png);
	background-position:top left;
	background-repeat:no-repeat;	
}

.paneInactiveTabHeader .paneTabHeaderLeft
{
	background-image:url(/images/sites/315/bar_left_inactive.png);
	background-position:top left;
	background-repeat:no-repeat;	
}

.paneTabHeader .paneTabHeaderRight
{
	background-image:url(/images/sites/315/bar_right.png);
	background-position:top left;
	background-repeat:no-repeat;	
}

.paneInactiveTabHeader .paneTabHeaderRight
{
	background-image:url(/images/sites/315/bar_right_inactive.png);
	background-position:top left;
	background-repeat:no-repeat;	
}

.mainMenuWelcomeMessage {
    color: #882c78;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
}

.mainMenuItem input {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: white;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: -moz-use-text-color;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: none;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 0;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: -moz-use-text-color;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: none;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 0;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: 0;
    color: #892A81;
    font-size: 11px;
    height: 30px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 4px;
    padding-right: 0;
    padding-top: 0;
    text-align: left;
    text-transform: uppercase;
    width: 158px;
}