/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
	 margin-top:0;
	 margin-bottom:0;
	 margin-left:0;
	 margin-right:0px;
}

a
{color:Blue;}

		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	



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;
	}	

/* side links */
.links
{
	font:bold 12px verdana;
	text-decoration: none;
	color: white ;
}
.links A
{
	font:bold 12px verdana;
	text-decoration: none;
	color: white ;
}
.links A:visited	
{ 
	font:bold 12px verdana;
	text-decoration: none;
	color: white ;
}	
.links  A:hover 
{
	font:bold 12px verdana;
	color: #ffcc00 ;
}

/* header*/
.header
{
	    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 1em;
	color: Blue;
}

.header A
{
	text-decoration: none;
	font-size: 1em;
	color: Blue;
}

.header A:visited	
{ 
	text-decoration: none;
	font-size: 1em;
	color: blue ;
}	
.header A:hover 
{
	text-decoration: none;
	color: Black ;
}

/* Title text */


.title
{
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    font-size: 1em;
    color:Navy ;
    FONT-WEIGHT: bold;
    TEXT-TRANSFORM: uppercase;
}


.buttonSmall
{
	font-size: 10px;
	width: 130px;
}
.normalText
{
	    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	    font-size: 0.8em;
}
.fixedFont
{
	font-size: 15px;
}

.disorderTopic
{
	font-weight : bolder;
	font-size: 0.8em;
	color:blue;
}
.disorderTopic a
{
	font-weight : bolder;
	font-size: 0.8em;
	color:Blue;
}
.disorderTopic a:visited
{
	font-weight : bolder;
	font-size: 0.8em;
	color:Blue;
}




.disorderTopicTitle
{
	color : "#2244aa";	
	font-family : Arial;
	font-weight:bold;
	font-size :  medium ;
}

.listName
{
	font-weight: bolder;
}
.top
{
	font-size:xx-small ;
}

.grid-header a:active
{
	color: blue;
}
.grid-header a:link
{
	color: blue;

}
.grid-header a:visited
{
	color: blue;
}
.grid-header a:hover
{
	color: darkred;
}
.grid-edit-column
{
	border-top: #696969 1px solid;
	border-bottom: #696969 1px solid;
	border-left: #696969 1px solid;
}
.grid-first-item
{
	border-top: #696969 1px solid;
	border-right: #696969 1px solid;
	border-bottom: #696969 1px solid;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin: 1px;
}
.grid-item
{
	border-right: #696969 1px solid;
	border-top: #696969 1px solid;
	border-left: #696969 1px double;
	border-bottom: #696969 1px solid;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin: 1px;
}
.grid-header
{
	border-bottom: #696969 1px solid;
	font-weight: bold;
	color: #696969;
}
.grid-last-item
{
	border-top: #696969 1px solid;
	border-left: #696969 1px solid;
	border-bottom: #696969 1px solid;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin: 1px;
}
