#widget {
    width: 100%;
}

/* Widget tab navigation */

#widget-navigation {
	padding-left: 0;
	margin: 0;
	list-style-type: none;
    height: 37px;
}

#widget-navigation a {
	text-decoration: none;
}

.widget_tab{
    background: url('/rsam-gras/assets/img/tab_normal_1px.png') repeat-x #000;
    float: left;
    height: 37px;
    position: relative;
    color: #FFFFFF;
}

#tab_consumer {
    width: 30%;
}

#tab_vehicle {
    width: 24%;
}

#tab_food {
    width: 22%;
}

#tab_health {
    width: 24%;
}

.tab-left-border {
    background: url('/rsam-gras/assets/img/tab_normal_left_part.png') no-repeat white;
    width: 9px;
    height: 37px;
    position: absolute;
    left: 0;
}

.tab-right-border {
    background: url('/rsam-gras/assets/img/tab_normal_right_part.png') no-repeat white;
    width: 9px;
    height: 37px;
    position: absolute;
    right: 0;
}

.selected{
    background: url('/rsam-gras/assets/img/tab_pressed_1px.png') repeat-x;
    float: left;
    height: 37px;
    position: relative;
}

.selected .tab-left-border{
    background: url('/rsam-gras/assets/img/tab_pressed_left_part.png') no-repeat white;
    width: 12px;
    height: 37px;
    position: absolute;
    left: 0;
}

.selected .tab-right-border {
    background: url('/rsam-gras/assets/img/tab_pressed_right_part.png') no-repeat white;
    width: 12px;
    height: 37px;
    position: absolute;
    right: 0;
}

.tab-img {
    position: absolute;
    width: 27px;
    height: 24px;
    top: 9px;
    left: 6px; 
}

#tab_consumer .tab-img {
	background: url('/rsam-gras/assets/img/icon_products_small.gif') no-repeat;
}

#tab_vehicle .tab-img {
	background: url('/rsam-gras/assets/img/icon_car_small.gif') no-repeat;
}

#tab_food .tab-img {
	background: url('/rsam-gras/assets/img/icon_food_small.gif') no-repeat;
}

#tab_health .tab-img {
	background: url('/rsam-gras/assets/img/icon_health_small.gif') no-repeat;
}

#tab_consumer.selected .tab-img {
	background: url('/rsam-gras/assets/img/icon_products_small.gif') no-repeat;
}

#tab_vehicle.selected .tab-img {
	background: url('/rsam-gras/assets/img/icon_car_small.gif') no-repeat;
}

#tab_food.selected .tab-img {
	background: url('/rsam-gras/assets/img/icon_food_small.gif') no-repeat;
}

#tab_health.selected .tab-img {
	background: url('/rsam-gras/assets/img/icon_health_small.gif') no-repeat;
}

#tab_vehicle .tab-caption a, #tab_food .tab-caption a {
    padding-top: 6px;
}

.tab-caption {
    position: absolute;
    /*padding-left: 37px;*/
    font-size: 80%;
    top: 58%;
    margin-top: -16px;
    width: 98%;
    height: 100%;
		line-height:1.1em;
}

.tab-caption a {
	color: #FFFFFF!important;
	display: block;
	padding-left: 34px;
	padding-right:5px;
	height: 37px;
}
.tab-caption a:hover {
	text-decoration:underline !important;
}

.selected .tab-caption a {
	color: #000000!important;
}

/* Widget search section */
#widget-title {
	color: #4F6889;
}

#search_section {
    margin-top: 10px;
}

#search_button_container {
    float: right;
}

#search_field_container {
    overflow: hidden;
}

#search_text_1 {
    margin-bottom: 0;
    padding: 4px;
    width:92%;
}

#search_submit {
    display: inline;
    font-size: 85%;
    margin: 0 0 0 10px;
    padding: 3px;
    width: 85px;
}

#advanced_search {
    float:right;
    font-size: 80%;    
}

/* Widget awrs table section */
#widget-body {
	position: relative;
}

#widget-top-shadow {
	position: absolute;
	top: 2px;
	height: 2px;
	width: 100%;
	background: url('/rsam-gras/assets/img/shadow_top.png') repeat-x;
}

#widget-bottom-shadow {
	position: absolute;
	bottom: 0;
	height: 2px;
	width: 100%;
	background: url('/rsam-gras/assets/img/shadow_bottom.png') repeat-x;
}

#widget-left-shadow {
	position: absolute;
	left: 0;
	height: 100%;
	width: 2px;
	background: url('/rsam-gras/assets/img/shadow_left.png');
}

#widget-right-shadow {
	position: absolute;
	right: 0;
	height: 100%;
	width: 2px;
	background: url('/rsam-gras/assets/img/shadow_right.png');
}

#widget-left-corner {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 20px;
	height: 20px;
	background: url('/rsam-gras/assets/img/bkg_left_corner.png') white;
}

#widget-right-corner {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 20px;
	height: 20px;
	background: url('/rsam-gras/assets/img/bkg_right_corner.png') white;
}

#widget-inner {
   padding: 15px 10px 20px;
}

#awrs_table_container {
    margin-top: 20px;
}

#recent_awrs_table {
    width: 100%;
    font-size: 80%;
}

.single_awr {
    width: 100%;
    border-right: 1px solid #4F6889;
    border-top: 1px solid #4F6889;
    border-left: 1px solid #4F6889;
}

.category_img_col
{
    float: left;
    clear: left;
    width: 7%;
    height: 100%;
    text-align: center;
    min-height: 50px;
}

.category_img_col img{
    margin-top: 5px;
}




.awr_title_col 
{
    float: left;
    width: 90%;
    height: 100%;
	min-height: 50px;
}

.advisory_info_inner {
	margin-top: 5px;
}

.awr_title {
    margin-bottom: 5px !important;
    color: #000000;
    margin: 0;
}

.awr_title a {
    text-decoration: none;
}
.awr_title a:hover {
	text-decoration:underline !important;
}

.awr_info {
    color: #666666;
    margin: 0;
}





.advisory_type_col {
    float: left;
    width: 17%;
    height: 100%;
    min-height: 50px;
}

.advisory_type_inner {
    height: 100%;
    background-position: 10px center;
    background-repeat: no-repeat;
    min-height: 50px;
}

.advisory_type_inner span {
    float: left;
    margin-left: 44px;
    margin-top: 17px;
}

.awr_odd {
    background-color: #F9F9F9;
}

.awr_even {
    background-color: #E6ECF0;
	
}

.spacer {
    clear: both;
}

.last_awr {
    border-bottom: 1px solid #4F6889;
}

#view_all_button {
	background:url('/rsam-gras/assets/img/view_all_button.png');
	background-repeat: repeat-x;
	height: 27px;
	width: 100%;
	color: #326565;
	margin-top: 5px;
	border: 0;
	font-size: 100%;
	font-weight:bold;
	cursor: pointer;
}

img { border: 0; }

.search_submit {
	background: none repeat scroll 0 0 #006699;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    padding: 2px 12px;
}

/*Access and subscribe buttons */
#access, #subscribe {padding:10px 0px 10px 25px;float:right; margin:0;width:85px}
#access a, #subscribe a {text-decoration:none}
#access a:hover, #subscribe a:hover {text-decoration:underline;}
#access {background:url(/images/home-accueil/v2/access-icon.gif) no-repeat;}
#subscribe {background:url(/images/home-accueil/v2/subscribe-icon-eng.gif) no-repeat;}