﻿/* Default CSS Stylesheet for a new Web Application project */

BODY
{   FONT-FAMILY: Arial, Tahoma, Helvetica, sans-serif;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
    scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
}

img.border {border: 1px solid #333333;}

a:link {text-decoration: underline; color: #0000cc}
a:visited {text-decoration: underline; color: #0000cc}
a:hover {text-decoration: underline; color: #0000ff}

a.nav:link {text-decoration: none; color: #ffffff; font-weight: normal; font-family: verdana, tahoma, arial; font-size: 8pt;}
a.nav:visited {text-decoration: none; color: #ffffff; font-weight: normal; font-family: verdana, tahoma, arial; font-size: 8pt;}
a.nav:hover {text-decoration: none; color: #ffcc00; font-weight: normal; font-family: verdana, tahoma, arial; font-size: 8pt;}

a.red:link {text-decoration: none; color: #cc0000; font-weight: normal; font-family: arial, tahoma, verdana; font-size: 9pt;}
a.red:visited {text-decoration: none; color: #cc0000; font-weight: normal; font-family: arial, tahoma, verdana; font-size: 9pt;}
a.red:hover {text-decoration: none; color: #ff0000; font-weight: normal; font-family: arial, tahoma, verdana; font-size: 9pt;}

a.redsmall:link {text-decoration: none; color: #cc0000; font-weight: normal; font-family: verdana, tahoma, arial; font-size: 8pt;}
a.redsmall:visited {text-decoration: none; color: #cc0000; font-weight: normal; font-family: verdana, tahoma, arial; font-size: 8pt;}
a.redsmall:hover {text-decoration: none; color: #ff0000; font-weight: normal; font-family: verdana, tahoma, arial; font-size: 8pt;}

a.foot:link {text-decoration: underline; color: #000099; font-family: arial, tahoma; font-size: 8pt; font-weight: normal}
a.foot:visited {text-decoration: underline; color: #000099; font-family: arial, tahoma; font-size: 8pt; font-weight: normal}
a.foot:hover {text-decoration: underline; color: #000099; font-family: arial, tahoma; font-size: 8pt; font-weight: normal}

a.foot2:link {text-decoration: underline; color: #ffffff; font-family: arial, tahoma; font-size: 8pt; font-weight: normal}
a.foot2:visited {text-decoration: underline; color: #ffffff; font-family: arial, tahoma; font-size: 8pt; font-weight: normal}
a.foot2:hover {text-decoration: underline; color: #ffffff; font-family: arial, tahoma; font-size: 8pt; font-weight: normal}

a.back:link {text-decoration: underline; color: #99CCFF; font-family: arial, tahoma; font-size: 8pt; font-weight: normal}
a.back:visited {text-decoration: underline; color: #99CCFF; font-family: arial, tahoma; font-size: 8pt; font-weight: normal}
a.back:hover {text-decoration: underline; color: #99CCFF; font-family: arial, tahoma; font-size: 8pt; font-weight: normal}

.text1
{	color: 333333;
	font-size: 8pt;
	font-family: arial, helvetica, verdana;
	font-weight: normal
}

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

P
{	color: 000000;
	FONT-FAMILY: Arial, Tahoma, Helvetica, sans-serif;
	FONT-SIZE: 9pt;
	font-weight: normal
}

P.small
{	color: 000000;
	FONT-FAMILY: Arial, Tahoma, Helvetica, sans-serif;
	FONT-SIZE: 8pt;
	font-weight: normal
}

P.smallwhite
{	color: ffffff;
	FONT-FAMILY: Arial, Tahoma, Helvetica, sans-serif;
	FONT-SIZE: 8pt;
	font-weight: normal
}

.title
{	color: cc0000;
	font-size: 12pt;
	font-family: arial, tahoma, helvetica, verdana;
	font-weight: bold
}

.8pt
{	color: 000000;
	font-size: 8pt;
	font-family: verdana, tahoma, helvetica, arial;
	font-weight: normal
}

.10pt
{	color: 000000;
	font-size: 10pt;
	font-family: verdana, tahoma, helvetica, arial;
	font-weight: normal
}

.button
{   FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: white;
    FONT-FAMILY: Tahoma, helvetica, Arial;
    BACKGROUND-COLOR: #003366
}
    
.error
{   FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: red;
    FONT-FAMILY: Tahoma, helvetica, Arial;
    BACKGROUND-COLOR: white
}

.selectTeam
{	width: 150;
	font-size: 8pt;
	font-family: Tahoma, helvetica, Arial;
}