﻿h1
{
    font-size: 14pt;
}

body
{
	background-color: #9dacb5;
	margin: 0;
	padding: 0;
	height:100%;
}


/* cell1 */
.cell1_box
{
   background: #fabe37;

}

.cell1_top div
{
	   background: url(../_img/login_cell1_top_left.png) no-repeat top left;
}

.cell1_top
{
	background: url(../_img/login_cell1_top_right.png) no-repeat top right;
}

.cell1_bottom div
{
 background: url(../_img/login_cell1_bottom_left.png) no-repeat bottom left;
}

.cell1_bottom
{
	background: url(../_img/login_cell1_bottom_right.png) no-repeat bottom right;
}

.cell1_top div, .cell1_top, .cell1_bottom div, .cell1_bottom
{
	width: 100%;
	height: 16px;
	font-size: 1px;
}

.cell1_content
{
	margin: 16px;
}

/* cell 2 */
.cell2_box
{
	background: #dedfe6;
}

.cell2_top div
{
	background: url(../_img/login_cell2_top_left.png) no-repeat top left;
}

.cell2_top
{
	background: url(../_img/login_cell2_top_right.png) no-repeat top right;
}

.cell2_bottom div
{
	background: url(../_img/login_cell2_bottom_left.png) no-repeat bottom left;
}

.cell2_bottom
{
	background: url(../_img/login_cell2_bottom_right.png) no-repeat bottom right;
}

.cell2_top div, .cell2_top, .cell2_bottom div, .cell2_bottom
{
	width: 100%;
	height: 16px;
	font-size: 1px;
}

.cell2_content
{
	margin: 16px;
}

/* cell 3 */
.cell3_box 
{
	background: #cedef0;
}

.cell3_top div 
{
   	background: url(../_img/login_cell3_top_left.png) no-repeat top left;
}

.cell3_top 
{
   	background: url(../_img/login_cell3_top_right.png) no-repeat top right;
}

.cell3_bottom div 
{
  	background: url(../_img/login_cell3_bottom_left.png) no-repeat bottom left;
}

.cell3_bottom 
{
   	background: url(../_img/login_cell3_bottom_right.png) no-repeat bottom right;
}

.cell3_top div, .cell3_top, .cell3_bottom div, .cell3_bottom 
{
   width: 100%;
   height: 16px;
   font-size: 1px;
}

.cell3_content 
{ 
    margin: 16px; 
}

#footer *
{
    color: #666;
}

.small
{
    font-size: 8pt;
}

.small-footer
{
    font-size: 8pt;
    margin-left: 15px;
}

.login-cell1
{
    width: 330px;
    float: left;
    margin-right: 5px;
    margin-top: 8px;
}

.login-cell1 *
{
    color: #221111;
}

.login-cell1 tr
{
    vertical-align: top;
}

.login-cell1 table
{
    width: 100%;
}

.login-cell2
{
    margin-top: 8px;
    width: 240px;
    text-align: justify;
    float: left;
    margin-right: 5px;
}

.login-cell2 *
{
    color: #221111;
    font-weight: normal;
}

.login-cell2 ul
{
    text-align: left;
    margin: 0px 0px 0px 8px;
    padding: 0px 0px 0px 8px;
}

.login-cell3
{
    margin-top: 8px;
    margin-right: 5px;
    width: 345px;
    text-align: center;
    float: left;
}

.login-cell3 ul
{
    text-align: left;
    margin: 0px;
    padding: 0px;
    list-style-position: inside;
}
.login-cell3 *
{
    color: #221111;
}

.outer-content
{
    display: table;
    height: 330px;
}

.middle-content
{
    left: 0%;
}

.inner-content
{ 

}

.cell-heading
{
    font-weight: bold;
    text-align: center;
}

a.icon-btn:hover, a.icon-right-btn:hover
{
    border: 1px solid #506070;
    background-color: #efefef;
    color: #555;
}

.btn-login
{
    background-image: url(/_img/login.png);
    background-position: 64px;
    background-repeat: no-repeat;
    text-align: left;
    font-weight: bold ;
    width: 73px;
}
