.tbl { FONT: NORMAL 11px/14px verdana, arial, sans-serif; border: 1px solid black; padding: 3px; Background: #F3F3F3; height:auto; }
.select_country{width:115px; background-color:#0099CC; font-size:14px; color:#000000; height:250px; border:0;}
.select_oper{width:260px; background-color:#00CC66; font-size:14px; color:#000000; height:250px; border:0;}
.select_number{width:100px; background-color:#FF6600; font-size:14px; color:#000000; height:250px; border:0;}
.select_cost{width:80px; background-color:#0099CC; font-size:14px; color:#000000; height:250px; border:0;}

.tbl_data
{
  background-color: #E5E9ED;
  border: 1px solid #FFFFFF;    
}

#column_brd
{
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
input#id
{
  font-family: Arial,Verdana,sans-serif;
  font-size: 14px;
  color: #000000;
}

#errors
{
  font-family: Arial,Verdana,sans-serif;
  font-size: 14px;
  color: blue;
}
/* Basic */

*
{
	margin: 0em;
	padding: 0em;
}

h1,h2,h3,h4,h5,h6
{
	color: #6a6a6a;
}

body
{
	font-family: "Trebuchet MS", sans-serif;
	color: #7a7a7a;
	font-size: 11pt;
}

a { color: #AF0A0A;	text-decoration:underline; }
a:hover { text-decoration:none; }

/* Header */

#header
{
	position:absolute;
	top:0; left:0;
	width:320px; height:190px;
	background-image:url('img/logo-left-top.jpg');
	background-repeat:no-repeat;
}

/* Menu */

#menu
{
	height:190px;
	margin-left:320px;
	position: relative;
	background-image:url('img/menu-bg.jpg');
	background-repeat:repeat-x;
}

#menu ul
{
	list-style: none;
	position: absolute;
	top:122px;
}

#menu li
{
	display: inline;
	border-left: dotted 1px #FFF;
	padding-left: 0.8em;
}

#menu li.first
{
	border-left: 0px;
	padding-left: 0em;
}

#menu li a
{
	color: #FFF;
	font-weight:bold;
	padding: 0.8em;
	margin-right: 0.8em;
	font-size: 0.9em;
}

/* Content */

#content p
{
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

#content h2
{
	font-size: 1.5em;
}

#content h3
{
	font-size: 1.1em;
}

#content h3 { padding:10px 0; margin-left:15px; }

#content input.long { 
	width:183px; height:20px; text-indent:5px;
	border:0; background-color:transparent; color:#FFF;
	background-image:url('img/long-input.jpg'); 
	background-repeat:no-repeat; 
}

#content input.short { 
	width:50px; height:20px; text-indent:5px;
	border:0; background-color:transparent; color:#FFF;
	background-image:url('img/short-input.jpg'); 
	background-repeat:no-repeat; 
}

#content textarea { 
	width:178px; height:100px; padding-left:5px;	
	border:0; background-color:transparent; color:#FFF;
	background-image:url('img/textarea.jpg');
	background-repeat:no-repeat;
}

#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
	line-height: 1.6em;
}

#content blockquote
{
	border-left: solid 0.8em #cacaca;
	padding: 0.5em 0em 0.5em 1.0em;
	line-height: 1.6em;
}

#content blockquote p
{
	display: inline;
}

#content table
{
	padding: 0.5em;
}

#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}

#content table td
{
	padding:8px 8px 8px 15px;
}

#content table tr.rowA
{
	background-color: #f5f5f5;
	color: inherit;
}

#content table tr.rowB
{
	background-color: #fdfdfd;
	color: inherit;
}

/* Primary Content */

#primaryContentContainer
{
	float: right;
	width: 100%;
	margin-left:-320px;
	background-image:url('img/footer-top.jpg');
	background-position:left bottom;
	background-repeat:no-repeat;
}

#primaryContent
{
	min-height:395px;
	padding-right:20px;
	margin-left:320px;
	background-color:#f6f6f6;
}

/* Secondary Content */

#secondaryContent
{
	float: left;
	width: 215px;
	padding:80px 0 0 105px;
	background-image:url('img/logo-bottom.jpg');
	background-repeat:no-repeat;
}

/* Footer */

#footer
{
	position:relative;
	width:100%; height:95px;
	font-size: 0.9em;
	background-image:url('img/footer-bg.jpg');
	background-repeat:no-repeat;
}

#footer p {
	padding:70px 0 0 10px;
	color:#FFF;
}

#footer p a { color:#FFF; }

.clear
{
	clear: both;
}
