/* GENERAL CSS SETTINGS */

body {
	margin: 0;
	padding: 0;
	text-align: center; /* Center content for IE */
	background-color: #ffffff;
}

body, td, th, li, p {
	color: #333333;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	font-style: normal;
}

th {
	font-weight: bold;
}

div, span {
	margin: 0;
	padding: 0;
}

img {
	border: 0px;
	display: block;
}

form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

a {
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	outline: 0;
}

a:link {
	color: #333333;
}

a:visited {
	color: #333333;
}

a:active {
	color: #333333;
}

a:hover {
	color: rgb(204,0,0);
	text-decoration: underline;
}

h1 {
	color: rgb(132,132,132);
    font-size: 19px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 12px 0px;
}

h2 {
	color: rgb(132,132,132);
	font-size: 16px;
	font-weight: normal;
	margin: 0px 0px 9px 0px;
	padding: 0px 0px 3px 1px;
	/*border-bottom: 1px solid rgb(132,132,132);*/
}


/* MAIN CONTAINER */
.container {
	width: 1242px;
	margin-left: auto; /* Center content standard */
	margin-right: auto; /* Center content standard */
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
	text-align: center; /* Content left again (@see body) */
}

.leftcontainer {
	min-height: 525px;
}


/* MAIN CONTENT */
.content {
	float: left;
	width: 820px; /*Real content width: 780px!*/
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 20px;
	text-align: left;
}


/* HEADER LOGO */
.logo {
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


/* LEFT SIDE NAVIGATION */
.navigation {
	float: left;
	width: 400px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px; 
	background-color: #e9e9e9;
}

.navigation a {
	color: #333333;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	outline: 0;
}

.navigation:link {
	color: #333333;
}

.navigation:visited {
	color: #333333;
}

.navigation:active {
	color: #333333;
}

.navigation:hover {
    color: rgb(255,0,0);
}

.navigation_item {
	display: block;    
	text-decoration: none;
	font-weight: bold;
	text-align: left;
    line-height: 15px;
	margin: 0px 0px 0px 0px;
	padding: 5px 19px 5px 24px;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #ffffff;
	background-image: url(../img/arrow-red.gif);
	background-position: 10px 8px;
	overflow: hidden;
}

.navigation_item:link {
	font-weight: bold;
	color: #333333;
}

.navigation_item:visited {
	font-weight: bold;
	color: #333333;
}

.navigation_item:hover {
	font-weight: bold;
    background-image: url(../img/arrow-red.gif);
    color: rgb(255,0,0);
}

.navigation_item_active {
	display: block;    
	text-decoration: none;
	text-align: left;
    line-height: 15px;
	margin: 0px 0px 0px 0px;
	padding: 5px 19px 5px 24px;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #ffffff;
    background-image: url(../img/arrow-red-down.gif);
	background-position: 8px 10px;
	overflow: hidden;
}

.navigation_item_active:link {
	font-weight: bold;
    background-image: url(../img/arrow-red-down.gif);
	color: #333333;
}

.navigation_item_active:visited {
	font-weight: bold;
    background-image: url(../img/arrow-red-down.gif);
	color: #333333;
}

.navigation_item_active:hover {
	font-weight: bold;
    background-image: url(../img/arrow-red-down.gif);
	color: #333333;
}

.navigation_item_fbtyp {
	display: block;    
	text-decoration: none;
	font-weight: bold;
	text-align: left;
    line-height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 5px 19px 5px 24px;
	overflow: hidden;
}

.navigation_item_fbtyp:link {
	font-weight: bold;
	color: #333333;
}

.navigation_item_fbtyp:visited {
	font-weight: bold;
	color: #333333;
}

.navigation_item_fbtyp:hover {
	font-weight: bold;
    color: rgb(255,0,0);
}

.navigation_item_fbtyp_active {
	display: block;    
	text-decoration: none;
	text-align: left;
    line-height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 5px 19px 5px 24px;
	overflow: hidden;
}

.navigation_item_fbtyp_active:link {
	font-weight: bold;
	color: #333333;
}

.navigation_item_fbtyp_active:visited {
	font-weight: bold;
	color: #333333;
}

.navigation_item_fbtyp_active:hover {
	font-weight: bold;
	color: #333333;
}

.navigation_item_typ {
	display: block;    
	text-decoration: none;
	font-weight: bold;
	text-align: left;
    line-height: 15px;
	margin: 0px 0px 0px 0px;
	padding: 5px 19px 5px 24px;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #ffffff;
	background-image: url(../img/arrow-red.gif);
	background-position: 10px 8px;
	overflow: hidden;
}

.navigation_item_typ:link {
	font-weight: bold;
    color: #333333;
}

.navigation_item_typ:visited {
	font-weight: bold;
    color: #333333;
}

.navigation_item_typ:hover {
	font-weight: bold;
    background-image: url(../img/arrow-red.gif);
    color: rgb(255,0,0);
}

.navigation_item_typ_active {
	display: block;    
	text-decoration: none;
	text-align: left;
    line-height: 15px;
	margin: 0px 0px 0px 0px;
	padding: 5px 19px 5px 24px;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #ffffff;
    background-image: url(../img/arrow-red-down.gif);
	background-position: 8px 10px;
	overflow: hidden;
}

.navigation_item_typ_active:link {
	font-weight: bold;
    background-image: url(../img/arrow-red-down.gif);
    color: #333333;
}

.navigation_item_typ_active:visited {
	font-weight: bold;
    background-image: url(../img/arrow-red-down.gif);
    color: #333333;
}

.navigation_item_typ_active:hover {
	font-weight: bold;
    background-image: url(../img/arrow-red-down.gif);
    color: #333333;
}

.navigation_sub {
	margin: 0px 0px 0px 0px;
	padding: 5px 8px 5px 25px;
	border-bottom: 1px dotted #ffffff;
}

.navigation_sub a {
	color: #333333;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	padding: 2px 0px 2px 0px;
	outline: 0;
}

.navigation_item_sub { 
	display: block;    
	text-decoration: none;
	text-align: left;
}

.navigation_item_sub:hover {
    color: rgb(255,0,0);
}

.navigation_item_sub_active { 
	display: block;    
	text-decoration: none;
	text-align: left;
}

.navigation_item_sub_active:link {
	font-weight: bold;
    color: #333333;
}

.navigation_item_sub_active:visited {
	font-weight: bold;
    color: #333333;
}

.navigation_item_sub_active:hover {
	font-weight: bold;
    color: #333333;
}

.navigation_item_parent { 
	display: block;    
	text-decoration: none;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0;
	background-repeat: no-repeat;
	background-image: url(../img/arrow-red.gif);
	background-position: 2px 5px;
	overflow: hidden;
}

.navigation_item_parent:hover {
    color: rgb(255,0,0);
}

.navigation_item_parent_active { 
	display: block;    
	text-decoration: none;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0;
	background-repeat: no-repeat;
    background-image: url(../img/arrow-red-down.gif);
	background-position: 0px 6px;
	overflow: hidden;
}

.navigation_item_parent_active:link {
	font-weight: bold;
    color: #333333;
}

.navigation_item_parent_active:visited {
	font-weight: bold;
    color: #333333;
}

.navigation_item_parent_active:hover {
	font-weight: bold;
    color: #333333;
}

.navigation_item_parent_sub { 
	display: block;    
	text-decoration: none;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0;
	background-repeat: no-repeat;
	background-image: url(../img/arrow-red.gif);
	background-position: 13px 5px;
	overflow: hidden;
}

.navigation_item_parent_sub:hover {
    color: rgb(255,0,0);
}

.navigation_item_parent_sub_active { 
	display: block;    
	text-decoration: none;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0;
	background-repeat: no-repeat;
    background-image: url(../img/arrow-red-down.gif);
	background-position: 11px 6px;
	overflow: hidden;
}

.navigation_item_parent_sub_active:link {
    color: #333333;
}

.navigation_item_parent_sub_active:visited {
    color: #333333;
}

.navigation_item_parent_sub_active:hover {
    color: #333333;
}

.navigation_empty {
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 4px 0px;
}


/* HEADER TOP NAVIGATION */
.header {
	float: left;
	width: 790px;
	height: 23px;
	color: #666666;
	font-size: 10px;
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 10px;
	background-color:#999999;
}

.header a {
	font-weight: bold;
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
	outline: 0;
}

.header_item {
	display: block;
	float: right;
	text-decoration: none;
	text-align: left;
    line-height: 15px;
	margin: 0px 0px 0px 24px;
	padding: 4px 0px 0px 0px;
	overflow: hidden;
}

.header_item:hover {
    color: rgb(255,0,0);
}


/* FOOTER */
.footer {
	color: #666666;
	font-size: 10px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 5px 7px 5px 7px;
	background-color: #ffffff;	
}


/* FILTER */
.filter {
	width: 800px;
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-image: url(../img/print_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.filterprint {
	width: 800px;
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
}

.filter_table {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	outline: 0;
	border-collapse: collapse;
}

.filter_table th {
	font-size: 10px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
}

.filter_table td {
	font-size: 10px;
	color: #333333;
	margin: 0px 0px 0px 0px;
	padding: 0px 3px 0px 3px;
}

.filter_text {
	color: #333333;
	margin: 0px 0px 0px 0px;
	padding: 6px 2px 6px 2px;
}

.filter_text_bold {
	color: #333333;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 6px 2px 6px 2px;
}

.filter_h1 {
	width: 287px;
	color: #333333;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: 4px 0px 4px 3px;
	padding: 1px 1px 1px 1px;
}

.filter_h2 {
	width: 141px;
	color: #333333;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: 4px 0px 4px 3px;
	padding: 1px 1px 1px 1px;
}

.filter_h3 {
	width: 126px;
	color: #333333;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: 4px 0px 4px 3px;
	padding: 1px 1px 1px 1px;
}

.filter_h4 {
	width: 100px;
	color: #333333;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: 4px 0px 4px 3px;
	padding: 1px 1px 1px 1px;
}

.filter_h5 {
	width: 92px;
	color: #333333;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: 4px 0px 4px 3px;
	padding: 1px 1px 1px 1px;
}

.filter_h6 {
	width: 76px;
	color: #333333;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: 4px 0px 4px 3px;
	padding: 1px 1px 1px 1px;
}

.filter_h7 {
	width: 60px;
	color: #333333;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: 4px 0px 4px 3px;
	padding: 1px 1px 1px 1px;
}

.filter_h8 {
	width: 67px;
	color: #333333;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: 4px 0px 4px 3px;
	padding: 1px 1px 1px 1px;
}

.filter_h9 {
	width: 79px;
	color: #333333;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: 4px 0px 4px 3px;
	padding: 1px 1px 1px 1px;
}

.filter_h10 {
	width: 190px;
	color: #333333;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: 4px 0px 4px 3px;
	padding: 1px 1px 1px 1px;
}

.filter_h11 {
	width: 64px;
	color: #333333;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: 4px 0px 4px 3px;
	padding: 1px 1px 1px 1px;
}

.filter_select {
	color: #333333;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: 4px 0px 4px 3px;
	padding: 1px 1px 1px 1px;
	z-index: 1;
}

.filter_bg {
	background-color: #FFBBBB;
}

/*.tooltip {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 2px 3px 2px 3px;
	background-color: #F2F2F2;
	border: 1px solid rgb(160,160,160);
	text-align: left;
	z-index: 4000;
}*/
.button
{
	cursor: pointer;
	
    margin: 4px;
    padding: 4px 8px 4px 8px;
    
    color: #333333;
    font-family: arial,helvetica,sans-serif;
    font-size: 10px;	
	/* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); */
	
	line-height: 1.2;

	
 	background-color: #F5F5F5;
    background-image: -moz-linear-gradient(center top , #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    border-color: #E6E6E6 #E6E6E6 #B3B3B3;
    
    	
    	
    border-style: solid;
    border-width: 1px;
    
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;    
    
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
}

.button:hover
{
    background-color: #E6E6E6;
    color: #333333;
   	
	-moz-transition: background-position 0.1s linear 0s;
	background-position: 0 -15px;
	text-decoration: none;
}

.button:active
{
	background-image: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    outline: 0 none;
}

.button.green
{
	color: #ffffff;
	
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	background-color: #5BB75B;
    background-image: -moz-linear-gradient(center top , #62C462, #51A351);
    background-repeat: repeat-x;
}
.button.green:hover
{
	background-color:#51A351;
}

.button.blue
{
	color: #ffffff;
	
	background-color: #0074CC;
    background-image: -moz-linear-gradient(center top , #0088CC, #0055CC);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);    
}
.button.blue:hover
{
	background-color: #0055CC;
}
.button.red
{
	color: #ffffff;
	
	background-color: #DA4F49;
    background-image: -moz-linear-gradient(center top , #EE5F5B, #BD362F);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);    
}
.button.red:hover
{
	background-color: #BD362F;
}
.button.dark
{
	color: #ffffff;
	
	background-color: #777777;
    background-image: -moz-linear-gradient(center top , #777777, #777777);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);    
}
.button.dark:hover
{
	background-color: #666666;
}
.warning {
   	display: block;
   	text-align: center;
	font-size: 12px;
    color: #333333;
    background-color: #ffcece;
    padding: 0px;
	border: 6px solid #ffcece;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	margin-bottom: 12px;
}
.success {
   	display: block;
   	text-align: center;
	font-size: 12px;
    color: #333333;
    background-color: #D6FFDC;
    padding: 0px;
	border: 6px solid #D6FFDC;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	margin-bottom: 12px;
}
