body,html { 
	margin:					10px 0px 20px 0px; 
	padding:				0px; 
	background-image:		url('../images/bg.png');
	text-align:				center;
}

div {
	font-family:			trebuchet ms, arial; 
	font-size:				12px; 
	color:					#333333;
}

dix#debug {
	background-color: #f00;
	color: white;
	position: absolute;
	left: 5px;
	bottom: 5px;
	}


p {
	padding: 0px;
	margin: 10px;
	}

a {
	text-decoration: none; 
	color: #f00;
	}

	a:hover {
		color: #800;
		}

.img, img {
	border: 0px; 
	}

.clear {
	clear:both;
	height:1px;
	overflow:hidden;
	}

input, select, textarea {
	color:			red;
	border:			1px solid black;
	padding-left:	2px;
	font-size:		10px;
	}

/*
.button {
	vertical-align: bottom;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	cursor: pointer;
	}
*/
	form { margin: 0px; padding: 0px; }

.red {
	color: red;
	font-weight: bold;
	margin: 10px;
	}

#bannerFrame{
	background-color: #333366;
	}

#bannerFrame{
	text-align:			center;
	}

div.error {
	font-weight:		bold;
	text-align:			center;
	background-color:	red;
	color:				white;
	}

div.system_message {
	background-color:	#0e0;
	padding-left:		2px;
	font-weight:		bold;	
	font-family:		courier new, courier;
	}
div.system_error {
	background-color:	#e00;
	padding-left:		2px;
	font-weight:		bold;	
	font-family:		courier new, courier;
	}



/* =================== FORMS ====================== */

div.breadcrumb {
/*	visibility:			hidden;
*/
	color:				#ffffff;
	margin:				0px 10px 0px 10px;
	padding:			0px 10px 0px 10px;
	font-size:			12px;
	background-color:	#3366aa;
	}
	
	div.breadcrumb a {
		color:			#ff9933;
		padding:		0px 10px 0px 10px;
	}

	div.breadcrumb a:hover {
		color:			red;
	}

div.mnuActions {
	background-color:	#eeeeee;
	padding:			5px;
	border:				1px solid red;
	border-width:		0px 0px 1px 0px;
	margin-bottom:		10px;
	}

.divSwitchPopup {
	margin:			20px;
	border:			1px solid #336699;
	background-color:	white;
	}

	.divSwitchPopupTitle {
		color:			white;
		font-size:		16px;
		font-weight:	bold;
		letter-spacing:	0px;
		line-height:	135%;
		padding:		5px;
		height:			24px;
		background-color: #336699;
		}

.btnOk {
	cursor:			pointer;
	background:		#ff0000;
	border:			3px double #ff0000;
	color :			#ffffff;
	font-variant:	small-caps;
	padding:		4px 20px 4px 20px;
	margin:			20px 0px 10px 50px;
	font-size:		16px;
}

.inputText, .inputDiv { 
	background-color: #336699;
	}

.inputDiv {
	margin:				0px 50px 0px 50px;
	padding:			2px 2px 2px 10px;
	}

.inputText {
	color:				#ffffff;
	border:				0px solid red;
	font-size:			16px;
	color:				white;
	height:				20px;
	width:				100%;
	padding:			2px 0px 0px 0px;
	}
	select.inputText {
		border:			1px solid white;
		font-size:		10px;
		}

.inputLabelBig {
	color:			#336699;
	font-size:		20px;
	font-weight:	bold;
	font-variant:	small-caps;
	letter-spacing:	0px;
	line-height:	100%;
	margin:			15px 50px -3px 60px;
}

.inputLabelDescr {
	color:			#666666;
	font-size:		10px;
	line-height:	140%;
	margin:			15px 50px -3px 60px;
}
	
/* ================ End of FORMS ================== */

table {
	border-collapse: collapse;
	}

	thead {
		background-color: rgb(0,112,192);
		}

		thead td {
			padding: 5px;
			border-right: 1px solid white;
			}
	
	table tr.row1 { background-color: rgb(200,200,220); }
	table tr.row2 { background-color: rgb(220,220,220); }

	table tr.row2 td { border: 1px solid rgb(184,204,228); border-width: 0px 1px 0px 1px }

	table tr.row1 td, table tr.row2 td { padding: 5px; }

	thead td {
		font-weight:	bold;
		color:			white;
		text-align:		center;
		}

	div#searchbar {
			margin: 25px 0px 0px 15px;
			text-align: left;
			clear: both;
		}

		div#searchbar form {
			background-repeat:			no-repeat;
			background-image:			url('/stardust/images/tools_lat/search_str.png');
		}

		div#searchbar form input.searchInputStr {
			border:						0px solid red;
			background-color:			transparent;
			font-size:					10px;
			margin:						0px 0px 0px 30px;
			padding:					2px 0px 14px 0px;
			width:						172px;
			}

	div#languagebar {
		margin-top:						18px;
		font-size:						0.9em;
		}
		div#languagebar a{
			color: white;
			}
		div#languagebar span.inactive {
				width:					30px;	
				background-color:		#3366CC;
			}
		div#languagebar span.active {
				width:					30px;	
				background-color:		#ff0000;
			}

span.hiddenUntilTextVersion {
	display:none;
	}

img.imgSwitch {
	cursor: pointer;
	}
	img.imgSwitch:hover {
		background-color:	red;
		}
	img.imgSwitchActive {
		background-color:	white;
		}

.roundcornerTL, .roundcornerTR, .roundcornerBL, .roundcornerBR {
	background-repeat:			no-repeat;
	}

.roundcornerTL {
	background-image:			url('/stardust/images/roundcorner_tl.png');
	background-position:		top left;
	}
.roundcornerTR {
	background-image:			url('/stardust/images/roundcorner_tr.png');
	background-position:		top right;
	}
.roundcornerBL {
	background-image:			url('/stardust/images/roundcorner_bl.png');
	background-position:		bottom left;
	}
.roundcornerBR {
	background-image:			url('/stardust/images/roundcorner_br.png');
	background-position:		bottom right;
	}

#currency {
	background-color:			#eeeeee;
	width:						98%;
	}
	#currency tr {
	}
	#currency tr td {
		font-family:			courier new;
		border:					1px solid #dddddd;
		border-width:			1px 0px 1px 0px;
		padding:				2px;
		font-size:				10px;
		}
	#currency thead td {
		padding:				0px;
		border-width:			0px;
		font-weight:			normal;
		color:					red;
	}

.language {
	color: white;
	font-weight: bold;
	padding: 0px 2px 0px 2px;
	}
	.language:hover {
		color: white;
		background-color:	red;
		}