body {
  margin: 1em 4em;
  padding:0px;
  margin:0px;
  font-size: 80%;
  background-color: white;
  color: black;
}
body.fullscreen { margin: 8px; }

body, th, td, h1, h2, h3, h4 {
  font-family: arial, sans-serif;
}

hr { background-color: #e0e0e0; color: #e0e0e0; height: 1px; border: none; }

.fluo {
	color: #e0e0e0;
	font-size: x-small;
}

h1 {
	font-size: 170%;
	color:#000000;
	margin:0px;
}

h2 {
	font-size: 18px;
	color: #04a;
	font-family:Arial, Helvetica, sans-serif;
}

img {
  border: none;
  vertical-align: top;
}

p { margin: 1em 0 2px; }
form { margin: 1ex 0; }

.small { font-size: 80%; }

.incorrect {font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;font-size : 12px;color : #DD0000;font-weight: bold;}
.rub00 {border-left:10px solid #E7E7E7; background-color:#F5F5F5}



hr {
  clear: both;
  border: 0px none;
  border-top: 1px solid #AAA;
  margin: 1.2em 0;
  padding: 0;
}

.tb { border:1px solid #e0e0e0 }


a { text-decoration: underline; }
a:hover { text-decoration: underline; }
a:link { color: #039; }
a:visited { color: #a00; }

.ha { text-decoration: underline; }
.ha:hover { text-decoration: underline; }
.ha:link { text-decoration: underline ; color: #0000dd; }
.ha:visited { text-decoration: underline ; color: #0000dd; }



.floatleft {
  float: left;
  padding-right: 1ex;
  margin-bottom: -4px;
}
.floatright {
  float: right;
  padding-left: 1ex;
  margin-bottom: -4px;
}
.floatleft img,
.floatright img { margin-top: 3px; }

input.button {
  background: #eee;
  color: #222;
  border: 1px outset #ccc;
  padding: .1em .5em;
}
input.button:hover { background: #ccb; }

input.text,
.formField input,
textarea {
  background: #fff;
  color: #000;
  border: 1px solid #ccc;
  padding: 0.3ex 0.5ex 0.4ex;
  margin: 2px 0;
}
input.text:focus { border: 1px solid #888; }

.menusep {display: block;overflow:hidden;width:100%; height:0px; margin:0px;border-top:1px solid #E1E6EC;border-bottom:1px solid #FFFFFF;}








#mainContainer{
	width:100%;
	margin:0 auto;
	text-align:left;
	height:100%;		
	padding-bottom:30px;
	background-image:url(images/bg.gif);
}

#header{
	background-image:url('images/bg_heading.gif');
	background-repeat:repeat-x;
	height:50px;		
}

.boxItemHeader{	/* Title of items inside dragable boxes */
	margin:0px;
	color:#000000;
	text-decoration:none;
	overflow:hidden;
	font-size:10px;
	font-weight:bolder;
}	
.boxItemHeader:hover{	/* Title of items inside dragable boxes - mouseover*/
	margin:0px;
	color:#FF0000;
	text-decoration:underline;
	overflow:hidden;
	font-size:10px;
	font-weight:bolder;
}
.dragableBoxHeader input{	/* text inputs that gets visible when you click on the "edit" link at the top of a rss box */
	font-size:10px;	
}

.rssNumberOfItems{	/* Number of RSS items in header - the one inside parantheses */
	color:#d0d0d0;
}




.dragableBox{	/* The RSS box */
	margin:5px;
}
.dragableBoxHeader {	/* Header inside RSS box */
	font-size:10px;
	font-weight:bolder;
	height:20px;
	vertical-align:middle;
	background-color:#f5f5f5;
	border-left:1px solid #d0d0d0;
	border-right:1px solid #d0d0d0;
	border-bottom:2px solid #eeeeee;
}
.dragableBoxHeader span{	/* Text inside header of RSS box */
	line-height:20px;
}
.dragableBoxHeader img,.dragableBoxHeader span{	/* Text and reload image inside RSS box */
	float:left;
}



.dragableBoxContent{	/* DIV holding data inside dragable boxes */
	margin-left:1px;
	margin-right:1px;
	padding:5px;
	clear:both;
	background-color:#ffffff;
	border-left:1px solid #d0d0d0;
	border-right:1px solid #d0d0d0;
	border-top:3px double #c0c0c0;
}

.dragableBoxBottom {
	margin-left:1px;
	margin-right:1px;
}

.dragableBoxStatusBar {	/* Status bar at the bottom of rss boxes */
	height:14px;
	padding-left:10px;
	font-size:9px;
	background-color:#D4DDFF;
	border-top:1px double #7777AA;
}

.dragableBoxEditLink{	/* Edit link on top of a box */
	color:#317082;
	text-decoration:none;
	padding-top:4px;
}



#rectangleDiv{	/* Dotted rectangle indicating where objects will be dropped */
	border:1px dashed #F80000;
	margin-top:5px;
	margin-left:5px;
}


.RefreshButton{	/* Refresh button */
	margin:3px;
}

.closeButton {	/* Close button */
	height:16px;
	width:16px;
	margin:3px;
	background-image:url(images/annonces_close.gif);
	background-repeat:no-repeat;
}
.closeButton_over{	/* Close button - mouse over */
	height:16px;
	width:16px;
	margin:3px;
	background-image:url(images/annonces_close.gif);
	background-repeat:no-repeat;
}


form{	/* No borders in forms */
	display:inline;
}

#addNewFeed{	/* The white box at the top right corner where you can add a new RSS feed */
	float:right;
	width:350px;
	margin-right:4px;
	margin-top:4px;
}