/* 	New Styles for the site!
	Aim to migrate to only using this style sheet making the oldone redundent
*/

/* Invoice Styles */

.group_box {
	border: solid 1px #CCCCCC;
	width: 100%;
	display: table;
}

.group_box_header {
	background-color:#FFFFEA;
	width:100%;
	padding: 4px;
	line-height: 20px;
}
.group_box_title {
	border-bottom: 1px solid #CCCCCC;
}

.small_font {
	font-size: 10px;
	text-align: left;
}

.small_font_bold {
	font-size: 10px;
	font-weight:bold;
}

.text_red , a.text_red  {
	color:#FF0000;
}

.text_green , a.text_green {
	color: #00CC00;
}
.text_orange , a.text_orange {
	color: #FF6600;
}

#box_success {
	margin: auto;
	border: 1px solid #6F8F30;
	background-color: #FFFFCC;
	background-image: URL(/images/accept.gif) ;
	background-repeat: no-repeat;
	background-position: 5px 10px;
	padding: 10px 10px 10px 25px;
	margin-bottom: 10px;
	width: 90%;
}



