/*======================================================*/
/*         CSS for DotNetNuke Skin                      */
/*                  Design by 0km                       */
/*  http://www.cnreds.com   http://www.cnreds.net       */
/*  http://www.cnreds.cn   http://www.dnnskin.net       */
/*                E-mail:eg760@hotmail.com              */

/* GENERAL */
/* style for module titles */
.Head
{
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #596888;
}

/* text style for the unselected tabs */
.OtherTabs
{
	font-size: 8.5pt;
	color: #596888;
	font-family: Arial, Helvetica;
	text-decoration: none;
	font-weight: normal;
}

/* hyperlink style for the unselected tabs */
A.OtherTabs:link
{
	text-decoration: none;
	color: #596888;
	font-weight: normal;
	font-size: 8.5pt;
}

A.OtherTabs:visited
{
	text-decoration: none;
	color: #596888;
	font-weight: normal;
	font-size: 8.5pt;
}

A.OtherTabs:active
{
	text-decoration: none;
	color: #596888;
	font-weight: normal;
	font-size: 8.5pt;
}

A.OtherTabs:hover
{
	text-decoration: underline;
	color: #394B68;
	font-weight: normal;
	font-size: 8.5pt;
}

/* SIGNIN */
TD.SignIn
{
	text-align: right;
	white-space: nowrap;
	border-right: solid 12px #e0e0e0;
    height: 30px;
}

.SignIn
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #596888;
	font-weight: normal;
}
A.SignIn:link
{
	text-decoration: none;
	font-size: 9pt;
	font-family: Arial, Helvetica;
	color: #596888;
}

A.SignIn:visited
{
	text-decoration: none;
	font-size: 9pt;
	font-family: Arial, Helvetica;
	color: #596888;
}

A.SignIn:active
{
	text-decoration: none;
	font-size: 9pt;
	font-family: Arial, Helvetica;
	color: #596888;
}

A.SignIn:hover
{
	text-decoration: underline;
	font-size: 9pt;
	font-family: Arial, Helvetica;
	color: #394B68;
}

/* Main Menu */

.MainMenu_MenuContainer
{
	border-bottom: #ffffff 0px solid;
	border-left: #FF8080 0px solid;
	border-top: #FF8080 0px solid;
	border-right: #FFFFFF 0px solid;
	background-color: transparent;
}

.MainMenu_MenuBar
{
	cursor: pointer;
	cursor: hand;
	height: 22px;
}

.MainMenu_MenuItem
{
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
	cursor: hand;
	color: #ffffff;
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	height: 22px;
}

.MainMenu_MenuItem TD
{
	padding-left: 10px;
	padding-right: 10px;
	border-left: solid 0px #000000;
	border-bottom: solid 0px #000000;
	border-top: solid 0px #000000;
	border-right: solid 0px #000000;
	height: 22px;
}

TD.MainMenu_MenuItem
{
	padding-left: 10px;
	padding-right: 10px;
	border-left: solid 0px #000000;
	border-bottom: solid 0px #000000;
	border-top: solid 0px #000000;
	border-right: solid 0px #000000;
	height: 22px;
}

.MainMenu_MenuIcon
{
	cursor: pointer;
	cursor: hand;
	background-color: #000000;
	text-align: center;
	width: 0px;
	height: 22px;
}
.MainMenu_SubMenu
{
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	color: #5555A5;
	font-family: Arial, Helvetica;
	font-weight: normal;
	font-size: 9pt;
	font-style: normal;
	background-color: #000000;
	border-bottom: #ffffff 1px solid;
	border-left: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	border-right: #ffffff 1px solid;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#666666, Direction=135, Strength=3);
}
.MainMenu_MenuBreak
{
	border-bottom: #000000 0px solid;
	border-left: #000000 0px solid;
	border-top: #000000 0px solid;
	border-right: #ffffff 1px solid;
	background-color: #b40000;
	height: 22px;
}

.MainMenu_MenuItemSel
{
	padding-left: 10px;
	padding-right: 10px;
	background-color: #CE130F;
	cursor: pointer;
	cursor: hand;
	color: #ffcc33;
	font-family: Arial, Helvetica;
	font-weight: normal;
	font-size: 9pt;
	font-style: normal;
}

TD.MainMenu_MenuItemSel
{
	padding-left: 10px;
	padding-right: 10px;
	background-color: #CE130F;
	border-left: solid 0px #CE130F;
	border-bottom: #CE130F 0px solid;
	border-top: #CE130F 0px solid;
	border-right: solid 0px #CE130F;
}

.MainMenu_MenuItemSel TD
{
	padding-left: 10px;
	padding-right: 10px;
	background-color: #CE130F;
	border-left: solid 0px #CE130F;
	border-bottom: #CE130F 0px solid;
	border-top: #CE130F 0px solid;
	border-right: solid 0px #CE130F;
}

.MainMenu_MenuArrow
{
	font-family: webdings;
	font-size: 1px;
	color: #666666;
	cursor: pointer;
	cursor: hand;
}

.MainMenu_RootMenuArrow
{
	font-family: webdings;
	font-size: 1pt;
	cursor: pointer;
	cursor: hand;
	border-right: solid 0px transparent;
}

.NormalBold
{
	font-family: Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	color: #394B68;
	line-height: 20px;
}

.Normal
{
	font-family: Arial, Helvetica;
	font-size: 9pt;
	color: #394B68;
	font-weight: normal;
	line-height: 20px;
}
.Date
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #FFFFFF;
}
a:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FF6400;
	text-decoration: none;
}
a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FF6400;
	text-decoration: none;
}
a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FF6400;
	text-decoration: underline;
}
a:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FF6400;
	text-decoration: none;
}
.More
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #FF6400;
	text-decoration: none;
	font-style: normal;
}
A.More:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #FF6400;
	text-decoration: none;
	font-style: normal;
}
A.More:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #FF6400;
	text-decoration: none;
	font-style: normal;
}
A.More:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #FF6400;
	text-decoration: underline;
	font-style: normal;
}
A.More:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #FF6400;
	text-decoration: none;
	font-style: normal;
}
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #394B68;
	background-color: #FFFFFF;
}
.Title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #394B68;
}
.Gray
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #666666;
	text-decoration: none;
}
A.Gray:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #666666;
	text-decoration: none;
}
A.Gray:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #666666;
	text-decoration: none;
}
A.Gray:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #000000;
	text-decoration: underline;
}
A.Gray:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #666666;
	text-decoration: none;
}
ul
{
	list-style-image: url(arrow2.gif);
	list-style-position: outside;
}
li
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #666666;
	list-style-position: outside;
	list-style-type: lower-roman;
	font-weight: normal;
}
/* Footer */
.Footer
{
	font-size: 8.5pt;
	color: #ffffff;
	font-family: Arial, Helvetica;
	text-decoration: none;
	font-weight: normal;
	background-color: #b40000;
}

TD.Footer
{
	background-image: url(footerbg.gif);
	height: 60px;
}

/* Footer Links */
A.Footer:link
{
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
	font-size: 8.5pt;
}

A.Footer:visited
{
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
	font-size: 8.5pt;
}

A.Footer:active
{
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
	font-size: 8.5pt;
}

A.Footer:hover
{
	text-decoration: underline;
	color: #ffcc33;
	font-weight: normal;
	font-size: 8.5pt;
}
.NormalSmall
{
	font-family: Arial, Helvetica;
	font-size: 8pt;
	color: #000000;
	line-height: 9pt;
}
.NormalBoldSmall
{
	font-family: Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	line-height: 9px;
}
.SubHead
{
	font-family: Arial, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	color: #394B68;
}
.SubHead13
{
	font-family: Arial, Helvetica;
	font-size: 13pt;
	font-weight: bold;
	color: #394B68;
}
.SubHeadOrange
{
	font-family: Arial, Helvetica;
	font-size: 16pt;
	font-weight: bold;
	color: #FF6400;
}
.SubHeadBlue
{
	font-family: Arial, Helvetica;
	font-size: 14pt;
	font-weight: bold;
	color: #0066CC;
}
.CommandButton
{
	font-family: Arial, Helvetica;
	font-size: 8pt;
	font-weight: normal;
	line-height: 12pt;
	color: #FF6400;
}
A.CommandButton:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FF6400;
	text-decoration: none;
	line-height: 12pt;
	font-style: normal;
}
A.CommandButton:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FF6400;
	text-decoration: none;
	line-height: 12pt;
	font-style: normal;
}
A.CommandButton:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FF6400;
	text-decoration: underline;
	line-height: 12pt;
	font-style: normal;
}
A.CommandButton:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FF6400;
	text-decoration: none;
	line-height: 12pt;
	font-style: normal;
}
.NormalBoldBlue
{
	font-family: Arial, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	color: #0955A5;
}

IMG.Dot5
{
	border-right: solid 6px transparent;
	vertical-align: middle;
}

/* CurrentDate */
TD.CurrentDate
{
	text-align: center;
	white-space: nowrap;
	border-left: solid 10px #e0e0e0;
	border-right: solid 10px #e0e0e0;
    height: 30px;
}

.CurrentDate
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: normal;
	color: #596888;
}

/* Breadcrumbs */
TD.breadcrumbTop
{
	border-bottom: solid 1px #888888;
	background-color: #e0e0e0;
	height: 31px;
}
.breadcrumb
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #596888;
}
TD.breadcrumb
{
	white-space: nowrap;
    border-left: solid 10px #e0e0e0; 
    height: 30px;
	text-align: left;
	vertical-align: middle;
}
A.breadcrumb:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #596888;
	text-decoration: none;
}
A.breadcrumb:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #596888;
	text-decoration: none;
}
A.breadcrumb:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #394B68;
	text-decoration: underline;
}
A.breadcrumb:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #596888;
	text-decoration: none;
}

.SubHeadOrange2
{
	font-family: Arial, Helvetica;
	font-size: 11pt;
	font-weight: bold;
	color: #FF6400;
}
.nav
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #FF6400;
	margin: 8px;
	padding: 8px 8px 8px 12px;
}
A.nav:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #FF6400;
	text-decoration: none;
}
A.nav:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #FF6400;
	text-decoration: none;
}
A.nav:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #FF6400;
	text-decoration: underline;
}
A.nav:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #FF6400;
	text-decoration: none;
}
.NormalBoldSmallBlue
{
	font-family: Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	color: #0955A5;
	line-height: 11px;
}
.NormalBlue
{
	font-family: Arial, Helvetica;
	font-size: 9pt;
	color: #0955A5;
}
.NormalBoldBlue9
{
	font-family: Arial, Helvetica;
	font-weight: bold;
	color: #0955A5;
	font-size: 9pt;
}
.Tagline
{
	font-family: Arial, Helvetica;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
}
.SubHeadDarkBlue
{
	font-family: Arial, Helvetica;
	font-size: 14pt;
	font-weight: bold;
	color: #0955A5;
}
.Copyright
{
	font-size: 8.5pt;
	color: #fff;
	font-family: Arial, Helvetica;
	text-decoration: none;
	font-weight: normal;
}
.toppane
{
	text-align: center;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	color: #ffffff;
}
.toppane A
{
	color: #ffffff;
}
.leftpane
{
	text-align: left;
	vertical-align: top;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.contentpane
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	vertical-align: top;
}
.rightpane
{
	text-align: left;
	vertical-align: top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #ffffff;	
}

.middlepane
{
	text-align: left;
	vertical-align: top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.table
{
	border-top: solid 0px #000000;
	border-left: solid 0px transparent;
	border-right: solid 0px transparent;
	border-bottom: solid 0px transparent;
}

/*Add For Sinosuntop*/
TABLE.TopLineTable
{
	background-image: url(toplinebg.gif);
	background-repeat: repeat-x;
}

.Search
{
	color: #ffffff;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
}



TD.BlackSeparator
{
	background-color: #000000;
	height: 7px;
}

TD.MenuTable
{
	border-top: solid 1px #d89395;
	border-right: solid 0px transparent;
	border-left: solid 0px transparent;
	border-bottom: solid 0px transparent;
	background-color: #b40000;
	height: 30px;
}

