@import url(/i18ncontrols.css);

span.pagectl {
	color: #25251A;
	background-color: #ffffff;

	font-size: 9px;
	padding-left: 1px;
	padding-right: 1px; 

	border: 1px solid black;
}
a.pagectl, a.pagectl:visited, a.pagectl:active, a.pagectl:hover {
	background-color: #cccccc;
	color: #000;
	text-decoration: none;
	font-size: 9px;
	padding-left: 1px;
	padding-right: 1px; 
	border: 1px solid black;
}

a.pagectl:hover { 
	color: black;
	background-color: white;
}

FORM { padding: 0; margin: 0; }

html {
	overflow-x: hidden;
	overflow-y: auto;
} 

body {
    background-color: #ffffff;
    padding: 0px;
	height: 100%;
}

textarea,input {
    font: 11px verdana, sans-serif;
}


body, td, th, p, span, div, dt, dd, ul, ol, a {
    color: #000000;
    font: 11px verdana, sans-serif;
    line-height: 15px;
    font-weight: 400;
}

table.list td {
 padding-right: 10px;
}


th {
  font-weight: bold;
  text-align: left;
  background-color: #bbb;
  border-right: 1px solid white;
  padding: 2px 2px;
  color: #330066;

}

a.menuitem, a.menuitem:link, a.menuitem:hover, a.menuitem:visited, a.menuitem:active {
  color: white;
  text-decoration: none;
}

input.tinybutton {
border: 1px solid black;
font-size: 9px;
}


/*           TEXT          */

h1 {
    font-family: verdana, sans-serif;
    font-size: 14px;
    font-weight:  400;
    color: #000000;
    margin-bottom: 7px;
    padding-bottom: 0px;
}

h2 {
    font-family: verdana, sans-serif;
    font-size: 11px;
    font-weight:  700;
    color: #000000;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

h3 {
    font-family: verdana, sans-serif;
    font-size: 9px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

div.header {
  padding: 10px;
  background-color: #cccccc;
}
div.content {
  padding: 10px;
  background-color: #dddddd;
}
div.footer {
  padding: 10px;
  background-color: #cccccc;
}

div.spacer {
  clear: both;
  }

div.agentheader
{
	width: 100%;
	height: 60px;
    background-color: #000033;
    color: white;
}

#logininfo { color: white; position: absolute; top: 30px; left: 200px; }
#switchrole { position: absolute; top: 20px; left: 500px; }

div.menu
{
	width: 105px;
	height: 100%;
	background-color: #999;
}

div.menuitem
{
	text-align: center;

	text-align: center;
	width: 100px;
	padding-left: 5px;

}

div.tickeritem 
{ 
  display: inline;
  background-color: #ccc;
  margin-left: 10px;
  padding: 3px;
}


img.logo
{
    padding: 3px 16px 2px 15px;
	background-color: #999;
}

div.ticker
{
	background-color: #ccc;
	height: 30px;
    padding-top: 5px;
}

div.agentworkarea
{
	border: 1px solid white;
	width: 100%;
	background-color: white;
}