/* 
================================
Skin styles for HopeValley
================================
*/   
/* <body> the whole page */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#003366;
}

.pagemaster {
	width: 100%;
	height: 100%;	
	leftmargin:0;
	topmargin:0;	
}
/* <table>the table contain the all page */
.skinmaster {
	height: 100%;
}
.skinUser {
	font-size:12px;
	color:#ffffff;
}
.skinImportInfo {
	font-size:14px;
	color:#ff0000;
	font-weight:bold;
}
.skinRegister {
	color:#ffffff;
}
.skinLogin {
	font-size:12px;
	color:#ffffff;
}
.skinBreadcrumb {
	font-size:12px;
	font-weight:normal;
	color: #666666;

}
a.skinBreadcrumb,a.skinBreadcrumb:visited,a.skinBreadcrumb:hover {
	font-size:12px;
	font-weight:normal;
	color: #666666;

}
.skinLinks,a.skinLinks,a.skinLinks:visited,a.skinLinks:link,a.skinLinks:hover {
	font-size:12px;
	font-weight:normal;
}
/* <tr>the table container copyright */
.skinCopyright {
	font-size:12px;
	color:#333333;
}
.skinCurrentDate {
	color:#666666;
}
/* <table> the header table,which container logo and banner*/
.skinheader {
}
/* <table> the Menu table */
.skinMenu {
	background-image: url(menu_background.jpg); 
	height:44px;
}
.skinMenu2,a.skinMenu2,a.skinMenu2:hover,a.skinMenu2:Link,a.skinMenu2:visited {
	font-size:12px;
}
.skinBottom {
	background-image: url(botton_redline_background.gif);
	font-size: 12px;
}
.headpane {
	font-size:12px;	
	background-color:#ffffff;
}
.menupane {
	font-size:12px;	
	background-color:#ffffff;
}
.controlpanel {
	width: 100%;
	background-position: center;
	text-align: center;
		font-size:12px;	
	background-color:#ffffff;
}
.toppane {
	font-size:12px;	
	background-color:#ffffff;
}
.titlepane {
	background-image: url(titleBg.gif);
}
.bannerpane {
	font-size:12px;
	background-color:#ffffff;
}
.logopane {
	font-size:12px;
	background-color:#ffffff;
}
.leftpane {	
	font-size:12px;	
	background-color:#ffffff;
	padding-left: 0px;
	padding-right: 6px;
	padding-top: 0px;
	padding-bottom:0px;
}
.rightpane {
	padding-left: 0px;
	padding-right: 6px;
	padding-top: 0px;
	padding-bottom:0px;
		font-size:12px;	
	background-color:#ffffff;
}
.topleftpane {	
	font-size:12px;	
	background-color:#ffffff;
	padding-left: 0px;
	padding-right: 6px;
	padding-top: 0px;
	padding-bottom:6px;
}
.toprightpane {
	padding-left: 0px;
	padding-right: 6px;
	padding-top: 0px;
	padding-bottom:6px;
		font-size:12px;	
	background-color:#ffffff;
}
.bottomleftpane {	
	font-size:12px;	
	background-color:#ffffff;
	padding-left: 0px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom:0px;
}
.bottomrightpane {
	padding-left: 0px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom:0px;
		font-size:12px;	
	background-color:#ffffff;
}
.marqueepane {
		padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom:0px;
		font-size:12px;	
	background-color:#ffffff;
}
.contentpane {
	padding-left: 0px;
	padding-right: 6px;
	padding-top: 0px;
	padding-bottom:0px;
	font-size:12px;	
	background-color:#ffffff;
}

.bottompane {
	padding-left: 0px;
	padding-right: 6px;
	padding-top: 0px;
	padding-bottom:0px;
	font-size:12px;	
	background-color:#ffffff;
}

/*---------------- the horizontal menu -------------------------- */

.main_dnnmenu_container {
	height:30px;
}
.main_dnnmenu_bar {
	height:30px;
	cursor: pointer; 
	cursor: hand;
	background-color: Transparent;
}
.main_dnnmenu_item {
	cursor: pointer; 
	cursor: hand; 
	color:#1B3D5A;	
	font-size:12px;	
	padding:4px 0px 4px 0px;
}
.main_dnnmenu_itemhover,.main_dnnmenu_itemhover td {
}
.main_dnnmenu_rootitem,.main_dnnmenu_rootitem td  {
	cursor: pointer;
	cursor: hand;
	color:#1B3D5A;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-weight: bold;
	text-align:center;
	padding: 0px 8px 0px 8px;
}
.main_dnnmenu_rootitemhover,.main_dnnmenu_rootitemhover td {
	cursor: pointer;
	cursor: hand;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-weight: bold;
	text-align:center;
	padding: 0px 8px 0px 8px;
}
.main_dnnmenu_rootitemsel,.main_dnnmenu_rootitemsel td {
	cursor: pointer;
	cursor: hand;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-weight: bold;
	text-align:center;
	padding: 0px 8px 0px 8px;
}
.main_dnnmenu_breadcrumb_root,.main_dnnmenu_breadcrumb_root td  {

}
.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}

.main_dnnmenu_break { /* dont konw what use is it. */
    border: transparent 0px solid; 
	background-color: transparent; 
	height: 1px;
}

.main_dnnmenu_arrow {
}
.main_dnnmenu_rootmenuarrow {
	DISPLAY: none;
}




.sub_dnnmenu_container 
{		
	background:#ffffff;	
	border:1px #B3CFFC solid;
}
.sub_dnnmenu_item,.sub_dnnmenu_item td {
}
.sub_dnnmenu_itemhover{  
	cursor: pointer; 
	cursor: hand; 
	color:#333333;	
	font-size:12px;	
	padding:4px 0px 4px 0px;
	background:#82BADB;
}
/* -------------------- Global CSS --------------------- */

p {
}
td {
	font-size: 12px;
}
A:link  {
}

A:visited   {
}

A:hover {
	text-decoration:none;
}

A:active    {
}

.head
{
	font-size:12px;
}
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 12px;
	background: #94BAFF;
	color: #ffffff;
	font-family: Verdana, sans-serif;
}
.PagingTable
{
	border-right: #000000 1px solid; 
	border-top: #000000 1px solid; 
	border-left: #000000 1px solid; 
	border-bottom: #000000 1px solid;
	
}
.NormalBold
{
	font-weight: bold;
	font-size:12px;
}
.NormalTextBox
{
	font-size:12px;
}
.NormalRed
{
	font-size:12px;
}
.NormalDisabled
{
        font-size:12px;
}
.Normal
{
	font-size:12px;
}
.commandButton,a.commandButton,a.commandButton:link,a.commandButton:visited,a.commandButton:hover {
	font-size:12px;
	text-decoration:none;
}

.SkinObject
{
	font-weight:normal;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}

A.SkinObject:link,A.SkinObject:visited,A.SkinObject:hover,A.SkinObject:active
{
	font-weight:normal;
	text-decoration: none;
}
.SubHead
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
}
/* ---------------styles used in the FileManager---------------- */
.FileManager
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height: 400px;
}
.FileManager_ToolBar
{
	border-bottom: black 1px solid;
	height: 25px;
}
.FileManager_Explorer
{
	height: 100%;
	border: #000000 1px solid;
	margin: 2px 2px 2px 2px;
}

.FileManager_FileList
{
	height: 100%;
	border: #000000 1px solid;
	margin: 2px 2px 2px 2px;
	overflow: auto;
}

.FileManager_MessageBox
{
	text-align: center;
	vertical-align: middle;
	padding: 25px 25px 25px 25px;
}

.FileManager_Header
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	border-bottom: #000000 1px solid;
	height: 25px;
}

.FileManager_Pager
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	border-top: #000000 1px solid;
	height: 25px;
}

.FileManager_StatusBar
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	height: 25px;
	margin: 2px 2px 2px 2px;
}

.FileManager_Item
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	border-top: black 1px dashed;
	border-bottom: black 1px dashed;
}
a.FileManager_Item,a.FileManager_Item:link,a.FileManager_Item:visited,a.FileManager_Item:hover
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	border-top: black 1px dashed;
	border-bottom: black 1px dashed;
}

.FileManager_AltItem
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	border-style: none;
}
.FileManager_SelItem
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color:#000000;
	background-color: #99ffff;
	border-style: none;
}

.FileManagerTreeNode
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
}

.FileManagerTreeNodeSelected
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	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 by Data Grids------------------------- */
.DataGrid_AlternatingItem
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
}

.DataGrid_Container
{
	background-color: Transparent;
}
.DataGrid_Footer
{
	background-color: White;
}
.DataGrid_Header
{
	background-color: Transparent;
	color: white;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.DataGrid_Item
{
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
}
.DataGrid_SelectedItem
{
	background-color: Silver;
	color: Blue;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
}
/* -----------------------the Article CSS ---------------------------------*/
.ArticleDetailTitle
{
	font-size:14px;
	font-weight:bold;
}
.ArticleListMoreArticles
{	
	font-size:12px;
}
a.ArticleListMoreArticles
{
	font-size:12px;
}
a.ArticleListMoreArticles:link
{
	font-size:12px;
}
a.ArticleListMoreArticles:visited
{
	font-size:12px;
}
a.ArticleListMoreArticles:hover
{
	font-size:12px;
	text-decoration:none;
}
.ArticleListTable
{
	font-size:12px;
}
.ArticleListReadMore
{
	font-size:12px;
	font-style:normal;
}
a.ArticleListReadMore
{
	font-size:12px;
	font-style:normal;
}
.ArticleListReadMore td
{
	font-size:12px;
	font-weight: normal;
}
.ArticleListDescription
{
	font-size:12px;
	font-weight: normal;
}
.ArticleListAuthor 
{
	font-size:12px;
}
.ArticleListData
{
	font-size:12px;
}
.ArticleListComment
{
	font-size:12px;
}
.ArticleListCategory
{
	color:#999999;
	font-size:12px;
}
.ArticleListCategory td
{
	color:#999999;
	font-size:12px;
}
.ArticleListCategoryBig
{
	color:#999999;
	font-size:12px;
}
.ArticleListCategoryBig td
{
	color:#999999;
	font-size:12px;	
}
.ArticleListTitle,a.ArticleListTitle,a.ArticleListTitle:link,a.ArticleListTitle:visited,a.ArticleListTitle td
{
	color:#666666;
	font-size:12px;
}
a.ArticleListTitle:hover
{
	color:#999999;
	font-size:12px;
	text-decoration:none;
}
,
.ArticleListTitleBig
{
	font-size:12px;
}
.ArticleListTitleBig td
{
	font-size:12px;
}
.ArticleListApproval
{
}
.ArticleListExpired
{
}
.ArticleListPublished
{
}
.CommentsContainer
{
	border-right: #000000 1px solid; 
	border-top: #000000 1px solid; 
	border-left: #000000 1px solid; 
	border-bottom: #000000 1px solid;
}

.CommentItemStyle {
	padding: 5px; 
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.CommentAlternatingItemStyle {
	padding: 5px; 
}

.CommentAuthor {
	color: #cccccc;
	font-size: 12px;
	font-weight: bold;
}
.CommentDate{
	font-size: 12px;
	color: #cccccc;
}
/* -------------------- table Line define ------------------------ */
.font14 {
	font-size: 14px;
}
.font14red {
	color:#ff0000;
	font-size: 14px;
}
.font12 {
	font-size: 12px;
}
.font12red {
	font-size: 12px;
	color:#ff0000;
}
.tableLineColor
{
	background-color: #000000;
}
.tableBgColor {
	background-color:#ffffff;
}
.font12white,a.font12white,a.font12white:visited,a.font12white:hover {
	color:#ffffff;
	font-size:12px;
}
/* --------------------- Marquee ----------------------------- */
.marquee,a.marquee,a.marquee:active,a.marquee:link,a.marquee:visited,a.marquee td
{
	color:#ff0000;
	font-size:12px;
}
a.marquee:hover
{
	color:#ff0000;
	font-size:12px;
}



