/* Stili di teffanooooo */

.titoloarticolo 
{ 
	font-family: Verdana; 
	font-size: 8pt;
	color: #AAB1D9;
	font-weight: bold 
}

.testoarticolo 
{ 
	font-family: Verdana; 
	font-size: 8pt; 
	color: #ffffff;  
}

/* Tiene spostata la colonna dei menù*/
.columntitle
{
	padding-left: 25px;
	padding-right: 2px;
	font-weight: bold;
	height: 25px;
	padding-bottom
}

/* Tiene spostata la colonna dei menù*/
.topmenu
{
	color: #FFFFFF;
}




/* Normal, standard links. */
a:link
{
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
}

a:visited

{
	color: #ffffff;
	text-decoration: none;
}

a:hover
{
	color: #28add9;
	background-color: transparent;
	text-decoration: none;
}

.blueheadline 
{
	font-weight: bold;
	font-size: 13px;
	color: #28add9;
	font-family: verdana, arial;
	text-decoration: none;
}

.bluelink 
{
	font-weight: bold;
	color: #28add9;
	font-family: verdana, arial;
	text-decoration: none;
}


:link.bluelink 
{
	color: #28add9;
	padding-left: 0;
	background: none;
}

:hover.bluelink 
{
	color: #ffffff;
}


.linktree 
{
	color: #FFFFFF;
	height: 25px;
	padding-left: 25px;
	background: url(images/title_background.png);
}



/* Navigation links - for the link tree. */
.nav, :link.nav
{
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
}

a:hover.nav
{
	font-weight: bold;
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: underline;
}

/* Tables should show empty cells too. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use Verdana in black. */
body, td
{
	color: #FFFFFF;
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea
{
	font-size: 11px;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #FFFFFF;
}

/* Checkboxes shouldn't have a background color. */
input.check
{
	background-color: transparent;
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #FFFFFF;
}

/* Standard horizontal rule.. */
hr
{
	color: #aaaaaa;
	background-color: transparent;
}
/* A more colorful hr.. */
.hrcolor
{
	height: 1px;
	border: 0;
	color: #aaaaaa;
	background-color: #aaaaaa;
}

/* A quote, perhaps from another post. */
.quote
{
	color: #FFFFFF;
	border: 1px solid black;
	margin: 1px;
	padding: 1px;
	font-size: 11px;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #FFFFFF;
	background-color: #cccccc;
	border: 1px solid black;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #DDDDDD;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
}

/* Generally, those [?] icons. */
.help
{
	cursor: help;
	background-color: transparent;
}

/* /me uses this a lot. */
.meaction
{
	color: red;
	background-color: transparent;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 100%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds... */
.windowbg
{
	color: #FFFFFF;
	background-color: #3A3E41;
}
.windowbg2
{
	color: #FFFFFF;
	background-color: #48494D;
}

.topmenu2
{
        color: #FFFFFF;
        padding-right: 4px;
}


.topmenu a 
{
	font-weight: bold;
	font-style: normal;
	padding-left: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
}


/* Titles - such as table headers. */
.titlebg, tr.titlebg td, .titlebg a:link
{
	padding-left: 15px;
	padding-right: 2px;
	height: 15px;
	font-weight:bold; font-size:13px; font-style:normal; color:#FFFFFF; padding-bottom
}

.titlebg a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

/* The category headers, page indexes, and such things. */
.catbg
{
	font-weight: bold;
	color: #FFFFFF;
}

/* The borders around things. */
.bordercolor
{
	background-color: #777777;
}

.middlecolumn
{
	border-style: solid;
	padding-left: 2px;
	padding-right: 5px;
	border-color: #aaaaaa;
	border-width: 0 1px 0 1px;
}

a.articletitle
{
	color: #28add9;
	height: 25px;
	font-size: 13px;

	padding-bottom; 15px;
}

a:hover.articletitle
{
	color: #FFFFFF;
}

.articledate
{
	font-family: verdana, arial;
	font-weight: bold;
	font-size: 11px;
}

.mainmenu a
{
	color: #28add9;
	padding-left: 15px;
	padding-top: 2px;
	height: 14px;

	font-weight: bold;
	font-family: verdana, arial;
}

.mainmenu a:hover
{
	color: #FFFFFF;
}

input {                                                                                                                                               
        font-weight: bold;                                                                                                                              
        border:solid 1px #9DA6B3;                                                                                                                       
        background-color: #293B42;                                                                                                                      
        color: #28add9;                                                                                                                                 
        text-align: center;                                                                                                                             
        font-size: 9px;                                                                                                                                 
        margin-top: 5px;                                                                                                                                
}          

.rightcolumn
{
	padding-left: 5px;
	padding-right: 5px;
}

/* Default font sizes. */
.smalltext
{
	font-size: 9px;
}

.normaltext
{
	font-size: small;
}

.largetext
{
	font-size: large;
}