/* ================================ Default styles FOR TopCMS ================================ */ /* background color for the content part of the pages */ 
Body { background-color: white; margin: 0px; font-size:16px; }
.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: normal; font-size: 16px; 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: 16px; font-weight: bold; color: #333333; } 
   /* style of item titles on edit and admin pages */
 .SubHead, .subhead { font-family: Tahoma, Arial, Helvetica; font-size: 16px; font-weight: bold;color: #003366; line-height:30px; text-align:left;_height:30px;} 
 /* 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: #003366 ; } 
 /* text style used for most text rendered by modules */ 
 .Normal, .NormalDisabled { font-family: Tahoma, Arial, Helvetica; font-size: 11px; font-weight: normal; line-height:19px; } 
.Normal{text-align:left}
 /* 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: 16px; 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: 16px; 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_Header td{border-bottom:#c8cbd0 1px solid; border-right:#c8cbd0 1px solid;border-top:#c8cbd0 1px solid;border-left:#c8cbd0 1px solid}
   .DataGrid_Item { background-color: Transparent; color: Black; font-family: Tahoma, Arial, Helvetica; font-size: 10px; font-weight: normal; }
.DataGrid_Item td{border:#c8cbd0 1px solid;}
 .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: 16px; font-weight: normal; } .TreeMenu_NodeSelected { font-family: Tahoma, Arial, Helvetica; font-size: 16px; 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; text-align:left; } 
	.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: grey 1px solid; }
	   .FileManager_AltItem { font-family: Tahoma, Arial, Helvetica; font-size: 11px; font-weight: normal; color: Black; background-color: #EEEEEE; border-style: none; border-bottom:grey solid 1px } 
	   .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-weight: normal; text-align:center; } /* 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; } /* GENERIC */ H1 { font-family: Tahoma, Arial, Helvetica; font-size: 20px; font-weight: normal; color: #666644; } H2 { font-family: Tahoma, Arial, Helvetica; font-size: 20px; font-weight: normal; color: #666644; } H3 { font-family: Tahoma, Arial, Helvetica; font-size: 16px; font-weight: normal; color: #003366; } H4 { font-family: Tahoma, Arial, Helvetica; font-size: 16px; 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; } TFOOT, THEAD { font-family: Tahoma, Arial, Helvetica; font-size: 16px; color: #003366; } TH { vertical-align: baseline; font-family: Tahoma, Arial, Helvetica; font-size: 16px; 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: 16px; } 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: 16; 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; text-align:left; border-bottom: white 1px solid; border-top: white 1px solid; border-right: white 0px solid; background-color: Transparent;  background:none;} .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 { } .ModuleTitle_RootMenuArrow { font-family: webdings; font-size: 10pt; cursor: pointer; background:none; } /* Main Menu */ .MainMenu_MenuContainer { background: none; } .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; background:none} .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 TOP 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(/TopCMS/images/topanim.gif) no-repeat right;*/ border: solid 0px red; background-color: Transparent; } /* style for the TOPTextSuggest control select menu */ .SuggestTextMenu { border: solid 1px black; white-space: nowrap; background: white; } /* style for the TOPTextSuggest 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 */ .TOPEmptyPane { width: 0px; } /* used to set the different module align options - from module settings */ .TOPAlignleft { text-align: left; } .TOPAlignright { text-align: right; } .TOPAligncenter { 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 { } /*itellu css*/ /*toolbar button*/ .toolbar-container { background-image:url(../../images/toolbar/toolbar_bg.gif); background-repeat:repeat-x; border:solid 1px #A6A6A6; } .toolbar { vertical-align:middle; text-align:center; } .toolbar td { white-space:nowrap; padding:2px; } .toolbar td a { font-size:16px; color:Black; border:solid 1px transparent; padding:2px; text-decoration:none; } .toolbar td a:link { text-decoration:none; color:Black; } .toolbar td a:hover { border:solid 1px #0A246A; padding:2px; background-color:#B6BDD2; background-image:none; color:black; cursor:default; text-decoration:none; } .toolbar td a:active { border:solid 1px #0A246A; padding:2px; background-color:#8592B5; background-image:none; color:white; cursor:default; text-decoration:none; } .toolbar td a:visited { text-decoration:none; color:Black; } .Pager_Container { line-height:40px; border:solid 1px #cccccc; vertical-align:middle; text-align:right; font-size:16px; font-family: Tahoma, Arial, Helvetica; } .Pager_CurrentItem { color:blue; font-size:16px; font-family: Tahoma, Arial, Helvetica; margin-right:4px; } A.Pager_CurrentItem:link ,A.Pager_CurrentItem:visited,A.Pager_CurrentItem:active { text-decoration:none; color:blue; } A.Pager_CurrentItem:hover { text-decoration:none; color:red; } .Pager_Item { color:black; font-size:16px; font-family: Tahoma, Arial, Helvetica; margin-right:4px; } A.Pager_Item:link, A.Pager_Item:visited,A.Pager_Item:active { text-decoration:none; color:black; } A.Pager_Item:hover { text-decoration:none; color:red; } .Pager_First { } .Pager_First_Disable { } .Pager_Last { } .Pager_Last_Disable { } .Pager_Previous { } .Pager_Previous_Disable {	} .Pager_Next { } .Pager_Next_Disable {	} .Pager_CurrentIndex { color:red; font-size:16px; font-family: Tahoma, Arial, Helvetica; } .Pager_Count { color:blue; font-size:16px; font-family: Tahoma, Arial, Helvetica; } .Pager_Goto { width:16px; margin:0; padding:0; color:black; font-size:16px; font-family: Tahoma, Arial, Helvetica; height:16px; border:solid 1 #cccccc; } .Pager_GotoHandler { width:16px; height:11px; margin-right:4px; background-image:url(images/datagrid/goto.jpg); background-repeat:no-repeat; background-position:center; } .leftlabelcol { font-size:16px; font-weight:bold; white-space:nowrap; color: #003366; padding:5px; width:120px; } /* ljj add some datagrid style*/ /* styles used by Data Grids */ .DataGrid_Container { width:100%;_width:99%; font-family:宋体; border:solid 1px #C8CBD0; background-color:#ffffff; } .DataGrid_Container table { width:100%; } .DataGrid_Header { font-size:16px; font-weight:bold; color:#676769; height:30px; background-image:url(../../images/DataGrid/grid_top.jpg); } .DataGrid_Header td,.DataGrid_Header th { margin:1px; padding:2px 4px 2px 4px; border:solid 1px #C8CBD0; text-align:left; } .DataGrid_Item { height:20px; line-height:20px; font-size:16px; color:#606060; background-color:#FFFFFF; background-image:none; } .DataGrid_Item td { border:solid 1px #C8CBD0; padding-left:4px; } .DataGrid_AlternatingItem { height:20px; line-height:20px; font-size:16px; color:#0B0E15; background-color:#EFF3FE; background-image:none; } .DataGrid_AlternatingItem td { border:solid 1px #C8CBD0; padding-left:4px; } .DataGrid_SelectedItem { background-image:none; } .DataGrid_Footer { background-image:none; } .DataGrid_Pager { background-image:none; } /*080520 new class for xhtml*/ table.Settings { width:100%; } td.SubHead { white-space:nowrap; } div.WorkPanel { width:100%; display:block; margin:0; padding:0; }
   div.sectiontab-container { background-color:White; text-align:left; position:relative; width:100%; padding-left:0px; height:auto; }                  div.sectiontab-nav-container { position:relative; clear:both; }
   div.sectiontab-nav-container * { list-style:none; margin:0; padding:0; border:0; white-space:nowrap; position:relative; } 
   div.sectiontab-nav-container ul { padding:10px 10px 0 50px; }
   div.sectiontab-nav-container ul li { display:block; float:left; font-size:16px; padding:0 8px 0 8px; cursor:pointer; background:url(../../images/tab_default_left.gif) no-repeat left top; padding:0 0 0 4px; margin-right:3px; }
   div.sectiontab-nav-container ul li span{ float:left; display:block; background:url(../../images/tab_default_right.gif) no-repeat right top; padding:5px 15px 4px 6px; color:#627EB7; } 
div.sectiontab-nav-container ul li.sectiontab-nav-hover, div.sectiontab-nav-container ul li.sectiontab-nav-current { background-position:0% -42px; top:1px; } div.sectiontab-nav-container ul li.sectiontab-nav-hover span, div.sectiontab-nav-container ul li.sectiontab-nav-current span { background-position:right -42px; }
div.sectiontab-content-container { width:99%; margin-left:3px; border:1px solid #BCD2E6; clear:both; } 
div.sectiontab-content-container div.sectiontab-content { display:none; width:100%; } 
div.sectiontab-content-container div.sectiontab-content-current { display:block; } 
.indent { text-indent:2em; } 


.sectionheadtab .i-list, .sectionheadtab .i-skin, .sectionheadtab .i-image, .sectionheadtab .i-other{background:transparent}


.i-center
{ width:960px;  overflow:hidden;
    background-color:White; text-align:center;
}
#i-action-content
{
    width:952px;
    background-color:White; overflow:hidden; margin:0 auto; text-align:left;
}

#i-action-content input,#i-action-content textarea
{
    border:solid 1px #b7b7a6;
}
#i-action-content label.error
{
    
}
#i-action-content input.error
{
    border:dotted 1px red;
}
#i-action-content *
{
    list-style:none;
    font-size:16px;
}
#i-action-content .title
{
    width:275px;
}
#i-action-content .time
{
    width:42px;
}
#Description
{
    width:275px;
    height:150px;
}
#i-action-content .i-date-handle
{
    border:0;
    width:16px;
    height:16px;
    background:url(images/calendar.png);
}

/*uploader*/
.uploadifyQueue
{

  
}
.uploadifyQueueItem {
	font: 11px Verdana, Geneva, sans-serif;
	border: 2px solid #E5E5E5;
	background-color: #F5F5F5;
	margin-top: 5px;
	padding: 10px;
	width: 350px;
}
.uploadifyError {
	border: 2px solid #FBCBBC !important;
	background-color: #FDE5DD !important;
}
.uploadifyQueueItem .cancel {
	float: right;
}
.uploadifyProgress {
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 10px;
	width: 100%;
}
.uploadifyProgressBar {
	background-color: #0099FF;
	width: 1px;
	height: 3px;
}
.button-delete-icon
{
    width:16px;
    height:16px;
    background:url(images/delete.gif);
    border:0;
    padding:0;
}
#AttachFile-Preview
{
    padding:10px 5px;
}
table.label-for td
{
    
    height:26px;
}



.i-content-tree ul
{
    padding:0;
    margin:0;
    
}
.i-content-tree ul ul
{
    padding-left:25px;
}
.i-content-tree ul,.i-content-tree li
{
    list-style:none;
    font-size:16px;
    
}
.i-content-tree .item
{
    height:26px;
    line-height:26px;
    white-space:nowrap;
    
}
.i-content-tree .maxmin
{
    display:inline-block;
    width:19px;
    height:20px;
    
    background:url(images/dashplus.gif) no-repeat center center;
}
.i-content-tree .handle
{
    width:16px;
    height:16px;
    display:inline-block;
    cursor:pointer;

}
.i-content-tree .title
{ 
      cursor:pointer;
}
.i-content-tree .title-active
{
    background-color:#f1f5f8;
}
.i-content-tree .maxmin-max
{
    background-image:url(images/dashminus.gif)
}
.i-content-tree .host .handle
{
    background-image:url(images/host.gif);
}
.i-content-tree .portal .handle
{
    background-image:url(images/portal.gif);
}
.i-content-tree .portal li .handle
{
    background-image:url(images/folder.gif);
}
.i-content-tree .portal li.module div.item
{
    margin-left:16px;
}

.edit-handle
{
    width:16px;
    height:16px;
    background:url(images/edit.gif);
    display:inline-block;
}
.sucess .wrapper
{
    margin:30px 25px; 
    
}
.sucess .wrapper button
{
    margin-left:25px; display:inline 
}

#i-content-type
{
    font-size:16px;
    background-color:White;
    display:none;
}

.i-pager
{
    height:30px;
    clear:both;
float:right; margin-right:100px; display:inline;  font-size:16px; padding-top:30px; 
}
.i-pager-first,.i-pager-prev,.i-pager-next,.i-pager-last,.i-pager-item
{
    display:block;
    width:22px;
    height:20px;
    background:white;
    border:solid 1px #ccc; border: medium none;
    float:left; margin-right:10px;display:inline;
    text-align:center;
 
    font-size:13px;
}
.i-pager-first{background:url(first.gif)  no-repeat; width:22px; height:16px;}
.i-pager-prev{background:url(prev.gif) no-repeat; width:34px; height:16px;}
.i-pager-next{background:url(next.gif) no-repeat; width:34px; height:16px;}
.i-pager-last{background:url(last.gif) no-repeat;width:22px; height:16px;}

.i-pager-item{margin-right:6px;}
.i-pager-item span
{
color:#1c1c1c; line-height:13px;margin-right:0px;width:16px;}
.i-pager-item-active span
{
   
 line-height:13px;    color:red;
}



.i-pager-info
{
    display:none;
    float:left;
    margin-left:20px;
    line-height:13px;
}
.i-pager-info-c
{
    color:Red;
}
.i-pager-info-p
{
    color:Blue;
}
.i-pager-info-t
{
    color:Black;
    
}
.edit-notapproved
{
    color:Red;
}


.c-button {
    border: 0;
    background-color: transparent;
    padding: 0;
    margin: 0;
    cursor: pointer;
    overflow: visible;
    height: 33px;
    background: url(images/btn_right.gif) no-repeat right top;
    padding-right: 4px;
}

.c-button div{
    background: transparent url(images/btn_left.gif) no-repeat left top;     
    white-space: nowrap;
     
    height: 33px;
    line-height:33px;
    
}

.c-button div div {
   padding:0 4px 0 8px;
}

 
#Save div div,.save div div
{
    padding-left:24px;
    background:url(images/save.gif) no-repeat 4px center;
}
#Cancel div div,.cancel div div
{
    padding-left:24px;
    background:url(images/cancel.gif) no-repeat 4px center;
}
#Delete div div,.close div div
{
    padding-left:24px;
    background:url(images/delete.gif) no-repeat 4px center;
}
.continue div div
{
    padding-left:24px;
    background:url(images/add-goon.gif) no-repeat 4px center;
}

#SaveAndAudit div div
{
    padding-left:24px;
    background:url(images/save-audit.gif) no-repeat 4px center;
	
}



@charset "gb2312";


/*
控制面板
*/

.controlpanel
{
	text-align:center;
}
.secondbar
{
	width:100%;
	height:25px;
	background:url(2bg.gif) repeat-x left top;
}

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #fefefe;
}
.skinmaster {
	height: 100%;
	background-color: #eeeeee;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px; 
}
.skinheader {
}
.skingradient {
	background-image: url(gradient_DKGray.jpg); 
	height: 30px;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.main_topmenu_container {
	background-color: transparent; 
}
.main_topmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:42px;
	background-color: Transparent;
	line-height:42px;
}
.main_topmenu_item td { /*TD if menu option for using tables is on*/
	cursor: hand; 
	color: #fff; 
	font-size: 16px; 
	font-weight: normal; 
	font-style: normal; 
	background-color: transparent  ;
	font-family: Verdana,  Arial; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	
	text-align:center;
    line-height:29px;
	height:29px;
}

.main_topmenu_rootitem  { /*TD if menu option for using tables is on*/

	cursor: hand; 
	color: #fff; 
	font-size: 16px; 

	font-style: normal; 
    font-family:"宋体"; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
      /*explicitly set padding for root menu items*/
    /*background-image:url(menubg2.jpg);*/
    width:85;
  height:42px;
   
	text-align:center;
    vertical-align:middle;
    padding:0;
    margin:0;
	
	
    
}

.main_topmenu_itemhover {  
    
    
	background-color:transparent;  width:85;
text-align:center;
    color:#fff;
text-decoration:underline; 

}


.main_topmenu_itemhover td 
{ 
  line-height:29px; 
   padding-top:0px;
  color:#ffffff; text-decoration:underline;
  }



.main_topmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align:center; 
	width:0px; 
	height: 100%;
}
.main_topmenu_submenu {
  
	width:82;
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
    font-size:16px;
	text-align:center;
	font-weight:normal; 
	font-family:"宋体";
   margin-top:40;
    background:url(xiala.jpg) repeat-y  ;
    margin-left:7;
    line-height:29px;
    margin-top:0px;

	}


.main_topmenu_break {
	height: 0px;
	font-size: 1px;
}

.main_topmenu_arrow {
	border-right: #cccccc 0px solid; 
	border-bottom: #cccccc 0px solid; 
	border-top: #cccccc 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	}
.main_topmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	
	}
.Standardffffff {
   background: #aaaaaa none; 
   color: #ffffff;
   font-family: Verdana, sans-serif; 
   font-size: 16px;
   font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dddddd;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtGray.jpg);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight:  normal;
   color: #333333;
}
td{font-size:16px;word-spacing:2px; line-height:150%; font-family:Verdana, Arial, Helvetica, sans-serif}
p{font-size:16px;word-spacing:2px; line-height:150%; font-family:Verdana, Arial, Helvetica, sans-serif}
body {
 padding:0px; 
margin:0px; 
 text-align:center;
font-size:16px; color:#1C1B1A; font-family:"宋体"; }











body{ margin:0px; height:auto; padding:0px; background:url(nbg.jpg) center top no-repeat; display:inline-block; width:100%; text-align:center; color:#444444; font-size:16px;}
td,p,div{ margin:0px; padding:0px;}
.homebg{width:100%; margin:0px; height:auto; text-align:center; display:inline-block; padding:0px; background:url(banner.gif) top center no-repeat; padding-top:219px;}
.mainbox{width:1166px; text-align:left; margin:0 auto; }
.headbox, .centerbox, .footerbox{width:1166px; float:left; clear:left; background-color:#FFFFFF }
.cleftbox, .leftlongbox{width:808px; float:left; clear:left}
.ctleftbox{ float:left; width:404px; display:inline}
.ctrightbox{ float:left; width:328px; margin-left:24px; display:inline}
.crightbox{ float:right; width:341px}
.cbleftbox{ width:336px; float:left}
.cbrightbox{width:351px; float:right}
.iborder{border:solid #DBDADA 1px;}

a,a:link, a:visited{ color:#444444; text-decoration:none font-size:16px; line-height:25px}
a:hover{ text-decoration:underline}
a:active{ text-decoration:none; color:#444444}

　a:focus { -moz-outline-style: none; } 

.i-module{position:relative}
.i-module-more{ position:absolute; right:9px; top:-25px;}
.morewz{color:#8D8B8B; font-size:16px}
.morewz a{color:#8D8B8B; font-size:16px}
.morewz a:link,.morewz a:visited,.morewz a:hover,.morewz a:active{color:#8D8B8B; font-size:16px}

.titbox{border-bottom:dotted 1px #959595; float:left; width:100%;height: 35px;}
.tit{background:url(/images/gdot.gif) no-repeat 8px 16px; padding-left:17px; float:left;line-height:35px;}
.date{color:#444444; font-size:16px; float:right; line-height:35px;}



.furl{background:url(/images/furlline.gif) repeat-x; float:left}
.rborder{border:#dbdada solid 1px; }

.rtit{background:url(/images/gdot.gif) no-repeat 11px 11px; padding-left:20px; float:left }

.fbox{display:inline-block; text-align:center;color:#2B2B2B; line-height:24px; font-size:16px; padding-top:29px;height: 150px;background-color:#01125e ; }
.fbox a{color:#ffffff;}

#zf .tit{font-size:16px;line-height:33px;text-align: left;}
.cpzs_ul {
	PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; OVERFLOW: hidden; PADDING-TOP: 0px
}
.cpzs_li {
	FLOAT: left; OVERFLOW: hidden
}
.cpzs_s {
	BORDER-BOTTOM: #ccc 0px solid; TEXT-ALIGN: center; BORDER-LEFT: #ccc 0px solid; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; WIDTH: 110px; PADDING-RIGHT: 0px; HEIGHT: 80px; BORDER-TOP: #ccc 0px solid; BORDER-RIGHT: #ccc 0px solid; PADDING-TOP: 0px
}
.cpzs_s H4 {
	DISPLAY: inline
}
.cpzs_tu {
	BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 100px; HEIGHT: 70px; BORDER-TOP: #ccc 1px solid; BORDER-RIGHT: #ccc 1px solid
}
.cpzs_tu:hover {
	BORDER-BOTTOM: #ff0000 1px solid; BORDER-LEFT: #ff0000 1px solid; BORDER-TOP: #ff0000 1px solid; BORDER-RIGHT: #ff0000 1px solid
}
.cpzs_x {
	TEXT-ALIGN: center; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px
}
.cpzs_x A {
	LINE-HEIGHT: 15px; COLOR: #000000; FONT-SIZE: 12px; TEXT-DECORATION: none
}
.cpzs_x A:hover {
	COLOR: #ff0000; TEXT-DECORATION: underline
}
.sjcx{width: 350px;background-color: #037DC0; float: left;margin-left: 30px;

height: 50px;margin-bottom: 20px;text-align: center;}
.sjcx p span{line-height: 50px;color: #FFFFFF;}
.ejleftbox{ float:left; width:303px; margin-left:9px; display:inline}
.ejrightbox{ float:right; width:834px;}
.ejrtopl{ float:left; width:300px;}
.ejrtopr{ float:right; margin-right:23px; display:inline}
.rtop{ background:url(/images/ejrtop.gif) bottom repeat-x; display:inline-block; padding-bottom:11px}

.ejtit{background:url(/images/titicon.jpg) no-repeat 18px 5px; color:#F64904; font-weight:bold; padding-left:40px; font-size:16px; margin-top:3px;}

.ejxxbox{ float:left; width:100%; font-size:15px;}
.ejtitbox{ float:left; width:100%; border-bottom:dotted 1px #B0AAAA}
.ejxxtit{ float:left; background:url(/images/bdot.gif) 1px 16px no-repeat; padding-left:13px; font-size:15px; font-weight:bold; color:#1C1C1C; line-height:35px;}
.ejxxtit a:link, .ejxxtit a:visited{font-size:15px; color:#1C1C1C; line-height:35px;text-decoration:none}
.ejxxtit a:hover{font-size:15px; color:#1C1C1C; line-height:35px; text-decoration:underline}
.ejxxtit a:active{font-size:15px; color:#1C1C1C; line-height:35px;}

.i-nav{color:#323232; font-size:16px;}
.i-nav a:link,.i-nav a:visited{color:#323232; font-size:16px; text-decoration:none}
.i-nav a:hover{color:#323232; font-size:16px; text-decoration:underline}
.i-nav a:active{color:#323232; font-size:16px; text-decoration:none}
.i-nav .i-hightlight{color:#ED721C}


/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f1f5ff&bgTextureHeader=02_glass.png&bgImgOpacityHeader=75&borderColorHeader=d3dceb&fcHeader=707070&iconColorHeader=abbedf&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=e6e6e6&fcContent=222222&iconColorContent=222222&bgColorDefault=f7f7f7&bgTextureDefault=04_highlight_hard.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=fdfdfd&bgTextureHover=04_highlight_hard.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=abbedf&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=dae2f5&fcActive=3a66af&iconColorActive=abbedf&bgColorHighlight=e1e1e1&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=65&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=05_inset_soft.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #e6e6e6; background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #d3dceb; background: #f1f5ff url(images/ui-bg_glass_75_f1f5ff_1x400.png) 50% 50% repeat-x; color: #707070; font-weight: bold; }
.ui-widget-header a { color: #707070; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 0px solid #d3d3d3; background: none; font-weight: normal; color: #212121; margin:0px; padding: }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #212121; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 0px solid #999999; font-weight: normal; color: #212121; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 0px solid #dae2f5; background: #ffffff url(../../../DesktopModules/Content/toolbar-item-left.gif) left top no-repeat; padding-left:8px; font-weight: normal; color: #212121; }
.ui-state-active a  { color: #212121; margin-left:3px; text-decoration: none;background:url(../../../DesktopModules/Content/toolbar-item-right.gif) right top no-repeat;}
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fcefa1; background: #e1e1e1 url(images/ui-bg_glass_65_e1e1e1_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(images/ui-bg_inset-soft_95_fef1ec_1x100.png) 50% bottom repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_abbedf_256x240.png); }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_abbedf_256x240.png); }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_abbedf_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -116px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -116px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -116px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -116px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -116px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -116px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -116px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -116px; }
.ui-icon-flag { background-position: -16px -116px; }
.ui-icon-calendar { background-position: -32px -116px; }
.ui-icon-cart { background-position: -48px -116px; }
.ui-icon-pencil { background-position: -64px -116px; }
.ui-icon-clock { background-position: -80px -116px; }
.ui-icon-disk { background-position: -96px -116px; }
.ui-icon-calculator { background-position: -116px -116px; }
.ui-icon-zoomin { background-position: -128px -116px; }
.ui-icon-zoomout { background-position: -144px -116px; }
.ui-icon-search { background-position: -160px -116px; }
.ui-icon-wrench { background-position: -176px -116px; }
.ui-icon-gear { background-position: -192px -116px; }
.ui-icon-heart { background-position: -208px -116px; }
.ui-icon-star { background-position: -224px -116px; }
.ui-icon-link { background-position: -240px -116px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -116px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -116px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -116px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -116px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/* Resizable
----------------------------------*/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 16px; height: 16px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }/* Autocomplete
----------------------------------*/
.ui-autocomplete { position: absolute; cursor: default; }	
.ui-autocomplete-loading { background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat; }

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/* Menu
----------------------------------*/
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	margin: -1px;
}
/* Button
----------------------------------*/

.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */





/* Dialog
----------------------------------*/
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .5em 1em .3em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }




.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 16px; height: 16px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs
----------------------------------*/
.ui-tabs { position: relative; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding:0px; padding-left:20px; padding-top:5px; overflow:hidden; height:30px; border:0px; background:url(images/titlebg.gif) no-repeat; width:951px;_width:931px; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border: 0;  background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 39%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/* Progressbar
----------------------------------*/
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }

/* 
================================
 Container Styles for TopCMS
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.containerrow1_blue {
	background-image: url(gradient_LtBlue.jpg);
}
.containerrow2_blue {
	background-color: #ffffff;
}
.ModuleTitle_MenuItem {
	border: white 0px solid; /*override borders*/    
}

.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;	
}


.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	width: 15px;
	height: 100%;   /*override the default height for icon so that menubreaks can have heights adjusted*/
}

.ModuleTitle_SubMenu 
{
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}

.ModuleTitle_MenuBreak  {
	background-color: #EEEEEE; 
	font-size: 1px; /*make sure you take out portal.css ModuleTitle_MenuBreak for this to work*/
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}
.head
{
    font-size:16px;
	font-weight:600;
	
	color:#2E536E;
}

/* 
================================
 Container Styles for TopCMS
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.containerrow1_blue {
	background-image: url(gradient_LtBlue.jpg);
}
.containerrow2_blue {
	background-color: #ffffff;
}
.ModuleTitle_MenuItem {
	border: white 0px solid; /*override borders*/    
}

.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;	
}


.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	width: 15px;
	height: 100%;   /*override the default height for icon so that menubreaks can have heights adjusted*/
}

.ModuleTitle_SubMenu 
{
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}

.ModuleTitle_MenuBreak  {
	background-color: #EEEEEE; 
	font-size: 1px; /*make sure you take out portal.css ModuleTitle_MenuBreak for this to work*/
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}
.head
{
    font-size:16px;
	font-weight:600;
	
	color:#2E536E;
}


#ltop .Head{color:#ffffff; font-size:16px; font-weight:bold; line-height:26px; background:url(bicon.gif) 6px 5px no-repeat; padding-left:26px}
.ctshadow{ background:url(cshadow.gif) top center no-repeat; display:inline-block}

#lb .Head{color:#096D9C; font-size:16px; font-weight:bold; line-height:26px; background:url(blongicon.gif) 21px 1px no-repeat; padding-left:38px}
.lbtopb{border:solid 1px #DDD9D9; border-bottom:medium none}
.lbbotb{border:#DDD9D9 solid 1px; border-top: medium none}
.lbshadow{ background:url(lbshadow.gif) top no-repeat #F8F8F8; display:inline-block;}

.cdline{background:url(/images/ejcdline.gif) repeat-x bottom; display:inline-block}

/* ================================
    CSS STYLES FOR TopCMS
   ================================
*/   


/* 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 {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* 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 {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}


/* 
================================
 Container Styles for TopCMS
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.containerrow1_blue {
	background-image: url(gradient_LtBlue.jpg);
}
.containerrow2_blue {
	background-color: #ffffff;
}
.ModuleTitle_MenuItem {
	border: white 0px solid; /*override borders*/    
}

.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;	
}


.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	width: 15px;
	height: 100%;   /*override the default height for icon so that menubreaks can have heights adjusted*/
}

.ModuleTitle_SubMenu 
{
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}

.ModuleTitle_MenuBreak  {
	background-color: #EEEEEE; 
	font-size: 1px; /*make sure you take out portal.css ModuleTitle_MenuBreak for this to work*/
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}
.head
{
    font-size:16px;
	font-weight:600;
	
	color:#2E536E;
}


#ltop .Head{color:#ffffff; font-size:16px; font-weight:bold; line-height:26px; background:url(bicon.gif) 6px 5px no-repeat; padding-left:26px}
.ctshadow{ background:url(cshadow.gif) top center no-repeat; display:inline-block}

#lb .Head{color:#096D9C; font-size:16px; font-weight:bold; line-height:26px; background:url(blongicon.gif) 21px 1px no-repeat; padding-left:38px}
.lbtopb{border:solid 1px #DDD9D9; border-bottom:medium none}
.lbbotb{border:#DDD9D9 solid 1px; border-top: medium none}
.lbshadow{ background:url(lbshadow.gif) top no-repeat #F8F8F8; display:inline-block;}
.style1 {color: #FFFFFF; text-align:center; font-weight:bold; line-height:25px; font-size:16px}
.cdline{background:url(ejcdline.gif) repeat-x bottom; display:inline-block}

.ejrightbox p{line-height: 30px;}

.nava {
   background:#01125e;

    z-index: 999999;
height:68px;
    padding-left:0px; font-size:16px; padding-top:0px; width:1200px;  margin: 0 auto;
}




.nava .navmenu {
    position: relative;
}

.nava .navmenu * {
    white-space: nowrap;
    border: 0;
    padding: 0px;
    margin: 0px;
    border-spacing: 0;
    border-collapse: collapse; font-size:18px;
	font-weight:bold
}

.nava .navmenu div.item-wrap {
   cursor:pointer; font-size:16px;position: relative; float:left; display:inline; text-align:center; font-size:16px; font-weight:normal;  display:inline;  height:30px;  background:url(navbg.gif) no-repeat;  padding:0px; width:150px; margin-left:0px;
   px; margin-right:11px;
}

.nava .navmenu div.item-wrap-hover {
color:#ffffff; background:none; cursor:pointer;  float:left;
}

.nava .navmenu div.item-wrap-hover a.item {padding:0px;
    background-color: none; font-size:16px; font-weight:bold;
    color: #ffffff;height:30px;  background:url(navbg.gif) no-repeat; 
}

.nava .navmenu div.item-wrap-hover a.item  span {
   font-size:16px; font-weight:bold;

}


.nava .navmenu div.item-wrap-hover .sub a.item {
    color: #ffffff;
     font-size:16px; font-weight:normal; background: #0D91D1; font-weight:normal; position:absolute; width:100px;
  border-bottom:dotted 0px #ffffff;
}


.nava .navmenu div.item-wrap-hover .sub{float:left;left:0px;}
.nava .navmenu div.item-wrap-hover .sub a.item span {
   background:none; font-weight:normal;
}

.nava .navmenu div.item-wrap-hover .sub a.item-hover {
    font-weight:normal;color: #FFE100; font-size:16px; 
}

.nava .navmenu a.item {
    display: block;;
    line-height:68px;
    height: 68px;
    color: white;
    padding: 0 0px;
    font-size: 16px; 
    font-family: arial, sans-serif;
    text-decoration: none; 
	
	
}

.nava .navmenu a.item-active-1 {
   font-size:16px; font-weight:bold; line-height:30px;
}
 
.nava .navmenu td.level-0 {
    height: 25px; font-size:16px; w
}

.nava div.sub {
    position: absolute;
z-index:99999;
    border-top: 0;
    display: none;
    background-color: none;
    top:25px;

	left:0px;!important
    *left: -35px;
	*+left:0px;!important
	
   
}
.nava div.sub-show{
	display:block;
}
 
 

.nava div.sub a.item {
    color: #654;
}


/*三级*/
.nava td.level-1 div.sub {
    border: solid 0px #654; display:none;
    top: -1px; background:none; background-color:#0D91D1;margin-left:-30px; font-size:16px; font-weight:bold;

}

.nava .sub-1, .nava .sub-2, .nava .sub-3 {
}

.nava .navmenu TD.level-0 div.sub{padding-bottom:7px;float:left;background:#0D91D1;width:80px;}
.nava .navmenu TD.level-1 DIV.item-wrap{border-bottom:dotted #C4E3BB 0px;background:#0D91D1;  width:78px;float:left;}

.nava .navmenu TD.level-1 DIV.item-wrap A.item {
	FLOAT: left; left:0px;!important;
    *left: -41px;
	*+left:0px;!important; 
}


/*- Menu Tabs F--------------------------- */

    .link-h-menu-2-container {
      float:left;
      width:100%;
      background:transparent;
      font: normal 16px Verdana;
      line-height:normal;
       background:url(ejcdtop.gif) center top no-repeat; padding-top:2px;_padding-top:0px;
      }
    .link-h-menu-2-container ul {
        margin:0;
       padding:0px;
        list-style:none;
      }
    .link-h-menu-2-container li {
      display:inline;
      margin:0;
      padding:0;
      }
    .link-h-menu-2-container a {
      float:left;
      background:url(ejcdbg.gif) no-repeat; width:191px; height:37px; overflow:hidden;
      margin:0;
      padding:0px;
      text-decoration:none; cursor:pointer
      }
	  .link-h-menu-2-container a:link,.link-h-menu-2-container a:hover,.link-h-menu-2-container a:visited{
	  	text-decoration:none;
	  }
    .link-h-menu-2-container a span {
      float:left;
      display:block;
     
      color:#1C1C1C;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    .link-h-menu-2-container a span {float:left; padding-top:10px; padding-left:60px;}
    /* End IE5-Mac hack */
    .link-h-menu-2-container a:hover span {
      color:#F64904; background:url(ejcdactive.gif) no-repeat; float:left; width:191px; 
      }
    .link-h-menu-2-container a:hover {
 color:#F64904; background:url(ejcdactive.gif) no-repeat; float:left; width:191px; 
      }
    .link-h-menu-2-container a:hover span {
 color:#F64904; background:url(ejcdactive.gif) no-repeat; float:left; width:191px; 
      }

    .link-h-menu-2-container a.active{
             
        }
    .link-h-menu-2-container a.active span {
                color:#F64904; background:url(ejcdactive.gif) no-repeat; display:inline-block; width:191px; padding-top:10px; padding-left:60px;   
        }
		
		
		<style type="text/css">
 
h1, h2, h3, h4, h5, h6{font-size:16px;font-weight:normal;}
li { list-style-type:none }
.column1_left { width:275px; margin:0 auto; text-align:center; border:1px solid #CCC; padding:2px }
.container { width:275px; height:200px; overflow:hidden; position:relative; background:#000 }
.slider li { list-style:none; display:inline; }
.slider img { width:275px; height:180px; display:block; border:0; }
.slider2 li { float:left; position:relative }
.num { position:absolute; right:100px; bottom:4px; height:20px; _bottom:1px; }
.num li { float: left; width:21px; height:20px; background:url(images/ink0721hui.png) no-repeat center center; _background:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/ink0721hui.png', sizingMethod='crop');
cursor: pointer; overflow: hidden; }
.num li.on { background:url(images/ink0721hui1.png) no-repeat center center; _background:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/ink0721hui1.png', sizingMethod='crop');
width:21px; height:20px; }
.idSiideer_pos{height:27px; line-height:27px; color:#FFF;position:absolute; left:0px; bottom:0px; width:295px; z-index:10; text-align:center;}
.idSiideer_pos2{height:27px; background:#000; position:absolute; left:0px; bottom:0px; width:295px;filter:alpha(opacity=50);opacity:0.5;}
#main_left{ width:720px;float:left; margin:0; padding:0;}
#main_right{ width:720px; float:right; margin:0; padding:0;}
#main_leftr{ width:230px;float:left; margin:0; padding:0;}

.main_left_dqgz ul{height:117px; background:url(../images/dqgz_nr.jpg) no-repeat;padding-top:10px; padding-left:6px;}
.main_left_dqgz ul a{ width:103px; height:33px; display:block; float:left; margin:5px 3px; line-height:33px; font-size:13px;text-indent:38px;}
.a_img{ width:230px; height:46px; display:block; margin-bottom:5px;}
.main_left_qkzz{ margin-top:11px;}
.main_left_qkzz ul{ height:96px; background:url(../images/qkzz_nr.jpg) no-repeat; padding-top:7px; padding-left:15px;}
.main_left_qkzz ul li{ width:95px; height:25px; line-height:25px; list-style:none; float:left; background: url(../images/arrow.jpg) no-repeat left center; text-indent:16px; margin-right:10px;}
.main_left_zlxz{ margin-top:11px;}
.main_left_zlxz ul{ height:120px; background:url(../images/zlxz_nr.jpg) no-repeat; padding-top:9px;}
.main_left_zlxz ul li{ width:196px; height:25px; line-height:25px; list-style:none; background: url(../images/arrow.jpg) no-repeat left center; text-indent:16px; margin:0 auto; 
.news_tpxw_title{ width:737px; height:44px; background:url(../images/tpxw_title.jpg) no-repeat; margin:0; padding:0;}
.news_tpxw_title_l{ width:640px; height:44px; font-size:16px; font-weight:bold; color:#004DAC; line-height:44px; text-indent:20px; float:left;}
.news_tpxw_title_r{ width:95px; height:44px; float:right;}
.news_tpxw_title_r a{ width:95px; height:44px; display:block;}
.news_tpxw_nr{ width:737px;height:222px; background:url(../images/tpxw_nr.jpg) no-repeat bottom; margin:0; padding:0;}
.news_tpxw_tab td{ height:26px; line-height:26px;}
.td1{ height:26px; line-height:26px; background:url(../images/arrow.jpg) no-repeat left center; text-indent:16px; overflow:hidden; text-overflow:ellipsis;}
.td1 a{ height:26px; line-height:26px; text-indent:16px; overflow:hidden; text-overflow:ellipsis;}
.news_zxxx{ margin-top:6px;}
.news_zxxx a{ width:215px; height:25px; line-height:25px; display:block; overflow:hidden; text-align:ellipsis;}
.news_hjfc{height:44px; background:url(../images/hjfc_title.jpg) no-repeat; font-size:16px; font-weight:bold; color:#004DAC; line-height:44px; text-indent:20px;}
.news_hjfc_title{font-size:16px; font-weight:bold; color:#004DAC; line-height:44px; text-indent:20px;}
.hjfc_more{ width:95px; height:44px; display:block; float:right;}
.right_a_title{ width:110px; height:32px; line-height:32px; display:block; font-size:15px; font-weight:bold; color:#fff; text-align:center; margin-left:55px;}
.right_a_title:hover{color:#fff;}


/* 
================================
 Container Styles for TopCMS
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.containerrow1_blue {
	background-image: url(gradient_LtBlue.jpg);
}
.containerrow2_blue {
	background-color: #ffffff;
}
.ModuleTitle_MenuItem {
	border: white 0px solid; /*override borders*/    
}

.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;	
}


.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	width: 15px;
	height: 100%;   /*override the default height for icon so that menubreaks can have heights adjusted*/
}

.ModuleTitle_SubMenu 
{
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}

.ModuleTitle_MenuBreak  {
	background-color: #EEEEEE; 
	font-size: 1px; /*make sure you take out portal.css ModuleTitle_MenuBreak for this to work*/
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}
.head
{
    font-size:16px;
	font-weight:600;
	
	color:#2E536E;
}


#ltop .Head{color:#096D9C; font-size:16px; font-weight:bold; line-height:26px; background:url(bicon.gif) 6px 5px no-repeat; padding-left:26px}
.ctshadow{ background:url(cshadow.gif) top center no-repeat; display:inline-block}

#lb .Head{color:#096D9C; font-size:16px; font-weight:bold; line-height:26px; background:url(blongicon.gif) 21px 1px no-repeat; padding-left:38px}
.lbtopb{border:solid 1px #DDD9D9; border-bottom:medium none}
.lbbotb{border:#DDD9D9 solid 1px; border-top: medium none}
.lbshadow{ background:url(lbshadow.gif) top no-repeat #F8F8F8; display:inline-block;}

.cdline{background:url(ejcdline.gif) repeat-x bottom; display:inline-block}


.list1{width:220px; margin-right:30px; float:left}
.list1a{height:33px; background:url(/image/nei1.gif);font-family:"Microsoft YaHei"; color:#FFFFFF; font-weight:bold; line-height:30px; padding-left:30px; font-size:15px;}


.list1b{ margin:10px auto}
.list1b li{padding-left:55px; background:url(/image/dd.gif) no-repeat scroll 15px 8px; border:solid 1px #CCCCCC; margin:1px auto; line-height:30px;}
.list1b li a:hover {font-size:16px;color:#C30000;text-decoration: none;line-height:30px;}
