body {
	font-family: sans-serif; 
	font-size: 14px;
}

p{
	margin-top:0px;
}

.info-boxes {
 	border-radius:4px 4px 4px 4px;  
 	height: 35px; 
 	background-repeat: no-repeat; 
 	font-size: 14px; 
 	line-height: 35px; 
 	padding-left: 40px;
 }

.calendar-icon {
    background-image: url(images/calendar-icon.jpg);
    background-repeat: no-repeat;
    padding-left: 50px;
}
 
 .box-attention {
 	background-color: #fffbcc ;
 	background-image: url('images/attention-icon.png'); 
 	color: #666452;
 	border: 1px solid #e6db55;
 }
 
 .box-error {
 	background-color: #ffcece ;
 	background-image: url('images/error-icon.png'); 
 	color: #666452;
 	border: 1px solid #df8f8f;
 }
 
 .box-success {
 	background-color: #d5ffce;
 	background-image: url('images/success-icon.png'); 
 	color: #666452;
 	border: 1px solid #9adf8f;
 }
 
 .box-information {
 	background-color: #dbe3ff;
 	background-image: url('images/information-icon.png'); 
 	color: #666452;
 	border: 1px solid #a2b4ee;
 }
 
 .content-header {
 	background-image: url("images/header-background.png");
 	padding-left:15px;
 	line-height:41px;
 	height: 41px;
 	border: 1px solid #cccccc;
 	font-weight: bold;
 	color: #000;
 }

.li-float {
	float: left;
}

ul {
	list-style: none;
	padding: 0px;
}

 .content-holder {
 	padding-left:15px;
 	line-height:41px;
 	height: 41px;
 	border: 1px solid #cccccc;
 	border-top: 0px;
 	background-color: #fff;
 	color: #000;
 }

.tab {
	float: right; 
	border:1px solid #ccc; 
	margin-right:10px; 
	margin-top:12px; 
	border-bottom: 0px; 
	width:80px; 
	height:30px; 
	line-height: 30px; 
	text-align: center;
	display:block;
	text-decoration:none;
	color:#000;
	font-size: 12px;
    background-color: #E8E8E8;
}

.tab-selected {
	float: right; 
	border:1px solid #ccc; 
	background-color:#fff; 
	margin-right:10px; 
	margin-top:12px; 
	border-bottom: 0px; 
	width:80px; 
	height:30px; 
	line-height: 30px; 
	text-align: center;
	display:block; 
	text-decoration:none;
	color:#000;
	font-size: 12px;
}

 .top-header {
 	background-color: #E8E8E8;
 	padding-left:15px;
 	line-height:41px;
 	height: 41px;
 	font-size: 16px; 
	font-weight: bold;
 	color: #000;
 }

.tab-header {
    height: 41px;
 }
 .content-header-input {
	background-color: #e8e8e8;

	padding: 0px;
 	padding-left:10px;
 	line-height:41px;
 	height: 41px;

 	font-weight: bold;
 	color: #000;
 	float: left;
 }

 .content-holder-input {
 	padding-left:10px;
 	line-height:41px;
 	height: 41px;
 	border: 1px solid #e8e8e8;
 	background-color: #fff;
 	color: #000;
 	float: left;
 	text-align: left;
 }

 .content-holder-growing {
 	padding-left:15px;
 	border: 1px solid #cccccc;
 	border-top: 0px;
 	background-color: #fff;
 	color: #000;
 }
 
 .inner-cell {
 	border-left: 0px;
 }

.textarea-box {
	border-radius:4px 4px 4px 4px; 
	border: 0px solid; 
	height: 140px; 
	line-height: 25px; 
	padding-left: 5px; 
	padding-right: 5px;
	
}

.dropdown-list {
    border: 0px;
    font-size: 13px;
}

.input-box {
	border: 0px;
    font-size: 13px;
}

.input-box-radio {
    padding: 0px 0px 0px 10px;
}

.input-box-radio label
{
    font-size: 13px !important;
}

.input-box-radio input
{
    margin-right: 10px;
}


.select-box {
	border-radius:4px 4px 4px 4px; 
	border: 1px solid red; 
	height: 25px; 
	line-height: 25px;
	padding-top: 2px; 
	padding-left: 5px; 
	padding-right: 0px;
	width: 170px;
	
}

.light-holder-box {
	background-image: url('images/background-light.jpg'); 
	border-radius:4px 4px 4px 4px; 
	padding: 10px;
	color: #000;
	font-size: 10pt	
}

.heading {
	font-size: 16px; 
	font-weight: bold;
	margin-bottom: 20px;
}

.sub-heading {
	font-size: 14px; 
	font-weight: bold;
	margin-bottom: 20px;
}


.body {
	font-size: 14px; 
	margin-bottom: 20px;
}

.main-content-box {
	background-color: #fff;
}

.dark-holder-box {
	background-image: url('images/background-dark.jpg'); 
	border-radius:4px 4px 4px 4px; 
	padding: 10px;
	color: #fff; 
	font-size: 10pt	
}

.button {
	height: 27px; 
	border-radius:4px 4px 4px 4px;
	border:0px;
	background-color: #00a7e2;
	display:block; 
	text-align: center; 
	color: white; 
	text-decoration: none; 
	font-size: 14px; 
	line-height: 27px;
}

.button2 {
	height: 27px; 
	border-radius:4px 4px 4px 4px;
	border:0px;
	background-color: #028cc5;
	display:block; 
	text-align: center; 
	color: white; 
	text-decoration: none; 
	font-size: 14px; 
	line-height: 27px;
}

.button3 {
	height: 27px;
	border:0;
	background-color: #028cc5;
	display:block;
	text-align: center;
	color: white;
	text-decoration: none;
	font-size: 14px;
	line-height: 27px;
	padding-right: 5px;
	cursor: pointer;
}
.button3:hover {
	background-color: #029ad8;
}
.button3.active {
	background-color: #029ad8;
}
.group {
	border-left:1px #7B7B7B solid;
	overflow: auto;
}

.button-back {
	height: 27px; 
	border-radius:4px 4px 4px 4px;
	border:0px;
	background-color: #929292;
	display:block; 
	text-align: center; 
	color: white; 
	text-decoration: none; 
	font-size: 14px; 
	line-height: 27px;
}

.corners-bottom-left {
	border-radius:0px 0px 0px 4px;
}

.corners-bottom-right {
	border-radius:0px 0px 4px 0px;
}

.corners-bottom {
	border-radius:0px 0px 4px 4px;
}

.thin-cell {
		height: 30px;
		line-height: 30px;
}

.extra-thin-cell {
		height: 20px;
		line-height: 20px;
}
.corners-top-left {
	border-radius:4px 0px 0px 0px;
}

.corners {
	border-radius:4px 4px 4px 4px;
}

.corners-top-right {
	border-radius:0px 4px 0px 0px;
}

.corners-top {
	border-radius:4px 4px 0px 0px;
}

.spacer {
	clear: both;
	height:20px;
}

.form-row {
	
}

h1 {
	font-size: 18px;
    color: #000000;
}

.form-holder {
	border: 1px solid #E8E8E8;
	padding:20px
}

.form-dropdown {
    border: 1px solid #E8E8E8;
	margin-top: 9px;
}

.not_available {
	color: #ccc !important;
}

p {
    font-size: 14px;
    color:#000000;
}

/* Error List Wrapping */
ul.error_wrapper {
	border: 1px solid #f0b1b7;
	background-color: #f2dede;
	margin:0;
	padding:20px;
}
ul.error_wrapper h2 {
	color: #f08389;
	margin:0 0 3px;
	border-bottom: 1px solid #f0b1b7;
	padding-bottom: 2px;
	font-style: italic;
}
ul.error_wrapper li {
	padding-bottom: 2px;
	color: #c16268;
}
.cst-stats {
	border: 1px solid #BBBBBB;
	border-radius: 5px;
	background-color: #EEEEEE;
	color: #000000;
}
.cst-stats ul {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 20px;
	line-height: 40px;
}

.group_head:hover {
	background-color: #029ad8;
}
.group_head {
	height: 27px;
	border: 0;
	background-color: #028cc5;
	display: block;
	text-align: center;
	color: white;
	text-decoration: none;
	font-size: 14px;
	line-height: 27px;
	padding-right: 5px;
	padding-left: 10px;
	cursor: pointer;
}
.category_outer + .category_outer {
	border-top: 1px #0272a0 solid;
}
.category_outer {
	margin-right: 10px;
}
.option {
	padding: 5px;
	background-color: #878389;
	border-left: 4px solid #029ad8;
	text-align: center;
}
.option a {
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
}
.option + .option {
	border-top:1px #aaaaaa solid;
}