/* 
    ama.css

    Created on : Dec 6, 2014, 4:20:14 PM
    Author     : alan
*/

#ama_info_table {
    margin-left: 20px;
    margin-right: 20px;
    border: thin solid black;
    border-collapse: collapse;
}

#ama_info_table td, th   {
    border: thin dotted gray;
    padding: 5px;
}

#ama_info_table th   {
    background-color: #fcba7a;
}

#ama_info_table td   {
    color: blue;
}

.ama_select{
    width: 250px;
}

.center
{ 
text-align: center;
}

.center table
{ 
margin-left: auto;
margin-right: auto;
text-align: left;
}

#dropbox
{
	display: none;
	font-weight: bold;
	text-align: center;
	padding: 1em 0;
	margin: 1em 0;
	color: #555;
	border: 2px dashed #555;
	border-radius: 7px;
	cursor: default;
}

#dropbox.hover
{
	color: #f00;
	border-color: #f00;
	border-style: solid;
	box-shadow: inset 0 3px 4px #888;
}

img
{
	max-width: 100%;
}

pre
{
	width: 95%;
	height: 8em;
	font-family: monospace;
	font-size: 0.9em;
	padding: 1px 2px;
	margin: 0 0 1em auto;
	border: 1px inset #666;
	background-color: #eee;
	overflow: auto;
}

#messages
{
	padding: 0 10px;
	margin: 1em 0;
	border: 1px solid #999;
}

#progress p
{
	display: block;
	width: 100px;
	padding: 2px 5px;
	margin: 2px 0;
	border: 1px inset #446;
	border-radius: 5px;
	background: #eee url("../img/progress.png") 100% 0 repeat-y;
}
/* 	
        width: 240px;
*/
#progress p.success
{
	background: #0c0 none 0 0 no-repeat;
}

#progress p.failed
{
	background: #c00 none 0 0 no-repeat;
}

.ama_panel {
    margin-left: 10px;
    background: #ececec;
    font-size: 0;
}
/*
    white-space: no-wrap;
*/
.ama_panel img {
    margin-left: -100px;
    vertical-align: middle;
    display: inline-block;
}
.ama_panel div {
    display: inline-block;
    white-space: normal;
    font-size: 14px;
}