/* base.css - Base CSS Classes */
BODY
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.SearchLink, A.SearchLink, A.SearchLink:active,A.SearchLink:visited, A.SearchLink:hover
{
	color: #59769E;
	font-size: 10pt;
	font-weight: bold;
}

.SearchMoreLink, A.SearchMoreLink, A.SearchMoreLink:active, A.SearchMoreLink:visited, A.SearchMoreLink:hover
{
	color: #E4A023;
	font-size: 8pt;
}

.SearchContent
{
	color: black;
	font-weight: normal;
	font-size: 8pt;
}

.SearchForm
{
	padding: 0px;
	margin: 0px;
}

.ErrorMessage
{
	font-size: 10pt;
	font-weight: bold;
	color: red;
}

.Console
{
	font-size: 8pt;
	float: right;
}

.MenuItemOn
{
	font-size: 8pt;
	color: white;
}

/*.SubMenu
{
	position: absolute;
	background-color: #C8D7EE;
	padding: 2px;
	border: 1px solid #5A75A1;
	color: #5A75A1;
	width: 100px;

}
*/
.SubMenu
{
	position: absolute;
	background-color: #053063;
	padding: 2px;
	/*border: 1px solid black;*/
	color: white;
	width: 150px;
	margin-top: 5px;
	margin-left: -5px;
}

A.MenuLink, A.MenuLink:active, A.MenuLink:visited
{
	color: white;
	text-decoration: none;
}

A.MenuLink:hover
{
	color: white;
	text-decoration: underline;
}


.BottomMenuItemOn
{
	font-size: 8pt;
	color: #053063;
	cursor: pointer;
}

A.BottomMenuLink, A.BottomMenuLink:active, A.BottomMenuLink:visited
{
	color: #053063;
	text-decoration: none;
}

A.BottomMenuLink:hover
{
	color: #053063;
	text-decoration: underline;
}

.LeftMenuItem
{
	margin-left: 5px;
	font-size: 7pt;
	font-weight: bold;
}

.LeftMenuSubItem
{
	margin-left: 10px;
	margin-bottom: 3px;
	font-size: 7pt;
}

A.LeftMenuLink
{
	text-decoration: none;
	color: black;
}

A.LeftMenuLink:visited
{
	text-decoration: none;
	color: black;
}

A.LeftMenuLink:hover
{
	text-decoration: underline;
	color: black;
}

.CopyrightText
{
	font-size: 8pt;
	color: gray;
}

.SearchText
{
	color: #61799B;
	font-size: 8pt;
	font-weight: bold;
}

.SearchTextBox
{
	width: 130px;
	height: 20px;
}

.InternalPageTitle
{
	color: #61799B;
	font-size: 14pt;
	font-weight: normal;
	margin-left: 10px;
}

/* Form Classes */
.FormTable 
{
	background-color: white;
	font-size: 11px;
	color:#000;
	line-height: 14px;
	margin-top: 0px;
	margin: 2px 0px 5px 10px;
	width: 500px;
	border: 1px solid black;

}
.RequiredField
{
	font-weight: bold;
}

.OptionalField
{
	font-weight: normal;
}

.SmallField
{
	font-size: 7pt;
    text-decoration: underline;
    cursor: hand;
}

.InputTextBox
{
	border: 1px solid black;

}

.RequiredTextBox
{

	border: 1px solid black;


}

.FailedTextBox
{
	border: 1px dashed red;
}

.DefaultButtonOff {
	border: 1px solid black;
	background-color: #ccc;
    height: 20px;
    width: 75px;
    cursor: hand;
}

.DefaultButtonOn {
	border: 1px dashed black;
	background-color: #FFFFFF;
    height: 20px;
	width: 75px;
	cursor: hand;
}

/* End Form Classes */

/* Grid Classes */
	.TableClass {
		border: 1px solid black;
		padding: 0px;	
		border-collapse: collapse;
		font-family: Verdana, Helvetica;
		font-size: 10pt;
		width: 480px;
	}
	
	.EvenRowClass {
		background-color: white;
	}
	
	.HighlightRowClass {
		background-color: yellow;
	}

	.HeaderRowClass {
		background-color: gray;
		color: white;
		border: 1px solid gray;
		padding: 0px;
		border-collapse: collapse;
	}
	
	.HeaderColClass {
		text-align: left;
		padding: 0px;
		border-collapse: collapse;
		font-weight: normal;
	}
	
	.DataRowClass {
		background-color: silver;
	}
	
	.DataColClass {
		cursor: hand;
		cursor: pointer;
		border-left: 1px solid gray;
		width: 250px;
	}
	
	.IDColClass {
		background-color: white;
		color: black;
		font-weight: bold;
		width: 1px;
		visibility: hidden;
	}
/* End Grid Classes */


.folderColClass {
	background-image: url("/CMS2/images/folder2.gif"); 
	background-repeat: no-repeat;	
	border: none;
	/* background-color: white; */
	padding-left: 20px;
	cursor: hand;
	cursor: pointer;
}

.pageColClass {
	background-image: url("/CMS2/images/page2.gif"); 
	background-repeat: no-repeat;	
	border: none;
	/* background-color: white; */
	padding-left: 20px;
	cursor: hand;
	cursor: pointer;
}

.folderRow {
	background-color: white;
	border: 0 0 0 0;
}