/*****************************************************************
*  Spacemarc News 
*  Version: 1.2.0
*  Author and copyright (C): Marcello Vitagliano
*  Web site: http://www.spacemarc.it
*  License: GNU General Public License
*
*  This program is free software: you can redistribute it and/or 
*  modify it under the terms of the GNU General Public License 
*  as published by the Free Software Foundation, either version 3 
*  of the License, or (at your option) any later version.
*
*  Current file: style.css
*****************************************************************/

/* generale */
body {
	background-color: #FFFFFF; 
  color: #000000; 
  font-family: Arial, Verdana, Helvetica, sans-serif;
	}

/* testo */
.text {
	font-size: 14px;
	}

.text2 {
	font-size: 10px;
	}
.text3 {
	font-size: 10px;
	}
.text4 {
	font-size: 13px;
	}
	
.help {
	font-size: 13px;
	cursor: help;
	border-bottom: 1px dotted #000;
	}

/* messaggi di errore */
#error {
  width: 280px; 
  background: #FF0000;
  font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0 auto;
	text-align: center;
	padding: 1px;
	}
	
#error2 {
   width: 230px;
  background: #FF0000;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	}

/* messaggi di successo */
#success {
  width: 280px; 
  background: #FFFFFF;
  font-size: 13px;
	color: #000000;
	font-weight: bold;
	margin: 0 auto;
	text-align: center;
	}
	

/* link  */
/*
a:link, a:visited {
	text-decoration: none; 
  color: #0000FF; 
  font-size: 13px;
	}
	
a:hover {
	text-decoration: underline; 
  color: #0000FF; 
  font-size: 13px;
	}
*/

/* link piccoli */
a.piccolo:link, a.piccolo:visited {
	text-decoration: none; 
  color: #0000FF; 
  font-size: 10px;
	}
a.piccolo:hover {
	text-decoration: underline; 
  color: #0000FF; 
  font-size: 10px;
	}
	
/* Paginazione link */
a.pager:link, a.pager:visited {
	text-decoration: none; 
  color: #0000FF; 
  font-size: 10px;
	}
	
a.pager:hover {
	text-decoration: underline; 
  color: #0000FF; 
  font-size: 10px;
	}

/* Paginazione testo */
.pagertext {
	font-size: 10px;
	color: #000000;
}


/* sfondo celle menu */
.toprow {
	background-image: url(images/toprow2.png);
	font-weight: bold;
}



#adv_300x200_annunci_1 {
	background-image: url(../annunci/templates/purple_dreambox_it/images/300-250_4.png);
	position: relative;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 250px;
	font-family: arial, Verdana, sans-serif;
	/*font-size: 40pt;*/
	/*background: yellow;*/
}



/* box login */
#login {
  border: 1px solid #AAAAAA; 
  width: 320px; 
  background: #E1E1E1;
	color: #000000;
	margin: 0 auto;
	text-align: center;
	padding: 2px;
	}
	
/* footer */
#footer {
  width: 100%; 
  background: #C2D8FE;
	text-align: center;
	padding: 1px;
	}
	
/* tools */
#tools {
  width: 620px; 
  padding: 1px;
  float: left;
  text-align: left;
margin-top: 5px;
}

/* paginazione */
#paginazione {
  float: right;
  width: 340px; 
	text-align: right;
	padding: 1px;
	margin-top: 8px;
	}

#container {
	padding: 1px;
	}

/* contiene la notizia */
#container_news {
	padding: 0px 0px 0px 0px;
	}

#titolo_art{
width: 100%;
padding: 1px;
font-size: 16px;
font-weight: bold;
}

#titolo_art2{
width: 100%;
padding: 1px;
font-size: 22px;
font-weight: bold;
}

#body_art{
padding: 3px;
width: 100%;
}

#sbookmark{
padding: 1px;
width: 100%;
background-color: #FFFFFF;
text-align: right;
}

#tool_art{
padding: 1px;
width: 100%;
text-align: left;
/*font-size: 12px;*/
}

div.pager_art{
    float: left;
    margin-left: 2px;
    background: #FFFFFF;
    font-size: 10px;
    }

div.pager_art_left{
    float: left;
    margin-left: 20px;
    background: #FFFFFF;
    font-size: 13px;
    }

div.pager_art_right{
    float: right;
    margin-right: 20px;
    background: #FFFFFF;
    font-size: 13px;
    }

div.imgap { 
float: left; 
margin: 2px 6px 3px 0px; 
width: 98px;
}

.searchbox {
background-image: url(images/search.png); 
background-repeat: no-repeat; 
background-position: left; 
padding-left: 18px;
}

