/* Default styles */
body {
	font-family:        Arial;
	font-size:          9pt;
	background-color:   #FFFFFF;
	margin:             0px;
}

hr {
	color:  #BEBED1;
	background-color: #BEBED1;
	height: 1px;
}
hr.title {
	color:  #636384;
	background-color: #636384;
	width:  100%;
}

a {
	text-decoration: none; 
}

/* Style for the main header */
.header {
	background-color: #5F7BA4;
	color: white;
	font-family: Arial;
	font-size: 9pt;
}

/* Style for right side of main header */
.headerLight {
	background-color: #8FA8CC;
	color: black;
	font-family: Arial;
	font-size: 9pt;
}

.headerLightPadded {
	background-color: #8FA8CC;
	color: black;
	font-family: Arial;
	font-size: 9pt;
	padding-top: 6px;
	padding-bottom: 6px;
}

.headerButton {
	display: inline;
	margin: 0; padding: 0;
	font-family: Arial;
	font-size: 8pt;
	color: black;
	white-space: nowrap;
}

/* Welcome text in the header */
.headerWelcome {
	font-weight: bold;
}

#inWorkspaceHeaderTitle {
	font-family:    Arial;
	font-size:      8.5pt;
	font-weight:    bold;
	color:          #375487;
}

.headerTitle {
	font-family:    Arial;
	font-size:      12pt;
	font-weight:    bold;
	color:          #636384;
}
a.headerTitle {
	color: #006699;
}

a.header {
	color: white;
}

/* ePortfolio Banner & Panel styles */
.bannerLogo {
	height:             31px;
	width:              163px;
	background-repeat:  no-repeat;
}
.bannerLeft {
	height:             31px;
	background-repeat:  repeat-x;
}
.bannerCenter {
	height:             31px;
	width:              590px;
	background-repeat:  no-repeat;
}
.bannerRight {
	height:             31px;
	background-repeat:  repeat-x;
	color:              #3E63B1;
	font-family:        arial;
	font-size:          9pt;
	font-weight:        bold;
	text-align:         right;
}
.bannerForSchenkerLogo {
	height:             60px;
	background-repeat:  no-repeat;
	color:              #000000;
	font-family:        arial;
	font-size:          9pt;
	font-weight:        bold;
	text-align:         right;
}

.bannerCustomLeft {
	height:             31px;
	color:              #3E63B1;
	background-color:   #FFFFFF;
}

.bannerCustomRight {
	height:             31px;
	color:              #3E63B1;
	background-color:   #FFFFFF;
	font-family:		    arial;
	font-size:          9pt;
	font-weight:        bold;
	text-align:         right;	
}


.panelFrame {
	border:             1px solid #636384;
}

.panelTitlebar {
	background-color:   white;
	background-repeat:  repeat-x;
	height:             18px;
}
.panelTitleforSchenkerbar {
	background-color:   white;
	background-repeat:  repeat-x;
	height:             18px;
}
.panelFooterbar {
	background-color:   #DDE8FC;
	background-repeat:  repeat-x;
	height:             18px;
}
.panelText {
	color:              #375487;
	font-family:        Arial;
	font-size:          9pt;
	font-weight:        bold;
}
a.panelText {
	color:              #375487;
	font-family:        Arial;
	font-size:          9pt;
	font-weight:        normal;
	vertical-align:     middle;
}
a.panelText:hover {
	color:              #375487;
}

.panelToolbar {
	height:             26px;
}

.textfield {
	border:             1px solid #636384;
}

.error {
	background-color: #466CB4;
	color: white;
	font-family: Arial;
	font-size: 9pt;
	height: 26px;
}

.homepage {
	font-family: Arial;
	font-size: 10pt;
}
a.homepage {
	color:	#006699;
	text-decoration: underline;
}

td.homepageLinks {
    BACKGROUND-COLOR: #F6F6FB;
}

hr.homepage {
	color: #F51C30
}

.menuTitle {
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
}

.menuItem {
	font-family: Arial;
	font-size: 8pt;
}

a.menuItem {
	color: black;
}

/* Font in form elements such as <select> and <input> */
.menuFormElement {
	font-family: Arial;
	font-size: 9pt;
}

/* Folders listing */
.category {
	background-color: white;
	color: #006699;
	font-family: Arial;
	font-size: 9pt;
}

/* Folder path (breadcrumbs) */
.path {
	background-color: black;
	color: white;
	font-family: Arial;
	font-size: 9pt;
}
a.path { color: white; }

.pathSelected {
	color: black;
	font-weight: bold;
}
.pathSelectedType {
	 color: #6699FF;
}

/* Styles for various types of lists and most text */
INPUT.list {
	font-family: Arial;
	font-size: 8pt;
}

.list {
	font-family: Arial;
	font-size: 8pt;
}

.listReadOnly {
	font-family: Arial;
	font-size: 8pt;
	color: #808080;
}

.listReadOnlyStrong {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #808080;
}

.listReadOnlySpecial {
	font-family: Arial;
	font-size: 8pt;
	font-style: italic;
	color: #808080
}

a.list {
	color: #006699;
}

.listHeading {
	color: #636384;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
}

/* Disabled */
.listUnavailable {
	font-family: Arial;
	font-size: 8pt;
	color: #AAAAAA;
}

/* Selected */
.listSelected {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
}

/* Selected */
a.listSelected {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #006699;
}

/* Styles for Schedule page */
.schedule {
	color: black;
	font-family: Arial;
	font-size: 9pt;
}

/* Style for text on Preferences page */
.main {
	color: black;
	font-family: Arial;
	font-size: 9pt;
}

a.main {
	color: white;
}

/* Styles for History page */
.history {
	font-family: Arial;
	font-size: 9pt;
	color: gray;
}

a.history {color: #006699;}

/* Headings in History page */
.historyheader {
	background-color:white;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: black;
}

a.historyheader {color: #6699FF;}

/* Styles for Organize pages */
.orgfolders {
	font-family: Arial;
	font-size: 9pt;
	font-weight:bold;
	color:#000000;
}

.orgreports {
	font-family: Arial;
	font-size: 9pt;
	font-weight:bold;
	color:#336699;
}

.cell {
	background-color= #f0f8ff
}

.listbox {
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
}

/* Styles for inputs of type button */
.buttonIE {
	font-family: Arial;
	font-size: 9pt;
}

.buttonNN {
	font-family: Arial;
	font-size: 9pt;
}

/* Styles for alerts page */
.alerts {
	font-family: Arial;
	font-size: 9pt;
	color: black;
}

a.alerts {color: #006699;}

.alertsheader {
	background-color:white;
	font-family: Arial;
	font-size: 9pt;
	color: black;
}

/* Styles for links that are not meant to be clickable */
a.notclickable {
	color: #000000;
	text-decoration: none;
	cursor: default;
}

a.notclickable:active {
	color: #000000;
	text-decoration: none;
	cursor: default;
} 

a.notclickable:hover { 
	color: #000000;
	text-decoration: none;
	cursor: default;
}

a.notclickable:visited {
	color: #000000;
	text-decoration: none;
	cursor: default;
}

/* Disabled inputs */
.inputDisabled
{ 
    BACKGROUND-COLOR: #CCCCCC;
    COLOR: #606060;
    FONT-SIZE: 9pt;
    FONT-FAMILY: Arial;
}

TD.inputDisabled
{ 
    BACKGROUND-COLOR: #CCCCCC;
    COLOR: #606060;
    FONT-SIZE: 9pt;
    FONT-FAMILY: Arial;
}

DIV.inputDisabled
{
    BACKGROUND-COLOR: #CCCCCC;
    COLOR: #606060
    PADDING-LEFT: 2px;
    PADDING-RIGHT: 2px;
    BORDER-WIDTH: 1px;
    BORDER-STYLE: solid; 
    BORDER-COLOR: #CCCCCC; 
}

.clsHidden
{
    DISPLAY: none;
}

/* Buttons */
DIV.clsButton
{
    PADDING-TOP: 0px;
    PADDING-BOTTOM: 0px;
    PADDING-LEFT: 6px;
    PADDING-RIGHT: 6px;
    BORDER-WIDTH: 1px;
    BORDER-STYLE: solid;
    BORDER-COLOR: #000000;
   
}

TD.clsButton
{
    BACKGROUND-COLOR: #CCCCCC;
    FONT-FAMILY: sans-serif;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: bold;
}

TD.clsButton A
{
    TEXT-DECORATION: none;
    COLOR: #000000;
    CURSOR: hand;
}

TD.clsButton A:hover
{
    COLOR: #0000FF;
}

TD.clsButtonDisabled
{
    BACKGROUND-COLOR: #CCCCCC;
    FONT-FAMILY: sans-serif;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: bold;
}

TD.clsButtonDisabled A
{
    TEXT-DECORATION: none;
    COLOR: #FFFFFF;
    CURSOR: default;
}

TD.clsButtonDisabled A:hover
{
    COLOR: #FFFFFF;
}

/* CMC breadcrumb path separator */
.clsPathSeparator
{
    COLOR: #99CCFF;
}

/* CMC tabs */
TD.clsTabSelected 
{
    BACKGROUND-COLOR: #006699;
    COLOR: white;
    FONT-SIZE: 9pt;
    FONT-FAMILY: Arial;
    FONT-WEIGHT: bold;
    PADDING-BOTTOM: 2px;
    PADDING-LEFT: 2px;
    PADDING-RIGHT: 2px;
    PADDING-TOP: 2px;
}

DIV.clsTabSelected
{
    PADDING-LEFT: 2px;
    PADDING-RIGHT: 2px;
    BORDER-WIDTH: 1px;
    BORDER-STYLE: solid; 
    BORDER-COLOR: #006699; 
}

TD.clsTab 
{ 
    BACKGROUND-COLOR: #000000;
    COLOR: #FFFFFF;
    FONT-SIZE: 9pt;
    FONT-FAMILY: Arial;
    FONT-WEIGHT: bold;
}

DIV.clsTab
{
    PADDING-LEFT: 2px;
    PADDING-RIGHT: 2px;
    BORDER-WIDTH: 1px;
    BORDER-STYLE: solid; 
    BORDER-COLOR: #000000; 
}

TD.clsTabDisabled
{ 
    BACKGROUND-COLOR: #CCCCCC;
    COLOR: #FFFFFF;
    FONT-SIZE: 9pt;
    FONT-FAMILY: Arial;
    FONT-WEIGHT: bold;
}

DIV.clsTabDisabled
{
    PADDING-LEFT: 2px;
    PADDING-RIGHT: 2px;
    BORDER-WIDTH: 1px;
    BORDER-STYLE: solid; 
    BORDER-COLOR: #CCCCCC; 
}

TD.clsTabSpacer
{
    WIDTH: 1px;
    BACKGROUND-COLOR: #FFFFFF;
}

TR.clsTabBar
{
    BACKGROUND-COLOR: #006699;
}

TD.clsTab A
{ 
    TEXT-DECORATION: none;
    COLOR: white;
    CURSOR: hand;
}

TD.clsTab A:hover
{ 
    COLOR: #75A3D1;
}

/* Error text */
.clsError
{
    FONT-FAMILY: Arial;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: bold;
    COLOR: #FF0000;
}

.clsErrMsg
{
    FONT-FAMILY: Arial;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: bold;
    COLOR: #000000;
}

.clsErrReason
{
    FONT-FAMILY: Arial;
    FONT-SIZE: 9pt;
    FONT-STYLE: italic;
    COLOR: #000000;
}

/* Style for the tree control */
.appTreeCtrl {
	font-family: Arial;
	font-size: 9pt;
	margin: 0; padding: 0;
}

.appTreeCtrl_selected {
	BACKGROUND-COLOR: #E4E4EC;
}

a.appTreeCtrl {
	color: #000000;
}

a.appTreeCtrl:hover {
	text-decoration: underline;
}


img.appTreeCtrl {
	vertical-align: top;
}

div.appTreeCtrl_row {
	white-space: nowrap;
}

a.actionItem {
	color: #006699;
}

/* style for logon page */
table.wholePage {
	width: 100%;
	height: 90%;
}

td.centered {
	vertical-align: middle;
	text-align: center;
}

div.container {

	position: relative;
	text-align: center;
	margin-left: auto; 
	margin-right: auto; 
	width: 650px; 
	height: 300px; 
}

table.centered
{
	margin-left:auto;
	margin-right: auto;

}

table.centeredPanel
{

	margin-left:auto;
	margin-right: auto;
	border: 1px solid #636384;
}

td.bannerGreeting
{
	background-color: #EEEEEE;
 	text-align: center; 
 	padding: 9px;
 	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	padding:9px;
	
}
td.bannerGreetingSchenker
{
	background-color: #000066;
 	text-align: center;
        font-size: 12pt; color:#FFFFFF; 
        font-weight: bold;
 	padding: 9px;
 	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	padding:9px;
	
}
/* //GV search */
.highlight {
	background-color:#FFE060;
}
span.highlight {
	background-color:#FFE060;
}
.sughighlight {
	font-style:italic;
}
span.sughighlight {
	font-style:italic;
}

/* For 508 compliance purposes. Invisible on the screen but accessible by screen readers */
.hiddenAudible {
    position: absolute;
    left: -999em;
    top: -999em;
}

/* Most browsers set the h2/h4 margin as "margin: .83em 0"/"margin: 1.33em 0". We need to override it so that the looks are the same as before.*/
h2 {
    font-family: Arial;
    font-size: 9pt;
    margin: 0;
    float: left;
}

h4 {
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
    margin: 0;
}

legend {
    padding-left: 0px;
    padding-right: 0px;
    border: none;
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
}

fieldset {
  margin-left: 0px;
  margin-right: 0px;
  padding: 0.35em 0.35em 0em;
  border: none;
}

