html {
	overflow: -moz-scrollbars-vertical;
}
body {
	margin: 10px;
	padding: 0;
	background-color: #f8f8f8;
	font-family: Arial, Helvetica, sans-serif;
}
img {
	border: 0;
}
p, a, li {
	text-align: left;
	font-size: 14px;
	line-height: 1.4em;
	margin: 0 0 10px;
}
.table {
	border-collapse: collapse;
	border-spacing: 0;
}

/******** MISC ********/
.center_env {
	margin: 0 40px 0;
}
.center_env .right {
	float: right;
}
.center_env .left {
	float: left;
}

/******** ROWS *******/

/* ===ROW 1=== */
.center_env .row1 {
	width: 100%;
	height: 50px;
	margin: 20px 0 0 0;
	clear: both;
	float: left;
}
.center_env .row1 .title {
	float: left;
	margin: 0;
}
.center_env .row1 .title h1 {
	color: #333333;
	font-size: 33px;
	margin: 10px 0 0 0;
	line-height: 30px;
}
.center_env .row1 .title a {
	color: #333333;
	font-size: 33px;
	margin: 0;
	text-decoration: none;
	line-height: 30px;
}
.center_env .row1 .title a:hover {
	text-decoration: underline;
}
.center_env .row1 .title a:active {
	color: #9a9a9a;
}
.center_env .row1 .title .small_link {
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 0 10px;
	color: #0066ff;
}
.center_env .row1 .title .small_link:active {
	color: #44aaff;
}
.center_env .row1 .logo {
	float: right;
	margin: 10px 0;
}
.center_env .row1 .home_logo {
	float: left;
	margin: 10px 0;
}
.center_env .row1 .background_selector {
	float: right;
}
.center_env .row1 .background_selector a {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.center_env .row1 .background_selector a:hover {
	text-decoration: underline;
}

/* ===ROW 2=== */
.center_env .row2 {
	width: 100%;
	height: 33px;
	clear: both;
	float: left;
	margin: 0;
}
.center_env .row2 .actions {
	float: left;
	margin: 1px 0 0;
}
.center_env .row2 .actions .links {
}
.center_env .row2 .actions .links a {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: 10px 30px 10px 0;
}
.center_env .row2 .actions .links a:hover {
	text-decoration: underline;
} 
.center_env .row2 .actions .links a:active {
	color: #9a9a9a;
} 
.center_env .row2 .actions .links .inactive {
	color: #aaaaaa;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 30px 10px 0;
}
.center_env .row2 .radios {
	float: right;
	color: #333333;
	font-size: 12px;
	margin: 1px 0 0;
}
.center_env .row2 .radios a {
	color: #0066ff;
	font-size: 12px;
}
.center_env .row2 .credentials {
	float: right;
}
.center_env .row2 .credentials a {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: 10px 0;
}
.center_env .row2 .credentials a:hover {
	text-decoration: underline;
} 
.center_env .row2 .credentials a:active {
	color: #9a9a9a;
} 
.center_env .row2 .credentials .inactive {
	color: #aaaaaa;
	font-size: 12px;
	margin: 10px;
}

/* ===ROW 3=== */
.center_env .row3 {
	width: 100%;
	clear: both;
	float: left;
	border: 1px solid #cdcdcd;
	margin-bottom: 5px;
	-moz-border-radius: 7px;
}
.center_env .blue {
	background-color: #deeaff;
}
.center_env .yellow {
	background-color: #ffffcc;
}
.center_env .green {
	background-color: #ccffcc;
}
.center_env .row3 .message {
}
.center_env .row3 .message .caption {
	margin: 10px;
}
.center_env .row3 .message .caption p {
	color: #333333;
	font-size: 12px;
	line-height: 28px;
}
.center_env .row3 .message .button {
	float: left;
	margin: 10px;
}

/******** CONTENT *******/
.center_env .content {
	width: 100%;
	clear: both;
	float: left;
	background-color: #ffffff;
	text-align: left;
	border: 1px solid #cdcdcd;
	-moz-border-radius: 7px;
}
.content h1 {
	font-size: 16px;
	padding: 5px 10px;
	margin: 0;
}
.content p {
	font-size: 12px;
	padding: 5px 10px;
	margin: 0;
}

/******** CONTENT/LIGHTBOX *******/
.content .lightbox {
	width: 100%;
	clear: both;
	float: left;
	overflow: hidden;
	margin: 0;
}
.content .lightbox .ads_env {
}
.content .lightbox .ads {
	float: right;
	width: 160px;
	margin: 40px 20px 40px 0;
}
.content .lightbox .thumbnails {
	overflow: auto;
	/*border: 1px solid blue;*/
	padding: 20px 40px;
}
.content .lightbox .thumbnails .thumb {
	float: left;
	padding: 10px;
	border: 1px solid white;
	width: 165px;
	height: 150px;
}
.content .lightbox .thumbnails .thumb a {
	color: #0066FF;
	font-size: 12px;
	margin: 0;
	text-decoration: none;
}
.content .lightbox .thumbnails .thumb a:hover {
	text-decoration: underline;
}
.content .lightbox .thumbnails .thumb a:active {
	color: #44aaff;
}
.content .lightbox .thumbnails .thumb p {
	margin: 0;
	border: 1px solid #0066FF;
}
.content .lightbox .thumbnails .thumb .thumbnail_plus_shadows {
	float: left;
	width: 165px;
	height: 125px;
}
.content .lightbox .thumbnails .thumb .thumbnail_plus_shadows .thumb_img {
	float: left;
	width: 160px;
	height: 120px;
}
.content .lightbox .thumbnails .thumb .thumbnail_plus_shadows .shadow_r {
	width: 5px;
	height: 120px;
	float: right;
}
.content .lightbox .thumbnails .thumb .thumbnail_plus_shadows .shadow_b {
	width: 165px;
	height: 5px;
	float: left;
}

.content .lightbox .thumbnails .thumb:hover {
	background-color: #ffffff;
	border: 1px solid #cccccc;
}
.content .lightbox .thumbnails .thumb:active {
	background-color: #f7f7f7;
	border: 1px solid #cccccc;
}
.content .lightbox .thumbnails .thumb .header {
	width: 160px;
	height: 20px;
}
.content .lightbox .thumbnails .thumb .header a {
	font-size: 10px;
	color: black;
	text-decoration: none;
}
.content .lightbox .thumbnails .thumb .header a:hover {
	color: #0066FF;
	text-decoration: underline;
}
.content .lightbox .thumbnails .thumb .header a:active {
	color: #44aaff;
}
.content .lightbox .thumbnails .thumb .header .left_action {
	width: 20px;
	height: 20px;
	float: left;
	font-size: 12px;
	font-weight: bold;
}
.content .lightbox .thumbnails .thumb .header .left_action img {
	margin: 3px 0 0;
}
.content .lightbox .thumbnails .thumb .header .title {
	height: 20px;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	font-size: 10px;
}
.content .lightbox .thumbnails .thumb .header .right_action {
	width: 20px;
	height: 20px;
	float: right;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}
.content .lightbox .thumbnails .thumb .header .right_action img {
	margin: 3px 0 0;
}
.content .lightbox .thumbnails .thumb .textbox {
	width: 158px;
	height: 100px;
	float: left;
	font-size: 12px;
}
.content .history p {
}
.content .history p.divider {
	border-top: 1px solid #888888;
}
.content .history a {
	font-size: 12px;
	color: #0066FF;
	text-decoration: none;
}
.content .history a:hover {
	text-decoration: underline;
}
.content .history a:active {
	color: #44aaff;
}

/******** FOOTER ********/
.footer {
	width: 100%;
	margin: 10px 0 10px 0;
	float: left;
	text-align: left;
}
.footer a,p {
	color: #333333;
	font-size: 11px;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.footer a.spc {
	margin-left: 20px;
}

/******** DATATABLE *******/
.datatable {
	padding: 10px;
	margin: 0;
}
.datatable table {
	width: 100%;	
}

/******** NO XPI ********/
.no_xpi_warning {
	width: 100%;
	margin: 20px 0 0 0;
	clear: both;
	float: left;
	border: 1px solid silver;
	background-color: #ffffe3;
	-moz-border-radius: 5px;
}
.no_xpi_warning p {
	margin: 15px;
	text-align: center;
	font-size: 14px;
}