/*********************/
/* Litebox CSS       */
/*********************/

.litebox .lb_outer {
	background-color: #fafafa;
	border: 1px solid #888888;
	padding: 2px;
	clear: both;
}

.litebox .lb_inner {
	background-color: #fafafa;
	border: 1px dashed #aaaaaa;
	padding: 5px 10px;
}

.litebox .sans_box {
	padding: 10px 21px 20px;
	clear: both;
}

.litebox .solid {
	border-style: solid;
}

.litebox .darker {
	background-color: #EBEBEB;
}

.litebox .darkest {
	background-color: #AFAFAF;
	border-color: #888888;
}

.litebox .title li {
	font-size: 8pt;
}

.litebox .lb_user_photo .lb_outer {
	width: 72px;
	height: 72px;
	margin-bottom: 5px;
}

.litebox .lb_user_photo .lb_inner {
	padding: 0px;
}

.litebox .lb_user_photo a#load_profile {
	display: block;
	background: url(images/image_icon.png) no-repeat 100% 1px;
	width: 110px;
	height: 20px;
	margin-top: 5px;
	padding-right: 19px;
}

.litebox .lb_form {
	font-size: 10px;
	font-weight: bold;
}

.litebox label {
	margin-right: 20px;
}

.litebox td.label {
	text-align: right;
}

.litebox td.textarea {
	vertical-align: top;
}

.litebox tr.newGroup td{
	padding-top: 30px;
}

.required {
	position: relative;
	color: #A07878;
	font-size: 7pt;
}

.litebox input[type="text"],
.litebox input[type="password"] {
	font: normal 9pt Tahoma, Helvetica, sans-serif;
	width: 300px;
	height: 20px;
	background-color: white;
	border: 1px solid #A07878;
	padding-top: 4px;
	padding-left: 6px;
}

.litebox td.radio {
	font-weight: normal;
	padding-top:5px;
}

.litebox input[type="radio"] {
	vertical-align: -20%;
}

.litebox textarea {
	font: normal 9pt Tahoma, Helvetica, sans-serif;
	width: 300px;
	background-color: white;
	border: 1px solid #A07878;
	padding-top: 4px;
	padding-left: 6px;
	resize: none; 
}

.litebox select {
	width: 307px;
	font: normal 9pt Tahoma, Helvetica, sans-serif;
	background-color: white;
	height: 27px;
	border: 1px solid #A07878;
	padding-top: 2px;
	padding-left: 4px;
}

.lb_rows > ul {
	margin-top: 0px;
}

.lb_rows .row_header {
	float: left;
	border-bottom: 1px solid #666666;
	text-align: left;
}

.lb_rows .row_header div {
	font-weight: bold;
	font-size: 100%;
}

.lb_rows li div {
	float: left;
	font-weight: normal;
	font-size: 8pt;
	padding: 4px 5px 1px 0px;
}

.lb_rows li .col1 {width: 230px;}
.lb_rows li .col2 {width: 170px;}
.lb_rows li .col3 {width: 56px;}
.lb_rows li .col4 {width: 80px;}

.lb_rows li {
	clear:both;
}

.lb_rows .center_icon {
	text-align:center;
}