/* Reset*/
*{padding: 0; margin:0;}
html {height: 100.01%; font-size: 62.5%;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,
blockquote,th,td {margin:0; padding:0; }
fieldset,img { border:0; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
a {cursor:pointer; color:#000000; text-decoration:none;}
a img {border:0;}
ul, li, ol {list-style-position: inside;}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:#333;
	background-color:#fff;
}
p {
	color:#26549f;
}	
p a{
	text-decoration:underline;
}	
p a:hover{
	text-decoration:none;
}	
/* End Reset*/


/* ===== WEBSITE STUFF ===== */

#website-wraper {
	background:#f0f3fa url('images/website-wraper-bg.jpg') repeat-y top left;
	width:1000px;
	height:100%;
	margin:0px auto;
}

#website-top {
	background-color:#8bb5fd;
	height:17px;
	padding:3px;
	.padding:3px 3px 0px 3px;
}

#website-top .arrow {
	float:right;
	background-image:url('images/top-arrow.jpg');
	background-repeat:no-repeat;
	background-position:left center;
	font-family:Tahoma;
	font-size:7pt;
	color:#fff;
	font-weight:bold;
	padding-left:10px;
	margin-top:3px;
}

#website-top .button {
	float:left;
	background-image:url('images/top-button.jpg');
	background-repeat:no-repeat;
	width:78px;
	height:17px;
	font-weight:bold;
	text-align:center;
	padding-top:3px;
	margin-right:5px;
}
#website-top .contact {
	float:left;
	background-image:url('images/contact_mic.jpg');
	background-repeat:no-repeat;
	width:78px;
	height:17px;
	font-weight:bold;
	text-align:center;
	padding-top:3px;
	margin-right:5px;
}

#website-top .button a {
	font-family:Tahoma;
	font-size:7pt;
	color:#fff;
}

#website-top .contact a {
	font-family:Tahoma;
	font-size:7pt;
	padding-left:12px;
	color:#fff;
}

#website-top .lang-ro {
	float:left;
	background-image:url('images/lang-ro.jpg');
	background-repeat:no-repeat;
	width:16px;
	height:11px;
	margin-left:15px;
}

#website-top .lang-en {
	float:left;
	background-image:url('images/lang-en.jpg');
	background-repeat:no-repeat;
	width:16px;
	height:11px;
	margin-left:10px;
}

#website-header{
	clear:both;
	height:117px;
}
#website-header img{
	float:left;
}


/* ===== WEBSITE LEFT ===== */
#website-left {
	float:left;
	width:228px;
	background: url('images/main-menu-bg.jpg') no-repeat left bottom;
}

#main-menu {
	background-image:url('images/website-bg.jpg');
	background-repeat:repeat-y;
	width:228px;
	margin-bottom:20px;
	list-style:none;
}

#main-menu li {
	background-image:url('images/main-menu.jpg');
	width:218px;
	height:21px;
	font-family:Tahoma;
	font-size:9pt;
	color:#fff;
	font-weight:bold;
	padding:6px 0px 0px 10px;
	list-style:none;
}

#main-menu li a{
	color:#fff;
	text-decoration:none;
	display:block;
}

#main-menu li.collapsable {
	background-image:url('images/main-menu-collapsable.jpg');
	cursor:pointer;
}

#main-menu li.selected {
	background-image:url('images/main-menu-selected.jpg');
	cursor:pointer;
}

#main-menu li.sub {
	background-image:url('images/website-bg.jpg');
	padding:0px;
	height:auto;
	padding-top:6px;
}

#main-menu li.sub a {
	background-image:url('images/bullet2.jpg');
	background-repeat:no-repeat;
	background-position:left center;
	display:block;
	font-family:Tahoma;
	font-size:8pt;
	color:#fff;
	font-weight:bold;
	padding-left:10px;
	margin:0px 0px 6px 25px;
}
#main-menu li.sub a:hover {
	text-decoration:underline;
}

#main-menu li.sub a.marleft40{
	margin-left:40px;
}

#contact-box div {
	width:138px;
	height:28px;
	font-family:Tahoma;
	font-size:10pt;
	color:#fff;
	font-weight:bold;
	text-align:left;
	padding:10px 0px 0px 90px;
	margin-bottom:10px;
	background-repeat: no-repeat;
	background-position: 15px top;
	background-image: url(images/contact-box-title-bg.jpg);
}

#contact-box {
	font-family:Tahoma;
	font-size:10pt;
	color:#26549f;
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;
}

#contact-box a{
	color:#26549f;
	text-decoration:underline;
}
/* ===== WEBSITE RIGHT ===== */

#website-right {
	float:left;
	width:760px;
	height:100%;
}

#secondary-menu {
	background-image:url('images/secondary-menu-bg.jpg');
	background-repeat:repeat-x;
	background-color:#eff2f9;
	width:772px;
	height:34px;
}

#secondary-menu li {
	float:left;
	list-style:none;
}

#secondary-menu li a {
	display:block;
	float:left;
	font-family:Tahoma;
	font-size:9pt;
	color:#26549f;
	font-weight:bold;
	padding:4px;
	margin:10px 15px 0px 0px;
	.margin:10px 6px 0px 0px;
	list-style:none;
}

#secondary-menu li a:hover {
	background-color:#26549f;
	color:#fff;
}

.submenu {
	display:none;
	position:absolute;
	top:100px;
	left:900px;
	background:#fff;
	font-size:0px;
	border:1px solid #26549f;
	z-index:20;
	list-style:none;
}
.submenu li {
	width:152px;
	list-style:none;
	background:#fff;
}

.submenu li a {
	background:#fff;
	display:block;
	font-family:Tahoma;
	font-size:8pt;
	color:#26549f;
	padding:2px 5px 2px 5px;
}
.submenu li a:hover {
	background:#26549f;
	color:#fff;
	
}

#search-box {
	float:right;
	padding:7px 30px 5px 0px;
}

#search-box .text-input-wraper {
	float:left;
	background-image:url('images/search-bg.jpg');
	width:150px;
	height:27px;
}

#search-box .text-input-wraper .text-input {
	width:135px;
	font-family:Tahoma;
	font-size:9pt;
	color:#000;
	border:0px;
	border-top:1px solid #7a7d81;
	border-left:1px solid #7a7d81;
	padding:1px;
	margin:4px 0px 0px 5px;
}

#search-box .button {
	float:left;
	background-image:url('images/search-button.jpg');
	width:36px;
	height:27px;
	border:0px;
	cursor:pointer;
}

#search-box2 {
	clear:both;
	float:right;
	padding:0px 10px 15px 0px;
}

#search-box2 .text-input-wraper {
	float:left;
	background-image:url('images/search-bg2.jpg');
	width:150px;
	height:27px;
}

#search-box2 .text-input-wraper .text-input {
	width:135px;
	font-family:Tahoma;
	font-size:9pt;
	color:#000;
	border:0px;
	border-top:1px solid #7a7d81;
	border-left:1px solid #7a7d81;
	padding:1px;
	margin:4px 0px 0px 5px;
}

#search-box2 .button {
	float:left;
	background-image:url('images/search-button2.jpg');
	width:36px;
	height:27px;
	border:0px;
	cursor:pointer;
}

/* ===== WEBSITE RIGHT LEFT COLUMN =====*/

#website-right-left-column, #website-right-left-column-index {
	font-family:Tahoma;
	font-size:9pt;
	float:left;
	width:515px;
	padding:10px;
	text-align:justify;
}

#website-right-left-column p, #website-right-left-column b, #website-right-left-column span, #website-right-left-column strong, #website-right-left-column ul, #website-right-left-column ol, #website-right-left-column li {
	color:#333333;
	font-size:8pt;
}
#website-right-left-column .class_title{
	color:#333333;
	font-size:14px;
	text-align:center;
	text-decoration:underline;
	font-weight:bold;
}
#website-right-left-column-index ul, #website-right-left-column-index ol, #website-right-left-column-index li {
	list-style:none;
}

#website-right-left-column ul li a {
	text-decoration:none;
}

#website-right-left-column ul li a:hover {
	text-decoration:underline;
}

#website-right-left-column li, #website-right-left-column-index li {
	font-size:8pt;
	margin-left:20px;
	.margin-left:30px;
}

#website-right-left-column h2.page-title, #website-right-left-column-index h2.page-title {
	font-family:Tahoma;
	font-size:12pt;
	color:#26549f;
	margin:20px 0px 20px 0px;
	font-weight:bold;
	border-bottom:1px solid #26549f;
}

#website-right-left-column h2.page-title a, #website-right-left-column-index h2.page-title a{
	font-family:Tahoma;
	font-size:12pt;
	color:#26549f;
	font-weight:bold;
	text-decoration:none;
}

#website-right-left-column .icons, #website-right-left-column-index .icons {
	float:right;
	height:60px;
	margin-top:20px;
}

#website-right-left-column .icons a, #website-right-left-column-index icons a {
	float:left;
	display:block;
	margin-right:5px;
}

#website-right-left-column .icons .pdf, #website-right-left-column-index .icons .pdf {
	background-image:url('images/icon-pdf.jpg');
	width:29px;
	height:26px;
}

#website-right-left-column .icons .print, #website-right-left-column-index .icons .print {
	background-image:url('images/icon-print.jpg');
	width:29px;
	height:26px;
}

#website-right-left-column .icons .send, #website-right-left-column-index .icons .send {
	background-image:url('images/icon-send.jpg');
	width:29px;
	height:26px;
}


#aboutus-box {
	background-image:url('images/stylish-box-bg.jpg');
	background-repeat:no-repeat;
	background-position:right bottom;
	float:right;
	width:180px;
	height:192px;
	font-family:Tahoma;
	font-size:8pt;
	color:#3f6bb5;
	line-height:16px;
	text-align:right;
	padding-right:10px;
	margin-bottom:35px;
	margin-right:10px;
}

#aboutus-box h2 {
	font-family:Tahoma;
	font-size:10pt;
	color:#26549f;
	font-weight:bold;
	text-align:right;
	margin:10px 0px 20px 0px;
}

#aboutus-box a {
	display:block;
	font-family:Tahoma;
	font-size:8pt;
	color:#3f6bb5;
	text-align:right;
	margin-top:5px;
}

#aboutus-box a:hover {
	text-decoration:underline;
}

/* ===== WEBSITE RIGHT RIGHT COLUMN LEFT COLUMN =====*/

#website-right-left-column-left-column {
	width:293px;
	float:left;
}

.leftbox-style-one {
	width:293px;
	margin-bottom:20px;
}

.leftbox-style-one h2 {
	display:block;
	background-image:url('images/leftbox-style-one-top.jpg');
	width:263px;
	height:31px;
	font-family:Tahoma;
	font-size:9pt;
	color:#26549f;
	font-weight:bold;
	padding:10px 0px 0px 30px;
}

.leftbox-style-one .content {
	background-image:url('images/leftbox-style-one-content.jpg');
	font-family:Tahoma;
	font-size:8pt;
	color:#26549f;
	font-weight:bold;
	width:263px;
	height:auto !IMPORTANT;
	min-height:70px;
	height:70px;
	padding:0px 15px 0px 15px;
}

.leftbox-style-one img {
	float:left;
	border:2px solid #fff;
	margin-right:5px;
}

.leftbox-style-one .more {
	float:right;
	font-family:Tahoma;
	font-size:7pt;
	color:#26549f;
	font-weight:bold;
	text-decoration:none;
	padding:5px 10px 0px 0px;
	margin:5px 10px 0px 0px;
}

.leftbox-style-one .more:hover {
	text-decoration:underline;
}

.leftbox-style-one .bottom {
	background-image:url('images/leftbox-style-one-bottom.jpg');
	width:293px;
	height:40px;
}

.leftbox-style-two {
	width:293px;
	margin-bottom:20px;
}

.leftbox-style-two h2 {
	display:block;
	background-image:url('images/leftbox-style-two-top.jpg');
	width:263px;
	height:31px;
	font-family:Tahoma;
	font-size:9pt;
	color:#26549f;
	font-weight:bold;
	padding:10px 0px 0px 30px;
}

.leftbox-style-two .content {
	background-image:url('images/leftbox-style-two-content.jpg');
	font-family:Tahoma;
	font-size:8pt;
	color:#26549f;
	font-weight:bold;
	width:263px;
	height:auto !IMPORTANT;
	min-height:70px;
	height:70px;
	padding:0px 15px 0px 15px;
}
.leftbox-style-two p{
	color:#26549f;
}

.leftbox-style-two img {
	float:right;
	border:2px solid #fff;
	margin-left:5px;
}

.leftbox-style-two .more {
	float:right;
	font-family:Tahoma;
	font-size:7pt;
	color:#26549f;
	font-weight:bold;
	text-decoration:none;
	padding:5px 10px 0px 0px;
	margin:5px 10px 0px 0px;
}

.leftbox-style-two .more:hover {
	text-decoration:underline;
}

.leftbox-style-two .bottom {
	background-image:url('images/leftbox-style-two-bottom.jpg');
	width:293px;
	height:40px;
}

.legislatie {
	clear:both; 
	border:2px solid #3F6BB4; 
	padding:5px; 
	margin-top:7px;
	font-size:8pt;
	margin-left:5px;
	padding-bottom:3px;
}

.legislatie a {
	color:#000;
	text-decoration:none;
}

.legislatie a:hover {
	text-decoration:underline;
}

/* ===== WEBSITE RIGHT RIGHT COLUMN  RIGHT COLUMN =====*/

#website-right-left-column-right-column {
	width:220px;
	float:left;
}

.stylish-box {
	float:right;
	background-image:url('images/stylish-box-bg.jpg');
	background-repeat:no-repeat;
	background-position:right bottom;
	width:190px;
	height:150px;
	font-family:Tahoma;
	font-size:8pt;
	color:#3f6bb5;
	text-align:right;
	line-height:15px;
	padding-right:5px;
	margin-bottom:25px;
	color:#26549f;
}

.stylish-box h2 {
	width:190px;
	font-family:Tahoma;
	font-size:10pt;
	color:#3f6bb5;
	font-weight:bold;
	text-align:right;
	margin-bottom:10px;
	border-bottom:1px solid #b4c3e4;
}

.stylish-box .more {
	display:block;
	width:190px;
	font-family:Tahoma;
	font-size:8pt;
	color:#3f6bb5;
	float:right;
	margin:5px 0px 5px 0px;
}
.stylish-box .more:hover {
	text-decoration:underline;
}

/* ===== WEBSITE RIGHT RIGHT COLUMN =====*/

#website-right-right-column {
	float:left;
	width:210px;
	padding-top:10px;
}

.rightbox-style-one {
	width:213px;
	margin-bottom:20px;
}

.rightbox-style-one h2 {
	display:block;
	background-image:url('images/rightbox-style-one-top.jpg');
	width:183px;
	height:31px;
	font-family:Tahoma;
	font-size:10pt;
	color:#fff;
	font-weight:bold;
	padding:10px 0px 0px 30px;
}

.rightbox-style-one .content {
	background-image:url('images/rightbox-style-one-content.jpg');
	width:198px;
	padding:0px 5px 0px 15px;
}

.rightbox-style-one .bottom {
	background-image:url('images/rightbox-style-one-bottom.jpg');
	width:213px;
	height:40px;
}




.rightbox-style-two {
	width:213px;
	margin-bottom:20px;
}

.rightbox-style-two h2 {
	display:block;
	background-image:url('images/rightbox-style-two-top.jpg');
	width:183px;
	height:31px;
	font-family:Tahoma;
	font-size:10pt;
	color:#fff;
	font-weight:bold;
	padding:10px 0px 0px 30px;
}

.rightbox-style-two .content {
	background-image:url('images/rightbox-style-two-content.jpg');
	width:198px;
	font-family:Tahoma;
	font-size:8pt;
	color:#26549f;
	padding:0px 5px 0px 15px;
}

.rightbox-style-two .content a {
	/*background-image:url('images/arrow-bullet.gif');
	background-repeat:no-repeat;
	background-position:left center;*/
	font-family:Tahoma;
	font-size:8pt;
	color:#26549f;
	font-weight:bold;
	/*padding-left:10px;*/
}
.rightbox-style-two .content a:hover, .rightbox-style-two .all a:hover{
	text-decoration:underline;
}
.rightbox-style-two .all{
	background-image:url('images/rightbox-style-two-content.jpg');
	width:198px;
	font-family:Tahoma;
	font-size:8pt;
	color:#26549f;
	padding:0px 5px 0px 15px;
}
.rightbox-style-two .all a{
	font-family:Tahoma;
	font-size:8pt;
	color:#26549f;
	font-weight:bold;
	padding-left:10px;
}
.rightbox-style-two .bottom {
	background-image:url('images/rightbox-style-two-bottom.jpg');
	width:213px;
	height:40px;
}


.rightbox-style-three {
	width:213px;
	margin-bottom:20px;
}

.rightbox-style-three h2 {
	display:block;
	background-image:url('images/rightbox-style-three-top.jpg');
	width:183px;
	height:31px;
	font-family:Tahoma;
	font-size:10pt;
	color:#26549f;
	font-weight:bold;
	padding:10px 0px 0px 30px;
}

.rightbox-style-three .content {
	background-image:url('images/rightbox-style-three-content.jpg');
	width:198px;
	font-family:Tahoma;
	font-size:8pt;
	color:#26549f;
	padding:0px 5px 0px 15px;
}

.rightbox-style-three .content a {
	background-image:url('images/arrow-bullet.gif');
	background-repeat:no-repeat;
	background-position:left center;
	font-family:Tahoma;
	font-size:8pt;
	color:#26549f;
	font-weight:bold;
	padding-left:10px;
}

.rightbox-style-three .bottom {
	background-image:url('images/rightbox-style-three-bottom.jpg');
	width:213px;
	height:40px;
}



#bife {
	width:171px;
	margin-left:10px;
	list-style:none;
}

#bife li a {
	display:block;
	background-image:url('images/bife-bg.jpg');
	font-family:Tahoma;
	font-size:8pt;
	color:#26549f;
	font-weight:bold;
	text-align:right;
	width:171px;
	height:23px;
	padding-top:9px;
	list-style:none;
}

#bife li a:hover {
	background-image:url('images/bife-bg-hover.jpg');
	width:166px;
	padding-right:5px;
}

.bife-more{
	display:block;
	float:right;
	height:10px;
	font-family:Tahoma;
	font-size:8pt;
	color:#fff;
	text-decoration:none;
	margin-right:10px;
}

.bife-more:hover{
	text-decoration:underline;
}


.stire-right {
	font-family:Tahoma;
	font-size:8pt;
	color:#26549f;
}

.stire-right img {
	width:50px;
	float:left;
	margin-right:5px;
	border:1px solid #fff;
}

.stire-right h3 a {
	margin-bottom:10px;
}

/* ===== FOOTER ===== */

#footer-wraper {
	clear:both;
	background-color:#6a9ef2;
	height:30px;
}

#footer-wraper #footer {
	background-color:#3f6bb5;
	border-bottom:2px solid #b4c2e4;
	height:17px;
	padding:3px 3px 0px 3px;
}

#footer-wraper #footer div {
	color:#fff;
}
#footer-wraper #footer div a {
	color:#fff;
}
#footer-wraper #footer div a:hover {
	text-decoration:underline;
}
/* ===== PAGE NAVIGATOR ===== */

.navigator, .navigator a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-variant: normal;
	color: #0a51a1;
	text-decoration: none;
	text-align: center;
	cursor:pointer;
}

.navigator_current, .navigator_current a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-variant: normal;
	color:#fff;
	text-decoration: none;
	background:#0a51a1 ;
	text-align: center;
}

.navigator_more, .navigator_more a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-variant: normal;
	color: #0a51a1;
	text-decoration: none;
	text-align: center;
	cursor:pointer;
}

.error, .eroare{
	color: #ff0000;
}
.stiri:hover {
	text-decoration:none;
}
.stiri img{
	float:left;
	margin:10px;
}
.stiri a, .cariere a{
	color:#26549F;
}
.stiri .more{
	text-decoration:none;
	align: center;
}
.stiri .more:hover{
	text-decoration:underline;
}

.intrebari a:hover, .faq a:hover{
	text-decoration:underline;
}

.pdf_file{
	background:url(images/pdf-document.ico) no-repeat left;
	padding:5px;
	padding-left:20px;
	display:block;
}
.pdf_file:hover{
	text-decoration:underline;
}
.bullet_file{
	background:url(images/bullet.jpg) no-repeat scroll left top;
	padding:0px 5px 5px 5px;
	padding-left:10px;
	display:block;
}
.bullet_file:hover{
	text-decoration:underline;
}
.left_float{
	float:left;
	margin:0px 15px 5px 0px;
}
.white_color, .white_color b, .white_color span, .white_color p, .white_color a{
	color:#EAEAE8;
	height:30px;	
	text-decoration:none;
}
.white_color_mai_mic, .white_color_mai_mic b, .white_color_mai_mic span, .white_color_mai_mic p, .white_color_mai_mic a{
	color:#EAEAE8;
	height:20px;	
	text-decoration:none;
	padding-left:5px;
}
.white_color_x, .white_color_x b, .white_color_x span, .white_color_x p, .white_color_x a{
    height:30px;	
	color:#26549f;
	text-decoration:none;
}

.white_color_x2, .white_color_x2 b, .white_color_x2 span, .white_color_x2 p, .white_color_x2 a, .white_color_x2 a b, .white_color_x2 td{
    height:30px;
    color:#26549F;	
	text-decoration:none;
}
.white_color_x2_mai_mic, .white_color_x2_mai_mic b, .white_color_x2_mai_mic span, .white_color_x2_mai_mic p, .white_color_x2_mai_mic a, .white_color_x2_mai_mic a b, .white_color_x2_mai_mic td{
    height:20px;
    color:#26549F;	
	text-decoration:none;
	padding-left:5px;
}
.white_color a:hover, .white_color_mai_mic a:hover, .white_color_x a:hover, .white_color_x2_mai_mic a:hover, .white_color_x2 a:hover{
	text-decoration:underline;
}

.dezbatere{
	font-size:11px;
}
.dezbatere td, .table_color_dezbatere td {
	border:1px solid #8bb5fd;
	padding:5px;
}

.table_color_dezbatere{
	color:#FFF;	
}
.table_color_dezbatere2{
	color:#26549F;
}
.table_color_dezbatere a:hover, .table_color_dezbatere2 a:hover, .dezbatere a:hover{
	text-decoration:underline;
}
.consiliu_table{
	text-align:center;
}
.title_subcat{
	font-weight:bold;
	font-size:13px;
	margin:5px;
	color:#26549F;
}
#trad{
	color:#000;
	font-size:9px;
}
.procent {
	width:1px;
	float:left;
	height:20px;
}
.proc {
	display:block;
	padding-top:5px;
	padding-left:10px;
	margin-left:5px;
}

.map-box {
	background-color: #fff;
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	font-size:9pt;
	padding:10px 20px 10px 20px;
	border:2px solid #000;
}
.map-box area{
	cursor:pointer;
}

.map-box span a { float:right; }

.reg_button {
	background:url('images/reg_buton.jpg') no-repeat;
	color:#fff;
	width:450px;
	margin-left:30px;
	text-align:center;
	padding-top:25px;
	height:45px;
	display:block;
	font-size:10pt;
	font-weight:bold;
}

.reg_button2 {
	background:url('images/reg_buton.jpg') no-repeat;
	color:#fff;
	width:450px;
	margin-left:30px;
	text-align:center;
	padding-top:20px;
	height:50px;
	display:block;
	font-size:10pt;
	font-weight:bold;
}

/* autocomplete */
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_odd, .ac_even {
	cursor:pointer;
}
.ac_over {
	background-color: #26549F;
	color: white;
}

#scroller {
	position:absolute;
	z-index:1;
	overflow:hidden;
	left:300px;
	width:440px;
	height:195px;
	float:left;
	font-size:8pt;
	color:#26549F;
}

#scroller b {
	font-size:10pt;
	color:#F87621;
}

#scroller b.blink {
	background:url('images/blink2.gif') no-repeat left center;
	padding-left:10px;
}

#scroller span{
	font-size:9pt;
	color:#26549F;
}

#scroller span a, #scroller span a:hover{
	text-decoration:none;
}

#scroller a {
	color:#26549F;
	text-decoration:none;
}

#scroller a:hover {
	color:#26549F;
	text-decoration:underline;
}