/*
<file_comment>
<name>basekc.css</name>
<programmer>Fabrice Bonnaire</programmer>
<date>09/30/2002</date>
<description>
Define font styles used throughout the KC.
</description>
<modification version="3.0">
<programmer>Jennifer Beers</programmer>
<date>08/10/2002</date>
<description>
Added styles: IdentSmall under CONTENT FORMS; all styles under new section: TOGGLE MENUS; close window font
</description>
</modification>
</file_comment>
*/

/******LINKS******/

/*Note: Some other classes explicitly have colors/styles set specifically for their links.  This is to keep the default link styles from over-riding the other class attributes.*/

A:link {
	Font-family: Arial, Helvetica, sans-serif;
	Font-Size:12px;
	color:#A04435;
	text-decoration: none;
}

A:active {Font-family: Arial, Helvetica, sans-serif; Font-Size:12px; color:#545E42;}

A:hover {
	Font-family: Arial, Helvetica, sans-serif;
	Font-Size:12px;
	color:#A04435;
	text-decoration: underline;
}

A:visited {
	Font-family: Arial, Helvetica, sans-serif;
	Font-Size:12px;
	color:#545E42;
	text-decoration: none;
}

/******GENERAL******/

/*Set the background of all pages to white in case not in BODY tag*/
BODY {background-color: #545E42;}
.bodyttl {
	background-color: #545E42;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
}
.bodysrch {
	background-color: #545E42;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
}
.bodyinfo {
	background-color: #545E42;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
}
.bodynormal {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.bodysrch1 {
	background-color: #545E42;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
}
.body_popup {
	background-color: #545E42;
	margin-left: 0px;
	margin-top: 12px;
	margin-right: 10px;
	margin-bottom: 15px;
}

.pageback {
	bgcolor:#545E42;
	background-color: #545E42;
}
.body_popupLRB {
	background-color: #545E42;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.body_popupLR {
	background-color: #545E42;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
}

/*Set the textarea font to the same as other text boxes*/
TEXTAREA {Font-family:MS Sans Serif;}

/*KC Name displayed mostly in Registration and in Tour.*/
/*GOLD, BOLD*/
.KCName
{Font-family: Arial, Helvetica, sans-serif; Font-weight:bold; Font-Size:15px; color:#545E42;}

/*BuildingName - Name of building that contains function.  Appears in upper left corner of each function.*/
/*DARK BLUE (matches side toolbar), ARIAL*/
.BuildingName
{Font-family: Arial, Helvetica, sans-serif; Font-weight:bold; Font-Size:15px; color:#000000;}

/*Close Window - Font for all the Close Window pages.*/
/*Light Green*/
.CloseWindow
{Font-family:Arial, Helvetica, sans-serif; Font-weight:bold; Font-Size:14px; color:#FFFFFF;}
.CloseWindow A
{Font-family:Arial, Helvetica, sans-serif; Font-weight:bold; Font-Size:14px; color:#FFFFFF; text-decoration: none;}
.CloseWindow A:link
{Font-family:Arial, Helvetica, sans-serif; Font-weight:bold; Font-Size:14px; color:#FFFFFF; text-decoration: none;}
.CloseWindow A:active
{Font-family:Arial, Helvetica, sans-serif; Font-weight:bold; Font-Size:14px; color:#FFFFFF; text-decoration: none;}
.CloseWindow A:hover
{Font-family:Arial, Helvetica, sans-serif; Font-weight:bold; Font-Size:14px; color:#FFFFFF; text-decoration: none;}
.CloseWindow A:visited
{Font-family:Arial, Helvetica, sans-serif; Font-weight:bold; Font-Size:14px; color:#FFFFFF; text-decoration: none;}

.CloseWindowBody {background-color: #545E42; background-image:  none;}


/*ContentActionNormal - Link before content item that performs an action based on that item.  Used mostly in the forms.  For example, the View Use, Edit, and Delete links before the Topic name.*/
/*DARK BLUE, BOLD*/
.ContentActionNormal
{Font-family:Arial, Helvetica, sans-serif; Font-Size:13px; color:#000000; font-weight: normal;}
.ContentActionNormal A
{Font-family:Arial, Helvetica, sans-serif; Font-Size:13px; color:#A04435;}
.ContentActionNormal A:link
{Font-family:Arial, Helvetica, sans-serif; Font-Size:13px; color:#A04435;}
.ContentActionNormal A:active
{Font-family:Arial, Helvetica, sans-serif; Font-Size:13px; color:#545E42;}
.ContentActionNormal A:hover
{Font-family:Arial, Helvetica, sans-serif; Font-Size:13px; color:#A04435; text-decoration: underline;}
.ContentActionNormal A:visited
{Font-family:Arial, Helvetica, sans-serif; Font-Size:13px; color:#545E42;}

/*DARK BLUE, BOLD*/
.ContentActionNormal1
{Font-family:Arial, Helvetica, sans-serif; Font-Size:14px; color:#000000; font-weight: bold;}
.ContentActionNormal1 A
{Font-family:Arial, Helvetica, sans-serif; Font-Size:14px; color:#A04435; font-weight: bold;}
.ContentActionNormal1 A:link
{Font-family:Arial, Helvetica, sans-serif; Font-Size:14px; color:#A04435; font-weight: bold;}
.ContentActionNormal1 A:active
{Font-family:Arial, Helvetica, sans-serif; Font-Size:14px; color:#545E42; font-weight: bold;}
.ContentActionNormal1 A:hover
{Font-family:Arial, Helvetica, sans-serif; Font-Size:14px; color:#A04435; font-weight: bold; text-decoration: underline;}
.ContentActionNormal1 A:visited
{Font-family:Arial, Helvetica, sans-serif; Font-Size:14px; color:#545E42; font-weight: bold;}

/*ContentActionMedium - Link before content item that performs an action based on that item.  Used mostly in the forms.  For example, the View Use, Edit, and Delete links before the Topic name.*/
/*DARK BLUE, BOLD*/
.ContentActionMedium
{Font-family:Arial, Helvetica, sans-serif; Font-Size:12px; color:#000000;}
.ContentActionMedium A
{Font-family:Arial, Helvetica, sans-serif; Font-Size:12px; color:#A04435;}
.ContentActionMedium A:link
{Font-family:Arial, Helvetica, sans-serif; Font-Size:12px; color:#A04435;}
.ContentActionMedium A:active
{Font-family:Arial, Helvetica, sans-serif; Font-Size:12px; color:#545E42;}
.ContentActionMedium A:hover
{Font-family: Arial, Helvetica, sans-serif; Font-Size:12px; color:#A04435; text-decoration: underline;}
.ContentActionMedium A:visited
{Font-family: Arial, Helvetica, sans-serif; Font-Size:12px; color:#545E42;}

/*ContentActionSmall - Link after a content item that performs an action based on that item.  Used mostly in the functions.  For example, the info link after a person's name.*/
/*ITALIC,SMALL*/
.ContentActionSmall
{Font-family:Arial, Helvetica, sans-serif; Font-Size:10px; color:#000000;}
.ContentActionSmall A
{Font-family:Arial, Helvetica, sans-serif; Font-Size:10px; color:#A04435;}
.ContentActionSmall A:link
{Font-family: Arial, Helvetica, sans-serif; Font-Size:10px; color:#A04435;}
.ContentActionSmall A:hover
{Font-family: Arial, Helvetica, sans-serif; Font-Size:10px; color:#A04435; text-decoration: underline;}
.ContentActionSmall A:active
{Font-family: Arial, Helvetica, sans-serif; Font-Size:10px; color:#545E42;}
.ContentActionSmall A:visited
{Font-family: Arial, Helvetica, sans-serif; Font-Size:10px; color:#545E42;}

/*Directions - General instructions in the top page of every function (the _ttl page) and in the forms.*/
/*BLACK*/
.Directions
{Font-family:Arial, Helvetica, sans-serif; Font-Size:12px; color:#000000;}

/*Feedback - Standard feedback given to user upon action in both the forms and functions.*/
/*DARK BLUE, BOLD*/
.Feedback
{Font-family:Arial, Helvetica, sans-serif; Font-Size:13px; Font-weight:bold; color:#545E42;}

.FeedbackSmall
{Font-family:Arial, Helvetica, sans-serif; Font-Size:12px; Font-weight:bold; color:#545E42;}

/*Warning - Standard feedback given to user upon action in both the forms and functions.*/
/*DARK BORDEAUX, BOLD*/
.Warning
{Font-family:Arial, Helvetica, sans-serif; Font-Size:13px; Font-weight:bold; color:#000000;}

/*Error - Standard feedback given to user upon action in both the forms and functions.*/
/*DARK RED, BOLD*/
.Error
{Font-family:Arial, Helvetica, sans-serif; Font-Size:13px; Font-weight:bold; color:#000000;}

/*FormButton - Any form button.*/
.FormButton
{
	Font-Size:14px;
	background-image: url(/kc/images/search4.jpg);
	height: 28px;
	width: 82px;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #545E42;
	background-position: center center;
	vertical-align: baseline;
	font-weight: bold;
	text-align: right;
	text-indent: 0px;
}

/*FormButton - Any form button.*/
.FormBigButton
{
	Font-Size:14px;
	background-image: url(/kc/images/search4.jpg);
	height: 30px;
	width: 210px;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #EA7500;
	background-position: center center;
	vertical-align: baseline;
	font-weight: bold;
	text-align: right;
	text-indent: 0px;
}


/*SmallFormButton - Smaller version of FormButton.*/
.SmallFormButton
{Font-family:Arial, Helvetica, sans-serif;
	Font-Size:10px;
	background-color: #EA7500;
}

/*FunctionName - The name of the function. Appears in upper left corner of each function, under the building name.*/
/*GOLD (matches top toolbar), ARIAL*/
/*.FunctionName {Font-weight:bold; Font-family:/ Arial, Helvetica, sans-serif; font-size: 15px; color:#545E42;}*/

/*Functions - List of functions at bottom of each building.*/
/*.FunctionName A
{Font-family:Arial, Helvetica, sans-serif; Font-Size:15px; color:#545E42;}
.FunctionName A:link
{Font-family:Arial, Helvetica, sans-serif; Font-Size:15px; color:#545E42;}
.FunctionName A:hover
{Font-family:Arial, Helvetica, sans-serif; Font-Size:15px; color:#545E42; text-decoration: underline;}
.FunctionName A:active
{Font-family:Arial, Helvetica, sans-serif; Font-Size:15px; color:#545E42;}
.FunctionName A:visited
{Font-family:Arial, Helvetica, sans-serif; Font-Size:15px; color:#545E42;}*/

.FunctionName {Font-weight:bold; Font-family:Arial, Helvetica, sans-serif; font-size: 15px; color:#545E42;}
.FunctionName A
{Font-family:Arial, Helvetica, sans-serif; Font-Size:15px; color:#545E42;}
.FunctionName A:link
{Font-family:Arial, Helvetica, sans-serif; Font-Size:15px; color:#545E42;}
.FunctionName A:hover
{Font-family:Arial, Helvetica, sans-serif; Font-Size:15px; color:#545E42; text-decoration: underline;}
.FunctionName A:active
{Font-family:Arial, Helvetica, sans-serif; Font-Size:15px; color:#A04435;}
.FunctionName A:visited
{Font-family:Arial, Helvetica, sans-serif; Font-Size:15px; color:#A04435;}*/



/*Functions - List of functions at bottom of each building.*/
.Functions
{Font-family:Arial, Helvetica, sans-serif; Font-Size:10px; color:#ffffff; text-decoration: none;}
.Functions A
{Font-family:Arial, Helvetica, sans-serif; Font-Size:10px; color:#ffffff; text-decoration: none;}
.Functions A:link
{Font-family:Arial, Helvetica, sans-serif; Font-Size:10px; color:#ffffff; text-decoration: none;}
.Functions A:active
{Font-family:Arial, Helvetica, sans-serif; Font-Size:10px; color:#ffffff; text-decoration: none;}
.Functions A:visited
{Font-family:Arial, Helvetica, sans-serif; Font-Size:10px; color:#ffffff; text-decoration: none;}
.Functions A:hover
{Font-family:Arial, Helvetica, sans-serif; Font-Size:10px; color:#ffffff; text-decoration: none; text-decoration: underline;}

.Functions2
{Font-family:Arial, Helvetica, sans-serif; Font-Size:10px; color:#545E42; text-decoration: none;}
.Functions2 A
{Font-family:Arial, Helvetica, sans-serif; Font-Size:10px; color:#545E42; text-decoration: none;}
.Functions2 A:link
{Font-family:Arial, Helvetica, sans-serif; Font-Size:10px; color:#545E42; text-decoration: none;}
.Functions2 A:active
{Font-family:Arial, Helvetica, sans-serif; Font-Size:10px; color:#545E42; text-decoration: none;}
.Functions2 A:visited
{Font-family:Arial, Helvetica, sans-serif; Font-Size:10px; color:#545E42; text-decoration: none;}
.Functions2 A:hover
{Font-family:Arial, Helvetica, sans-serif; Font-Size:10px; color:#A04435; text-decoration: none; text-decoration: underline;}

/*NormalFont - Standard font used throughout site when no other style applies.  When a smaller point size is needed, use SmallerFont.*/
/*Black*/
.NormalFont
{Font-family:Arial, Helvetica, sans-serif; Font-Size:13px; color:#000000;}

.NormalFontPFS
{Font-family:Arial, Helvetica, sans-serif; Font-Size:13px; color:#ffffff;}

.MediumFont
{Font-family:Arial, Helvetica, sans-serif; Font-Size:12px; color:#000000;}




/*ReturnLink - Any link with the word Return in it; used to navigate between functions and parent/sub functions.*/
/*DARK BLUE#003366*/
.ReturnLink
{Font-family:Arial, Helvetica, sans-serif; Font-weight:bold; Font-Size:12px; color:#000000;}
.ReturnLink A
{Font-family:Arial, Helvetica, sans-serif; Font-weight:bold; Font-Size:12px; color:#A04435;}
.ReturnLink A: link 
{Font-family:Arial, Helvetica, sans-serif; Font-weight:bold; Font-Size:12px; color:#A04435;}
.ReturnLink A: hover
{Font-family:Arial, Helvetica, sans-serif; Font-weight:bold; Font-Size:12px; color:#A04435; text-decoration: underline;}
.ReturnLink A: active
{Font-family:Arial, Helvetica, sans-serif; Font-weight:bold; Font-Size:12px; color:#545E42;}
.ReturnLink A: visited
{Font-family:Arial, Helvetica, sans-serif; Font-weight:bold; Font-Size:12px; color:#545E42;}



/*SmallFont -  Standard SMALL font used throughout site when no other style applies.  When a larger point size is needed, use NormalFont.*/
/*BLACK, SMALL*/
.SmallFont
{Font-family:Arial, Helvetica, sans-serif; Font-Size:10px; color:#000000;}
.SmallFont A
{Font-family:Arial, Helvetica, sans-serif; Font-Size:10px; color:#A04435;}
.SmallFont A:link
{Font-family:Arial, Helvetica, sans-serif; Font-Size:10px; color:#A04435;}
.SmallFont A:hover
{Font-family:Arial, Helvetica, sans-serif; Font-Size:10px; color:#A04435; text-decoration: underline;}
.SmallFont A:active
{Font-family:Arial, Helvetica, sans-serif; Font-Size:10px; color:#545E42;}
.SmallFont A:visited
{Font-family:Arial, Helvetica, sans-serif; Font-Size:10px; color:#545E42;}

/*SubFunction - Name of sub-function.  Used mostly in the Administration building for content forms, etc.*/
/*GOLD, BOLD*/
.SubFunction
{Font-family:Arial, Helvetica, sans-serif; Font-Size:15px; Font-weight:bold; color:#A04435;}

/*Title - The second title in a sub-function. Used mostly in the Administration building for content forms, etc.*/
/*BLACK, BOLD*/
.Title
{Font-family:Arial, Helvetica, sans-serif; Font-Size:15px; Font-weight:bold; color:#000000;}


/******CONTENT FORMS******/

/*FieldDescription - Description of input fields. Found in course and content forms underneath the name of the field.*/
/*BLUE, ITALIC, SMALL*/
.FieldDescription
{Font-family: Arial, Helvetica, sans-serif; Font-style:italic; Font-Size:10px; color:#000000;}

/*BLUE, ITALIC, SMALL*/
.SmallFieldDescription
{Font-family:Arial, Helvetica, sans-serif; Font-style:italic; Font-Size:9px; color:#000000;}

/*FieldName - Title name next to a field box in the course and content forms.*/
/*BLUE, BOLD*/
.FieldName
{Font-family:Arial, Helvetica, sans-serif; Font-Size:16px; Font-weight:bold; color:#545E42;}

/*SmallFieldName = Smaller title name next to a field nox in the course and content forms.*/
/*BLUE, BOLD*/
.MediumFieldName
{Font-family:Arial, Helvetica, sans-serif; Font-Size:12px; Font-weight:bold; color:#000000;}

/*SmallFieldName = Smaller title name next to a field nox in the course and content forms.*/
/*BLUE, BOLD*/
.SmallFieldName
{Font-family:Arial, Helvetica, sans-serif; Font-Size:10px; Font-weight:bold; color:#000000;}

/*Wrapped FieldName - Title name next to a field box in the course and content forms.*/
/*BLUE, BOLD*/
.WrapFieldName 		{ word-wrap:break-word; Font-family:Arial, Helvetica, sans-serif; Font-Size:12px; color:#545E42; width:100% }

/*FieldOption - Options (check box or radio button) in course and content forms.  For Example, in a course form: Open? yes and no are FieldOption class*/
/*BLUE*/
.FieldOption
{Font-family:Arial, Helvetica, sans-serif; Font-Size:13px; color:#545E42;}

/*FormList - List of resulting items in the course and content forms.*/
/*BLACK*/
.FormList
{Font-family:Arial, Helvetica, sans-serif; Font-Size:13px; color:#000000;}

/*FormReview - Review page in the course and content, shows parsed HTML content for review before entry into database  (the value of the field).  The field names should have bold tags around them.*/
/*, BLACK*/
.FormReview
{Font-family:Arial, Helvetica, sans-serif; Font-Size:13px; color:#000000;}

/*RecordsFoundNormal - Text describing the number of records found in the course and content forms.*/
/*ITALIC, BLUE-GREEN*/
.RecordsFoundNormal
{Font-family:Arial, Helvetica, sans-serif; Font-Size:13px; Font-style:italic; color:#545E42;}


/*IdentSmall - Small font used to display idents, IDs, GUIDs, etc. associated with content.*/
/*, SMALL, BLUE-GREEN*/
.IdentSmall
{Font-family:Arial, Helvetica, sans-serif; Font-Size:10px; color:#545E42;}


/******FUNCTIONS******/

/*ContentType - Link after content item that describes what content type it is; normally is in brackets.  Found in Research Assistant, Personal KC, etc.*/
/*, SMALL, BLUE-GREEN*/
.ContentType
{Font-family:Arial, Helvetica, sans-serif; Font-Size:10px; color:#000000;}


/*TeamRoomContentType - Link after content item that describes what content type it is; normally is in brackets.  Found in Research Assistant, Personal KC, etc.*/
/*, SMALL, BLUE-GREEN*/
.TeamRoomContentType
{Font-family:Arial, Helvetica, sans-serif; Font-Size:10px; Font-style:italic; color:#000000;}
/*InfoPage - Output on the _info page of every function (result from clicking the INFO button).  Used for the lower right frame of all functions.*/
/*, BLACK, SMALL*/
.InfoPage
{Font-family:Arial, Helvetica, sans-serif; Font-Size:12px; color:#000000;}
.InfoPage A
{Font-family:Arial, Helvetica, sans-serif; Font-Size:12px; color:#A04435;}
.InfoPage A:link
{Font-family:Arial, Helvetica, sans-serif; Font-Size:12px; color:#A04435;}
.InfoPage A:hover
{Font-family:Arial, Helvetica, sans-serif; Font-Size:12px; color:#A04435; text-decoration: underline;}
.InfoPage A:active
{Font-family:Arial, Helvetica, sans-serif; Font-Size:12px; color:#545E42;}
.InfoPage A:visited
{Font-family:Arial, Helvetica, sans-serif; Font-Size:12px; color:#545E42;}

/*RecordsFoundSmall  - Text describing the number of records found in the functions.*/
/*, SMALL, BOLD, BLUE-GREEN*/
.RecordsFoundSmall
{Font-family:Arial, Helvetica, sans-serif; Font-Size:12px; Font-weight:bold; color:#000000;}

/*SearchField - In Function Searches, the name of the field the preceded a drop down list box or text field.  For Example: Keywords, Topics.*/
/*BLUE, BOLD*/
.SearchField
{Font-family:Arial, Helvetica, sans-serif; Font-Size:13px; Font-weight:bold; color:#000000;}


/*SmallSearchField - Smaller version of SearchField*/
/*BLUE, BOLD*/
.SmallSearchField
{Font-family:Arial, Helvetica, sans-serif; Font-Size:10px; Font-weight:bold; color:#000000;}


/*SearchOption - In Function Searches, options (radio buttons or check boxes) that the user selects to control search.  For Example, in Research Assistant, Courses and All Content are SearchOptions.*/
/*BLUE, */
.SearchOption
{Font-family:Arial, Helvetica, sans-serif; Font-Size:13px; color:#545E42;}

/*TDListPage - Output resulting from a search in the functions.  Used for the lower left frame of all functions.*/
/*BLACK, SMALL*/
.TDListPage
{Font-family:Arial, Helvetica, sans-serif; Font-Size:12px; color:#000000;}
.TDListPage A:link
{Font-family:Arial, Helvetica, sans-serif; Font-Size:12px; color:#A04435; text-decoration: none; }
.TDListPage A:hover
{Font-family:Arial, Helvetica, sans-serif; Font-Size:12px; color:#A04435; text-decoration: underline;}
.TDListPage A:active 
{Font-family:Arial, Helvetica, sans-serif; Font-Size:12px; color:#545E42;}
.TDListPage A:visited
{Font-family:Arial, Helvetica, sans-serif; Font-Size:12px; color:#545E42;}



/******SEMINAR******/

/*SeminarTitle-Seminar Specific title style*/
.SeminarTitle { Font-family:Arial, Helvetica, sans-serif; Font-Size:15px; Font-weight:bold; color:#545E42;}

/*SeminarBaseFont-Seminar Specific base font to be applied to all pages*/
.SeminarBaseFont {Font-family:Arial, Helvetica, sans-serif; color:#000000;Font-Size:10px}


/******SURVEY******/

/*SurveyQuestion-Questions in the survey*/
/*BLACK*/
.SurveyQuestion
{Font-family:Arial, Helvetica, sans-serif; Font-Size:13px; color:#000000;}

/*SurveyCategory-The categories within a survey. Title of category should be bold.*/
/*BLUE, BOLD*/
.SurveyCategory
{Font-family:Arial, Helvetica, sans-serif; Font-Size:15px; color:#545E42;}

/*SurveyValue-The value associated with a question in a survey, highest ... lowest for example.*/
/*BLUE, ITALIC*/
.SurveyValue
{Font-family:Arial, Helvetica, sans-serif; Font-Size:13px; color:#545E42; font-style:italic;}


/******COURSE TEST******/

/*LOTest - Font used on the LO based test for questions.  Question numbers still set to bold.*/
/*BLACK*/
.LOTest
{Font-family:Arial, Helvetica, sans-serif; Font-Size:13px; color:#000000;}

/*LOTestIdent - Font used on the LO based test for Test Question idents.*/
/*BLUE SMALL*/
.LOTestIdent
{Font-family:Arial, Helvetica, sans-serif; Font-Size:10px; color:#000000;}

/*LOTestCorrect - Font used on the LO based test for Test Question idents.*/
/*GREEN BOLD*/
.LOTestCorrect
{Font-family:Arial, Helvetica, sans-serif; Font-Size:13px; color:#008B00; font-weight:bold;}

/*LOTestIncorrect - Font used on the LO based test for Test Question idents.*/
/*PURPLE BOLD*/
.LOTestIncorrect
{Font-family:Arial, Helvetica, sans-serif; Font-Size:13px; color:#330033; font-weight:bold;}

/*Counter number for function searches to be used in for 508c compliance use and to hide text from visual user but enough to be read by Assisted Technologies. 
Fabrice Bonnaire.  12/20/2001.*/
.InvisibleRecordCounter
{display:none;}

//{Font-family:Arial, Helvetica, sans-serif; Font-Size:0px; color:#ffffff;}

/******TOGGLE MENUS******/

/*Background for tab table cell - active tab*/
/*GOLD BACKGROUND#DAAF37*/
.tdcoloroff 
{background-color: #EA7500;text-align: center;vertical-align: middle;}

/*Background for tab table cell - inactive tab*/
/*BLUE BACKGROUND*/
.tdcoloron 
{background-color: #545E42;text-align: center;vertical-align: middle;}

/*Font for Active Tab*/
/*BROWN*/
.ContentActionNormalOn 
{Font-family:Arial, Helvetica, sans-serif; Font-Size:12px;color:#ffffff; text-decoration: none;font-weight: bold;text-align: center;vertical-align: middle;}

/*Font for Inactive Tab*/
/*BLUE*/
.ContentActionNormalOff 
{Font-family:Arial, Helvetica, sans-serif; Font-Size:12px;color:#000000; text-decoration: none;font-weight: bold;text-align: center;vertical-align: middle;}

/*Background for table*/
/*BLUE-GRAY
.tableone 
{filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#CC9900', endColorstr='#003366', gradientType='1');}*/
/*{background-color: #CCCCCC;}*/

.tableone
{background-color: #BFC9AE;}

/*Added a second table background color class just for testing  kjd*/
/*Background for table*/
/*CREAM*/
.tabletwo 
{background-color: #FFFF99;}

/*Large font on course certificate*/
/*BLUE*/
.CertificateFont 
{Font-family:Arial, Helvetica, sans-serif; Font-Size:18px;color:#545E42; font-weight: bold;}

/*Small font on course certificate*/
/*BLUE*/
.CertificateFontSmall 
{Font-family:Arial, Helvetica, sans-serif; Font-Size:15px;color:#000000; font-weight: bold;}

/**/
/*BLACK*/
.CurrentTitle 
{Font-family:Arial, Helvetica, sans-serif; Font-Size:12px;Font-weight:bold;color:#000000;}

/**/
/*Used in Team Room Email with Attachment*/
.TextBorderStyle
{border-style:none;}

.button {
      border: 1px solid #000000;
      background-color: #FFFFFF;
      color: #A04435;
	  font-size: 11px;
	  font-weight: bold;
	  font-family: Arial, Helvetica, sans-serif;
    }
	 

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
