@charset "utf-8";
html, body{
	height:100%
}
#tbl_maintenance{
	width:100%;
	height:100%;
}
#div_maintenance{
	background-color:#9FD8F5;
	width:490px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	border:1px solid #B1B1B1;
}
body{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin:0px;
}
.small{
	font-size:11px;
}
a{
	text-decoration: none;
	color:#0079AE;
}
a:visited{
	color:#0079AE;
}
a:hover{
	text-decoration:underline;
}
a img{
	border:none
}
td{
	font-size: 14px;
}
.myTitle{
	color: #0079ae;
	font-size: 16px;
	font-weight:bold;
}
form{
	margin:0px;
	padding:0px;
}
h1{
	color:#0079ae;
	font-size:16px;
	margin:0px 0px 10px 0px;
	padding:0px;
}
h2{
	color:#0079AE;
	font-size:16px;
	font-weight:normal;
}
h2.sub_title_left{
	border-bottom:1px dashed #0079AE;
	padding-bottom:4px;
	width:585px;
}
#td_right_bloc{
	background-image:url(../images/main_splitter.jpg);
	background-repeat:repeat-y;
	background-position:left;
	padding-left:25px;
	vertical-align:top;
}
#td_nav_second{
	height:28px;
}
div.interline{
	background:#999999 url(../images/bg_interline.gif) repeat-x;
	height:2px;
	font-size:1px;
	margin-top:5px;
}
.linkPrint{ float:right; margin:3px 10px 0 0; display:inline; }
.menu1{
	font-weight: bold;
	color: #FFFFFF;
	padding-left:5px;
	padding-right:5px;
	font-size: 16px;
}
.menu1 a{
	font-weight: bold;
	color: #FFFFFF;
}
.menu1 a:visited{
	color: #FFFFFF;
}
.menu1 a:hover{
	color: #FFFFFF;
}
.menu1_active{
	font-weight: bold;
	color: #e1ca0b;
	padding-left:5px;
	padding-right:5px;
	font-size: 16px;
}
.menu1_active a{
	font-weight: bold;
	color: #e1ca0b;
}
.menu1_active a:visited{
	color: #e1ca0b;
}
.menu1_active a:hover{
	color: #e1ca0b;
}
.smallTxt{
	font-size: 12px;
}
.tableX {
	border:none;
	padding:0px;
	margin:0px;
}
.blue1{
	color: #0079ae;
	text-decoration:underline;
}
.grey1{
	color: #828282;
}
.borderGreyTop {
	border-top:#999999 solid 1px;
}
.borderGreyBottom {
	border-bottom:#999999 solid 1px;
	padding-left:10px;
	padding-right:2px;
}
.noBorder {
	padding-left:10px;
	padding-right:2px;
}
hr {
	height:1px
}
#div_opacity {
	background-color:#557F95;
	display:block;
	height:100%;
	left:0px;
	margin:0px;
	opacity:.5;
	filter:alpha(opacity=50);
	position:absolute;
	top:0px;
	width:100%;	
}
.tableNoTrans{
	padding:20px;
}
#notAmember{
	padding-top:50px;
	width:100%;
}
.council_bloc{
	margin:10px 0px 10px 0px;
	width:610px;
}
.councilTitle{
	color:#0079AE;
	font-weight:bold;
}
.councilDescription p{
	margin:0px;
	padding:0px;
}
#div_calendar_not_available{
	padding-left:5px;
}
/* ------------------------------------------------------------------------- */
/* MENU 2 */
/* ------------------------------------------------------------------------- */
#ul_mnu2{
	list-style-type:none;
	margin:0px 0px 0px 15px;
	padding:0px;
}
#ul_mnu2 li.menu2, #ul_mnu2 li.menu2_active{
	margin:0px;
	float:left;
	padding:4px 19px 3px 19px;
	font-weight:bold;
	background-image:url(../images/menu_splitter.jpg);
	background-position:right;
	background-repeat:no-repeat;
	font-size:16px;
}
#ul_mnu2 li.menu2_active a{
	color:#e1ca0b;
}
#ul_mnu2 li.menu2_active a:visited{
	color:#e1ca0b;
}
#ul_mnu2 li.menu2_active a:hover{
	color:#e1ca0b;
}
/* ------------------------------------------------------------------------- */
/* GREY BOX*/
/* ------------------------------------------------------------------------- */
.grey_box{

}
.grey_box td{
	padding:0px;
}
.grey_box .td_top{
	font-size:1px;
	background-color:#f1f1f1;
	border-top:1px solid #e2e2e2;
}
.grey_box .td_bottom{
	font-size:1px;
	background-color:#f1f1f1;
	border-bottom:1px solid #e2e2e2;
}
.grey_box .td_content{
	background-color:#f1f1f1;
}
.grey_box .td_content_left{
	background:#f1f1f1 url(../images/grey_box_bord_left.gif) repeat-y left;
}
.grey_box .td_content_right{
	background:#f1f1f1 url(../images/grey_box_bord_right.gif) repeat-y left;
}
/* ------------------------------------------------------------------------- */
/* BLUE BOX*/
/* ------------------------------------------------------------------------- */
.blue_box{

}
.blue_box td{
	padding:0px;
}
.blue_box .td_top{
	font-size:1px;
	background-color:#d4e9f2;
	border-top:1px solid #e2e2e2;
}
.blue_box .td_bottom{
	font-size:1px;
	background-color:#d4e9f2;
	border-bottom:1px solid #e2e2e2;
}
.blue_box .td_content{
	background-color:#d4e9f2;
}
.blue_box .td_content_left{
	background:#d4e9f2 url(../images/blue_box_bord_left.gif) repeat-y left;
}
.blue_box .td_content_right{
	background:#d4e9f2 url(../images/blue_box_bord_right.gif) repeat-y left;
}
/* ------------------------------------------------------------------------- */
/* MEETING LIST */
/* ------------------------------------------------------------------------- */
#div_meeting_list_global{
	width:978px;
}
#div_meeting_list_header{
	padding-top:12px;
	background:#edf6fa url(../images/meet_list_bg_top.gif) no-repeat top;
}
#div_meeting_list_nav{
	background:#edf6fa url(../images/meet_list_bg_bottom.gif) no-repeat bottom;
}
#div_meeting_list_content{
	background:#edf6fa url(../images/meet_list_bg_content.gif) repeat-y;
}
#tbl_meeting_list_header{
	width:940px;
	margin:0px auto 0px auto;
}
#tbl_meeting_list_header td{
	font-weight:bold;
	color:#0079ae;
	text-align:left;
	border-bottom:1px solid #06397a;
}
#tbl_meeting_list_content{
	width:940px;
	margin:0px auto 0px auto;
}
#tbl_meeting_list_content .ancre td{
	font-size:1px;
	height:1px;
	background-color:#d4e9f2;
}
#tbl_meeting_list_content td{
	text-align:left;
	height:38px;
	font-size:12px;
}

#tbl_info_list_header{
	width:480px;
	margin:0px;
}
#tbl_info_list_header td{
	font-weight:bold;
	color:#0079ae;
	text-align:left;
	border-bottom:1px solid #06397a;
}
#tbl_info_list_content{
	width:480px;
	margin:0px;
}
.tr_meeting_list_1{
	background-color:#d4e9f2;
	height:37px;
}
#tbl_meeting_list_nav{
	width:940px;
	margin:0px auto 0px auto;
}
#tbl_meeting_list_nav td{
	font-size:12px;
	padding:5px 0px 15px 0px;
	border-top:1px solid #06397a;
}
/* ------------------------------------------------------------------------- */
/* MINUTE PAGE */
/* ------------------------------------------------------------------------- */
.bold_big{
	font-weight:bold;
	font-size:16px;
	color:#5a5a5a;
}
#tbl_minute_actions{
	width:98%;
}
#tbl_minute_actions td{
	border-collapse:collapse;
	padding:2px;
}
#tbl_minute_actions thead td{
	font-weight:bold;
	font-size:16px;
	color:#5a5a5a;
	height:30px;
	vertical-align:top;
}
#tbl_minute_actions tbody td{
	font-size:14px;
	vertical-align:top;
	padding-bottom:10px;
}
#tbl_minute_actions tbody td.title{
	border-top:1px dashed #7bbedb;
	color:#0079ae;
	font-weight:bold;
	vertical-align:middle;
	padding-bottom:2px;
	padding-top:8px;
}
#tbl_minute_actions td.td_action_by{
	padding-left:15px;
	width:120px;
}
#btn_back{
	padding-top:3px;
	padding-right:10px;
	float:right;
	font-size:16px;
	font-weight:bold;
}
.sml_rnd_box{
	width:381px;
	margin-bottom:10px;
}
.sml_rnd_box .header{
	background:#edf6fa url(../images/sml_rnd_box_bg_top.gif) no-repeat top;
}
.sml_rnd_box .content{
	background:#edf6fa url(../images/sml_rnd_box_bg_content.gif) repeat-y;
	padding:0px 17px;
}
.sml_rnd_box .footer{
	background:#edf6fa url(../images/sml_rnd_box_bg_bottom.gif) no-repeat bottom;
}
.tbl_for_sml_rnd_box{
	width:100%;
}
.tbl_for_sml_rnd_box td{
	padding:0px;
	height:25px;
	background:url(../images/sml_rnd_box_dotted_line.gif) repeat-x bottom;
	padding-left:2px;
	font-size:12px;
	color:#0079ae;
}
.tbl_for_sml_rnd_box td.first{
	background:url(../images/sml_rnd_box_dotted_line_big.gif) repeat-x;
}
.tbl_for_sml_rnd_box .tr1 td{
	background-color:#d4e9f2;
}
#tbl_minute_actions p{
	margin-top:0px;
	padding-top:0px;
}
/* ------------------------------------------------------------------------- */
/* AGENDA PAGE */
/* ------------------------------------------------------------------------- */
.ul_schedule_day{
	list-style-type:none;
}
.ul_schedule_day li{
	font-size:16px;
	color:#0079ae;
	font-weight:bold;
}
.div_day{
	border-bottom:1px dashed #7bbedb;
	width:550px;
}
.ul_schedule_time{
	list-style-type:none;
	margin-top:10px;
}
.ul_schedule_time li{
	color:#000;
	font-weight:normal;
	width:512px;
}
.tbl_schedule_content{
	width:100%;
}
.tbl_schedule_content .time{
	font-weight:bold;
}
.tbl_schedule_content .time{
	width:85px;
}
.tbl_schedule_content .title{
	color:#0079ae;
}

/* ------------------------------------------------------------------------- */
/* ALERTS PAGE */
/* ------------------------------------------------------------------------- */
#btn_most_recent_alert{
	float:right;
	margin:5px 13px 0px 25px;
}
#tbody_alert_list .td_title{
	font-weight:bold;
}
a.link_alert_title{
	color:#000;
}
a.link_alert_title:visited{
	color:#000;
}
a.link_alert_title:hover{
	color:#0079ae;
}

/* ------------------------------------------------------------------------- */
/* EU INFORMATION PAGE */
/* ------------------------------------------------------------------------- */
.issue_content{
	margin:10px 0px;
}
#ul_issues{
	list-style-type:none;
	padding:0px;
	margin:0px;
}
#ul_issues li{
	background:url(../images/issue_list_img.gif) no-repeat 11px 6px;
	padding-left:25px;
	margin-left:0px;
}
#div_flags{
	margin-bottom:15px;
}
.flag{
	margin-right:11px;
	margin-top:4px;
}
#div_issues{
	background:url(../images/issue_bg_left.gif) repeat-y 10px;
}
#bulletsWaiting{
	float:right;
	margin-right:0px;
}
#congres_content{
	width:970px;
}

.contactItem{
	float:left;
	width:450px;
}
#printable{ display:none; }

