/* STANDART LIST */
/* ----------------------------------------------------- */


.srheader
{
	font-weight: bold;
	background-color: #F1F3F7;
	padding: 0 5px 0 5px;
	border-right: 2px solid #FFFFFF;
}

.srheader a
{
	text-decoration: none;
}

.srheader a:hover
{
	text-decoration: underline;
}

.sritem
{
	border-bottom: 1px solid #e0e0e0;
	padding: 2px 5px 0 5px;
	vertical-align: middle;
}


/* IMAGE STYLES */
/* ----------------------------------------------------- */


img
{
	border: none;
}	

/* FORM STYLES */
/* ----------------------------------------------------- */

/* used for titles of form blocks */
.form_title
{
	font-weight: bold;
	font-size: 1.1em;
}

/* used for subtitles within a column of form block */
.form_subtitle
{
	color:#777777;
	font-weight: bold;
}
 
.alignedul {
	margin: 0 0 0 15px;
	padding: 0 0 0 0;
}

.bullet_title {
	color:#614B40;
	text-transform:uppercase;
	font-weight:bold;
	background: url(../../images/main/bullet_dice.gif) no-repeat center left;
	padding-left:14px;
}



/* ORDER/PROJECT STATUS */
/* ----------------------------------------------------- */

/* To print the order/project status in big letters */
.status_title
{
	font-weight: bold;
	font-size: 11pt;
	background-color: #FFFFFF;
}

.status_next_step
{
	font-weight: bold;
	color:#917D4A;
}

/* VISIBILITY */
.notvisible
{
	visibility:hidden;
}

.notdisplayed
{
	display: none;
}