TABLE.border {
	border-right: 1px solid #D9D9D9;
	border-left: 1px solid #D9D9D9;
}

a.header_link:link {
        color:#FFFFFF;
        text-decoration: none;

}
a.header_link:visited {
        color:#FFFFFF;
        text-decoration: none;
}
a.header_link:hover {
        text-decoration: none;
        color: #DDD;   
		border-bottom: 4px solid #FF4400;
}
a.header_link:active {
        text-decoration: none;
        color: #FFFFFF;
}

table.main_table {
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	background-color: #F5F5F5;
}

body {
	background-color: #F5F5F5;
}

/* ICIX Nation Uploader */
#nation_upload_template { display: none; }

.nation_uploads {
	text-align: left;
}

.nation_browse {
	border: 1px solid #CCC;
	background: #0072BC;
	padding: 3px;
	width: 150px;
	margin-top: 2px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
}

.nation_upload_item_filename {
	font-size: 8px;
	overflow: hidden;
	height: 12px;
}

.nation_upload_item {
	float: left;
	width: 105px;
	height: 135px;
	margin-top: 3px;
	border: 1px solid #CCC;
	background: #EFEFEF;
	padding: 3px;
	text-align: center;
	position: relative;
	margin-right: 3px;
}

.nation_upload_item_progress {
	margin: 3px, 3px, 0px, 3px;
	border: 1px solid #CCC;
	background: #FFF;
	height: 5px;
}

.nation_upload_item_progress_bar {
	width: 0%;
	background: #0072BC;
	height: 5px;
}

.nation_upload_item_thumbnail {
	margin-top: 2px;
}

.nation_upload_item_thumbnail img {
	border: 1px solid #CCC;
}

.nation_upload_item_insert {
	display: none;
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
	padding-bottom: 2px;
}

.nation_upload_error {
	border: 1px solid red;
	background: 
}

.nation_upload_error .nation_upload_item_progress_bar {
	background: red;
}

#SWFUpload_Console { display: none; }