/**
* @author       PSK
* @date         30-Mar-2011
* @file         base.css
* @package      Fxcm WebAuthenticator
* @description	Base css class
*/

body {
	margin: 0;
	padding: 0;
	font: 12px Tahoma, Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
}

/* 
* Common styles
*/
.center {
	text-align: center;
}

.right{
    text-align: right;
}

.error {
    color: red;
    font-weight: bold;
}

/* 
* Root object style 
*/
.root {
	width: 980px;
	margin: 0 auto;
	text-align: center;
}

/* 
* Login Styles 
*/
.login {
	width: 360px;
	border: 1px solid #001251;
	margin: 0 auto;
	margin-top: 100px;
}
.login_header {
    width: 380px;
    height: 20px;
    text-align: left;
    background: transparent url('../images/bg.gif') repeat-x;
}

.logo {
	background: transparent url('../images/fxcm_logo.gif') no-repeat;
	width: 220px;
	height: 80px;
}

.login_table {
	padding: 10px;
}

.table {
}

.header {
	font-weight: bold;
    background-color: #f6f6f6;
}

.row {
	padding: 4px 0;
	display: inline-block;
	width: 100%;
}

.cell {
	float: left;
}

.cell_left {
	width: 120px;
	margin-top: 4px;
}

.cell_left label {
}

.cell_right {
}

.row input {
	font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 4px;
}

.row .button {
	font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 0 4px 0 0;
	width: 60px;
}

 /* 
 * User home page styles
 */
 .home {
	width: 980px;
	text-align: left;
 }

 .top {
	width: 100%;
	height: 80px;
	float: left;
	background: transparent url('../images/bg.gif') repeat-x;
 }

 .page_nav {
     color: blue;
     font: 12px Trebuchet MS, Tahoma, Verdana;
 }
 
 .page_nav a {
     text-decoration: none;
 }
 
 .content {
	padding: 20px 0;
 }

/* 
* accounts table
*/
.acct_table {
	font: 12px Trebuchet MS, Tahoma, Arial narrow, Verdana;
    border: 1px solid #f2f2f2;
}

.acct_table_header {
    margin: 10px 0;
}

.acct_table .row {
    border-bottom: 1px solid #f1f1f1;
}
.acct_table .cell {
	padding: 4px;
}

.acct_table input {
	padding: 0;
}

.acct_edit, .acct_delete {
	width: 12px;
	height: 12px;
	border: none;
}

.acct_edit {
	background: transparent url('../images/edit.gif') no-repeat;
}

.acct_delete {
	background: transparent url('../images/del.gif') no-repeat;
}

.acct_new {
    margin: 10px 0 0;
    font: 10px Verdana, Trebuchet MS, Tahoma;
}
.acct_txt {
	border: 1px solid #fff;
    width: 90%;
}

.acct_txt_edit {
    width: 90%;
    border-top: 1px solid #abadb3;
    border-left: 1px solid #e2e3ea;
    border-bottom: 1px solid #e3e9ef;
    border-right: 1px solid #dbdfe6;
}