@charset "utf-8";
/* CSS Document */

body {background: #989898 url('../images/gradient.jpg') repeat-x top left; text-align: center; margin: 0; padding: 0;}

#container{position: relative; margin: 0 auto; width: 1000px;}
#flash-container {width: 1000px;}

#text-container {width: 1000px; height: 230px; background-color: #ffffff; margin: 0 auto; padding: 0; position: relative;}
#text-container-left-menu {width: 200px; height: 230px; background-color: #bdbabd; float: left; }
#text-container-right {width: 800px; height: 230px; float: right;}

#right-content {text-align: left; margin: 23px; height: 230px; width: 800px; overflow: hidden; left: 0;}

#right-content ul {font-family: Arial, Helvetica, sans; font-size: 11px; color: #000000; font-weight: normal; list-style: disc;}
#right-content ul li{font-family: Arial, Helvetica, sans; font-size: 11px; color: #000000; font-weight: normal; margin-right:15px; margin-bottom:3px;}

#right-content h1 {font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px; color: #ce0000;}
#right-content h2 {font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; color: #ce0000; height: 18px; padding:0px;  margin: 0; line-height: 18px;}
#right-content p {font-family: Arial, Helvetica, sans; font-size: 11px; color: #000000; font-weight: normal; padding:0; margin: 0;}
#right-content a {font-family: Arial, Helvetica, sans; font-size: 11px; color: #000000; font-weight: normal; text-decoration: underline; line-height: 20px;}
#right-content a:hover {text-decoration: none;}

#left-menu {margin-top: 30px; text-align: right; padding-right: 20px;}
#left-menu a{text-decoration: none;}
#left-menu a:hover {color: #7b7d7b;}
.left-menu-font {font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; color: #ffffff;}

/* ------------- */
#text-container-aag {width: 1000px; height: 430px; background-color: #ffffff; margin: 0 auto; padding: 0; position: relative;}
#text-container-aag #text-container-left-menu {width: 200px; height: 430px; background-color: #bdbabd; float: left; }
#text-container-aag #text-container-right {width: 800px; height: 430px; float: right;}
#text-container-aag #right-content {text-align: left; margin: 23px; height: 430px; width: 800px; overflow: hidden;}

#text-container-os {width: 1000px; height: 330px; background-color: #ffffff; margin: 0 auto; padding: 0; position: relative;}
#text-container-os #text-container-left-menu {width: 200px; height: 330px; background-color: #bdbabd; float: left; }
#text-container-os #text-container-right {width: 800px; height: 330px; float: right;}
#text-container-os #right-content {text-align: left; margin: 23px; height: 330px; width: 800px; overflow: hidden;}
/* ------------- */

/*
.scroll-pane {width: 800px; height: 230px; overflow: hidden;}
a.jScrollArrowUp {background: url('../images/scrollUp.gif') repeat-x 0 0; height: 16px; width: 16px;}
a.jScrollArrowUp:hover {border-bottom-color: #666; border-bottom-style: inset; border-bottom-width: thin;}
a.jScrollArrowDown {background: url('../images/scrollDown.gif') repeat-x 0 0; height: 16px;}
a.jScrollArrowDown:hover {border-bottom-color: #666; border-bottom-style: inset; border-bottom-width: thin;}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {background-position: 0 -30px;}
*/
a.jScrollArrowUp {
	background: url('../images/scrollUp.gif') repeat-x 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	background: url('../images/scrollDown.gif') repeat-x 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}

.scroll-pane {width: 800px; height: 230px; overflow: auto; background: #ffffff;}


#tableMain {
	
}
#tableMain td, #tableMain th {
border: none;
padding: 10px 6px;
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#tableMain th {
border-bottom: none;
background: #ffffff;
font-size: 11px;
cursor: pointer;

}
#tableMain tr.rowHover td{
	border-bottom: none;
	border-top: none;
}

span.link
{
	text-decoration: underline;
	cursor: pointer;
}

h2.nobr
{
	margin: 0;
}