﻿
/*  ------------------------------ 一般的设定  --------------------------------------- */

/*  元素a影响的范围太大，所以注释掉  */
/*  以后可以用 .menua a 类似的形式设置文本 */

/*
a 
{
	text-decoration: none;
	color: #d32525;
}

*/

a:link
{
    color: #660099;
}

a:visited 
{
	color: #980000;
}

a:hover
{
	text-decoration: underline;
	color: #e05252;
}


a:active
{
	color: #980000;
}


/*  元素boay影响的范围太大，所以注释掉color: #666666 */

body
{
    background-color: #ffffff;
    font-family: verdana, arial, helvetica, sans-serif;
    /*color: #666666;*/
}


/* h1 - h4 暂时没有用*/

h1, h2, h3, h4 {
	margin: 0;
	font-family: tahoma, arial, helvetica, sans-serif;
}


h1
{
    font-size: 16px;
    text-align: center;
}

/*  ------------------------------ 一般的设定  --------------------------------------- */






/*  ------------------------------主表的有关设定  --------------------------------------- */
.header
{
    background-image: url(Image/header.gif);
    background-repeat: repeat-x;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    vertical-align: text-top;
    height: 42px;
    text-align: center;
    margin-top: 1px;
    padding-top: 2px;
    font-weight: bold;
    color: #666666;
}

.leftbar
{
    background-color: #ececec;
    font-family: verdana, arial, helvetica, sans-serif;
    text-align: left;
    vertical-align: top;
    width: 180px;
    padding-bottom: 15px;
    padding-top: 4px;
}


.leftmain
{
    font-size: 14px;
    padding-bottom: 5px;
    padding-top: 5px;
    font-weight: bold;
    padding-left: 5px;
}

.leftmain a
{
    color: #666666;
    text-decoration: none;
}

.leftchild
{
    font-size: 12px;
    padding-bottom: 3px;
    padding-top: 3px;
    padding-left: 18px;
    font-family: arial, verdana, helvetica, sans-serif;
}

.leftchild a, .leftchild a:link, .leftchild a:visited
{
    color: navy;
    text-decoration: none;
}

.leftchild a:hover
{
    color: navy;
    text-decoration: underline;
}


.leftchildroot 
{
     font-size: 12px;
}

.leftchildroot a, .leftchildroot a:link, .leftchildroot a:visited
{
    color: #3366ff;
    font-family: arial, verdana, helvetica, sans-serif;
}


.leftchildleaf 
{
     font-size: 12px;
}

.leftchildleaf a, .leftchildleaf a:link, .leftchildleaf a:visited
{
    color: #000000;
    font-family: arial, verdana, helvetica, sans-serif;
}


.footer
{
    background-image: url(Image/footer.gif);
    background-repeat: repeat-x;
    text-align: center;
    font-size: 12px;
    height: 70px;
    color: #666666;
}

/*  ------------------------------主表的有关设定  --------------------------------------- */






/*  ------------------------------附表的有关设定  --------------------------------------- */


/* 主标题 如:SuperCool Album Photo*/
.title
{
    font-size: 15px;
    vertical-align: top;
    text-align: center;
    padding-bottom: 5px;
    padding-top: 1px;
    color: #666666;
    font-weight: bold;
}


.menubarintable
{
    text-transform: none;
    font-size: 12px;
    text-align: center;
    padding-bottom: 5px;
    padding-top: 5px;
    color: #d32525;
}


/* 当前位置的定位条，三个的color相同 */
.nav
{
    font-size: 12px;
    text-align: left;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 5px;
    color: #663366;
}


.nav a
{
    text-decoration: none;
    color: #663366;
}

.nav a:visited
{
	color: #663366;
}



/* 内容 */
.content
{
    color: #666666;
    font-size: 12px;    
    text-align: left;
    
    padding-bottom: 10px;
    padding-top: 2px;
    
    padding-right: 3px;
    padding-left: 8px;
}


.content a, .content a:link
{
    color: #666666;
    text-decoration: none;
}

.content a:hover
{
	text-decoration: underline;
	color: #e05252;
}



/* 广告 */
.adver
{
    font-size: 12px;
    text-align: center;
    color: #666666;
    padding-bottom: 15px;
    padding-top: 8px;
}

.adver a, .adver a:link
{
    color: #666666;
    text-decoration: none;
}

.adver a:hover
{
	text-decoration: underline;
	color: #e05252;
}



/*  ------------------------------附表的有关设定  --------------------------------------- */






/*  ------------------------------ 单列的菜单设定  --------------------------------------- */
.menu 
{
	font-size: 12px;
}

/* set tab1 as top level container table, then target TDs inside*/
.menuItem td
{
    text-align: center;
    padding-right: 1px;
    padding-left: 1px;
    padding-bottom: 1px;
    margin: 1px;
    padding-top: 1px;
}


/* make current tab gray,set the background-color also in case images are not on*/
.menuSelectedItem td {

}


/* make link and visited the same look,set the background-color also in case images are not on*/
.menuItem a:link, .menuItem a:visited, .menuPopupItem a:link, .menuPopupItem a:visited
{
    color: #d32525;
    text-align: center;
}


/* make hover by changing vertical position of background to -22px (the tab_dim2.gif is 44px high) */
.menuItem a:hover
{
    text-decoration: underline;
}

/* make drop down menu container style */
.menuPopup {
	border: 1px solid #666666;
	border-bottom: none;
	text-align: left;
}

/* make drop down menu item style */
.menuPopupItem 
{
	border-bottom: 1px solid #666666;
    padding-left: 1px;
    padding-right: 2px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.menuPopupItem a:hover
{
   
}


/*  ------------------------------ 单列的菜单设定  --------------------------------------- */



/*  ------------------------------ 单列的子菜单设定  --------------------------------------- */
.menuchild
{

	font-size: 12px;
}

.menuItemchild td
{
    text-align: left;
    padding-right: 1px;
    padding-left: 1px;
    padding-bottom: 1px;
    margin: 1px;
    padding-top: 1px;
    
    background-color: #ccffcc;
	border: 1px solid #666666;
	padding: 1px;

}

.menuItemchild a:link 
{
    color: #d32525; 
    text-align: left;  
}


/*  ------------------------------ 单列的子菜单设定  --------------------------------------- */




/*  ------------------------------ 有关控件的设定  ----------------------------------- */

.controltitle
{
    padding-bottom: 10px;
    font-size: 12px;
}

.controlbutton
{
    font-size: 12px;
    margin-right: 5px;
    margin-left: 5px;
}

.controlbuttoningridview
{
    font-size: 12px;
}


.controltreeview
{
    padding-right: 5px;
    padding-left: 0px;
}

.controlgridview
{
    margin: 7px 5px 5px 0px;
    font-size: 12px;
}

.controlrow
{
    margin-top: 3px;
    margin-bottom: 0px;
}
.controlrowforcontrol
{
    padding-bottom: 8px;
    padding-top: 5px;
    padding-left: 0px;
}

.addbookmarkrow
{
    color: #666666;
    font-size: 12px;
    margin-top: 3px;
    margin-bottom: 0px;
}

.addbookmarkrow a
{
    font-size: 12px;
    color: #666666;
    text-decoration: none;
}


/*  ------------------------------ 有关控件的设定  ----------------------------------- */




/*---------------------------------有关Pop表单的设定-----------------------------------*/
.popwindow
{
    color: #666666;
    font-size: 11px;    
    text-align: left;
}

.popwindow a, .popwindow a:link
{
    color: #666666;
    text-decoration: none;
}

.popwindow a:hover
{
	text-decoration: underline;
	color: #e05252;
}

.popbutton
{
    font-size: 11px;
    margin-right: 3px;
    margin-left: 3px;
}

.poptoprow
{
    padding-bottom: 3px;
    padding-top: 7px;
}
/*---------------------------------有关Pop表单的设定-----------------------------------*/




/* ------------------------------- 有关Table的通用效果设定---------------------------- */
.TitleRowInTable
{
    padding-bottom: 5px;
    padding-top: 8px;
}

.NormalRowInTable
{
    padding-bottom: 4px;
    padding-top: 2px;
}

.TopRowInTable
{
    padding-bottom: 4px;
    padding-top: 0px;
}   

.MultiRowInTable
{
    padding-bottom: 4px;
    padding-top: 2px;
    margin-top: 2px;
    line-height: 20px;
}


.MultiGeneralRow
{
    padding-bottom: 1px;
    padding-top: 1px;
    line-height: 25px;    
}

.MultiGeneralRowSpecail
{
    padding-bottom: 7px;
    padding-top: 1px;
    line-height: 25px;    
}


.TitleTopRowInTable
{
    padding-bottom: 5px;
    color: #3366ff;
}

.TitleMainRowInTable
{
    padding-bottom: 5px;
    padding-top: 18px;
    color: #3366ff;
}





.TitletRowInGridView   /* GridView的标题行 */
{
    padding-top: 5px;
    padding-bottom: 5px;
}


.ToolBarRow
{
    background-color: #eeeeee;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 1px;
}

.ToolBarForButtonRow
{
    background-color: #eeeeee;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 2px;
}


.ToolBarForButtonRow a, .ToolBarForButtonRow a:link, .ToolBarForButtonRow a:visited
{
    /* font-weight: bold;  */
    color: navy;
}


.ContentRow
{
    padding-bottom: 9px;
    padding-top: 4px;
}


.PageNumberInRow
{
    text-align: right;
    font-weight: bold;
}

.PageNumberInRow a, .PageNumberInRow a:link, .PageNumberInRow a:visited
{
    color: navy;
}

/*  ------------------------------- 有关Table的通用效果设定---------------------------- */






/*  ------------------------------- 有关Table的特殊效果设定---------------------------- */
.LabelAndContentTableInUserInfo
{
    line-height: 30px;
    padding-left: 4px;
    padding-bottom: 4px;
    padding-top: 1px;
}

.RelationWish
{
  padding-left: 7px;  
}

.LeftRightLine
{
    padding-top: 5px;
    padding-bottom: 5px;
    border-right: #aca899 1px solid;
    border-left: 1px solid;
}

.LeftRightLineForContent
{
    padding-bottom: 9px;
    padding-top: 4px;
    border-right: #aca899 1px solid;
    border-left: 1px solid;   
    border-bottom: #aca899 1px solid;
}



.ToolBarForButtonRowRightLine
{
    background-color: #eeeeee;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 2px;
    border-right: #aca899 1px solid;
}


.ToolBarForButtonRowRightLine a, .ToolBarForButtonRowRightLine a:link, .ToolBarForButtonRowRightLine a:visited
{
    /* font-weight: bold;  */
    color: navy;
}



.HomeTitle
{
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
    vertical-align: top;
    
    background-color: #eeeeee;
    border-right: #aca899 1px solid;
    border-top: #aca899 1px solid;
    border-left: #aca899 1px solid;
    border-bottom : #aca899 1px solid;
    
}


.HomeTitle a, .HomeTitle a:link, .HomeTitle a:visited
{
    color: black;
}


.HomeRightTitle
{
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
    vertical-align: top;
    
    background-color: #eeeeee;
    border-right: #aca899 1px solid;
    border-top: #aca899 1px solid;
    border-bottom : #aca899 1px solid;
    
}


.HomeRightTitle a, .HomeRightTitle a:link, .HomeRightTitle a:visited
{
    color: black;
}




.HomeContent
{
    padding-left: 5px;
    padding-right:5px;
    padding-bottom: 8px;
    padding-top: 5px;
    vertical-align: top;
    text-align: left;
    border-right: #aca899 1px solid;
    border-left: #aca899 1px solid;
}

.HomeRightContent
{
    padding-left: 5px;
    padding-right:5px;
    padding-bottom: 8px;
    padding-top: 5px;
    vertical-align: top;
    text-align: left;
    border-right: #aca899 1px solid;
}


.LastHomeContent
{
    padding-left: 5px;
    padding-right:5px;
    padding-bottom: 8px;
    padding-top: 5px;
    vertical-align: top;
    text-align: left;
    border-right: #aca899 1px solid;
    border-left: #aca899 1px solid;
    border-bottom : #aca899 1px solid;
}


.LastRightHomeContent
{
    padding-left: 5px;
    padding-right:5px;
    padding-bottom: 8px;
    padding-top: 5px;
    vertical-align: top;
    text-align: left;
    border-right: #aca899 1px solid;
    border-bottom : #aca899 1px solid;
}





 .TitleOfTagAndWish
{
    background-color: #eeeeee;
    border-right: #aca899 1px solid;
    border-top: #aca899 1px solid;
    border-left: #aca899 1px solid;
    border-bottom: #aca899 1px solid;
    padding-bottom: 2px;
    padding-top: 2px;
}


.TitleOfTagAndWish a, .TitleOfTagAndWish a:link, .TitleOfTagAndWish a:visited
{
    color: black;
}

 .ContentOfTagAndWish
{
    padding-bottom: 2px;
    padding-top: 2px;
    border-right: #aca899 1px solid;
    border-left: #aca899 1px solid;
    border-bottom: #aca899 1px solid;

}

.ItemSpaceOfTagAndWish
{
    padding-left: 5px;
    padding-right:5px;
}
/*  ------------------------------- 有关Table的特殊效果设定---------------------------- */



.DescriptionContent
{
   line-height :1.7em;    
}