@charset "utf-8";
/* CSS Document */
/* PRODUCED BY MEDIAMODUS.COM 06/08*
/* General Enhanced Styles
----------------------------------------------------------------------------------------*/

/* pictureBoxs */

div[rel="pictureBox"] {
	float:left;
	width:80px;
	padding: 5px;
	margin:5px;
}

div[rel="pictureBox"] a {
	font-size:12px;
	font-weight:normal;
	padding:0;
	margin:0;
}

div[rel="pictureBox"] a img {
	
	padding: 5px;
	border: 1px solid #666666;
}




div[rel="pictureBox2"] {
	float:left;
	padding: 5px;
	margin:5px;
}

div[rel="pictureBox2"] a {
	font-size:12px;
	font-weight:normal;
	padding:0;
	margin:0;
}

div[rel="pictureBox2"] a img {
	padding: 5px;
	border: 1px solid #666666;
}


/* Layout  */

.indent {

	padding-left:30px;
	
}

.normalLink {

	font-weight:normal;
	

}



/* UI */

.error {
	background-color:#FFB9B9;
	border: 1px solid #FF0000;
	padding:10px;
}

.whiteButtonText {

	color:#FFFFFF;

}

.flatButton {

	border:none;

}

.btn {
padding-top:3px;
text-align:center;
height:22px;
}
.halfbutton {width: 90px;}

/* forms */
input[type="text"] {

	height:18px;

}

input[type="password"] {

	height:18px;

}

/* fix size implications of the above rules on the global search box */
input[class="textbox_small"] {
	height:14px;
}

/* news page */
#news img {

	float:left;
	padding-right:10px;

}
#news p {
	text-align:justify;
}


.brownLink {
	color: #f76607;
}


textarea {
	font-size: 12px;
}
td {
	font-size: 12px;
}

input[type="text"] {

	color:#00000 !important;

}
