@charset "utf-8";
/* CSS Document */

.table_header {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
font-weight:bold;
}
.table_body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
.error {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FF0000;
	font-weight:bold;
}
a {
	font-family:Geneva, Arial, Helvetica, sans-serif;
/*	font-size:12px; */
	color:#000000;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

/*junix starts here*/

body {
margin-left:0px;
margin-right:0px;
margin-top:0px;
background-color:#689f44;
}

#wrapper {
width:100%;
margin:0 auto;
background: #689f44 url(images/vertical.gif);
background-repeat:repeat-x;
background-position:top;
font-family:Arial, Helvetica, sans-serif;
color:#666666;
font-size:12px;
vertical-align:top;
float:left;
}

#header-wrapper {
width:100%;
margin:0 auto;
background:url(images/top_02.gif);
background-position:center top;
background-repeat:repeat-x;
clear:both;
overflow:hidden;
height:141px;
}

#header {
width:100%;
margin:0 auto;
height:141px;
text-align:center;
float:left;
}

#header_clock {
position:absolute;
margin:0 auto;
top:160px;
left:-1000px;
height:0;
text-align:left;
}

#middle-wrapper {
width:100%;
margin:0 auto;
clear:both;
margin-bottom:-15px;
}

#middle {
width:794px;
margin:0 auto;
background:#ffffff url(images/index_04.gif);
background-repeat:no-repeat;
margin-top:6px;
padding:10px 0px;
}


#footer-wrapper {
width:100%;
margin:0 auto;
clear:both;
height:auto;
}

#footer {
width:794px;
margin:0 auto;
background: #FFFFFF url(images/index_26.gif);
background-position:bottom;
background-repeat:no-repeat;
padding-top:8px;
text-align:center;
height:60px;
}


h1 {
font-size:22px;
text-align:center;
font-weight:bold;
}

h2 {
font-size:18px;
text-align:center;
font-weight:bold;
border-bottom:groove 5px #6699CC;
margin:20px 0px 0px 0px;
}


p {
padding-left:10px;
padding-right:10px;
}
hr {
padding-bottom:0px;
}


#scrollpage {
 width:750px; 
 height:300px; 
 left:20px; 
 position:relative; 
 overflow: scroll;
}


.left {
text-align:left;
}

.right{
text-align:right;
}

.right-indented{
text-align:right;
padding-right:10px;
}


.left-indented {
text-align:left;
padding:15px;
}
a {
color:#666666;
}


.table-header {
font-size:14px;
padding:8px 3px;
color:#0099CC;
font-weight:bold;
}

td a {
color:#006699;
}

.title-bar {
font:Arial, Helvetica, sans-serif;
font-size:24px;
font-weight:bold;
color:#a2e53e;
padding-left:15px;
text-align:left;
}

.title-bar-white {
color:#FFFFFF;
}
.hide {
display:none;

}

img.thumbnail {

     max-width: 150px;
	 
     width:expression(this.width > 150 ? "150px" : this.width);
	 height:113px;

  
}
img.thumbnail1 {

     max-width: 220px;
	 
     width:expression(this.width > 250 ? "150px" : this.width);
	 height:163px;

 
}
.clock_style {
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#006699;
	position:absolute;
	top:50px;
	left:120px;
	text-align:center;
}
.td_class {
	color:#FFFFFF;
	text-align:center;
}
.tr_color {
background-color:#FFFFFF;
}

.button { 
    border: 0; 
    background: url("images/arrow-right.jpg"); 
    /* Insert the dimensions of your "b.png" image */ 
    width: 23px; 
    height: 17px; 	
} 