body {
   margin: 0px;
   font-family: verdana, helvatica;
   font-size: 12px;
}

ul.menubar {
	margin: 0px;
	padding: 0px;
}

ul.menubar li {
	float: left;
	list-style: none;
}

ul.menubar a:link,  ul.menubar a:visited {
	display: block;
	padding: 2px 8px 2px 8px;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	border-right: 1px solid #999999;
}

ul.menubar a:hover, #selectedmenu {
	background-color: #F3C4A9;
	color: #000000;
}

div.flag {
	background-image: url(./images/bullet_red.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 12px;
	position: absolute;
	z-index: 99;
}

div.flag a:link, div.flag a:visited {
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	white-space: nowrap;
}

div.flag a:hover {
	background-color: #ffe6e6;
	color: #000000;
}



form {margin:0px;}

p  {
	margin: 5px 0px 5px 0px;
   	text-align: justify;
}


td {
   vertical-align: top;
   text-align: left;
   font-size: 12px;
}
    
img {
	vertical-align: middle;
}



a:link, a:visited   {
   font-size: 11px;
   color: #000090;
   text-decoration: none;
}


a:hover  {
   color: #F26C4F;
}


a.country:link, a.country:visited {
    background-image: url(images/right_orange.gif);
	background-repeat: no-repeat;
	background-position: 5px 4px;
	border: 1px solid #cccccc;
	padding: 0px 5px 1px 15px;
	margin-bottom: 2px;
	display: block;
	font-weight:bold;
	font-size:11px;
}

a.country:hover {
	background-color: #fffff0;
}

a.more {
	font-size: 10px;
}


a.articletitle:link, a.articletitle:visited  {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

a.articletitle:hover {
	color: #000000;
}

div.alertbox {
	width: 345px;
	border:1px solid #cccccc;
    background-image: url(images/alert.gif);
    background-repeat: no-repeat;
    background-position: 2px 2px;
    padding: 2px 5px 2px 20px;
    color: #ff0000;
}


h1  {
   font-family: tahoma, verdana, helvatica;
   font-size: 18px;
   color: #0072BC;
   margin-top:  2px;
   margin-bottom: 10px;
   padding-bottom: 5px;
}


h2  {
   font-family: tahoma, verdana, helvatica;
   font-size:15px;
   color:#333333;
   margin-top:  2px;
   margin-bottom: 10px;
   padding-bottom: 5px;
   font-weight: bold;
}


table.inputform {
   width: 450px;
   border-color: #999999;
   border-style: solid;
   border-width: 1px;
   background-color: #e3edf6;
}


table.inputform td {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
}





table.tabulartable  {
   background-color: #ffffff;
   border: solid 1px #666699;
   border-bottom:0px;
}

table.tabulartable td  {
   border: solid 1px #666699;
   border-top: 0px;
   border-left: 0px;
   border-right: 0px;
   padding-left:5px;
   padding-right:5px;
   padding-top:2px;
   padding-bottom:2px;
}


table.normaltable {
   border: 0px;
}

table.normaltable td {
   border: 0px;
}


tr.header td {
   font-size:11px;
   font-weight:bold;
   background-color: #7DA7D9;
   color: #ffffff;
   padding-top:0px;
}



tr.alternaterow {
   background-color: #f3f6ff;
}


.label {
   font-family: verdana;
   font-size: 10px;
   color: #000000;
   font-weight: bold;
}


input {
   font-family: arial;
   font-size: 11px;
   border-style:solid;
   border-width:1px;
   border-color:#000000;
}


textarea    {
   font-family: arial;
   font-size: 11px;
   border-style:solid;
   border-width:1px;
   border-color:#000000;
}

select   {
   font-family: arial;
   font-size: 11px;
}



input.button1 {
   font-family: arial;
   border:solid 1px #000000;
   font-size: 11px;
   background-image: url(images/buttongradient.gif);
   background-repeat: repeat-x;   
}


font.subtitle {
	background-image: url(images/round_right.gif);
	background-repeat: no-repeat;
	background-position: right;
	font-weight: bold;
	color: #ffffff;
	line-height: 15px;
	padding: 2px 15px 2px 10px;
}


td.buttonpanel {
	padding:10px;
	background-color: #ffffff;
	border:1px solid #999999;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	text-align: center;
}


input.button1 {
   font-family: arial;
   border:solid 1px #000000;
   font-size: 11px;
   background-image: url(images/buttongradient.gif);
   background-repeat: repeat-x;
}


td.leftmenucontainer {
	width:140px;
	padding:10px;
	background-color:#E8EDF1;
	border-right:1px solid #999999;
	background-image:url(images/left_tile.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

td.maincontainer {
	width:776px;
	border-right:1px solid #999999;
}

