@CHARSET "UTF-8";

.ok {
	color: green;
}

.error {
	color: red;
}

.warning {
	color: red;
}

.warning_box {
	background-color: #eeeeee;
	padding: 2px 16px 2px 16px;
	
	-moz-box-shadow: 0 0 8px #999999;
	-webkit-box-shadow: 0 0 8px #999999;
	box-shadow: 0 0 8px #999999;
}

h3 {
	padding-top: 16px;
}

div.versionHistory {
	background-color: #eeeeee;
	padding-left: 16px;
	padding-right: 16px;
	
	-moz-box-shadow: 0 0 2px #999999;
	-webkit-box-shadow: 0 0 2px #999999;
	box-shadow: 0 0 2px #999999;
	
	/*-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;*/
}

div.versionHistory h3 {
	padding-top: 8px;
	padding-bottom: 8px;
	
	cursor: pointer;
	
	width: 100%;
}

table {
	width: 100%;
}

caption {
	text-align: left;
	font-weight: bold;
}

td.icon-cell {
	vertical-align: top;
	width: 40px;
}

td.os-row {
	background-color: #dfdfdf;
	font-weight: bold;
	line-height: 2em;
}

td.file-cell {
	width: 200px;
}

td.sample-cell {
	background-color: #dfdfdf;
}

td a {
	text-decoration: none;
	font-weight: bold;
	color: #333399;
}

hr {
	margin-top: 24px;
	width: 90%;
}

#bimsInfoP{
	float: right;
	margin-left: 20px;
}

.downloadimage {
	vertical-align: middle;
	width: 48px;
	text-align: center;
}

.nobullet{
	list-style: none;
}

.left {
    background-color: #E0E0E0;
    border: 1px solid black;
    border-radius: 6px 6px 6px 6px;
    float: left;
    float: left;
    width: 36%;
	padding: 5px;
	height: 300px;
}

.right {
    background-color: #E0E0E0;
    border: 1px solid black;
    border-radius: 6px 6px 6px 6px;
    float: right;
    width: 60%;
	padding: 5px;
	height: 300px;
}

#massupTab h3{
	text-indent: 0px;
}

.right h3{
	text-indent: 0px;
	padding-top: 0px;
}


.left h3{
	text-indent: 0px;
	padding-top: 0px;
}

.text{
    padding-left: 20px;
    padding-right: 20px;
}

.divimage{
	text-align: center;
	margin-bottom: -15px;
    margin-top: -15px;
}


th {
    background-color: #D3D3D3;
    text-align: left;
}

.logoimage{
	vertical-align: middle;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.alert {
    border: 1px solid transparent;
    border-radius: 4px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    text-align: center;
    width: 60%;
}
