.continue {
	position:relative;
	width:500;
	border-top:1px solid #ababab;
}
.continue p {
	margin-top:10px;
	margin-bottom:10px;
}
.continue_rule {
	height:6px;
	width:100%;
	background-color:#ababab;
	margin:0 0 8px 0;
}

/*******************************************************************
TABLE STYLES
*******************************************************************/
th, .th {
	font-weight:bold;
	border-bottom:3px solid #9f9f9f;
/*	color:#29529e;*/
}
.th {
	padding:10px 0 5px 10px;
}
.odd td {
	background-color:#f7f7f7;
	border-bottom:1px solid #cecece;
}
.even td {
	background-color:#fcfcfc;
	border-bottom:1px solid #cecece;
}
.inactive td {
	color:#999999;
}
.inactiveOption {
	color:#999999;
}
h3.inactiveCategory a, .inactiveCategory {
	color:#898989;
}
.table_head {
	height:1px;
	width:100%;
	background-color:#9f9f9f;
	margin:0;
}
.table_foot {
	height:0px;
	width:100%;
	background-color:#7f7f7f;
	margin:0px 0 10px 0;
}

/*******************************************************************
MISC POSITIONING ELEMENTS
*******************************************************************/
.marquee {
	width:124px;
	margin:auto;
}
.marquee a, .marquee a:visited, .marquee a:active {
	text-decoration:none;
	color:#ffffff;
}
.marquee a:hover {
	text-decoration:underline;
}
.back {
	float:left;
}
.forward {
	float:right;
}
.margin_right { /* FOR BUTTONS */
	margin-right:5px;
}
.inline {
	display:inline;
}
.block {
	display:block;
}
.clearFloat {
	clear:both;
}
.button {
	cursor:pointer;
}
.odd {
	background-color:#f7f7f7;
}
.even {
	background-color:#ffffff;
}
.hrule {
	height:1px;
	border-top:1px solid #999999;
	margin:4px 0 4px 0;
}
.selectService {
	padding:5px;
	background-color:#f7f7f7;
	border-bottom:1px solid #999999;
	margin:0;
}
.assetOverview {
	padding:10px;
/*	background-color:#f7f7f7;*/
	border-bottom:1px solid #999999;
	margin:0;
}
.thumb {
	border:1px solid #dfdfdf;
}
.center {
	text-align:center;
}

/*******************************************************************
BUTTON STYLES
*******************************************************************/

a.btn_edit, a.btn_delete {
	font-weight:bold;
	color:#525252;
	background-position:center;
	background-repeat:repeat-x;
	display:block;
	padding:0 5px;
	text-decoration:none;
}
a.btn_edit {
	background-image:url(/xls2sql/images/btn_bg_edit.gif);
	border:1px solid #a7cd2c;
}
a.btn_edit:hover {
	border:1px solid #718c19;
	color:#000000;
}
a.btn_delete {
	background-image:url(/xls2sql/images/btn_bg_delete.gif);
	border:1px solid #ec6c33;
}
a.btn_delete:hover {
	border:1px solid #872b17;
	color:#000;
}
.btn_add {
	width:257px;
	height:31px;
	background-image:url(/xls2sql/images/btn_bg_add.gif);
	background-position:top left;
	background-repeat:no-repeat;	
	text-decoration:none;
	float:right;
}
.btn_add a {
	font-weight:bold;
	color:#525252;
	text-decoration:none;
	display:block;
	padding:8px 0 6px 7px;
}
.btn_add a:hover {
	color:#29529e;
	background-image:url(/xls2sql/images/btn_bg_add_over.gif);
}
.btn_continue {
	width:157px;
	height:33px;
	background-image:url(/xls2sql/images/btn_bg_continue.gif);
	background-position:top left;
	background-repeat:no-repeat;	
	text-decoration:none;
	float:right;
}
.btn_continue a {
	font-weight:bold;
	color:#525252;
	text-decoration:none;
	display:block;
	padding:6px 0 6px 7px;
}
.btn_continue a:hover {
	color:#29529e;
}
.btn_view {
	width:157px;
	height:33px;
	background-image:url(/xls2sql/images/btn_bg_view.gif);
	background-position:top left;
	background-repeat:no-repeat;	
	text-decoration:none;
	margin:10px 0 0 0;
	float:right;
}
.btn_view a {
	font-weight:bold;
	color:#525252;
	text-decoration:none;
	display:block;
	padding:6px 0 6px 7px;
}
.btn_view a:hover {
	color:#29529e;
	background-image:url(/xls2sql/images/btn_bg_view_over.gif);
}
.btn_modify {
	width:157px;
	height:33px;
	background-image:url(/xls2sql/images/btn_bg_modify.gif);
	background-position:top left;
	background-repeat:no-repeat;	
	text-decoration:none;
	margin:10px 0 0 0;
	float:right;
}
.btn_modify a {
	font-weight:bold;
	color:#525252;
	text-decoration:none;
	display:block;
	padding:6px 0 6px 7px;
}
.btn_modify a:hover {
	color:#29529e;
}
.btn_save {
	width:157px;
	height:33px;
	background-image:url(/xls2sql/images/btn_bg_save.gif);
	background-position:top left;
	background-repeat:no-repeat;
	margin:0;
	float:right;
}
.btn_save:hover {
	background-image:url(/xls2sql/images/btn_bg_save_over.gif);
}
.btn_save input {
	background-color:transparent;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#525252;
	text-decoration:none;
	text-align:left;
	cursor:pointer;
	width:152px;
	height:28px;
	border:0;
	margin:0;
	padding:2px 0 0 6px;
}
.btn_save input:hover {
	color:#29529e;
}

.btn_back {
	width:157px;
	height:33px;
	background-image:url(/xls2sql/images/btn_bg_back.gif);
	background-position:top left;
	background-repeat:no-repeat;	
	text-decoration:none;
	float:left;
}
.btn_back a {
	font-weight:bold;
	color:#525252;
	text-decoration:none;
	display:block;
	padding:8px 0 6px 25px;
}
.btn_back a:hover {
	color:#29529e;
	background-image:url(/xls2sql/images/btn_bg_back_over.gif);
}

/*******************************************************************
MESSAGE STYLES
*******************************************************************/

.error {
	background-image:url(/xls2sql/images/alert.gif);
	background-position:left;
	background-repeat:no-repeat;
	color: #CC0000;
	padding:10px 10px 10px 20px;
	text-align:left;
	font-weight: bold;
}

.errorMessage {
	background-image:url(/xls2sql/images/bg_error.gif);
	background-position:left;
	background-repeat:no-repeat;
	background-color:#f5e5e5;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	color: #990000;
	padding:10px 10px 10px 46px;
	text-align:left;
	font-weight: bold;
}
.okMessage {
	background-image:url(/xls2sql/images/exclamation_sent.jpg);
	background-position:left;
	background-repeat:no-repeat;
	background-color:#e1f9c1;
	border-top:1px solid #004;
	border-bottom:1px solid #004;
	color:#006600;
	padding:10px 10px 10px 46px;
	text-align:left;
	font-weight: bold;
}

label.warning {
	text-align: left;
	width: auto;
	padding: 0;
	margin: 0 0 0 10px;
	float: none;
	clear: none;
	display: inline;
	color: #990000;
	font-size: 10px;
	border: none;
	border-top: 1px dotted #CC3366;
}

div.requiredNotice {
	float: right;
	margin: 0 24px 0 0;
	padding: 0;
	color:#FF0000;
}

#f1_upload_process{
	z-index:100;   
	visibility:hidden;
	text-align:center;
} 
