﻿/* background color for the content part of the pages */
Body
{
	background-color: white;
	margin: 0px;
}

.ControlPanel, .PagingTable
{
	width: 100%;
	background-color: #FFFFFF;
	border-right: #003366 1px solid;
	border-top: #003366 1px solid;
	border-left: #003366 1px solid;
	border-bottom: #003366 1px solid;
}

.SkinObject
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #003366;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}

A.SkinObject:link
{
	text-decoration: none;
	color: #003366;
}

A.SkinObject:visited
{
	text-decoration: none;
	color: #003366;
}

A.SkinObject:hover
{
	text-decoration: none;
	color: #003366;
}

A.SkinObject:active
{
	text-decoration: none;
	color: #003366;
}

/* styles for LANGUAGE skinobject */
.Language
{
	vertical-align: middle;
	margin: 0px;
}

.Language img
{
	border: none;
}


/* style for module titles */
.Head
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: black;
}

/* text style used for most text rendered by modules */
.Normal, .NormalDisabled
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
	color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
}

/* text style used for error messages */
.NormalRed
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
}

/* styles used by Data Grids */
.DataGrid_AlternatingItem
{
	background-color: White;
	color: Red;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}
.DataGrid_Container
{
	background-color: Transparent;
}
.DataGrid_Footer
{
	background-color: White;
}
.DataGrid_Header
{
	background-color: Transparent;
	color: Black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
.DataGrid_Item
{
	background-color: Transparent;
	color: Black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}
.DataGrid_SelectedItem
{
	background-color: Silver;
	color: Blue;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}

/* styles used by TreeMenu Skin Object */
.TreeMenu_Node
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
}

.TreeMenu_NodeSelected
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	background-color: #dcdcdc;
}

A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link
{
	text-decoration: none;
	color: #003366;
}

A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited
{
	text-decoration: none;
	color: #003366;
}

A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover
{
	text-decoration: none;
	color: #ff0000;
}

A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active
{
	text-decoration: none;
	color: #003366;
}

/* styles used in the FileManager */
.FileManager
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height: 400px;
}
.FileManager_ToolBar
{
	border-bottom: black 1px solid;
	height: 25px;
}
.FileManager_Explorer
{
	height: 100%;
	border: #696969 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
}

.FileManager_FileList
{
	height: 100%;
	border: #696969 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
	overflow: auto;
}

.FileManager_MessageBox
{
	text-align: center;
	vertical-align: middle;
	background-color: White;
	padding: 25px 25px 25px 25px;
}

.FileManager_Header
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #E7E7FF;
	background-color: #9EBFF6;
	border-bottom: #696969 1px solid;
	height: 25px;
}

.FileManager_Pager
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	background-color: #EEEEEE;
	border-top: #696969 1px solid;
	height: 25px;
}

.FileManager_StatusBar
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	background-color: #dedfde;
	height: 25px;
	margin: 2px 2px 2px 2px;
}

.FileManager_Item
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: Black;
	background-color: #F8F8F8;
	border-top: black 1px dashed;
	border-bottom: black 1px dashed;
}

.FileManager_AltItem
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: Black;
	background-color: #EEEEEE;
	border-style: none;
}
.FileManager_SelItem
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: White;
	background-color: #99ffff;
	border-style: none;
}

.FileManagerTreeNode
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}

.FileManagerTreeNodeSelected
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	background-color: #dcdcdc;
}

A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link
{
	text-decoration: none;
	color: #003366;
}

A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited
{
	text-decoration: none;
	color: #003366;
}

A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover
{
	text-decoration: none;
	color: #ff0000;
}

A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active
{
	text-decoration: none;
	color: #003366;
}

/* styles used in the Wizard Framework */
.Wizard
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height: 400px;
	width: 650px;
}
.WizardButton
{
	border-right: #696969 1px solid;
	padding-right: 2px;
	border-top: #696969 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: #696969 1px solid;
	padding-top: 2px;
	border-bottom: #696969 1px solid;
	background-color: #dcdcdc;
}
.WizardHeader
{
	background: #ffffcc;
	border-bottom: black 1px solid;
	height: 40px;
}
.WizardFooter
{
	border-top: black 1px solid;
	background: #ccffcc;
	height: 25px;
	text-align: right;
}
.WizardBody
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 325px;
}
.WizardHelp
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 9pt;
	padding-bottom: 5px;
	border-left: black 1px solid;
	width: 180px;
	padding-top: 5px;
	background-color: #ccffff;
}
.WizardHelpText
{
	overflow: auto;
	font-size: 8pt;
	width: 180px;
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	height: 300px;
}
.WizardText
{
	font-size: 9pt;
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}


/* text style used for help text rendered by modules */
.Help
{
	border-right: black 1px solid;
	padding-right: 2px;
	border-top: black 1px solid;
	padding-left: 2px;
	font-weight: normal;
	font-size: 11px;
	padding-bottom: 2px;
	border-left: black 1px solid;
	color: black;
	padding-top: 2px;
	border-bottom: black 1px solid;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #ffff99;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
	font-family: Tahoma, Arial, Helvetica;
	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: #003366;
}

A.CommandButton:visited
{
	text-decoration: underline;
	color: #003366;
}

A.CommandButton:hover
{
	text-decoration: underline;
	color: #ff0000;
}

A.CommandButton:active
{
	text-decoration: underline;
	color: #003366;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #dddddd;
	color: #000000;
	font-family: Verdana, sans-serif;
}
.h1 {
	color: #003399;
	font-size : 12px;
	text-align: left;
	font-family : Verdana, Tahoma, Helvetica;
	font-weight: bold;
visibility: hidden;
	display: inline;
}
h1 {
	color: #003399;
	font-size : 12px;
	text-align: left;
	font-family : Verdana, Tahoma, Helvetica;
	font-weight: bold;
 visibility: hidden;
display: inline;
}

/* GENERIC  	visibility: hidden; */
H1
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	font-weight: normal;
	color: #666644;
}

H2
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 13px;
	font-weight: normal;
	color: #666644;
}

H3
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #003366;
}

H4
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #003366;
}

H5, DT
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}

H6
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}
header2 {
	color:  #0066CC;
	font-size : 13px;
	text-align: left;
	font-family : Verdana, Tahoma, Helvetica;
	font-weight: bold;
	text-decoration: none;
}
TFOOT, THEAD
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	color: #003366;
}

TH
{
	vertical-align: baseline;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}

A:link
{
	text-decoration: none;
	color: #003366;
}

A:visited
{
	text-decoration: none;
	color: #003366;
}

A:hover
{
	text-decoration: underline;
	color: #ff0000;
}

A:active
{
	text-decoration: none;
	color: #003366;
}

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;
}
OL UL LI
{
	list-style-type: disc;
}

HR
{
	color: #696969;
	height: 1pt;
	text-align: left;
}

/* Module Title Menu */
.ModuleTitle_MenuContainer
{
	border-bottom: blue 0px solid;
	border-left: blue 0px solid;
	border-top: blue 0px solid;
	border-right: blue 0px solid;
}

.ModuleTitle_MenuBar
{
	cursor: pointer;
	height: 16px;
	background-color: Transparent;
}

.ModuleTitle_MenuItem
{
	cursor: pointer;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	border-left: white 0px solid;
	border-bottom: white 1px solid;
	border-top: white 1px solid;
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon
{
	cursor: pointer;
	background-color: #EEEEEE;
	border-left: #EEEEEE 1px solid;
	border-bottom: #EEEEEE 1px solid;
	border-top: #EEEEEE 1px solid;
	text-align: center;
	width: 15px;
	height: 21px;
}

.ModuleTitle_SubMenu
{
	z-index: 1000;
	cursor: pointer;
	background-color: #FFFFFF;
	border-bottom: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak
{
	border-bottom: #EEEEEE 1px solid;
	border-left: #EEEEEE 0px solid;
	border-top: #EEEEEE 1px solid;
	border-right: #EEEEEE 0px solid;
	background-color: #EEEEEE;
	height: 1px;
}

.ModuleTitle_MenuItemSel
{
	cursor: pointer;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
}

/* Main Menu */
.MainMenu_MenuContainer
{
	background-color: transparent;
}
.MainMenu_MenuBar
{
	cursor: pointer;
	height: 16px;
	background-color: Transparent;
}
.MainMenu_MenuItem
{
	cursor: pointer;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	border-left: white 0px solid;
	border-bottom: white 1px solid;
	border-top: white 1px solid;
	border-right: white 0px solid;
	background-color: Transparent;
}
.MainMenu_MenuIcon
{
	cursor: pointer;
	background-color: #EEEEEE;
	border-left: #EEEEEE 1px solid;
	border-bottom: #EEEEEE 1px solid;
	border-top: #EEEEEE 1px solid;
	text-align: center;
	width: 15px;
	height: 21px;
}
.MainMenu_SubMenu
{
	z-index: 1000;
	cursor: pointer;
	background-color: #FFFFFF;
	border-bottom: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
}
.MainMenu_MenuBreak
{
	border-bottom: #EEEEEE 1px solid;
	border-left: #EEEEEE 0px solid;
	border-top: #EEEEEE 1px solid;
	border-right: #EEEEEE 0px solid;
	background-color: #EEEEEE;
	height: 1px;
}
.MainMenu_MenuItemSel
{
	cursor: pointer;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: #C1D2EE;
}
.MainMenu_MenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	border-top: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
}

/* LEGACY STYLES from DNN 1-2 */
.HeadBg
{
	background-color: #CCCCCC;
}

.TabBg
{
	background-color: black;
}

.SelectedTab
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}

A.SelectedTab:link
{
	text-decoration: none;
	color: white;
}

A.SelectedTab:visited
{
	text-decoration: none;
	color: #eeeeee;
}

A.SelectedTab:hover
{
	text-decoration: none;
	color: #cccccc;
}

A.SelectedTab:active
{
	text-decoration: none;
	color: #eeeeee;
}

.OtherTabs
{
	font-weight: bold;
	font-size: 8.5pt;
	color: white;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}

A.OtherTabs:link
{
	text-decoration: none;
	color: white;
}

A.OtherTabs:visited
{
	text-decoration: none;
	color: #eeeeee;
}

A.OtherTabs:hover
{
	text-decoration: none;
	color: #cccccc;
}

A.OtherTabs:active
{
	text-decoration: none;
	color: #eeeeee;
}

.PagingTable
{
	height: 33px;
}

/*
.LabelEditOverClass
{	
	cursor: pointer;
	text-decoration: underline overline;
}
*/

.LabelEditTextClass
{
	border: solid 1px red;
	background-color: Transparent;
}

.LabelEditWorkClass
{
	/*background: url(/DotNetNuke/images/dnnanim.gif) no-repeat right;*/
	border: solid 0px red;
	background-color: Transparent;
}

/* style for the DNNTextSuggest control select menu */
.SuggestTextMenu
{
	border: solid 1px black;
	white-space: nowrap;
	background: white;
}
/* style for the DNNTextSuggest control selected menu node */
.SuggestNodeOver
{
	background-color: navy;
	color: White;
}


/*Edit In Place Tool Bar Classes*/
.eipbackimg
{
	border: outset 1px; /*give toolbar a 3D look*/
	position: absolute; /*needed so it doesn't take up space */
	margin-top: -22px; /*specify toolbar to be just above text */
	white-space: nowrap; /* makes toolbar horizontal */
	background: url(../../images/eip_toolbar.gif);
	background-color: #99cccc;
	height: 22px;
}

.eipbuttonbackimg
{
	width: 21px;
	height: 21px;
	cursor: pointer; /*change mouse to pointer when hover over button*/
	display: -moz-inline-box; /* Gecko proprietary  (ORDER IS IMPORTANT HERE!)*/
	display: inline-block; /* supported by Opera and ? */
}

.eipbutton_edit
{
	background: url(../../images/eip_edit.gif) no-repeat 100% center;
}
.eipbutton_save
{
	background: url(../../images/eip_save.gif) no-repeat 100% center;
}
.eipborderhover
{
	border: outset 1px;
}

/* used to collapse panes without any content in them */
.DNNEmptyPane
{
	width: 0px;
}

/* used to set the different module align options - from module settings */
.DNNAlignleft
{
	text-align: left;
}
.DNNAlignright
{
	text-align: right;
}
.DNNAligncenter
{
	text-align: center;
}

/* Login Styles */
.LoginPanel
{

}

.LoginTabGroup
{
	
}

.LoginTab {
	float: left;
	background: url("../../images/tablogin_gray.gif") left top;
	margin: 0 3px 3px 0;
	padding: 5px 5px 4px 5px;
	text-decoration: none;
	color: #FFF;
	border: 1px #25569a solid;
}

.LoginTabSelected{
	float: left;
	background: url("../../images/tablogin_gray.gif") left top;
	margin: 0 3px 3px 0;
	padding: 5px 5px 4px 5px;
	text-decoration: none;
	color: #FFF;
	background-position: 0% -41px;
	border: 1px #25569a solid;
}

.LoginTabHover
{
	float: left;
	background: url("../../images/tablogin_gray.gif") left top;
	margin: 0 3px 3px 0;
	padding: 5px 5px 4px 5px;
	text-decoration: none;
	color: #555;
	border: 1px #C00 solid;
	cursor:pointer;
}

.LoginContainerGroup
{
	clear: both;
	padding-top: 5px;
}

.LoginContainer
{
	
}
.FullYearMonthTitle
{
   color: Blue;
   font-size: 12px;
   border: solid 1px lightblue;
   height: 20px;
   text-decoration: none;
   text-align: center;
   background-color: blue;
}
.FullYearWeekHeader
{
   font-size: 12px;
   border-width: 1px;
   height: 18px;
   text-align: center;
   text-decoration: none;
   width: 18px;
   background-color: yellow;
   border: solid 1px lightblue;
}
.FullYearDayName
{
   font-size: 12px;
   border-width: 1px;
   height: 18px;
   text-align: center;
   text-decoration: none;
   background-color: transparent;
   border: solid 1px lightblue;
}
.FullYearDay
{
   color: Blue;
}
.FullYearToday
{
   border: solid 2px red;
   color: red;
   background-color: yellow;
}
.FullYearOtherMonthDay
{
   color: Gray;
}
.FullYearDay, .FullYearOtherMonthDay
{
   border: solid 1px lightblue;
   background-color: transparent;
}
.FullYearDay, .FullYearToday, .FullYearOtherMonthDay
{
   font-family: verdana;
   font-size: 11px;
   height: 20px;
   text-align: right;
   text-decoration: none;
}

/***********************************************************
*  Year Styles
***********************************************************/
.YearCell
{
   font-family: Verdana;
   Font-Size: 12px;
}
.YearSpecialMonthCell
{
   background-color:   blue;
}
.YearMonthHeader
{
   color: Blue;
   background-color: blue;
}
.YearSpecialMonthHeader
{
   background-color: Yellow;
}
.YearMonthHeader, .YearSpecialMonthHeader
{
   font-size: 12px;
   height: 20px;
   text-decoration: none;
   text-align: center;
}
/***********************************************************
*  MonthWeek Styles
***********************************************************/
.Day
{
}
.Today
{
	background-color:  blue;
	border: solid 2px Yellow;
}
.Weekend
{
	background-color: Blue ;
}
.OtherMonthDay
{
	background-color:  gray;
}
.OtherMonthDayAlter
{
	background-color:  yellow;
}
.SpecialDay
{
	background-color:  blue;
}
.Holiday
{
	background-color:  yellow;
}
.HolidayHeader
{
	text-align: right;
	Color: Blue;
}
.Day, .Today, .Weekend, .SpecialDay, .OtherMonthDay, .OtherMonthDayAlter, .Holiday 
{
   font-family: Verdana;
   Font-Size: 11px;
}
.DayHeader
{
}
.TodayHeader
{
}
.WeekendHeader
{
	font-weight:bold;
	 background-color:Yellow;
}
.OtherMonthDayHeader
{
   Font-Size: 11px;
   Color: Gray;
}
.SpecialDayHeader
{
}
.DayHeader, .SpecialDayHeader, .TodayHeader, .WeekendHeader
{
   font-size: 13px;
   vertical-align :  middle;
   background-color: transparent;
}
.MonthWeekHeader
{
/*   background-image: url(images/bgWeekHeader.gif);
*/   vertical-align: middle;
   background-color:  inherit;
   color: blue;
   font-size: 12px;
   width: 22px;
   text-decoration: none;
}
.DayHeader, .TodayHeader, .OtherMonthDayHeader, .SpecialDayHeader, .WeekendHeader
{
   vertical-align: middle;
   text-decoration: none;
   text-align: left;
   height: 30px;
}

/***********************************************************
*  Day Styles
***********************************************************/
.HourHorizHeader
{
   text-align: center;
   height: 22px;
}
.HourVertHeader
{
   background-image: url('../../CSS/images/bgHourVert.gif');
   text-align: right;
   width: 26px
}
.HourHorizHeader, .HourVertHeader
{
   background-color:  Gray;
   font-size: 12px;
   text-decoration: none;
}

/***********************************************************
*  Timeline Styles
***********************************************************/
.TimelineCell
{
   font-size: 12px;
   width:15px;
/*	border: solid 1px #66ccff;
*/}
.TimelineMonthHeader
{
   Height: 23px;
   Font-Size:  medium;
  font-weight:bold;
   font-family: Verdana;
   text-align: center;
    
    background-image: url('../../CSS/images/bgCalendarHeader.gif');
   color: white; 
   vertical-align: middle
}
.TimelineDayHeader
{
	 Font-Size:  small; 
       Font-Weight: bold;
   color: black;
   Background-Color: blue;
}
.TimelineNavigator
{
     Font-Size: 13px;
   font-family: Verdana;
   text-align: center;
    background-color: Black;
   text-decoration:  none;
}

.TimelineTodayHeader
{
   Font-Weight: bold;
   color: Red;
   Background-Color: Yellow;
}
.TimelineDayHeader, .TimelineTodayHeader, .TimelineNavigatorHeader
{
   Font-Size: 13px;
   font-family: Verdana;
   text-align: center;
   text-decoration: none;
}
.TimelineWeekend
{
 font-weight:bold;
  color:Blue;
   
   background-Color:  Navy;
}
/***********************************************************/
 
/***********************************************************
*  Other Styles
***********************************************************/
.MoreText
{
   font-family: Tahoma;
   Font-Size: 13px;
   font-weight: bold;
	color:  Blue;
	text-decoration: none;
}
.Eventbar
{
   font-family: Tahoma;
   font-size: 12px;
   background-color:Yellow;
}
body { background: url('../../CSS/images/back_expertaspnet.gif');
}

.main { width: 100%; }
.menulink { color:Gray;font-family:Verdana,Arial;font-size:12px;font-weight:normal;text-decoration:none;padding:5px; }
.examplegroup {
	border-style:solid;
	border-width:1px;
	color: #696969;
	font-family:Verdana,Arial;
	font-size:12px;
	font-weight:bold;
}
.exampledesc { color:black;font-family:Verdana,Arial;font-size:12px;margin:10px; padding-top:10px; text-indent:10px;}
.exampledesclist { background-color:White;color:black;font-family:Verdana,Arial;font-size:11px;font-weight:normal;padding:3px 0px 3px 10px; }
.exampleicon { background-color:White;width:30px; }
.footer { color:Gray;font-family:Verdana, Arial, Sans-Serif;font-size:9px;font-weight:bold; }
.code { color:#008;font-family:MS Sans Serif, Arial; font-size:12px; margin-left:20px;}
.aspcode {
	color:black;
	font-family:Courier, Arial;
	font-size:11px;
	margin: 5px 5px 5px 5px ;
	padding: 3px 0px 3px 20px;
	background : #E5ECFF;
	border : 1px solid #CCD7F2;
	width : 80%;	
}
.keyword { font-weight: bold; }
.lang { color:Black; font-family:Verdana, Arial, Sans-Serif;font-size:9px;}
.prompt { color:#920; margin: 20px 0px 20px 20px; font-family:Verdana, Arial, Sans-Serif; font-size:10px; width:100%; }
.formtext { font-family:Verdana, Tahoma, Arial; font-size : 12px; padding: 1px 3px 1px 3px; }

.body
{
	padding-left: 20px;
	color: #ccccff;
	font-family: Verdana, Arial;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}


.xmlnode {
	color: #003399;
	font-size : 11px;
	font-family : Verdana, Tahoma, Helvetica;
	font-weight: bold;
}

p {
	color: #4E4E4E;
	font-size : 12px;
	text-align: left;
	font-family : Verdana, Tahoma, Helvetica;
	font-weight: normal;
	text-decoration: none;
}
.p {
	color: #4E4E4E;
	font-size : 12px;
	font-family : Verdana, Tahoma, Helvetica;
	font-weight: normal;
	text-decoration: none;
}

.header1 {
	color: #003399;
	font-size : 12px;
	text-align: left;
	font-family : Verdana, Tahoma, Helvetica;
	font-weight: bold;
}

.header2 {
	color:  #0066CC;
	font-size : 13px;
	text-align: left;
	font-family : Verdana, Tahoma, Helvetica;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #CC0000;
	text-decoration : underline;
}

.copyright {
	color: White;
	font-size : 10px;
	text-align: left;
	font-family : Tahoma, Helvetica;
	font-weight:normal;
	padding: 10px 10px 5px 10px;
}

.left_menu {
	font-size : 11px;
	font-family : Tahoma, Helvetica;
	font-weight : bold;
	color : #4D729E;
	text-decoration : none;
}

.menustructure {
	color: #008;
	font-family: MS Sans Serif, Arial;
	font-size: 10px;
	width: 100%;
}

.AlertText { font-family:Verdana,Arial,sans-serif; font-size:11 }

.AlertBold { font-family:Verdana,Arial,sans-serif; font-size:11;   font-weight:bold; color:#f60 }

.ExTopMenuGroup
{
  background-image:url('../../CSS/images/demo/top_bg.gif');
}



.ExampleHead
{
	background-color:#eeeeee;	
	color:#B80000;
	font-family:Verdana, Tahoma, Arial;
	font-size : 14px; 
	font-weight: bold;	
	padding:3 0 3 0;
}
.fullYearBusyDay
{
	background-color:Red;
	border:border-color: white;
	 font-weight:bold ;
	 
}
BODY
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	background-color: #ffffe6;
}
.grid-header a:active
{
	color: #696969;
	text-decoration: none;
}
.grid-header a:link
{
	color: #696969;
	text-decoration: none;
}
.grid-header a:visited
{
	color: #696969;
	text-decoration: none;
}
.grid-header a:hover
{
	color: red;
	text-decoration: none;
}
.grid-edit-column
{
	border-top: #696969 1px solid;
	border-bottom: #696969 1px solid;
	border-left: #696969 1px solid;
}
.grid-first-item
{
	border-top: #696969 1px solid;
	border-right: #696969 1px solid;
	border-bottom: #696969 1px solid;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin: 1px;
}
.grid-item
{
	border-right: #696969 1px solid;
	border-top: #696969 1px solid;
	border-left: #696969 1px double;
	border-bottom: #696969 1px solid;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin: 1px;
}
.grid-header
{
	border-bottom: #696969 1px solid;
	font-weight: bold;
	font-size: 11px;
	color: #696969;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.grid-last-item
{
	border-top: #696969 1px solid;
	border-left: #696969 1px solid;
	border-bottom: #696969 1px solid;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin: 1px;
}
.header-gray
{
	font-weight: bold;
	font-size: 11px;
	color: #696969;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.header-lightgray
{
	font-weight: bold;
	font-size: 10px;
	color: gray;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.report-main-header
{
	font-weight: bold;
	font-size: 11px;
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #DCDCDC;
	padding-left: 18px;
	padding-right: 18px;
}
.report-header
{
	font-weight: bold;
	font-size: 11px;
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 18px;
	padding-right: 18px;
}
.report-text
{
	font-size: 10px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 18px;
	padding-right: 18px;
}
.report-header a:link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: Black;
	text-decoration: none;
}
.report-header a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #696969;
	text-decoration: none;
}
.report-header a:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: Black;
	text-decoration: none;
}
.report-header a:active
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #696969;
	text-decoration: none;
}
.standard-text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}

 .buttonVSClassfixedlength {
    BORDER-RIGHT: #003300 1px solid;
    BORDER-TOP: #003300 1px solid;
    FONT: 10px Verdana;
    font-weight: bold;
    BORDER-LEFT: #003300 1px solid;
    COLOR: #000066;
	width: 75px;
	height: 25px;
    BORDER-BOTTOM: #003300 1px solid;
    BACKGROUND-COLOR: #E8E8FF;
    cursor: hand;
}
.H1b
{
	font-weight: bold;
	color: #ffffff;
	font-size: 14pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	 
}
.H1bReserved
{
	font-weight: bold;
	color: white;
	font-size: 14pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: red;
	text-align: left;
}
.H1Blocked
{
    border: thin solid #0000FF;
    background-color:Blue;
   
    margin: auto;
    font-weight: bold;
    color: #FFFFFF;
    font-size: small;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.PrimaryKeyField
{
	font-weight: bold;
	color: red;
	font-family: Tahoma, Verdana;
	font-variant: normal;
}
.RequiredField
{
	FONT: 11px Verdana;
	font-weight: bold;
	color: maroon;
	font-family: Tahoma, Verdana;
}
	.RegularField
{
	FONT: 11px Verdana;
	font-weight: lighter;
	color:    Black;
	font-family: Tahoma, Verdana;
}
 
.SelectionBox
{
	background-color: white;
}
.AlternateListItem
{
	font-size: 11px;
	color: #333333;
	font-family: Tahoma, Verdana, Arial;
	background-color: #ecf8e7;
}
.ListFooter
{
	background-color: #006699;
}
.MenuArea
{
	background-color: white;
}
.cbtn 
{ BORDER-RIGHT: buttonface 1px solid;
  BORDER-TOP: buttonface 1px solid;
  BORDER-LEFT: buttonface 1px solid;
  BORDER-BOTTOM: buttonface 1px solid;
  HEIGHT: 18px 
   }
   
   .LabelClass
{
     text-align:left;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-variant: normal;
}
 
   LabelClass
{
     text-align:left;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-variant: normal;
}
txtBoxClass  
{
	   
	BORDER-RIGHT: #003300 1px solid;
	BORDER-TOP: #003300 1px solid;
	FONT: 12px Verdana;
	BORDER-LEFT: #003300 1px solid;
	COLOR: black;
	BORDER-BOTTOM: #003300 1px solid;
	BACKGROUND-COLOR: White;
	cursor: auto;	
}
	.txtBoxClass {
	border: 1px solid #003300;
    font: 12px Verdana;
    COLOR: black;
	    background-color:  White;
	    cursor: auto;
	    text-align:left;
    margin-left: 0px;
}
.txtBoxCurrencyClass 
{
	text-align:right;
	BORDER-RIGHT: #003300 1px solid;
	BORDER-TOP: #003300 1px solid;
	FONT: 12px Verdana;
	BORDER-LEFT: #003300 1px solid;
	COLOR:   #333333;
	BORDER-BOTTOM: #003300 1px solid;
	 background-color:  White; 
	cursor: auto;
}
	   .CheckboxClass
{
     text-align:left;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-variant: normal;
}  
/*=========================================================
	General
==========================================================*/
.qwsec_Title, .qwsec_NextPrev
{
	text-decoration: none;
	background-color: #336666;
	color: White;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	height: 20px;
}
.qwsec_CalendarHeader
{
	background-color:#999999;
	font-size: 10pt;
	font-weight: bold;
	font-family: Verdana;
	color: white;
	height:18px;
	padding:2px;
	text-decoration: none;
}
.qwsec_NextPrev A:LINK, .qwsec_NextPrev A:VISITED, .qwsec_NextPrev A:ACTIVE
{
	color: White;
	text-decoration: none;
	font-weight: bold;
}
.qwsec_Eventbar
{
	font-size: 8pt;
	font-family: Verdana;
}
.qwsec_MoreText
{
	font-size: 8pt;
	font-family: Verdana;
	text-decoration: none;
	font-style: italic;
}
/*=========================================================
	FullYear
==========================================================*/
.qwsec_FY_MonthHeader, .qwsec_FY_MonthHeader A:LINK, .qwsec_FY_MonthHeader A:VISITED, .qwsec_FY_MonthHeader A:ACTIVE
{
	background-color:#999999;
	font-size: 8pt;
	font-weight: bold;
	font-family: Verdana;
	color: white;
	height:12px;
	padding:2px;
}
.qwsec_FY_DayName, .qwsec_FY_WeekHeader
{
	text-align:center;
}
.qwsec_FY_Day, .qwsec_FY_Day A:LINK, .qwsec_FY_Day A:VISITED, .qwsec_FY_Day A:ACTIVE,
.qwsec_FY_Today, .qwsec_FY_Today A:LINK, .qwsec_FY_Today A:VISITED, .qwsec_FY_Today A:ACTIVE,
.qwsec_FY_WeekHeader, qwsec_FY_WeekHeader A:LINK, qwsec_FY_WeekHeader A:VISITED, qwsec_FY_WeekHeader A:ACTIVE
{
	font-family: Verdana;
	font-size: 9pt;
	text-decoration: none;
	color: #3333FF;
}
.qwsec_FY_OtherMonthDay, .qwsec_FY_OtherMonthDay A:LINK, .qwsec_FY_OtherMonthDay A:VISITED, .qwsec_FY_OtherMonthDay A:ACTIVE
{
	font-size: 8pt;
	font-family: Verdana;
	text-decoration: none;
	color: #999999;
}
.qwsec_FY_BusyDay 
{
	background-color: Yellow;
	Border: Solid 6px #ffffff;
}
.qwsec_FY_BusyDay, .qwsec_FY_BusyDay A:LINK, .qwsec_FY_BusyDay A:VISITED, .qwsec_FY_BusyDay A:ACTIVE
{
	font-size: 8pt;
	font-family: Verdana;
	text-decoration: none;
	font-weight: bold;
	color: #FF3333;
}

/*=========================================================
	Year
==========================================================*/
.qwsec_Y_MonthHeader, .qwsec_Y_SpecialMonthHeader
{
	background-color:#999999;
	font-size: 8pt;
	font-weight: bold;
	font-family: Verdana;
	color: white;
	height:12px;
	padding:2px;
}
.qwsec_Y_MonthHeader
{
}
.qwsec_Y_Cell
{
}
.qwsec_Y_SpecialMonthCell
{
	background-color:Olive;
}
.qwsec_Y_SpecialMonthHeader
{
}

/*=========================================================
	MonthWeek
==========================================================*/
.qwsec_MW_WeekHeader
{
	background-color:#999999;
	color:white;
}
.qwsec_MW_DayHeader A:LINK, .qwsec_MW_DayHeader A:VISITED, .qwsec_MW_DayHeader A:ACTIVE,
.qwsec_MW_TodayHeader A:LINK, .qwsec_MW_TodayHeader A:VISITED, .qwsec_MW_TodayHeader A:ACTIVE,
.qwsec_MW_WeekendHeader A:LINK, .qwsec_MW_WeekendHeader A:VISITED, .qwsec_MW_WeekendHeader A:ACTIVE
{
	color:#333333;
}
.qwsec_MW_OtherMonthDayHeader A:LINK, .qwsec_MW_OtherMonthDayHeader A:VISITED, .qwsec_MW_OtherMonthDayHeader A:ACTIVE
{
	color:#999999;
}
.qwsec_MW_SelectedDay
{
}
.qwsec_MW_SelectedDayHeader
{
}
.qwsec_MW_Day
{  
}
.qwsec_MW_DayHeader
{
} 
.qwsec_MW_Today, .qwsec_MW_TodayHeader
{
	background-color: #CCCCFF;
}
.qwsec_MW_Weekend, .qwsec_MW_WeekendHeader
{
	background-color:#FFCCCC ; 
}
.qwsec_MW_OtherMonthDay, .qwsec_MW_OtherMonthDayHeader
{
	background-color: #CCCCCC;
}
.qwsec_MW_SpecialDay
{
}
.qwsec_MW_SpecialDayHeader
{
}
.qwsec_MW_Holiday
{
}
.qwsec_MW_HolidayHeader
{
}
.qwsec_MW_Highlight
{
	background-color:#9999FF;
}
.qwsec_MW_OtherMonthDayAlter
{
}
.qwsec_MW_OtherMonthDayHeaderAlter
{
}
.qwsec_MW_DayHeader, .qwsec_MW_SelectedDayHeader, .qwsec_MW_TodayHeader,.qwsec_MW_WeekendHeader,.qwsec_MW_OtherMonthDayHeader,.qwsec_MW_SpecialDayHeader,.qwsec_MW_HolidayHeader,.qwsec_MW_OtherMonthDayHeaderAlter
{
	font-size: 8pt;
	font-family: Verdana;
}

/*=========================================================
	Day
==========================================================*/
.qwsec_D_HourHorizHeader, .qwsec_D_HourVertHeader
{
	font-size: 8pt;
	font-family: Verdana;
}
.qwsec_D_HourHorizHeader, .qwsec_D_HourHorizHeader A:LINK, .qwsec_D_HourHorizHeader A:VISITED, .qwsec_D_HourHorizHeader A:ACTIVE
{
	text-decoration: none;
	height: 20px;
	padding: 2px;
	background-color: #999999;
	color: White;
}
.qwsec_D_HourVertHeader, .qwsec_D_HourVertHeader A:LINK, .qwsec_D_HourVertHeader A:VISITED, .qwsec_D_HourVertHeader A:ACTIVE
{
	background-color: White;
	color: #666666;
	width: 22px;
	text-decoration: none;
	text-align: center;
}
.qwsec_D_Hour
{
	background-color: White;
	color: #666666;
	text-align:right;
	font-size: 16px;
	font-weight: bold;
	padding: 2px;
}
.qwsec_D_Highlight, .qwsec_D_Highlight A:LINK, .qwsec_D_Highlight A:VISITED, .qwsec_D_Highlight A:ACTIVE
{
	background-color: Yellow;
	color: Navy;
	text-decoration: none;
}
.qwsec_D_Cell
{
	font-size: 8pt;
	font-family: Verdana;
}
.qwsec_D_WorkTimeCell
{
	font-size: 8pt;
	font-family: Verdana;
}
.qwsec_D_UnavailableTimeCell
{
	background-color: #CCCCFF;
	font-size: 8pt;
	font-family: Verdana;
}
/*=========================================================
	Timeline
==========================================================*/
.qwsec_TL_Cell
{
	font-size: 8pt;
	font-weight: bold;
	font-family: Verdana;
	color: white;
	height:12px;
	padding:2px;
}
.qwsec_TL_MonthHeader
{
}
.qwsec_TL_MonthHeader
{
}
.qwsec_TL_DayHeader
{
}
.qwsec_TL_TodayHeader
{
}
.qwsec_TL_Navigator
{
}
.qwsec_TL_MonthHeader,.qwsec_TL_MonthHeader,.qwsec_TL_DayHeader,.qwsec_TL_Navigator
{
	background-color:#999999;
	font-size: 8pt;
	font-weight: bold;
	font-family: Verdana;
	color: white;
	height:12px;
	padding:2px;
}
.qwsec_TL_Weekend
{
	background-color: #FFCCCC;
}
/*=========================================================
	TimelinePro
==========================================================*/
.qwsec_TLP_G0
{
	background-color: #99CCCC;
	color: #333333;
}
.qwsec_TLP_G1
{
	background-color: #CCFFFF;
	color: #333333;
}
.qwsec_TLP_G2
{
	background-color: #CCCCFF;
	color: #333333;
}
.qwsec_TLP_G3
{
	background-color: #CCFF99;
}
.qwsec_TLP_G4
{
}
.qwsec_TLP_G0,.qwsec_TLP_G1,.qwsec_TLP_G2,.qwsec_TLP_G3,.qwsec_TLP_G4 
{
	font-size: 8pt;
	font-family: Verdana;
	font-weight: bold;
	height: 18px;
}
.qwsec_TLP_Header
{
	background-color:#999999;
	font-size: 8pt;
	font-weight: bold;
	font-family: Verdana;
	color: white;
	height:18px;
	padding:2px;
}
.qwsec_TLP_Cell
{
}
.qwsec_TLP_WeekendCell
{
	background-color: #FFCCCC;
}

/*=========================================================
	NavCalendar
==========================================================*/
.qwsec_NC_Year, .qwsec_NC_Year A:LINK, .qwsec_NC_Year A:VISITED, .qwsec_NC_Year A:ACTIVE,
.qwsec_NC_Month, .qwsec_NC_Month A:LINK, .qwsec_NC_Month A:VISITED, .qwsec_NC_Month A:ACTIVE,
.qwsec_NC_Day, .qwsec_NC_Day A:LINK, .qwsec_NC_Day A:VISITED, .qwsec_NC_Day A:ACTIVE
{
	text-decoration: none;
	color: #3333FF;
}
.qwsec_NC_Today
{
	background-color: #9999FF;
	color: Yellow;
}
.qwsec_NC_OtherMonthDay
{
	text-decoration: none;
	color: Gray;
}
.qwsec_NC_SelectedItem
{
	background-color: #999999;
	color: #ffffff;
}
.qwsec_NC_BusyDay
{
	background-color: RED;
	 Border: Solid 6px #ffffff;
}
.qwsec_NC_BusyDay, .qwsec_NC_BusyDay A:LINK, .qwsec_NC_BusyDay A:VISITED, .qwsec_NC_BusyDay A:ACTIVE
{
	text-decoration: none;
	font-weight: bold;
	color: #FF3333;
}
.qwsec_NC_Title, .qwsec_NC_NextPrev
{
	background-color:#336666;
	font-size: 8pt;
	font-weight: bold;
	font-family: Verdana;
	color: white;
	height:18px;
	padding:2px;
}
.qwsec_NC_Title
{
}
.qwsec_NC_NextPrev
{
	text-decoration: none;
}
.qwsec_NC_DayName
{
}
.qwsec_NC_TodayPanel
{
}
.qwsec_NC_Year, .qwsec_NC_Month, .qwsec_NC_Day, .qwsec_NC_OtherMonthDay, .qwsec_NC_SelectedItem, .qwsec_NC_BusyDay, .qwsec_NC_DayName, .qwsec_NC_TodayPanel
{
	font-size: 8pt;
	font-family: Verdana;
}

/*=========================================================
	Toolbar
==========================================================*/
.qwsec_TB_Item
{
	background-color: #CCCCCC;
	Border-bottom: Solid 1px #999999;
	Border-top: Solid 1px #999999;
}
.qwsec_TB_Item A:LINK, .qwsec_TB_Item A:VISITED, .qwsec_TB_Item A:ACTIVE 
{
	padding-left: 6px;
	padding-right: 6px;
	color: #333333;
	text-decoration: none;
}
.qwsec_TB_Item:HOVER, .qwsec_TB_Item A:HOVER
{
	padding-left: 6px;
	padding-right: 6px;
	text-decoration: none;
	background-color: #3366CC;
	color: #ffffff;
}
.qwsec_TB_SelectedItem, .qwsec_TB_SelectedItem A:LINK, .qwsec_TB_SelectedItem A:VISITED, .qwsec_TB_SelectedItem A:ACTIVE
{
	padding-left: 10px;
	padding-right: 10px;
	background-color: #3366CC;
	color: #ffffff;
	text-decoration: none;
}
.qwsec_TB_Item, .qwsec_TB_SelectedItem
{
	font-family: Tahoma, Arial, Helvetica; 
	font-size:11px; 
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
}

/*=========================================================
	Do not modify the following styles, internal use only
	The following styles must be placed at the end of this style file.
==========================================================*/
A.qwsecs, TD.qwsecs, Span.qwsecs{height:0px;Border:0px;}
A.qwsecsb, TD.qwsecsb, Span.qwsecsb{height:0px;Border:0px;background:transparent none;}



.WaterMarkedTextBox
        {
            height: 22px;
            width: 150px;
            padding: 2px 2 2 2px;
            border: 1px solid #BEBEBE;
            background-color: #F0F8FF;
            color: gray;
            font-size: 8pt;
            text-align: center;
        }

     
     
 .MyCalendar .ajax__calendar_container {
    border:1px solid #646464;
    background-color:   #ccffcc;
    color:  Red;
}

.ajax__calendar_container {padding:4px;position:absolute;cursor:default;width:170px;font-size:11px;text-align:center;font-family:tahoma,verdana,helvetica;}
.ajax__calendar_body {height:139px;width:170px;position:relative;overflow:hidden;margin:auto;}
.ajax__calendar_days, .ajax__calendar_months, .ajax__calendar_years {top:0px;left:0px;height:139px;width:170px;position:absolute;text-align:center;margin:auto;}
.ajax__calendar_container TABLE {font-size:11px;}
.ajax__calendar_header {height:20px;width:100%;}


.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: black; 
    font-weight:bold;
}
            .header {
font-size: 20pt;
 font-weight: bold;
margin-left: 10px;
margin-top: 10px;
}
   .outerPopup 
{
    background-color:transparent; 
    padding:1em 6px;
}
 
.innerPopup
{
    background-color:#fff;
     text-align:center;
}
  
   
 

.modalBackground 
{
     background-color:#000;
    
}

.commentCloseLink
{
    text-align: center;
    cursor: pointer;
}

.commentCloseImage
{
    float: right;
    cursor: pointer;
    margin-top: -15px;
}

.viewFullComment
{
    cursor: pointer;
    text-decoration: underline;
    margin-bottom: 12px;
    margin-top: 12px;
}

.resizePopup
{
    border-style:solid; 
    border-width:0px;
    border-color:#445447; 
    padding:0px;
  
}

.popupPanel
{
    background-color: Transparent; 
    overflow:hidden; 
    z-index: 200; 
    border-width: 0px;
    padding-bottom: 12px;
    
}

    
        .thumbnail{
            height: 100px;
            width: 130px;
            cursor: hand;
        } 
        .imgpopup{
            height: 576px;
            width: 768px;
        }            


  
.modalPopup 
{ text-align:left;
  
      background-color:#ffffff;
      border-width:6px;
      border-style:solid;
      border-color:#ffffff;
      padding:3px;
}
/* ajax__tab_xp-theme theme */
 

.ajax__tab_xp-theme .ajax__tab_header 
{
    font-family:verdana,tahoma,helvetica;
    font-size:11px;
    background:url(img/xp/tab-line.gif) repeat-x bottom;
}
.ajax__tab_xp-theme .ajax__tab_header .ajax__tab_outer 
{
    padding-right:4px;
    background:url(img/xp/tab-right.gif) no-repeat right;
    height:21px;
}
.ajax__tab_xp-theme .ajax__tab_header .ajax__tab_inner 
{
    padding-left:3px;
    background:url(img/xp/tab-left.gif) no-repeat;
}
.ajax__tab_xp-theme .ajax__tab_header .ajax__tab_tab
{
    height:13px;
    padding:4px;
    margin:0;
    background:url(img/xp/tab.gif) repeat-x;
}
.ajax__tab_xp-theme .ajax__tab_hover .ajax__tab_outer 
{
    background:url(img/xp/tab-hover-right.gif) no-repeat right;
}
.ajax__tab_xp-theme .ajax__tab_hover .ajax__tab_inner 
{
    background:url(img/xp/tab-hover-left.gif) no-repeat;
}
.ajax__tab_xp-theme .ajax__tab_hover .ajax__tab_tab 
{
    background:url(img/xp/tab-hover.gif) repeat-x;
}
.ajax__tab_xp-theme .ajax__tab_active .ajax__tab_outer 
{
    background:url(img/xp/tab-active-right.gif) no-repeat right;
}
.ajax__tab_xp-theme .ajax__tab_active .ajax__tab_inner 
{
    background:url(img/xp/tab-active-left.gif) no-repeat;
}
.ajax__tab_xp-theme .ajax__tab_active .ajax__tab_tab 
{
    background:url(img/xp/tab-active.gif) repeat-x;
}
.ajax__tab_xp-theme .ajax__tab_body 
{
    font-family:verdana,tahoma,helvetica;
    font-size:10pt;
    border:1px solid #999999;
    border-top:0;
    padding:8px;
    background-color:#ffffff;
}

/* ajax__tab_yuitabview-theme theme (img/yui/sprite.png)  */
.ajax__tab_yuitabview-theme .ajax__tab_header 
{
    font-family:arial,helvetica,clean,sans-serif;
    font-size:small;
    border-bottom:solid 5px #2647a0;
}
.ajax__tab_yuitabview-theme .ajax__tab_header .ajax__tab_outer 
{
    background:url(img/yui/sprite.png) #d8d8d8 repeat-x;
    margin:0px 0.16em 0px 0px;
    padding:1px 0px 1px 0px;
    vertical-align:bottom;
    border:solid 1px #a3a3a3;
    border-bottom-width:0px;
}
.ajax__tab_yuitabview-theme .ajax__tab_header .ajax__tab_tab
{    
    color:#000;
    padding:0.35em 0.75em;    
    margin-right:0.01em;
}
.ajax__tab_yuitabview-theme .ajax__tab_hover .ajax__tab_outer 
{
    background: url(img/yui/sprite.png) #bfdaff repeat-x left -1300px;
}
.ajax__tab_yuitabview-theme .ajax__tab_active .ajax__tab_tab 
{
    color:#fff;
}
.ajax__tab_yuitabview-theme .ajax__tab_active .ajax__tab_outer
{
    background:url(img/yui/sprite.png) #2647a0 repeat-x left -1400px;
}
.ajax__tab_yuitabview-theme .ajax__tab_body 
{
    font-family:verdana,tahoma,helvetica;
    font-size:10pt;
    padding:0.25em 0.5em;
    background-color:white;    
    border:solid 1px #808080;
    border-top-width:0px;
}

/* ajax__tab_technorati-theme theme  */
.ajax__tab_technorati-theme .ajax__tab_header 
{
    font-family:"Helvetica Neue", Arial, Sans-Serif;
    background:url(img/technorati/tab-line.png) repeat-x bottom;
    font-size:12px;
    display:block;
}
.ajax__tab_technorati-theme .ajax__tab_header .ajax__tab_outer 
{
    background:url(img/technorati/tab.png) no-repeat left top;
    border-color:#222;
    color:#222;
    padding-left:10px;
    margin-right:3px;
}
.ajax__tab_technorati-theme .ajax__tab_header .ajax__tab_inner 
{
    background:url(img/technorati/tab.png) no-repeat right top;
    border-color:#666;
    color:#666;
    padding:3px 10px 2px 0px;
}
.ajax__tab_technorati-theme .ajax__tab_hover .ajax__tab_inner 
{
    color:#000000;
}
.ajax__tab_technorati-theme .ajax__tab_active .ajax__tab_outer 
{
    background:url(img/technorati/tab.png) no-repeat 0pt -40px;
    border-bottom-color:#ffffff;
}
.ajax__tab_technorati-theme .ajax__tab_active .ajax__tab_inner 
{
    background:url(img/technorati/tab.png) no-repeat right -40px;
    color:#000000;
    border-color:#333
}
.ajax__tab_technorati-theme .ajax__tab_body 
{
    font-family:verdana,tahoma,helvetica;
    font-size:10pt;
    padding:8px;
    background-color:White;
    border:solid 1px #d7d7d7;
    border-top-width:0;
}

/* ajax__tab_msngallery-theme theme  */
.ajax__tab_msngallery-theme .ajax__tab_header 
{
    background:url(img/msngallery/tab-line.png) repeat-x bottom;
    font-size:12px;
    display:block;
}
.ajax__tab_msngallery-theme .ajax__tab_header .ajax__tab_outer 
{
    border:solid 1px #D7DCE1;
    padding:1px 1px 0px 1px;
    border-bottom:solid 2px #A8D4D9;
    background-color:#edf2fb;
}
.ajax__tab_msngallery-theme .ajax__tab_header .ajax__tab_tab 
{
    padding:6px 10px 6px 10px;
    color:#444444;
    width:117px;
    display:block;
    text-align:center;    
}
.ajax__tab_msngallery-theme .ajax__tab_header .ajax__tab_tab img
{
    height:24px;
    width:24px;
}
.ajax__tab_msngallery-theme .ajax__tab_header .ajax__tab_tab div
{
    font-family:Verdana, Arial, Sans-Serif;
    font-weight:bold;
    white-space:nowrap;
    line-height:145%;
    font-size:92%;
}
.ajax__tab_msngallery-theme .ajax__tab_active .ajax__tab_outer 
{
    padding:0px 0px 0px 0px;
    border:solid 2px #A8D4D9;
    border-bottom-color:#ffffff;
    background-color:#ffffff;
}
.ajax__tab_msngallery-theme .ajax__tab_body 
{
    font-family:verdana,tahoma,helvetica;
    font-size:10pt;
    padding:8px;
    background-color:White;
    border:solid 2px #A8D4D9;
    border-top-width:0;
}

/* ajax__tab_ie-theme theme */ 
.ajax__tab_ie-theme .ajax__tab_header 
{
    padding-left:5px;
}
.ajax__tab_ie-theme .ajax__tab_header .ajax__tab_tab
{
    margin-right:0px;
    background:url(img/ie/tab_unselected.gif);
    width:116px;
    padding:9px 0px 3px 0px;
    text-align:center;    
    color:#006699;
    font-family:verdana;
    font-size:13px;
    display:block;
}
.ajax__tab_ie-theme .ajax__tab_active .ajax__tab_tab 
{
    padding:6px 0px 3px 0px;
    background:url(img/ie/tab_selected.gif);
}
.ajax__tab_ie-theme .ajax__tab_body 
{
    background:url(img/ie/ie_tabbacker_720x296.jpg) no-repeat;
    font-size:13px;
    font-family:verdana;
    height:296px;
    width:716px;
}
.ajax__tab_ie-theme .ajax__tab_body div
{
     padding:8px;
}
