/*
   ================================
    CSS STYLES FOR Liqua Skin
   ================================
*/   

.BaseFont 
{
	font-size: 10pt;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
}

.Wrapper
{
	clear: both;
	float: none;
	width: 100%;
	height: 100%;
	background-color: White;
}

.Header
{
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(/DotNetNuke/Portals/_default/Skins/Liqua/SageBarBg_2x72.jpg);
	padding-bottom: 5px;
	width: 100%;
	padding-top: 5px;
	border-bottom: #333333 1px solid;
	height: 72px;
}

.BarTop
{
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: #999999 1px solid;
	height: 18px;
	width: 100%;
	background-color: #ddeedd;
}

.Body 
{
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.TopPane {}

.ContentPane {}

.RightPane
{
	border-left: #999999 1px dotted;
	padding-left: 10px;
}

.BottomPane {}

.BarBottom
{
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: #999999 1px solid;
	border-top: #999999 1px solid;
	height: 24px;
	width: 100%;
	background-color: #ddeedd;
}

.Footer
{
	font-size: 8pt;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	text-align: center;
}

.Copyright {}

/*
   ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

/* background/border colors for the selected tab */
.TabBg
{
	background-color: #dddddd;
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 8pt;
    color: #999999;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link
{
	color: #ddeedd;
}

A.SelectedTab:visited  {
	color: #ddeedd;
}

A.SelectedTab:active   {
	color: #eeffee;
}

A.SelectedTab:hover    {
	color: #ffffff;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 8pt;
    color: #999999;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
	color: #336633;
}

A.OtherTabs:visited  {
	color: #336633;
}

A.OtherTabs:active   {
	color: #339933;
}

A.OtherTabs:hover    {
	color: #339933;
}

/* GENERAL */
/* style for module titles */
.Head   {
	font-family: Georgia, Times New Roman, Times Roman, Times, Serif;
    font-size:  20px;
    font-weight:    normal;
    color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	color: #333333;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #336633;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #336633;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #339933;
}

A.CommandButton:hover    {
    text-decoration: underline;
    color: #339933;
}
    
/* GENERIC */
H1  {
	font-family: Georgia, Times New Roman, Times Roman, Times, Serif;
    font-size: 20px;
    font-weight: normal;
    color: #333333;
}

H2  {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 20px;
    font-weight: normal;
    color: #333333;
}

H3  {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    color: #333333;
}

H4  {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
}

H5, DT  {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    color: #333333;
}

H6  {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    font-weight: bold;
    color: #333333;
}

TFOOT, THEAD    {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    color: #333333;
}

TH  {
    vertical-align: baseline;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
}

A:link  {
    text-decoration: none;
    color: #336633;
}

A:visited   {
    text-decoration: none;
    color: #336633;
}

A:active    {
    text-decoration: none;
    color: #336633;
}

A:hover {
    text-decoration: underline;
    color: #339933;
}

SMALL   {
    font-size: 8px;
}

BIG {
    font-size: 14px;
}

BLOCKQUOTE, PRE {
    font-family: Lucida Console, monospace;
}


UL LI   {
    list-style-type: square ;
}

UL LI LI    {
    list-style-type: disc;
}

UL LI LI LI {
    list-style-type: circle;
}

OL LI   {
    list-style-type: decimal;
}

OL OL LI    {
    list-style-type: lower-alpha;
}

OL OL OL LI {
    list-style-type: lower-roman;
}

HR {
    color: dimgrey;
    height: 1px;
    text-align: left
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: #999999 1px solid; 
	border-left: #999999 1px solid; 
	border-top: #999999 1px solid; 
	border-right: #999999 1px solid; 
	padding: 2px;
	background-color: #f1f1f1;
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #f1f1f1 0px solid; 
	border-bottom: #f1f1f1 1px solid; 
	border-top: #f1f1f1 1px solid; 
	border-right: #f1f1f1 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #f1f1f1; 
	border-left: #f1f1f1 1px solid; 
	border-bottom: #f1f1f1 1px solid; 
	border-top: #f1f1f1 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #f1f1f1; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #999999 1px solid; 
	border-left: #999999 1px solid; 
	border-top: #999999 1px solid; 
	border-right: #999999 1px solid; 
}

.ModuleTitle_MenuBreak {
	border-bottom: #f1f1f1 1px solid; 
	border-left: #f1f1f1 0px solid; 
	border-top: #f1f1f1 1px solid;  
	border-right: #f1f1f1 0px solid; 
	background-color: #f1f1f1; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #cccccc;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #f1f1f1 1px solid; 
	border-bottom: #f1f1f1 1px solid; 
	border-top: #f1f1f1 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Main Menu */

.MainMenu_MenuContainer
{
	background-color: #ddeedd;
}

.MainMenu_MenuBar {
	height: 18px;
}

.MainMenu_MenuItem {
	color: #336633; 
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 8pt; 
	border-left: #ccddcc 0px solid; 
	border-bottom: #ccddcc 0px solid; 
	border-top: #ccddcc 0px solid; 
	border-right: #ccddcc 0px solid;
}

.MainMenu_MenuIcon {
	background-color: #ccddcc; 
	border-left: #ccddcc 1px solid; 
	border-bottom: #ccddcc 1px solid; 
	border-top: #ccddcc 1px solid; 
}

.MainMenu_SubMenu {
	background-color: #ccddcc; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: #999999 1px solid; 
	border-left: #999999 1px solid; 
	border-top: #999999 1px solid; 
	border-right: #999999 1px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #ccddcc 1px solid; 
	border-left: #ccddcc 0px solid; 
	border-top: #ccddcc 1px solid;  
	border-right: #ccddcc 0px solid; 
	background-color: #ccddcc; 
	height: 1px;
}

.MainMenu_MenuItemSel {
	background-color: #336633; 
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 8pt; 
	font-weight: bold; 
	border-left: #ccddcc 0px solid; 
	border-bottom: #ccddcc 0px solid; 
	border-top: #ccddcc 0px solid; 
	border-right: #ccddcc 0px solid;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	border-right: #ccddcc 1px solid; 
	border-bottom: #ccddcc 1px solid; 
	border-top: #ccddcc 0px solid;
	color: #999999;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	color: #999999;
}
/* Webstensible Styles */
.Heading
{
	font-size: 11pt;
	color: dimgray;
	font-weight: normal;
	font-family: Arial, Verdana, Tahoma, Helvetica;
	margin-bottom: 25px;
}
.HeadingCaption
{
	font-size: 11pt;
	color: dimgray;
	font-weight: bold;
	font-family: Arial, Verdana, Tahoma, Helvetica;
	padding-top: 5px;
	padding-bottom: 10px;
}
.Criteria
{
	font-weight: normal;
	font-size: 8pt;
	color: dimgray;
	font-family: Arial, Verdana, Tahoma, Helvetica;
	white-space: nowrap; 
	text-align: left;
}
.CriteriaCaption
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	padding-right: 10px;
	font-family: Arial, Verdana, Tahoma, Helvetica;
}
.Detail
{
	color: black;
	font-size: 8pt;
	text-align: left;
}
.DetailCaption
{
	color: dimgray;
	font-weight: bold;
	font-size: 8pt;
	width: 100;
	text-align: right;
}
/*list row styles */

.HeaderRowStyle
{
	font-weight: bold;
	font-size: 8pt;
	color: #336633;
	height:25px;
	background-color: #d5dab2; 
	background-image: url(/DotNetNuke/Portals/_default/Skins/NAU/nauhdrback2.gif);
	/*
		background-image: url(/DotNetNuke/Portals/_default/Skins/PremierLLC/transition.gif);
		background-image: url(/DotNetNuke/Portals/_default/Skins/NAU/nauhdrback.gif);
	*/

	background-repeat:repeat-x;
}
.ColumnHdrRowStyle
{
	border-right: 2px groove;
	border-top: 2px groove;
	font-weight: 900;
	font-size: 7pt;
	border-left: 2px groove;
	color: white;
	border-bottom: 2px groove;
	background-color: #01009a;/*lightslategray;*/
}
.PagerRowStyle
{
	font-weight: bold;
	font-size: 7pt;
	padding-bottom: 0px;
	color: #336633;
	padding-top: 0px;
	background-color: ghostwhite; /*#ffff99;#ffffcc;*/
}

.PagerCellStyle
{
	border-bottom: solid;
	border-color: silver;
	border-width: 0px;
}

.ListInnerCell
{
	text-align: center;
	vertical-align: text-top;
	background-color: #ddeedd;
}

.RowStyle
{
	font-size: 8pt;
	font-family: Arial;
	background-color: #f5f5dc;
}
.RowStyleOver
{
	background-color: white;
	font-size: 8pt;
	font-family:Arial;
}
.AltRowStyle
{
	font-size: 8pt;
	font-family: Arial;
	background-color: #fafad2;
}
.AltRowStyleOver
{
	background-color: white;
	font-size: 8pt;
	font-family:Arial;
}
.ColumnRowStyle
{
	font-size: 7pt;
	font-family: Arial;
	background-color: #ffffee;
}
.ColumnRowStyleOver
{
	background-color: white;
	font-size: 7pt;
	font-family:Arial;
}
.ColumnAltRowStyle
{
	font-size: 7pt;
	font-family: Arial;
	background-color: #ffffcc;
}
.ColumnAltRowStyleOver
{
	background-color: white;
	font-size: 7pt;
	font-family:Arial;
}
.Footer
{
	color: #aaaaff;
	background-color: khaki; 
	font-size: 7pt;
	font-weight: normal;
	text-align: center;
	/*border-top: solid 1px silver;*/
}
.NormalCaption
{
	color: Black;
	font-size: 7pt;
	font-weight: bold;
}
.Highlight
{
	font-weight: normal;
	font-size: 9pt;
	color: dimgray;
}
.ErrorText
{
	font-weight: normal;
	font-size: 9pt;
	color: red;
}
.ErrorTable
{
	border: solid 1px silver;
	padding: 5px  5px 5px 5px;
	width: 640px;
}
/* styles for textboxes and text areas */
.EditCaption
{
	font-size: 8pt;
	color: black;
	width: 125px;
	text-align: right;
	padding-right: 5px;
}
.TextBox
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	font-size: 8pt;
	background-color: white;
	font-family: Arial, Verdana;
}
.TextBoxDisabled
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	font-size: 8pt;
	color: #5a5a5a;
	background-color: whitesmoke;
	font-family: Arial, Verdana;
}
.PagerTextBox
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	font-size: 7pt;
	background-color: whitesmoke;
	height: 18px;
}
.TextBoxRequired
{
	border-right: #cc4422 1px solid;
	border-top: #cc4422 1px solid;
	font-size: 8pt;
	border-left: #cc4422 1px solid;
	border-bottom: #cc4422 1px solid;
	background-color: #eeeeee;
	font-family: Arial, Verdana;
}
.TextBoxError
{
	border-right: #black 1px solid;
	border-top: #black 1px solid;
	border-left: #black 1px solid;
	border-bottom: #black 1px solid;
	color: White;
	font-size: 8pt;
	background-color: red;
	font-family: Arial, Verdana;
}

/* style for UI components where textbox bordering doesnt apply */
.Widget
{
	font-size: 8pt;
}

/* border style around outermost form cells */
.FormBorder
{
	margin: 1px 1px 1px 1px;
	/*
	border-right: dimgray 1px solid;
	border-top: dimgray 1px solid;
	border-left: dimgray 1px solid;
	border-bottom: dimgray 1px solid;
	*/
}

/* style for menu buttons */
.MenuButton
{
	font-size: 9pt;
	font-family: Arial, Tahoma, Verdana;
	color:	#333399;
	border-top: outset 2px ;
	border-left: outset 2px ;
	border-right: outset 2px ;
	border-bottom: outset 2px ;
	padding: 2px 2px 2px 2px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.MenuButtonOver
{
	font-size: 9pt;
	font-family: Arial, Tahoma, Verdana;
	color:	red;
	border-top: outset 2px;
	border-left: outset 2px ;
	border-right: outset 2px ;
	border-bottom: outset 2px ;
	padding: 2px 2px 2px 2px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.MenuButtonDown
{
	font-size: 9pt;
	font-family: Arial, Tahoma, Verdana;
	text-decoration: none;
	color: #ff3333;
	font-weight: bold;
	border-top: inset 2px ;
	border-left: inset 2px ;
	border-right: inset 2px ;
	border-bottom: inset 2px ;
	background-color: Honeydew;
	text-align: center;
	vertical-align: middle;
}
/* style for link buttons in lists */
.LinkButton
{
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: Arial, sans-serif;
    TEXT-DECORATION: none;
    font-weight: bold;
    padding-right: 7px;
    padding-left: 7px;
    TEXT-DECORATION: underline;
}
A.LinkButton:link
{
    FONT-SIZE: 8pt;
    COLOR: black;
    TEXT-DECORATION: underline;
}
A.LinkButton:visited
{
    FONT-SIZE: 8pt;
    COLOR: black;
    TEXT-DECORATION: underline;
}
A.LinkButton:active
{
    FONT-SIZE: 8pt;
    COLOR: black;
    TEXT-DECORATION: underline;
}
A.LinkButton:hover
{
    FONT-SIZE: 8pt;
    COLOR: #336633;
    FONT-FAMILY: Arial, sans-serif;
    TEXT-DECORATION: underline;
    font-weight: bold;
    TEXT-DECORATION: underline;
}
.SDCLink
{
    FONT-SIZE: 6.5pt;
    COLOR: silver;
    FONT-FAMILY: Arial, sans-serif;
    TEXT-DECORATION: none;
}
.SDCLink:Link
{
    FONT-SIZE: 6.5pt;
    COLOR: silver;
    FONT-FAMILY: Arial, sans-serif;
    TEXT-DECORATION: none;
}
.SDCLink:Visited
{
    FONT-SIZE: 6.5pt;
    COLOR: silver;
    FONT-FAMILY: Arial, sans-serif;
    TEXT-DECORATION: none;
}
.SDCLink:Active
{
    FONT-SIZE: 6.5pt;
    COLOR: silver;
    FONT-FAMILY: Arial, sans-serif;
    TEXT-DECORATION: none;
}
.SDCLink:Hover
{
    FONT-SIZE: 6.5pt;
    COLOR: white;
    FONT-FAMILY: Arial, sans-serif;
    TEXT-DECORATION: none;
}
/* style for link buttons on UI dialogs */
.FormButton
{
	font-size: 7pt;
	font-family: Arial, Tahoma, Verdana;
	color:	black;
	border-top: outset 2px;
	border-left: outset 2px;
	border-right: outset 2px;
	border-bottom: outset 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	background-color: #d5dab2; 
	border-color: #dfdfdf;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}
.FormButtonOver
{
	font-size: 7pt;
	font-family: Arial, Tahoma, Verdana;
	color:	#336633;
	border-top: outset 2px;
	border-left: outset 2px;
	border-right: outset 2px;
	border-bottom: outset 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	background-color: #d5dab2; 
	border-color: #dfdfdf;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}
.FormButtonDown
{
	font-size: 7pt;
	font-family: Arial, Tahoma, Verdana;
	color:	#eeeeee;
	border-top: inset 2px;
	border-left: inset 2px;
	border-right: inset 2px;
	border-bottom: inset 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	background-color: #cccc66; /*#c0cde9;*/
	border-color: #dfdfdf;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}
/* pager button styles */
.PagerButton
{
	font-size: 6pt;
	font-family: Arial, Tahoma, Verdana;
	color:	black;
	border-top: outset 1px;
	border-left: outset 1px;
	border-right: outset 1px;
	border-bottom: outset 1px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	background-color: #cfcfcf;
	border-color: white;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	height: 18px;
}
.PagerButtonDown
{
	font-size: 6pt;
	font-family: Arial, Tahoma, Verdana;
	color:	#eeeeee;
	border-top: inset 1px;
	border-left: inset 1px;
	border-right: inset 1px;
	border-bottom: inset 1px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	background-color: #c0cde9;
	border-color: #dfdfdf;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	height: 18px;
}
.PagerButtonOver
{
	font-size: 6pt;
	font-family: Arial, Tahoma, Verdana;
	color:	#336633;
	border-top: outset 1px;
	border-left: outset 1px;
	border-right: outset 1px;
	border-bottom: outset 1px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	background-color: #cfcfcf;
	border-color: #dfdfdf;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	height: 18px;
}
.PagerButtonDisabled
{
	font-size: 6pt;
	font-family: Arial, Tahoma, Verdana;
	color:	silver;
	border-top: outset 1px;
	border-left: outset 1px;
	border-right: outset 1px;
	border-bottom: outset 1px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	background-color: #cfcfcf;
	border-color: #dfdfdf;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	height: 18px;
}

/* popup calendar styles */
.cpYearNavigation
{
	background-color:lightslategray;
	text-align: center;
	vertical-align: middle;
	text-decoration:none;
	color: white;
	font-weight: bold;
	font-size: 8pt;
}
.cpYearNavigation:hover
{
	color: firebrick;
}
.cpMonthNavigation
{
	background-color:lightslategray;
	text-align: center;
	vertical-align: middle;
	text-decoration:none;
	color: white;
	font-weight: bold;
	font-size: 8pt;
}
.cpMonthNavigation:hover
{
	color: firebrick;
}

.cpDayColumnHeader
{
	color: dimgray;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
}
.cpCurrentMonthDate{
}
.cpCurrentMonthDateDisabled{
}
.cpOtherMonthDate{
}
.cpOtherMonthDateDisabled{
}
.cpCurrentDate{
}
.cpCurrentDateDisabled{
}
.cpTodayText{
}
.cpTodayTextDisabled{
}
.cpText
{
	font-family:arial;
	font-size:8pt;
	text-align: center;
	vertical-align: middle;
	color: darkgoldenrod;
	padding: 1 2 1 2;
}
TD.cpDayColumnHeader
{
	text-align:right;
	border:solid thin #6677DD;
	border-width:  0 0 1 0;
	font-size: 8pt;
	text-align: center;
}
.cpCurrentMonthDate{
}
.cpOtherMonthDate
{
	color:#808080;
	font-size: 8pt;
	color: darkgoldenrod;
	text-decoration: none;
}
.cpOtherMonthDate:hover
{
	font-size: 8pt;
	color: dimgray;
	background-color: White;
	text-decoration: none;
}
.cpCurrentDate
{
	text-align:right;
	text-decoration:none;
}
.cpCurrentMonthDateDisabled{
}
.cpOtherMonthDateDisabled{
}
.cpCurrentDateDisabled
{
	color:#D0D0D0;
	text-align:right;
	text-decoration:line-through;
	font-size: 8pt;
}
.cpCurrentMonthDate
{
	color:lightslategray;
	font-weight:bold;
	font-size: 8pt;
	text-decoration: none;
}
.cpCurrentMonthDate:hover
{
	color: #ffffff;
	background-color: lightslategray;
	font-weight:bold;
	font-size: 8pt;
	text-decoration: none;
}
.cpCurrentDate
{
	color: #FFFFFF;
	font-weight:bold;
	font-size: 8pt;
	text-decoration: none;
}
TD.cpCurrentDate
{
	color:#FFFFFF;
	background-color: #6677DD;
	border-width:1;
	border-color: Silver;
	font-size: 8pt;
}
TD.cpCurrentDateDisabled
{
	font-size: 8pt;
}
TD.cpTodayText
{
}
TD.cpTodayTextDisabled
{
	font-size: 8pt;
}
A.cpTodayText
{
	font-size: 8pt;
	text-decoration: none;
}
SPAN.cpTodayTextDisabled
{
	height:20px;
	font-size: 8pt;
}
A.cpTodayText
{
	color:darkgoldenrod;
	font-weight:bold;
	font-size: 8pt;
	text-decoration: none;
}
SPAN.cpTodayTextDisabled
{
	color:#D0D0D0;
	font-size: 8pt;
}
.cpBorder
{
	border: solid 1px brown;
	border-color: BROWN;
	font-size: 8pt;
	background-color: khaki;
	color: darkgoldenrod;
}
