/* Default styles */
body {
	font-family: verdana;
	font-size: 9pt;
	background-color: #FFFFFF;
}

a { text-decoration: none; }
a:hover { color: red; }

/* Style for the main header */
.header {
	background-color: #5F7BA4;
	color: white;
	font-family: verdana;
	font-size: 9pt;
}

/* Style for the right side of the main header */
.headerLight {
	background-color: #8FA8CC;
	color: black;
	font-family: verdana;
	font-size: 9pt;
}

.headerLightPadded {
	background-color: #8FA8CC;
	color: black;
	font-family: verdana;
	font-size: 9pt;
	padding-top: 6px;
	padding-bottom: 6px;
}

.headerButton {
	display: inline;
	margin: 0; padding: 0;
	font-family: verdana;
	font-size: 8pt;
	color: black;
	white-space: nowrap;
}

/* Welcome text in the header */
.headerWelcome {
	font-weight: bold;
}

.headerTitle {
	font-family: verdana;
	font-size: 12pt;
	font-weight: bold;
}
a.headerTitle {
	color: #006699;
}

a.header {
	color: white;
}

/* Alternate header - accent header in ePortfolio, main header in CMC */
.menu {
	background-color: black;
	color: white;
	font-family: verdana;
	font-size: 9pt;
}

.menuTitle {
	font-family: verdana;
	font-size: 14pt;
	font-weight: bold;
}

.menuItem {
	font-family: verdana;
	font-size: 8pt;
}

a.menuItem {
	color: black;
}

/* Font in form elements such as <select> and <input> */
.menuFormElement {
	font-family: verdana;
	font-size: 9pt;
}

/* Folders listing */
.category {
	background-color: white;
	color: #006699;
	font-family: verdana;
	font-size: 9pt;
}

/* Folder path (breadcrumbs) */
.path {
	font-family: verdana;
	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: verdana;
	font-size: 10pt;
}

.list {
	font-family: verdana;
	font-size: 9pt;
}

.listReadOnly {
	font-family: Verdana;
	font-size: 8pt;
	color: #808080;
}

.listReadOnlyStrong {
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #808080;
}

.listReadOnlySpecial {
	font-family: Verdana;
	font-size: 8pt;
	font-style: italic;
	color: #808080
}

a.list {
	color: #006699;
}

.listHeading {
	background-color: #CCCCCC;
	font-family: verdana;
	font-weight: bold;
	font-size: 9pt;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* Disabled */
.listUnavailable {
	font-family: verdana;
	font-size: 8pt;
	color: #AAAAAA;
}

/* Selected */
.listSelected {
	font-family: verdana;
	font-size: 9pt;
	font-weight: bold;
}

/* Selected */
a.listSelected {
	font-family: verdana;
	font-size: 9pt;
	font-weight: bold;
	color: #006699;
}

/* Styles for Schedule page */
.schedule {
	color: black;
	font-family: verdana;
	font-size: 9pt;
}

/* Style for text on Preferences page */
.main {
	color: black;
	font-family: verdana;
	font-size: 9pt;
}

a.main {
	color: white;
}

/* Styles for History page */
.history {
	font-family: verdana;
	font-size: 9pt;
	color: gray;
}

a.history {color: #006699;}

/* Headings in History page */
.historyheader {
	background-color:white;
	font-family: verdana;
	font-size: 9pt;
	font-weight: bold;
	color: black;
}

a.historyheader {color: #6699FF;}

/* Styles for Organize pages */
.orgfolders {
	font-family: verdana;
	font-size: 9pt;
	font-weight:bold;
	color:#000000;
}

.orgreports {
	font-family: verdana;
	font-size: 9pt;
	font-weight:bold;
	color:#336699;
}

.cell {
	background-color= #f0f8ff
}

.listbox {
	font-family: verdana;
	font-size: 9pt;
	font-weight: bold;
}

/* Styles for inputs of type button */
.buttonIE {
	font-family: verdana;
	font-size: 9pt;
}

.buttonNN {
	font-family: verdana;
	font-size: 9pt;
}

/* Styles for alerts page */
.alerts {
	font-family: verdana;
	font-size: 9pt;
	color: black;
}

a.alerts {color: #6699FF;}

.alertsheader {
	background-color:white;
	font-family: verdana;
	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: verdana;
}

TD.inputDisabled
{ 
    BACKGROUND-COLOR: #CCCCCC;
    COLOR: #606060;
    FONT-SIZE: 9pt;
    FONT-FAMILY: verdana;
}

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: verdana;
    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: verdana;
    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: verdana;
    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: verdana;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: bold;
    COLOR: #FF0000;
}

.clsErrMsg
{
    FONT-FAMILY: verdana;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: bold;
    COLOR: #000000;
}

.clsErrReason
{
    FONT-FAMILY: verdana;
    FONT-SIZE: 9pt;
    FONT-STYLE: italic;
    COLOR: #000000;
}

.LPBodyText {
	color: black;
	font-family: verdana;
	font-size: 8pt;
}

.LPAppLink
{
	background: transparent;
	FONT-FAMILY: Verdana, Arial, Geneva, Helvetica, sans-serif;
	COLOR: #000000;
	FONT-SIZE: 10pt;
	FONT-STYLE: normal;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none
}