/* CSS Document */

div#header {
    font-size: 10px;
}
div#content {
	background-color: #F68500;
}

div.sidebar {
    border-style: solid;
    border-color: white;
    border-width: 0px 19px;
    background-color: white; 
	color: #2E3192;
    font-size: 11px;
	font-weight: normal;
}
div#footer {
	background-color: #FF6600;
	color: white;
    font-size: 10px;
}


/*********************  PAGE CONTENT  ****************/
div.page_content {
	position: relative; 
	margin: 0px 40px; 
	font-size: 14px;	
}

/*********************  WP  ****************/
div.wp_content img { 
	margin-top: 8px;
	margin-bottom: 8px;
}

div.wp_content a {
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	margin-left: 10px;
	margin-right: 0px;
	display: inline;
}
img.alignleft {
	margin-left: 0px;
	margin-right: 10px;
	display: inline;
}
img.alignnone {
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/*******************  SITE ALIGN  *******************/
a.site_align:link, a.site_align:active, a.site_align:visited {
    color : DarkGray;;
}
a.site_align:hover {
    color : White;;
}


/*********************  SIDEBAR  ****************/
div.sidebar hr {
	margin: 8px 8px;
}
div.sidebar div.banner {
	width: 100%; 
	text-align: center;
}
div.sidebar div.banner img {
	margin-top: 10px;
	margin-bottom: 5px;
}

div.sidebar a:link, div.sidebar a:active, div.sidebar a:visited {
    text-decoration : none;
    color : #2E3192;
}
div.sidebar a:hover {
    text-decoration: none;
	color: #FF6600;
}

/**********************  MAIN MENU  ******************/

/********************  MAIN MENU SIDE  ***************/
div.sidebar .menu_level_1 {
	width: 100%; 
	/*height: 16px;*/ 
	background-color: #FF6600; 
	color: white; 
	font-weight: bold; 
	text-align: center; 
	padding: 3px 0px 4px;
	margin: 10px 0px 7px;
}
.menu_main_side_item {
	/*height: 15px;*/
	padding: 3px 0px;
}
.menu_main_side_item:hover {
	background-image: url("../images/menu_main_side_sel_bg.gif");
	background-repeat: no-repeat;
}
.menu_main_side_item_sel {
	padding: 3px 0px;
	font-weight: bold;
	background-image: url("../images/menu_main_side_sel_bg.gif");
	background-repeat: no-repeat;
}

/********************  MAIN MENU FOOT  ***************/
div#menu_main_foot {
    width: 535px;
}
.menu_main_foot_item {
	height: 15px;
	float: left;
}
.menu_main_foot_item:hover {
	background-image: url("../images/menu_main_foot_sel_bg.gif");
	background-repeat: no-repeat;
}
.menu_main_foot_item_sel {
	height: 15px;
	float: left;
	font-weight: bold;
	background-image: url("../images/menu_main_foot_sel_bg.gif");
	background-repeat: no-repeat;
}
div#menu_main_foot a:link {
    text-decoration : none;
    color : white;
}
div#menu_main_foot a:active {
    text-decoration : none;
    color : white;
}
div#menu_main_foot a:visited {
    text-decoration : none;
    color : white;
}
div#menu_main_foot a:hover {
    text-decoration : none;
    color : white;
}


/*********************  ARCHIVES LINKS  ****************/
div#archives_link a:link {
    text-decoration : none;
    color : white;
}
div#archives_link a:active {
    text-decoration : none;
    color : white;
}
div#archives_link a:visited {
    text-decoration : none;
    color : white;
}
div#archives_link a:hover {
    text-decoration : none;
    color : white;
}


/*********************  WEBMASTER LINKS  ****************/
div#webmaster a:link, div#webmaster a:active, div#webmaster a:visited, div#webmaster a:hover {
    text-decoration : none;
    color : #2E3192;
}


div#cant_read {
	position: absolute;
	/* right/left: 19px; */
	/* top: 40px / 35px; */
	width: 137px;
	/* height: 16px / 28px; */
	background-color: #646363;
	font-weight: bold;
	text-align: center;
	padding-top: 3px;
}


.tooltip {
    font-family : Arial, Helvetica, sans-serif;
	background-color: LightYellow;
	color: black;
	font-size: 10px;

	margin-left: 10px;
	padding: 1px 3px;
	border: 1px solid #494C51;

/*	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;*/
}



/*********************  MASTERDATA  ****************/
select.masterdata option[selected] {
	color: red;
}

table.masterdata_list {
    max-width: 800px;
}
table.masterdata_list th {
    height: 25px;
    background-color: black;
    color: white;
    border-width: 1px 1px 0;
    border-color: #9C9C9C;
    border-style: solid;
    padding: 0px 5px;
    font-size: 12px;
    white-space: nowrap;
}
table.masterdata_list th a:HOVER {
    color: black;
}
table.masterdata_list th.order_by {
    background-color: #333333;
}
table.masterdata_list th.asc:AFTER {
	content: " v";
}
table.masterdata_list th.desc:AFTER {
	content: " ^";
}

table.masterdata_list tr:hover {
	background-color: #333333;
}
table.masterdata_list td {
	padding: 0px 5px;
	text-align: left;
}	
table.masterdata_list td.icon {
	padding: 0px 1px;
}	
table.masterdata_list td.numeric {
	text-align: right;
	white-space: nowrap;
}
table.masterdata_list td.name {
	white-space: nowrap;
}

table.masterdata_details {
    border-collapse: collapse;
	
}
table.masterdata_details td {
    padding: 2px 5px;
    font-size: 12px;
    vertical-align: middle;
}

table.masterdata_details td.fn {
    height : 20px;
    padding: 0px 5px;
    
    background-color: black;
    color: white;
    border-width : 0px 0px 1px 1px;
    border-color : #9C9C9C;
    border-style : solid;
    
    font-size : 12px;
    text-align: right;
    vertical-align: middle;
    white-space : nowrap;
}

table.masterdata_list img {
    border: 1px solid grey;
}
table.masterdata_list td.icon img {
    border-width: 0px;
}	

hr.masterdata {
	margin: 10px 0px;
}

p.masterdata {
	font-size: 12p;
}




.info   {
    color: black; background-color: transparent; font-weight: normal;
    border-width: 0;
    border-style: none;
}
.warn   {
    color: rgb(120,0,0); background-color: transparent; font-weight: normal;
    border-width: 0;
    border-style: none;
}
.error  {
    color: red; 
    background-color: transparent; 
    font-weight: bold;
    font-size: 12px;
    border-width: 0;
    border-style: none;
}

.confirm {
    background-color: yellow;
}

.inactive {
    text-decoration: line-through;
}


