/* RedWhale services page stylesheet */

body
{
    background-image: url(/images/bg_gradient_blocks.gif);
    background-repeat: no-repeat;
    background-position: 77px 366px;
}

#content
{
    padding-top: 105px;
    width: 700px;
}

#ui-content, #appdev-content
{
    width: 600px;
    padding-left: 40px;
    padding-bottom: 40px;
}

#left
{
    background-color: white;
    position: relative;
    width: 135px;
    margin-left: 40px;
    padding-right: 0;
    float: left;
}

#right
{
    background-color: white;
    position: relative;
    padding-left: 40px;
    width: 300px;
    float: left;
}

.capabilities {
	float: left;
	background-color: white;
	width: 150px;
	margin-bottom: 30px;
}
.capabilities img {
    position: relative;
    width: 110px;
    float: left;
	margin-top: 25px;
	padding-right: 30px;
	padding-bottom: 5px;
}
.capabilities span {
	margin-left: 10px;
    font-size: 14px;
	font-weight: bold;
    color: #333333;
}
.capabilities ul {
	list-style-type: disc;
	margin: 10px 0 0 24px;
    padding-bottom: 0;
	padding-left: 0;
	font-size: 11px;
	line-height: 16px;
}
.capabilities li {
	margin-bottom: 5px;
}

#method-link {
	font-size: 15px;
}

.section-link
{
    position: relative;
    display: block;
    margin-left: 37px;
    width: 535px;
    float: left;
    cursor: pointer;
    background-color: White;
}

.section-link:hover
{
    background-color: #F1F2F3;
    text-decoration: none;
}

.section-link-img
{
    position: relative;
    width: 155px;
    float: left;
}

.section-link-header
{
    margin-top: 8px;
    margin-bottom: 5px;
    font-size: 18px;
    color: #003399;
}

.section-link-content
{
    position: relative;
    width: 300px;
    float: left;
    margin-left: 30px;
    margin-top: 12px;
    color: #333333;
}

table.mouseover-table
{
    width: 520px;
    padding: 0;
    margin: 0;
    font-size: 11px;
}

table.mouseover-table th
{
    height: 25px;
    background-color: #bdc3cf;
    color: inherit;
    text-align: left;
    padding-left: 10px;
}

table.mouseover-table td
{
    height: 25px;
    background-color: white;
    color: inherit;
    padding-left: 10px;
}

table.mouseover-table tr.alt td
{
    background-color: #ebebeb;
    color: inherit;
}

table.mouseover-table td.alt
{
    background-color: #ebebeb;
    color: inherit;
}
