/* ------------- APP ------------------- */

.status_message_warning 
{	
	margin: 15px;	
 	height: 35px;
 	font-size: 11px;
 	font-weight: bold;
 	font-family: Verdana; 
 	padding-top: 7px;
	padding-bottom: 3px;

	border: double orange;
}
	
.status_message_info
{	
	margin: 15px;	
 	height: 35px;
 	font-size: 11px;
 	font-weight: bold;
 	font-family: Verdana; 
 	padding-top: 7px;
	padding-bottom: 3px;

	border: double silver;
}
	
.status_message_error
{	
	margin: 15px;	
 	height: 35px;
 	font-size: 11px;
 	font-weight: bold;
 	font-family: Verdana; 
 	padding-top: 7px;
	padding-bottom: 3px;

	border: double red;
}

.status_message_success
{	
	margin: 15px;	
 	height: 35px;
 	font-size: 11px;
 	font-weight: bold;
 	font-family: Verdana; 
 	padding-top: 7px;
	padding-bottom: 3px;
	
	border: double green;
}


.app_panel  
{	
	background: #FFFFFF;
	width: 96%;
	border-left: 1px solid #B4B4B4;
	border-right: 1px solid #B4B4B4;
	border-bottom: 1px solid #B4B4B4;
	border-top: 1px solid #B4B4B4;
}

.tool_panel
{	
	background: #FFFFFF;
	width: 400px;
	border-left: 1px solid #B4B4B4;
	border-right: 1px solid #B4B4B4;
	border-bottom: 1px solid #B4B4B4;
	border-top: 1px solid #B4B4B4;
}



.app_panel_inner
{	
	width: 96%;
	border-left: 1px solid #B4B4B4;
	border-right: 1px solid #B4B4B4;
	border-bottom: 1px solid #B4B4B4;
	border-top: 1px solid #B4B4B4;
}

.app_panel_header 
{
	height:23px;
	background: url(../img/header_bg.jpg) top repeat-x;
	border-left: 1px solid #B4B4B4;
	border-right: 1px solid #B4B4B4;
	border-bottom: 1px solid #B4B4B4;
	border-top: 1px solid #B4B4B4;
}

.app_panel_header div 
{
	height:23px;
	background: url(../img/header_dot.jpg) no-repeat;
	background-position: 6px 6px;
	text-align:left;
	font-size: 11px;
	font-family: 'tahoma';
	color: #7E7E7E;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 24px;
}


.section_status 
{
	background: #333333;
	border-left: 1px solid #B4B4B4;
	border-right: 1px solid #B4B4B4;
	border-bottom: 1px solid #B4B4B4;
	margin-bottom: 20px;
}

.app_panel_buttons 
{
	background: #DDDDDD; 
	text-align: left;
	border-left: 1px solid #B4B4B4; 
	border-right: 1px solid #B4B4B4; 
	border-bottom: 1px solid #B4B4B4; 
	height: 20px;
}

.tabbed_view
{
	width: 96%;
	text-align: center;
}


.tabbed_view_full
{
	width: 100%;
	text-align: center;
}



.tabbed_view_menu
{
	width: 200px;
	background-color: #ababab;
	border-left: 1px double #ababab; 
	border-right: 1px double #ababab; 
	border-top: 1px double #ababab; 
	border-bottom: 1px double #ababab; 
	text-align: right;
	vertical-align: top;	
	font-size: 11px;
	font-family: Tahoma;
}

/*
.tabbed_view_panel
{
	border-left: 1px solid #B4B4B4;
	border-right: 1px solid #B4B4B4;
	border-bottom: 1px solid #B4B4B4;
	border-top: 1px solid #B4B4B4;
	background-color: #FFFFFF;
	width: 100%;
	vertical-align: top;
}
*/

.tabbed_view_menu_item_top
{
	background: url(../img/menu_bg.jpg) repeat;
	/*border-left: 1px solid #B4B4B4;
	border-right: 1px solid #B4B4B4;
	border-bottom: 1px solid #B4B4B4;
	border-top: 1px solid #B4B4B4;*/
	border-left: 1px solid #004f8b; /*#0A7DBF;*/
	border-right: 1px solid #004f8b;
	border-bottom: 1px solid #004f8b;
	border-top: 1px solid #004f8b;
	height: 26px;
	padding-left: 10px;
	padding-right: 10px;
	
}

.tabbed_view_menu_item_top_selected
{
	background: url(../img/top_menu_btn.jpg) repeat;
	height: 26px;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
}




.tabbed_view_menu_item
{
	background: url(../img/tab_top_bg.png) repeat;
	border-left: 1px solid #B4B4B4;
	border-right: 1px solid #B4B4B4;
	border-bottom: 1px solid #B4B4B4;
	border-top: 1px solid #B4B4B4;
	height: 26px;
	padding-left: 10px;
	padding-right: 10px;
}

.tabbed_view_menu_item_selected
{
	background: url(../img/tab_top_bg_selected.png) repeat;
	height: 26px;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
}

.tabbed_view_menu_button
{
	font-size: 10px;
 	font-weight: bold;
 	font-family: Verdana; 
 	color: White;	
 	text-decoration: none;
 	vertical-align:middle;
}

.tabbed_view_menu_button_selected
{
	font-size: 10px;
 	font-weight: bold;
 	font-family: Verdana; 
 	color: #0A7DBF;
 	text-decoration: none;
 	vertical-align:middle;
}

.tabbed_view_cell_panel
{
	background-color: Red;

	border-left: 1px solid #B4B4B4;
	border-right: 1px solid #B4B4B4;
	border-bottom: 1px solid #B4B4B4;
	border-top: 1px solid #B4B4B4;
	background-color: #FFFFFF;
	width: 100%;
	vertical-align: top;
}

.tabbed_view_cell_menu
{
	border-left: 1px double Black; 
	border-right: 1px double Black; 
	border-top: 1px double Black; 
	border-bottom: 1px double Black; 
	
	background-color: #DDDDDD;
	width: 200px;
	vertical-align: top;
}


.tabbed_view_cell_menu_top
{
	border-left: 1px double Black; 
	border-right: 1px double Black; 
	border-top: 1px double Black; 
	border-bottom: 1px double Black; 
	
	background: url(../img/tab_top_full_bg.png) repeat;
	
	vertical-align: top;
	text-align: right;
}






/**** Garec *****/

.search_tab
{
	background-color: #ebebeb; /*#DDDDDD;*/
	padding: 5px;
	vertical-align: middle;
}

a.search_toggle_link:link, a.search_toggle_link:visited
{	
	font-size: 12px;
    font-family: 'tahoma';
    text-decoration: underline;
    color: #346F9A ;
    font-weight: bold;
}

a.search_toggle_link:hover
{
	font-size: 12px;
    font-family: 'tahoma';
    text-decoration: underline;
    color: #79222A;
    font-weight: bold;
}

a.search_toggle_link:active 
{
	font-size: 12px;
    font-family: 'tahoma';
    text-decoration: underline;
    color: #346F9A ;
    font-weight: bold;
}


