﻿/* table */

.container { width: 100%; border: solid 1px #cfcfcf; }
.container .title { background-color: #e3e3e3; color: #000; }

.formtable .title td { background: url('../../_images/brinks/grid/header.png') #818899 top left repeat-x; border-bottom: solid 1px #999; }
.formtable .title td.leftcorner { border-left: solid 1px #999; }
.formtable .title td.rightcorner { border-right: solid 1px #999; }
.formtable .altrow { background-color: #ebeaea; }

/* subheader */

.subheader { color: #4a4a4a; }
.subheader .hr { background: url('../../_images/brinks/subdivider.png'); }

/* status bar */

.statusbar { background-color: #e3e3e3; border-color: #999; }

/* popup calendar */

.InOnecpYearNavigation, .InOnecpMonthNavigation
{
	background-color: #999;/*6677DD*/
}
.InOnecpCurrentMonthDate
{
	color: #999;
}
TD.InOnecpCurrentDate
{
	background-color: #999;
}

/* brinks home */

.homepage { }
.homepage td { font-size: 10px; }
.homepage .left { vertical-align: top; width: 50%; }
.homepage .left .label { font-weight: bold; width: 170px; vertical-align: top; }
.homepage .left .field { text-align: center; width: 120px; vertical-align: top; }
.homepage .right { vertical-align: top; width: 50%; }
.homepage .title td { font-size: 12px; }
.homepage .subtitle { color: #4A4A4A; font-weight: bold; font-size: 12px; }
.homepage #divTransactions { opacity: 0; }
.homepage #tblTransactions { width: 100%; }
.homepage #divNotice { /*opacity: 0;*/ color: Red; padding-left: 3px; }
.homepage #spnNoTransactions { padding-left: 3px; }

/* instruction box */

.description .top { background: url('../../_images/brinks/boxes/instruction-box-top.png') left no-repeat; }
.description .content { background: url('../../_images/brinks/boxes/instruction-box-bg.png') left repeat-y; }
.description .content .inner a { color: #575757; }
.description .bottom { background: url('../../_images/brinks/boxes/instruction-box-bottom.png') left no-repeat; }

/* update box */

.update-box { background: url('../../_images/brinks/boxes/update-box-bg.png') left no-repeat; } 
.update-box .inner a { color: #575757; }

#previewwrapper{width: 200px;height:175px; float:left; background-color: #e3e3e3;}
.previewbutton {height:30px; 
    width:100px; 
    margin: -20px -50px; 
    position:relative;
    top:12%; 
    left:25%;
}

.RadWindow .rwIcon { 
height: 0!important; 
width: 0!important; 
}

div.RadWindow_AsiSkin .rwTitlebarControls em{ 
margin-left: -16px; 
}
​
