﻿/*   - > #D61719 */

body
{
    margin: 0px;
    background-color: #FFFFFF;
    font-size: 0.75em;
    line-height: 1.4em; /*  color: #666666; */
    color: #000033;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


a:link
{
    text-decoration: none;
    color: Blue;
}

a:visited
{
    /*  color: #191970;*/
    text-decoration: none;
    color: Blue;
}

a:hover
{
    text-decoration: none;
    color: #d61719;
}

a:active
{
    color: #980000;
}

#TwoColumnContentSide a:hover, #ThreeColumnContentSide a:hover
{
    text-decoration: underline;
}

#TwoColumnContentSide a:link, #ThreeColumnContentSide a:link
{
    color: Blue;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HTML TAGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

p
{
    margin: 6px 0;
}

p.no-padding-no-margin
{
    padding: 0;
    margin: 0;
}

hr
{
    color: #E5E5E5;
    height: 1px;
    border-top-style: solid;
    border-bottom-style: none;
}

blockquote
{
    padding: 0 0 0 12px;
    margin: 12px 0 0 0;
    background: url(../../images/bg-quote.png) no-repeat;
}

blockquote p
{
    margin: 2px 0;
}

cite
{
    font-size: .85em;
    margin: 0;
    padding: 0 0 0 6px;
}

fieldset
{
    padding: 0px 6px 6px 6px;
    display: block;
    margin: auto;
}

legend
{
    color: #333333;
    padding: 5px 3px 10px 3px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

input
{
    /*  border: #5eb7ee 1px solid; */
    font-size: 0.98em;
}

select
{
    /*    border: #5eb7ee 1px solid; */
}
textarea
{
    font-size: 0.98em;
    border: #5eb7ee 1px solid;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	 ONE COLUMN CONTENT CONTAINER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#ContentContainer
{
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    width: 968px;
    border: 1px solid #818181;
    position: relative;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TWO COLUMN CONTENT CONTAINER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#TwoColumnContentContainer
{
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    width: 968px;
    border: 1px solid #818181;
    background: url(Images/bg-content-side.png) repeat-y right;
    position: relative;
}

#TwoColumnContentMain
{
    width: 720px;
    float: left;
}

#TwoColumnContentSide
{
    float: right;
    width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	THREE COLUMN CONTENT CONTAINER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#ThreeColumnContentContainer
{
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    width: 968px;
    border: 1px solid #818181;
    background: url(Images/bg-three-column-main.png) repeat-y;
    position: relative;
}

#ThreeColumnContentMain
{
    width: 470px;
    float: left;
    margin-left: 30px;
  /*  background-color: Aqua; */
}

#ThreeColumnContentLeft, #ThreeColumnContentRight
{
    width: 220px;
  /*  background-color: Lime; */
}

#ThreeColumnContentRight
{
    float: right;
}

#ThreeColumnContentLeft
{
    float: left;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	THREE COLUMN SECTION CONTAINER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#ThreeColumnSectionContainer
{
    background: url(Images/bg-three-column-section.png) repeat-y;
    margin: 20px 0 10px 0;
    padding: 0;
}

#ThreeColumnSectionLeft
{
    float: left;
    width: 30%;
}

#ThreeColumnSectionRight
{
    float: right;
    width: 30%;
}

#ThreeColumnSectionMiddle
{
    width: 30%;
    margin: 0px 32% 0px 35%;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TWO COLUMN SECTION CONTAINER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#TwoColumnSectionContainer
{
    background: url(Images/bg-two-column-section.png) repeat-y center;
    padding: 0;
    position: relative;
    width: 100%;
}

#TwoColumnSectionLeft
{
    float: left;
    width: 48%;
  /*  background-color: Lime; */
}

#TwoColumnSectionRight
{
    float: right;
    width: 48%;
   /* background-color: Gray; */
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TWO COLUMN - PART OF THREE COLUMN CONTAINER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#TwoColumnPartContainer
{
    background: url(Images/bg-content-left.png) repeat-y left;
    padding: 0;
    position: relative;
    width: 100%;
}

#TwoColumnPartLeft
{
    float: left;
    width: 235px;
    overflow: hidden;
    text-overflow: ellipsis;

}

#TwoColumnPartRight
{
    float: right;
    width: 460px;
    
}





/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MAIN NAV 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#MainNav
{
    margin-top: 3px;
    background: url(Images/bg-nav.png) no-repeat;
    margin-left: auto;
    margin-right: auto;
    width: 970px;
    padding: .8em 15px 1em 15px;
    position: relative;
    height: 15px;
}

#MainNav div
{
    background: url(Images/bg-nav-side.png) top right no-repeat;
    width: 25%;
    _width: 25.5%;
    position: absolute;
    top: 0;
    right: 0;
    padding: .8em 0 1em 0;
    height: 15px;
}

#MainNav ul
{
    margin: 0;
    padding: 0 20% 0 0;
}

#MainNav li
{
    display: inline;
    list-style: none;
    padding: 0 1em 0 0;
    background: none;
}

#MainNav a:link, #MainNav a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}

#MainNav a:hover
{
    color: #D4E7F8;
    text-decoration: underline;
}

#MainNav a:active
{
    color: #FFFFFF;
}

#MainNav li.current a:link, #MainNav li.current a:visited
{
    text-decoration: underline;
}

#MainNav li.current a:hover
{
    color: #D4E7F8;
    text-decoration: underline;
}

#MainNav li.current a:active
{
    color: #FFFFFF;
}

/* ACTIVE PAGES */
#MainNav a.StaticSelectedStyle:link, #MainNav a.StaticSelectedStyle:visited
{
    color: #D4E7F8; /*  text-decoration: underline; */
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	NAV 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#nav
{
    background: #608fc8;
    margin: auto;
    width: 970px;
    padding: .6em 15px .5em 15px;
    position: relative;
    z-index: 1000;
}

#nav div
{
    position: absolute;
    padding: .6em 1em 0 1em;
    color: White;
    background-color: #4169e1;
    border: 1px solid #ccc;
    line-height: 1.8em; /*  filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=150,strength=5); */
}

#nav ul
{
    margin: 0;
    padding: 0 20% 0 0;
}

#nav li
{
    display: inline;
    list-style: none;
    padding: 0 1em 0 0;
    background: none;
}

#nav a:link, #nav a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}

#nav a:hover
{
    color: #D4E7F8;
    text-decoration: none;
}

#nav a:active
{
    color: #FFFFFF;
}

#nav li.current a:link, #nav li.current a:visited
{
    text-decoration: underline;
}

#nav li.current a:hover
{
    color: #D4E7F8;
    text-decoration: underline;
}

#nav li.current a:active
{
    color: #FFFFFF;
}






/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	BREADCRUMB

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#breadcrumb
{
    margin-top: 2px;
    margin-left: auto;
    margin-right: auto;
    width: 970px;
    background: #608fc8;
    position: relative;
    color: #d5e8ff;
    padding: .5em 15px .7em 15px;
}

#breadcrumb a:link, #breadcrumb a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}

#breadcrumb a:hover
{
    color: #D4E7F8;
    text-decoration: none;
}

/* add */

#breadcrumb div
{
    position: absolute;
    float: right;
    text-align: right;
    right: 12%;
    top: 0;
    padding: 10px 15px 10px 15px;
}

#smallbreadcrumb
{
    margin: auto;
    margin-top: 0px;
    padding: 5px 15px 0px 15px;
    display: inline-block;
    background-image: url(Images/bg-crumb.gif);
    position: relative;
    width: 970px;
}

#smallbreadcrumb div
{
    float: right;
    text-align: right;
    right: 2px;
    top: 2px;
    position: absolute;
}




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HEADINGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


h1, h2, h3, h4, h5, h6
{
    font-size: 1.8em;
    line-height: 1.1em;
    margin: 5px 0;
}

h1
{
    margin-bottom: 0;
}

h1, h2
{
    margin-top: 0px;
}

h2
{
    font-size: 1.3em;
}

h3
{
    font-size: 1.1em;
}

h3.small
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5
{
    font-size: 1.1em;
}

h6
{
    font-size: 1em;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HEADER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#header
{
    margin: auto;
    width: 1000px;
    background-color: #3663EA;
}
#kpzcheader
{
    position:relative;
    margin: auto;
    width: 1000px;
    background-image: url( '../../Images/kpzc/zf_01_1.jpg' );
    background-color: #3663EA;
    height:180px;
}


#kpzcheader .menudiv
{
    position:absolute;
    bottom:0;
    right:0px;
    text-align:right; 
    height:28px; 
    
}


#kpzcheader a:link
{
    color: #000000;
}

#kpzcheader .topdiv
{
    position:absolute;
    top:8px;
    right:15px;
    width:300px;
    text-align:right;  
    
}
#kpzcbody
{
    margin:auto;
    width:1000px;
    padding:0;
    
    
}

#logo
{
    position: absolute;
    top: .5em;
    left: 15px;
    font-size: 2.6em;
    height: 2.8em;
    padding: .1em 0 .2em 0;
    font-variant: small-caps;
}

#banner
{
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer
{
    background: url(Images/bg-nav.png) bottom left no-repeat;
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
    width: 970px;
    padding: .8em 15px 1em 15px;
    position: relative;
    color: #a9c0db;
    font-size: .9em;
}

#kpzcfooter
{
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    padding: .8em 0 1em 0;
    position: relative;
    background-image: url( '../../Images/kpzc/zf_50.jpg' );
    height:85px;
    line-height:1.3em;
    font-family:宋体;
    text-align:center;
}
#kpzcfooter a:link
{
    color: #000000;
}



#footer div
{
    background: url(Images/bg-nav-side.png) bottom right no-repeat;
    width: 25%;
    _width: 25.5%;
    position: absolute;
    top: 0;
    right: 0;
    padding: .8em 0 1em 0;
}

#footer a:link, #footer a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}

#footer a:hover
{
    color: #D4E7F8;
    text-decoration: none;
}

#footer a:active
{
    color: #FFFFFF;
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TITLE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.SmallTitle
{
    font-size: 1.0em;
    background: url(Images/smalltitlebar.gif) bottom left no-repeat;
    padding: 0.2em 0 0.2em 1em;
    margin-bottom: 4px;
    margin-top: 4px;
    letter-spacing: 0.2em;
    position: relative; /* 若要控制下面的位置，则必须设置这项 */
    line-height: 1.7em;
}

.TinyTitle
{
    font-size: 1.0em;
    background: url(Images/tinytitlebar.gif) bottom left no-repeat;
    padding: 0.2em 0 0.2em 2em;
    margin-bottom: 4px;
    margin-top: 4px;
    letter-spacing: 0.2em;
    position: relative; /* 若要控制下面的位置，则必须设置这项 */
    line-height: 1.7em;
}

.SmallTitle div, .TinyTitle div
{
    position: absolute;
    right: 1em;
    float: right;
    font-weight: normal;
    top: 3px;
}



.BigTitle
{
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LISTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

ul
{
    margin: 0;
    padding: 0;
}

li
{
    list-style: none; /* background: url(../../images/list-bullet-02.gif) no-repeat 0 .8em; */
    padding: .2em 0 .2em 1em;
    margin-left: 0.2em;
}

ul.list-of-links
{
    /* border-bottom: 1px dotted #B2B2B2; */
}

ul.list-of-book
{
    /* border-bottom: 1px dotted #B2B2B2; */
}



ul.list-of-links li
{
    border-bottom: 1px dotted #B2B2B2;
    background: url(Images/list-bullet-01-link.gif) no-repeat 0 .8em;
}

ul.list-of-links li.current
{
    background-color: #E5E5E5;
}


ul.list-of-book li
{
    border-bottom: 1px dotted #B2B2B2;
    background: url(Images/li_book.gif) no-repeat 0 .8em;
}

ul.list-of-book li.current
{
    background-color: #E5E5E5;
}


ul.no-lines, ul.no-lines li
{
    border: none;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CAPTION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.caption230, .caption300, .caption320, .caption330, .caption350, .caption400
{
    overflow: hidden; /*  text-overflow: ellipsis; */
    white-space: nowrap;
    display: block;
    color: #000080;
}

.caption230
{
    width: 230px;
}

.caption300
{
    width: 300px;
}
.caption320
{
    width: 320px;
}

.caption330
{
    width: 330px;
}

.caption350
{
    width: 350px;
}

.caption400
{
    width: 300px;
}




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	INFO SYSTEM

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.NO
{
    font-weight: bold;
    color: yellow;
    background-image: url(Images/NO.gif);
    background-repeat: no-repeat;
    background-position: center;
    font-family: Verdana;
    text-align: center;
}

.infosum
{
    color: Blue;
    text-align: center;
}
.approvedsum
{
    color: Green;
    text-align: center;
}
.approvedratio
{
    color: fuchsia;
    text-align: right;
}
.score
{
    text-align: center;
    color: #D61719;
}

.Approved
{
    background-image: url(Images/yellowball.gif);
    background-repeat: no-repeat;
    background-position: center;
    width: 12px;
    font-size: 1px;
    color: White;
    height: 12px;
}
.ApprovedTrue
{
    background-image: url(Images/greenball.gif);
    background-repeat: no-repeat;
    background-position: center;
    width: 12px;
    font-size: 1px;
    color: White;
    height: 12px;
}
.ApprovedFalse
{
    background-image: url(Images/redball.gif);
    background-repeat: no-repeat;
    background-position: center;
    width: 12px;
    font-size: 1px;
    color: White;
    height: 12px;
}

#login
{
    background-image: url(Images/login.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 190px;
    width: 250px;
    margin: 100px auto 50px auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    color: Black;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	ARTICLE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#ArticleContainer
{
    text-align: center;
    padding: 15px 30px 25px 30px;
    background-color: whitesmoke;
}
.ArticleBody
{
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 1.7em;
    font-size: 1.2em;
}

.aheading
{
    font-size: 1.3em;
    color: #400000;
}

.heading
{
    font-size: 1.8em;
    letter-spacing: 0.1em;
    line-height: 1.7em;
    display: block;
}


.subheading
{
    font-size: 1.3em;
}

.blackheading
{
    font-size: 1.2em; /* font-family: 黑体; */
}

a:link .blackheading
{
  /*  color: #D61719 !important; */
}


.info
{
    font-size: 1.0em;
}

a:visited.heading
{
    color: #D61719;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TOP NEWS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#TopNews
{
    margin: 0;
    background-color: #f0f8ff;
    padding: 2px;
}

#TopNewsPic
{
    width: 49%;
    float: left;
}

#TopNewsList
{
    width: 50%;
    float: right;
    font-size: 1.2em;
    line-height: 1.4em;
    overflow: hidden;
    text-overflow: ellipsis;
}


.TopNewsHead
{
    font-size: 1.4em;
    font-weight: bold;
    color: #D61719;
    line-height: 1.5em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 330px;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MISC CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.date
{
    font-size: 0.9em;
    font-family: 'MS Gothic';
    color: #A4A4A4;
}

.arrow
{
    vertical-align: middle;
}

input.button-big
{
    font-weight: bold;
    padding: .7em 1.5em;
    font-size: 1.1em;
    vertical-align: bottom;
}

input.button-small
{
    font-weight: normal;
    padding: .4em 1em;
    font-size: .8em;
    vertical-align: bottom;
}

.clear
{
    clear: both;
}

.none
{
    display: none;
}

.more
{
    text-align: right;
    float: right;
    background-image: url(Images/more.gif);
    background-repeat: no-repeat;
    background-position: right;
    width: 40px;
    height: 11px;
}

.field
{
    background-image: url(Images/field.jpg);
    padding: 0 8px 3px 8px;
    border: 1px solid #818181;
    color: White;
    background-position: bottom;
    margin: auto;
}
.field div
{
    margin: auto;
}
.field legend
{
    color: White;
}

.shim
{
    font-size: 0px;
    height: 2px;
    background-color: transparent; /* for IE6 */
}

.shim5
{
    font-size: 0px;
    height: 5px;
    background-color: transparent;
}

.TextArea
{
    text-align: left;
    text-indent: 2em;
}

#demo
{
    text-align: center;
    overflow: hidden;
    height: 75px;
    width: 720px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TREE VIEW CONTROL

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.TreeView
{
    border-bottom: 1px dotted #B2B2B2 !important;
}

.TreeView div
{
    margin-left: 5px;
}

.TreeView table
{
    border-top: 1px dotted #B2B2B2 !important;
}

.TreeView div table
{
    border-bottom: none !important;
    border-top: none !important;
}

.TreeView table td
{
    padding: 2px 0;
}

.LeafNodesStyle
{
}

.RootNodeStyle
{
}

/* ALL ELEMENTS */
.NodeStyle
{
}

.ParentNodeStyle
{
    background: yellow;
}


a.SelectedNodeStyle
{
    background: #E5E5E5;
    display: block;
    padding: 2px 0 2px 3px;
}




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PAGENUMBER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.PageNumbers
{
    text-align: center;
    color: Red;
    font-weight: bold;
    font-family: Impact Arial Black;
}
.PageNumbers a
{
    font-weight: normal;
    color: Gray;
    text-decoration: none;
}

.PageNmebers a:visited
{
    color: Purple;
}

.PageNumbers span
{
    text-indent: 3px;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	IMAGES & PHOTOS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

img
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
}

a:hover img
{
	border: #f0f8ff 2px solid;

}


.photo-border
{
    /* border: 1px solid #cecece; */
    padding: 4px;
    background: #d9d9d9 url(Images/bg-photo.png) top repeat-x;
    margin-bottom: 5px;
    display: block;
}

.photo-float-left
{
    float: left;
    margin-right: 10px;
}

.image-border-none
{
    border: none;
}

.shadow
{
    background: #ccc;
    position: relative;
    margin: 6px 0px 0px 3px;
}

.shadow img
{
    position: relative;
    top: -4px;
    left: -4px;
    display: block;
}

.FloatLeft
{
	float:left;
	margin-right:10px;
}

.FloatRight
{
	float:left;
	margin-left:10px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FLOATBOX

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#draghead
{
    color: White;
    height: 25px;
    line-height: 2em;
    background-position: left bottom;
    background-image: url(Images/titleback.jpg);
    background-repeat: no-repeat;
    border: solid 2px White;
}

#draghead .close
{
    right: 4px;
    top: 4px;
    position: absolute;
    color: White;
}

#draghead #quotebody
{
    font-size: 1.1em;
    font-weight: bold;
    left: 1em;
    position: absolute;
}

#wclosebtn
{
}

#overlay
{
    display: none;
    z-index: -1;
    FILTER: alpha(opacity=40);
    left: 0px;
    width: 100%;
    position: absolute;
    top: 0px;
    height: 100%;
    background-color: #333;
}

#floatBox
{
    display: none;
    z-index: 1000;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 670px;
    height: 500px;
    background-color: White;
    border: solid 1px;
}
#floatBox #mainfield
{
    padding: 4px 20px 5px 20px;
    margin: 2px;
}

.cut
{
    overflow: hidden;
    text-overflow: ellipsis;
}

.nowrap
{
    white-space: nowrap;
}
.red
{
    color: Red;
}
a:link .red
{
    color: Red;
}

.readmore
{
    background-image: url(Images/readmore.gif);
    background-repeat: no-repeat;
    background-position: right;
    width: 40px;
    height: 11px;
}
.ColorBlock
{
    background-color: #f0f8ff;
    padding: 2px;
}
.frame
{
    background-color: #fffafa;
    border: #d3d3d3 1px solid;
    padding: 5px;
}
.gray
{
    color: #a9a9a9;
}
.smaller
{
    font-size: smaller;
}
.larger
{
    font-size: larger;
}
.bold
{
    font-weight: bold;
}
.border
{
    border: #d3d3d3 1px solid;
}

.news-date {
	font-size:0.9em;
	font-style:italic;
	color:#A4A4A4;
}

.PicsContainer
{
    text-align: center;
    margin: auto;
    padding: 4px;
}
.PicAndCap
{
    margin: 0 6px 0 6px;
    display:inline-block;
}
.note
{
    background-color: #ffffe0;
    text-indent: 2em;
    padding: 15px;
}

.videoframe
{
    background-image: url(Images/VideoFrame.gif);
    background-repeat: no-repeat;
    width: 334px;
    height: 345px;
}
.center
{
    margin:auto;
}
.nowrap
{
    white-space: nowrap;
}
.nolink
{
	border:0px;
	cursor:default;
}
	
a:hover .nolink
{
	border:0px;
	cursor:default;
}
.nolink a:hover
{
	border:0px;
	cursor:default;
}
a.red
{
    color:Red;
}
