/* ================================
    CSS Style for Vero
   ================================
*/   

body {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
}

TABLE {
	BORDER-COLLAPSE: collapse;
}
TD 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

A:link {
	COLOR: #333333; TEXT-DECORATION: underline; 
}
A:visited {
	COLOR: #333333; TEXT-DECORATION: underline; 
}
A:active {
	COLOR: #333333; TEXT-DECORATION: underline; 
}
A:hover {
	COLOR: #333333; TEXT-DECORATION: underline;
}
.siteTitle {
	FONT-WEIGHT: bold; FONT-SIZE: 110px; COLOR: #FFFFFF; FONT-FAMILY: Tahoma,Helvetica; TEXT-DECORATION: none; POSITION: relative; TOP: 3px
}
.moduleTitleBg {
    BORDER: 1px #CCCCCC solid; 
	BACKGROUND-COLOR: #E4E4E4;
	font-weight: bold

}

.noUnderline 
{
	COLOR: White;
	TEXT-DECORATION: NONE;	
}

.normal {
	FONT-SIZE: 10px; COLOR: #333333; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.normalBold {
	FONT-SIZE: 10px; COLOR: #333333; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-WEIGHT: bold
}
.normalRed {
	FONT-SIZE: 10px; COLOR: Red; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-WEIGHT: bold
}
.itemStyle {
	BACKGROUND-COLOR: #FFFFFF;
}
.alternatingItemStyle {
	BACKGROUND-COLOR: #BCE1F1;
}
.forumTableBorder
{
        BORDER: 1px #CCCCCC solid; 
        BACKGROUND-COLOR: #FFFFFF;
}
.forumHeaderText
{
        COLOR: white;
        FONT-SIZE: 0.7em;
        FONT-WEIGHT: bold;
}

th
{
        BACKGROUND-IMAGE: url(../images/forumHeaderBg.gif);
        BACKGROUND-COLOR: #CA0000;
}
td.forumHeaderBackgroundAlternate
{
        BACKGROUND-IMAGE: url(../images/forumHeaderBgAlternate.gif);
        BACKGROUND-COLOR: #FFFFFF;
}

.formStyle
{
	background-color:#efefef;
}

.formHeader
{
	background-color:#000099;
	color:White;
	height:20;
}

.inputbutton
{
	background-color:#666666;
	color: White;
	font-weight:bold;
}



