table
{
    border-collapse: collapse;
}
input.simple_button
{
	width: 6em;
}
.link_button
{
	width: 6em;
}
div#sub-tabs-container
{
    position: relative;
    border-bottom: 1px solid #CCC;
    height: 1em;
    padding: 5px 10px;
    margin-bottom: 15px;
}
ul#sub-tabs
{
    list-style: none;
    position: absolute;
    bottom: -1px;
    margin: 0;
    padding: 0;
}
ul#sub-tabs li
{
    display: inline;
}
ul#sub-tabs li a,
ul#sub-tabs li span
{
    display: inline-block;
    background-color: #E7E7E7;
    padding: 5px 10px;
    border: 1px solid #CCC;
    text-decoration: none;
}
ul#sub-tabs li.selected span
{
    border: 1px solid #CCC;
    background-color: #FFF;
    border-bottom: 1px solid #FFF;
    font-weight: bold;
}
.two-thirds
{
    width: 67%;
}
div#right li.no-margin
{
    margin: 0;
}
p.action-links
{
    text-align: right;
    clear: both;
    overflow: hidden;
    height: 100%;
    background-color: #e7e7e7;
    padding: 5px 10px;
}
p.action-links a
{
    margin-left: 2em;
}
div.image-left
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
div.image-right
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
div.image-top
{
    text-align: center;
    margin-bottom: 10px;
}
div.image-bottom
{
    text-align: center;
    margin: 10px 0;
}
div.caption
{
	font-size: 90%;
	margin-top: 5px;
}
div.preview
{
    overflow: auto;
    width: 350px;
    height: 200px;
}
table.form td table
{
    margin: 0;
}
table.form td td, table.form tr.alt td td
{
    padding: 0;
    background-color: Transparent;
}
div.frame
{
    border: 1px solid #e7e7e7;
    padding: 10px;
    margin-bottom: 10px;
}
