@import "site.css";
@import "pages.css";

.appBoxContainer {
    height: 490px;
    padding-left: 15px;
    padding-top: 15px;
}

.appBox {
    border: 0px SOLID #FFFFFF;
    padding: 0 12pt 0 0px;
    margin: 0 0 0 15px;
    width: 120px;
    height: 240px;
    float: left;
}

.appBox ul {
    font-size:11px;
    height:230px;
    margin-left:0;
    margin-top: 5px;
    padding-left:15px;
    text-align:left;
    width:105px;
}

.gray_bar{
    background: #ABABAB;
    height:15px;
}

ul#files {
	margin: 0;
	padding: 10px;
	list-style-type: none;
	position: fixed;
	left: 0;
	bottom: 0;
}

	ul#files li a {
		color: #000;
	}

#simple-image-viewer, #simple-image-viewer-loader {
	background: #fff;
	padding: 15px;
	border: 1px solid #aaa;
	border-right: 2px solid #aaa;
	border-bottom: 2px solid #aaa;
}

	#simple-image-viewer h2 {
		font: bold 18px/1.2 Trebuchet MS;
		color: #333;
		margin: 0 0 15px 0;

		position: relative;
	}

		#simple-image-viewer h2 em {
			font-style: normal;
			font-size: 12px;
			font-weight: normal;
			position: absolute;
			right: 0;
			_right: 15px;
		}