html,body{
	margin:0;
	padding:0;
}

body{
	font: 11px arial,verdana,helvetica,sans-serif;
	line-height: 14pt;
	background-color: #edf0f4;
}

p{
	margin:0 10px 10px;
}

#content p, td{
	line-height:14pt;
}

#left-column{
	float:left;
	width:200px;
	margin: 0;
	padding: 0 20px 0 20px;
}

#navigation{
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #FFF;
	border-bottom: 1px solid #dbdbdb;
}

#navigation li{
	border: 1px solid #dbdbdb;
	border-bottom: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}

#navigation li a{
	text-decoration: none;
	color: #000;
	padding: 16px 5px 0px 42px;
	display: block;
	height: 27px;
	background-position: 5px 5px;
	background-repeat: no-repeat;
	font-size: 10px;
}

#navigation li a:hover, #navigation li a.open{
	background-color: #333;
	color: #FFF;
}

#navigation ol{
	margin: 0;
	padding: 0;
	list-style-type: none;	
	border-bottom: 1px solid #666666;
	display: none;
}

#navigation ol li{
	background-color: #b7b7b7;
	color: #232323;	
	border-top: 1px solid #666666;
	text-transform: none;
	font-weight: normal;
}

#navigation ol li a{
	margin: 0;
	padding: 5px;
	color: #333;
	height: auto;
	padding-left: 52px;
	background-image: url(../images/layout/small_arrow.gif);
	background-position: 42px 8px;
	font-size: 11px;
}

#navigation ol li a:hover,#navigation ol li.selected a{
	background-color: #666;	
	color: #FFF;
	background-image: url(../images/layout/small_arrow_white.gif);
}

#navigation ol li.nav-subheading{
	padding: 5px;
	color: #232323;
	font-weight: bold;
	padding-left: 40px;		
}

#nav-customer-management a{
	background-image: url(../images/layout/customer_management_icon.png);
}

#nav-administration a{
	background-image: url(../images/layout/administration_icon.png);
}

#nav-gateway-configuration a{
	background-image: url(../images/layout/gateway_configuration_icon.png);
}

#nav-financial a{
	background-image: url(../images/layout/financial_icon.png);
}

#nav-reporting a{
	background-image: url(../images/layout/reporting_icon.png);
}

#nav-application-management a{
	background-image: url(../images/layout/application_management_icon.png);
}

#nav-audit a{
	background-image: url(../images/layout/audit_icon.png);
}

#navigation ol li a.heading{
	font-weight: bold;
	background-image: none;
}

#footer{
	color: #FFF;
	clear:both;
	width:100%;
	height: 30px;
}

#wrapper{
	float:right;
	width:100%;
	margin-left:-240px;
}

#content{
	margin-left:240px;
	border: 1px solid #dbdbdb;
	background-color: #FFF;
	margin-right: 20px;
	padding: 20px 20px 20px 20px;
}

#breadcrumb{
	background-color: #fa8819;
	height: 7px;
}

#status-bar{
	text-align: right;
	height: 22px;
	padding-right: 32px;
	padding-top: 13px;
}

h1{
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
	font-size: 22px;
	color: #333;
	font-weight: bold;
}

#header a{
	width: 500px;
	height: 100%;
	display: block;
}

/**
 * Old stylesheet
 */

form em{
	margin-left: 5px;
	color: red;
}

form label{
	padding: 5px;
}

form input.required{
	font-weight: bold;
}

form input.text{
	padding: 2px;
}

.selected input.form_button{
	    background: url(/images/1/main/omni_btn_grey_bg.gif);
		background-repeat: repeat-x;
		background-position: left top;
	border: 1px solid #333333;
}

#help{
	margin-left: 10px;
	float: right;
}

#help img{
	border:none;
}

tr.alt{
	background-color: #DDD;
}

del{
	text-decoration:line-through; 
}

#debug-console{
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 400px;
	height: 350px;
	border: 1px solid red;
}

#debug-console .close-button{
	display: block;
	float: right;
	font-size: 12px;
}

input[type=text].error{
	border: 1px solid #F00;;
	background-color: #FBB;
	font-weight: bold;
}

.navigation input[type=button].active{
	border: 3px solid #AAF;
	background-color: #4A5C7F;
}

.strong, .bold{
	font-weight:bold;
}

a img{
	border: 0;
}

#user_accounts .expired{
	background-color: #FCC;
}

#credit-card-payments ul#errors{
	border: 1px solid #F00;
	background-color: #FDD;
	list-style-type: none;
	margin: 0;
	padding: 5px;
}

#credit-card-payments ul#notices{
	border: 1px solid #0F0;
	background-color: #DFD;
	list-style-type: none;
	margin: 0;
	padding: 5px;
}

h4{
	margin: 2px;
	padding: 0;
	font-size: 14px;
}

table.form{
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	margin-top: 10px;
}

table.form td, table.form th{
	padding: 4px;
	border-bottom: 1px solid #DDD;
}

table.form th{
	width: 150px;
	background-color: #FFF;
} 

.error {
 	color: red;
    font-size: 11px;
    font-family: arial, verdana, helvetica, sans-serif;
}


.form_button {
    color: #ffffff;
    background: url(/images/1/main/omni_btn_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #ff4d00;
	font-weight: bold;    
	font-size: 11px; 
    font-family: arial, verdana, helvetica, sans-serif;
}

.dividerline {
	border-top: 1px #666666 dotted;
	padding-bottom: 14px;
	margin-top: 10px;
}

.grey_row {
background-color: #eeeeee;
}

.italics { font-style: italic; }

th {
background-color: #e5e5e5;
text-align: left;
}

#graph {
	width: 800px;
	height: 600px;
}

/*
  tx2screen specific styling
*/

#tabdiv {

    border-bottom: 1px solid black; 
    margin: 5px 1px; 
    float: left; 
    width: 100%;
    font-size: 1em;
}

#tabdiv a {

    text-decoration: none; 
    float: left; 
    display: block; 
    padding: 5px; 
    margin: 0px 3px -1px 3px; 
    border: 1px solid black;
}

#tabdiv a.tabsel {
    border-bottom: 1px solid white;
    font-weight: bold;
}

#tabdiv a.tabright {
   float: right;
}

#tabdiv a.tabrightsel {
    border-bottom: 1px solid white;
    font-weight: bold;
    float: right;
} 

#tabdiv a:hover {

    background-color: silver;
    border-bottom: 1px solid silver;
}


#t2s_table th {

    color: #333333;
    padding:3px;
    font-size: 1em;
    font-weight: bold;
}

#t2s_table td {

    padding:3px;
}

#t2s_table td.c {

    text-align: center;
}

#t2s_table img {

    border: 1px dotted silver;
}

#t2s_table td.t2s_details {

    font-size: .9em; 
    display: block; 
    font-style: italic; 
    text-align: right; 
    color: gray; 
    margin: 1px;
}

.t2s_msgbox {
  width: 300px;
}

#pipeline-report table.pipeline-report{
  width: 950px;
  margin-bottom: 20px;
}

#pipeline-report table.pipeline-report caption{
  text-align: left;
  font-style: italic;
}

#pipeline-report table.pipeline-report .currency{
  text-align: right;
}


#contacts .historical td{
  color: #777;
}

.hide, .hidden{
	display: none;
}


.header {
	background-color: #ffffff;
}

#login #content{
	margin-left: 30px;
}

#login #wrapper{
	margin-left: 30px;
}

#login .errors{
	font-weight:bold;
	border: 1px solid #333;
	background-color: #DD5B5B;
	padding: 5px;	
	list-style-type: none;
}

#login .flash{
	font-weight:bold;
	border: 1px solid #333;
	background-color: #52E65D;
	padding: 5px;	
}

#login h1{
	text-align: center;
}

.clearer{
	clear: both;	
}

#dashboard-intro{
float:left;
width:100%;
}

#dashboard-intro p {
font: 25px/1.3em Arial, Helvetica, sans-serif;
color:#666;
margin:0 0 1em 0;
}

.dashboard-widget{
	width: 45.0%;
	background-color: #ebf4fb;
	padding: 10px;
	border: 1px solid #dbdbdb;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.dashboard-widget .titlebar{
	
}

.dashboard-widget h3{
	font-size:16px;
	margin: 0;
	padding: 0;
	margin-bottom: 14px;
}

.dashboard-widget p{
	margin: 0;
	padding: 0;
}


.dashboard-widget .list{
	margin:0 ;
	padding: 0;
	list-style-type: none;
	line-height: 1.5em;
}

.dashboard-widget .list li{
	padding-bottom: 10px;
}

.dashboard-widget h5{
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	color: #333;
}

.dashboard-widget a{
	color: #A40020;
}

.dash-table{
	width: 100%;
	border-collapse: collapse;
}

.dash-table th{
	background-color: #d0dfea;
}

.dash-table td, #user-events th{
	padding: 3px;
}

.dash-table tr.alt{
	background-color: #d0dfea;
}

#dash-applications ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#dash-applications ul li{
	margin: 0;
	padding: 5px;
}