/* CSS Document */

body {
font: 80% verdana, arial, helvetica, sans-serif;
text-align: center;
background-image: url(images/bg.jpg);
background-repeat:repeat-x;
background-color:#5E5E5E;
}

hr {
color: #00FF00;
background-color: #00FF00;
height: 1px;
size: 1;
}


a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: underline;
	color: #000099;
}
a:active {
	text-decoration: none;
	color: #000099;
}

#container {
	text-align:left;
	width: 800px;
	min-height:785px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00CC33;
	border-right-color: #00CC33;
	border-bottom-color: #00CC33;
	border-left-color: #00CC33;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color:#FFFFFF;
}

.footer {
	text-align: right;
	width: 800px;
	height: 20px;
	border: 0px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: transparent;
	color:#FFFFFF;
}

p {
		margin: 0.3em 0.3em 0.5em 0.3em;
}

.pagelist {
	width:100%;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-bottom-color: #666666;
}

td {
	padding-left: 2px;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 0px solid #CCCCCC;
	margin: 0px;
}

.hotpage {
    background-color: #EAEAEA;
    color: #000;
}

.oddpage {
    background-color: #F4F3F0;
    color: #000;
	text-decoration:none;
}

.evenpage {
    background-color: #FFFFFF;
    color: #000;
	text-decoration:none;	
}

.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/

}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #564c66; /*dark purple border*/
border-width: 1px 0;
background: white url(images/btn.jpg) center center repeat-x;
}

.filecell {
	background-color: #F7F5EA;
	padding: 1px;
	height: 120px;
	cursor: default;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #666666; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a .right_up{
float: right;
color: #666666; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: #666666;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: #333333 !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(images/btn_hot.jpg) center center repeat-x;
}

.notembed {
	padding: 5px;
}

.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	padding: 5px;
	background-color: #E0E0E0;
}
.popupwarn {
	text-align:left;
	display:none;
	width: 700px;
	color: #333333;
	background-color: #FFAAAC;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #E10005;
	border-right-color: #E10005;
	border-bottom-color: #E10005;
	border-left-color: #E10005;
}

