/* General page attributes ----------------------------------------- */
body {
	scrollbar-face-color: #F4F4F4;
	scrollbar-shadow-color: #F4F4F4;
	scrollbar-highlight-color: #F4F4F4;
	scrollbar-3dlight-color: #E2E2E2;
	scrollbar-darkshadow-color: #E2E2E2;
	scrollbar-track-color: #E2E2E2;
	scrollbar-arrow-color: #F4F4F4;
	background-image : url(../resources/bg_strings.gif);
	background-repeat : no-repeat;
	border-left : 0;
	border-top : 0;
	margin-top : 0;
	margin-left: 0;
} 

td {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
}

a {
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;	
}

input {
	font-size: 11px;
}

select {
	font-size: 11px;
}

textarea {
	font-size: 11px;
}

/* Specific ID's ----------------------------------------- */

#topProductList {
	background-color: #CC3333;
	color: #FFFFFF;
}

#footer {
	color: #666666;
}

#submit {
	background-color: #CCCCCC;
}

#articleTitle {
	font-size: 12px;
	color: #003399;
}

#actionInsSelect {
	color: #999900;
}

#actionError {
	color: #CC0000;
}

#actionConfirm{
	color: #669933;
}
