/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 10px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    color: #000000;
    
}

Table
{
    FONT-FAMILY: Verdana;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    color: #000000;
    
}

.Footer 
{
	BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 10px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    color: #000000;
}	

.concepttext
{
	font-family: Verdana;
	font-size:10px;
	font-weight: normal;
	text-decoration:none;
	color:#000000;
}


.conceptlink,.conceptlink:visited,.conceptlink:active,.conceptlink:link
{
	font-family: Verdana;
	font-size:10px;
	font-weight: bold;
	text-decoration:none;
	color:#000000;
}

.conceptlink:hover
{
	font-family: Verdana;
	color:#000000;
	font-size:10px;
	font-weight: bold;
	text-decoration:underline;
}

.Hide 
{
	display:none;
}

.Show
{
  list-style-type:none;
  margin-left:0;  
  /*list-style-image: url(Images/square.gif);*/
}



.menuLink,.menuLink:visited,.menuLink:active,.menuLink:link
{
	color:WHITE;
	font-family:Verdana;
	font-size: 10px;
	text-decoration:none;
	font-weight: normal;
}

.menuLink:hover
{
	color:WHITE;
	font-family:Verdana;
	font-size: 10px;
	text-decoration:underline;
	font-weight:normal;
}

li
{
	margin-top:5;	
}

.menuLI 
{
	border-top: solid 1px white;	
	line-height: 20px;	
	/*margin-top:10;	*/
	margin-left:0;
	text-indent: 5;
	/*background-image: url(Images/menu_background.gif); 	*/
}

.newsdate 
{
	color:Black;
	font-family:Verdana;
	font-size: 11px;
	text-decoration:none;
	font-weight:bold;
}

.newsheader,.newsheader:visited,.newsheader:active,.newsheader:link
{
	color:Black;
	font-family:Verdana;
	font-size: 10px;
	text-decoration:none;
	font-weight:normal;
}

.newsheader:hover
{
	color:Black;
	font-family:Verdana;
	font-size: 10px;
	text-decoration:underline;	
	font-weight:normal;
}

.normallink,.normallink:visited,.normallink:active,.normallink:link
{
	color:Black;
	font-family:Verdana;
	font-size: 11px;
	text-decoration:none;
	font-weight:normal;
}

.normallink:hover
{
	color:Black;
	font-family:Verdana;
	font-size: 11px;
	text-decoration:underline;	
	font-weight:normal;
}

.alertEnable 
{ 
	BORDER-RIGHT: #d26c13 2px solid; 
	BORDER-TOP: #d26c13 2px solid; 
	MARGIN-TOP: 5px; 
	BORDER-LEFT: #d26c13 2px solid; 
	WIDTH: 199px; 
	BORDER-BOTTOM: #d26c13 2px solid; 
	HEIGHT: 240px;
}

.alertDisable 
{ 
	BORDER-RIGHT: #888888 2px solid; 
	BORDER-TOP: #888888 2px solid; 
	MARGIN-TOP: 5px; 
	BORDER-LEFT: #888888 2px solid; 
	WIDTH: 199px; 
	BORDER-BOTTOM: #888888 2px solid; 
	HEIGHT: 240px;
}

.alertEnable_mobile
{ 
	font-size: 7pt;
	BORDER-RIGHT: #d26c13 2px solid; 
	BORDER-TOP: #d26c13 2px solid; 
	MARGIN-TOP: 5px; 
	BORDER-LEFT: #d26c13 2px solid; 
	WIDTH: 240px; 
	BORDER-BOTTOM: #d26c13 2px solid; 
}

.alertDisable_mobile 
{ 
	font-size: 7pt;
	BORDER-RIGHT: #888888 2px solid; 
	BORDER-TOP: #888888 2px solid; 
	MARGIN-TOP: 5px; 
	BORDER-LEFT: #888888 2px solid; 
	WIDTH: 240px; 
	BORDER-BOTTOM: #888888 2px solid; 
}



