/* 
    Document   : style_lists
    Created on : 21.03.2012, 12:21:26
    Author     : Silencer
    Description:
        Purpose of the stylesheet follows.
*/

/* 
    Document   : main_menu
    Created on : 02.02.2012, 09:45:32
    Author     : Stefan Höterkes
    Description:
        The new main menu
*/

.list_type1
{
    margin: 0px;
    width: 300px;
	
	text-align: center;
}

.list_type1_autowidth
{
	width: auto;
}

.list_type1
{
	list-style-type:none; 
	margin:0; 
	padding:0;
	
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.3);
	box-shadow: 0 1px 4px rgba(0,0,0,.3);
}


.list_type1 li.menu_spacer_top
{
	/*margin-bottom: 5px;*/
    list-style: none;
    /*background: url(images/button-bg.png) repeat-x; */
    background: url(images/bg_dither_medium.png) repeat-x; 
    border: none; 
    color: white; 

    text-shadow: 0 1px 1px #666; 
	/*
    -moz-border-radius-topleft: 2px; 
    -moz-border-radius-topright: 2px; 
    -webkit-border-radius: 2px; 
    -webkit-box-shadow: 0 1px 3px #999; 
	*/
	
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	
    font: bold 14px Helvetica;
    
    text-align: center;
	
	padding: .4em 15px .4em 15px;
}

.list_type1 li.menu_spacer_top_text18
{
	/*margin-bottom: 5px;*/
    list-style: none;
    /*background: url(images/button-bg.png) repeat-x; */
    background: url(images/bg_dither_medium.png) repeat-x; 
    border: none; 
    color: white; 

    text-shadow: 0 1px 1px #666; 
	/*
    -moz-border-radius-topleft: 2px; 
    -moz-border-radius-topright: 2px; 
    -webkit-border-radius: 2px; 
    -webkit-box-shadow: 0 1px 3px #999; 
	*/
	
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	
    font: bold 18px Helvetica;
    
    text-align: center;
	
	padding: .4em 15px .4em 15px;
}

.list_type1 li.menu_spacer
{
	padding-top: 10px;
	background: url(images/bg_dither_medium.png) repeat-x; 
}

.list_type1 li.last_entry
{
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.list_type1 li.active
{
	padding: .2em 10px .2em 10px;
	
	border-right-width: 1px;
	border-left-width: 1px;

	display: block;
	margin: 0;
	position: relative;
	overflow: visible;

	border-width: 0;
	border-top-width: 1px;

	/*cursor: pointer;*/

	font-family: Helvetica,Arial,sans-serif;
	font: normal 14px Helvetica;
	text-decoration: none;
	
	text-align: left;

	/*border: 1px solid #CCC;*/
	font-weight: bold;
	color: #444;
	text-shadow: 0 1px 1px #F6F6F6;

	background: #EEE;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#fdfdfd),to(#eee));
	background-image: -webkit-linear-gradient(#fdfdfd,#eee);
	background-image: -moz-linear-gradient(#fdfdfd,#eee);
	background-image: -ms-linear-gradient(#fdfdfd,#eee);
	background-image: -o-linear-gradient(#fdfdfd,#eee);
	background-image: linear-gradient(#fdfdfd,#eee);
	border-image: initial;

	border-top: 1px solid white;
	border-bottom: 1px solid #ccc;
	/*border-color: rgba(255, 255, 255, .3);*/

}

.list_type1 li.active_text18
{
	padding: 8px 15px 8px 15px;
	
	border-right-width: 1px;
	border-left-width: 1px;

	display: block;
	margin: 0;
	position: relative;
	overflow: visible;

	border-width: 0;
	border-top-width: 1px;

	/*cursor: pointer;*/

	font-family: Helvetica,Arial,sans-serif;
	font: normal 18px Helvetica;
	text-decoration: none;
	
	text-align: left;

	/*border: 1px solid #CCC;*/
	font-weight: bold;
	color: #444;
	text-shadow: 0 1px 1px #F6F6F6;

	background: #EEE;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#fdfdfd),to(#eee));
	background-image: -webkit-linear-gradient(#fdfdfd,#eee);
	background-image: -moz-linear-gradient(#fdfdfd,#eee);
	background-image: -ms-linear-gradient(#fdfdfd,#eee);
	background-image: -o-linear-gradient(#fdfdfd,#eee);
	background-image: linear-gradient(#fdfdfd,#eee);
	border-image: initial;

	border-top: 1px solid white;
	border-bottom: 1px solid #ccc;
	/*border-color: rgba(255, 255, 255, .3);*/

}

.list_type1 li.inactive
{
	padding: .2em 10px .2em 10px;
	
	border-right-width: 1px;
	border-left-width: 1px;

	display: block;
	margin: 0;
	position: relative;
	overflow: visible;

	border-width: 0;
	border-top-width: 1px;

	/*cursor: pointer;*/

	font-family: Helvetica,Arial,sans-serif;
	font: normal 14px Helvetica;
	text-decoration: none;
	
	text-align: left;

	/*border: 1px solid #CCC;*/
	font-weight: bold;
	color: #AAA;
	/*text-shadow: 0 1px 1px #F6F6F6;*/

	background: #EEE;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#fdfdfd),to(#eee));
	background-image: -webkit-linear-gradient(#fdfdfd,#eee);
	background-image: -moz-linear-gradient(#fdfdfd,#eee);
	background-image: -ms-linear-gradient(#fdfdfd,#eee);
	background-image: -o-linear-gradient(#fdfdfd,#eee);
	background-image: linear-gradient(#fdfdfd,#eee);
	border-image: initial;

	border-top: 1px solid white;
	border-bottom: 1px solid #ccc;
	/*border-color: rgba(255, 255, 255, .3);*/

}

.list_type1 li.hover_on:hover
{
	background-image: -webkit-gradient(linear,left top,left bottom,from(#fafafa),to(#ccc));
	background-image: -webkit-linear-gradient(#fafafa,#ccc);
	background-image: -moz-linear-gradient(#fafafa,#ccc);
	background-image: -ms-linear-gradient(#fafafa,#ccc);
	background-image: -o-linear-gradient(#fafafa,#ccc);
	background-image: linear-gradient(#fafafa,#ccc);
}

.list_type1 li.hover_on_with_padding:hover
{
	background-image: -webkit-gradient(linear,left top,left bottom,from(#fafafa),to(#ccc));
	background-image: -webkit-linear-gradient(#fafafa,#ccc);
	background-image: -moz-linear-gradient(#fafafa,#ccc);
	background-image: -ms-linear-gradient(#fafafa,#ccc);
	background-image: -o-linear-gradient(#fafafa,#ccc);
	background-image: linear-gradient(#fafafa,#ccc);
}

.list_type1 li.hover_on
{
	padding: 0px;
}

.list_type1 a
{
	padding-right: 30px;

	padding: .4em 10px .4em 10px;
	display: block;
	color: #444;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;

	font-weight: bold;

	text-shadow: 0 1px 1px #F6F6F6;
}

.list_type1 .link_small
{
	padding: 0px;
	
	color: #3399FF;
	text-shadow: 0 1px 1px #ccc;
}

/* Table List  */

.table_list
{
    margin: 0px;
    width: auto;
	
	text-align: center;
	
	margin:0; 
	padding:0;
	
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.3);
	box-shadow: 0 1px 4px rgba(0,0,0,.3);

}

.table_list th
{
	text-align: center;
}

.table_list td
{
	border-width: 0;
	border-bottom-width: 1px;
	cursor: pointer;
}

.table_list tr
{
	background: #EEE;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#fdfdfd),to(#eee));
	background-image: -webkit-linear-gradient(#fdfdfd,#eee);
	background-image: -moz-linear-gradient(#fdfdfd,#eee);
	background-image: -ms-linear-gradient(#fdfdfd,#eee);
	background-image: -o-linear-gradient(#fdfdfd,#eee);
	background-image: linear-gradient(#fdfdfd,#eee);
}
.table_list tr:hover
{
	background: #EEE;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#fdfdfd),to(#ddd));
	background-image: -webkit-linear-gradient(#fdfdfd,#ddd);
	background-image: -moz-linear-gradient(#fdfdfd,#ddd);
	background-image: -ms-linear-gradient(#fdfdfd,#ddd);
	background-image: -o-linear-gradient(#fdfdfd,#ddd);
	background-image: linear-gradient(#fdfdfd,#ddd);
}

.table_list tr.error
{
	color: #F6F6F6;
	
	background: #E00;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#fd0000),to(#e00));
	background-image: -webkit-linear-gradient(#fd0000,#e00);
	background-image: -moz-linear-gradient(#fd0000,#e00);
	background-image: -ms-linear-gradient(#fd0000,#e00);
	background-image: -o-linear-gradient(#fd0000,#e00);
	background-image: linear-gradient(#fd0000,#e00);
}
.table_list tr.error:hover
{
	background: #E00;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#fd0000),to(#c33));
	background-image: -webkit-linear-gradient(#fd0000,#c33);
	background-image: -moz-linear-gradient(#fd0000,#c33);
	background-image: -ms-linear-gradient(#fd0000,#c33);
	background-image: -o-linear-gradient(#fd0000,#c33);
	background-image: linear-gradient(#fd0000,#c33);
}

.table_list .hidden
{
	display: none;
}

/* table list flat */

.table_list_flat
{
    margin: 0px;
    width: auto;
	
	text-align: center;
	
	margin:0; 
	padding:0;
	
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.3);
	box-shadow: 0 1px 4px rgba(0,0,0,.3);

}

.table_list_flat th
{
	text-align: center;
}

.table_list_flat td
{
	border-width: 0;
	border-bottom-width: 1px;
}
.table_list_flat tr.clickable
{
	cursor: pointer;
}

.table_list_flat tr
{
	background: #EEE;
}
.table_list_flat tr:hover
{
	background: #DDD;
}

.table_list_flat tr.error
{
	color: #F6F6F6;
	background: #E00;
}
.table_list_flat tr.error:hover
{
	background: #D00;
}

.table_list_flat tr.header
{
	color: #3399FF;
	background: #CCC;
	
	font: bold 18px Helvetica; 
}


/******/

.text_align_left
{
	text-align: left;
}