/* Default CSS Stylesheet for a new Web Application project */


.c_background
{
	BACKGROUND-COLOR: #b2da1e;
}
IMG
{
	border:none;	
}
BODY
{
    BACKGROUND-COLOR: #b2da1e;
    FONT-FAMILY: verdana;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

TD
{
	FONT-FAMILY: verdana;
    FONT-SIZE: 11px;
}
INPUT
{
	FONT-FAMILY: verdana;
    FONT-SIZE: 11px;
}
A:link	{	
	text-decoration:	none;
	color:#776b61;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:#776b61;
	}	
		
A:active	{	
	text-decoration:	none;
	color:#776b61;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:#776b61;
	}
.button
{
	border:outset 1px silver;
	font-family :Verdana;
	font-size :11px;
	background-color : #f0974f;
	color: white;
	font-weight:bold;
	cursor :hand ;
	
}

.secondarygridtable
{
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	background-color: #fff1c7;
}
.gridtable
{
	background-color:White;
	border-left:solid 1px silver;
	border-top:solid 1px silver;
}
.gridcolumn
{
	border-bottom:solid 1px silver; 	
	border-right:solid 1px silver;
	font-weight :bold;
}
.gridcell
{
	border-bottom:solid 1px silver; 	
	border-right:solid 1px silver;
}
.separator
{
	height:24px;
	background-image: url(img/box.bottom.gif);
	background-position : bottom;
	background-repeat : repeat-x;
}

.textfield
{
	border:solid 1px silver;
	font-family :Verdana;
	font-size :11px;
}

.boxheader
{
	font-weight: bold;
	font-size: 14px;
	vertical-align : middle;
	text-align: left;
	font-family: verdana;
}

.boxhtml
{
	FONT-FAMILY: verdana;
    FONT-SIZE: 11px;
    color: black;
}

.box
{
	
}

.boxsmalltitle
{
	FONT-FAMILY: verdana;
    FONT-SIZE: 14px;
    color:black;
    font-weight: bold;
    text-align: center;
}
.boxlongtitle
{
	FONT-FAMILY: verdana;
    FONT-SIZE: 12px;
    color:black;
    text-align: center;
}
.boxfooter
{
	background-image: url(img/box.bottom.gif);
	background-position : bottom;
	background-repeat : repeat-x;
}

.boxtitle
{
	font-weight:bold;
	font-size:13px;	
}

.contentheader
{
	width:990px;
	FONT-FAMILY: verdana;
	height:24px;
	background-image: url(img/box.bottom.gif);
	background-position : bottom;
	background-repeat : repeat-x;
    font-size: 14px;
    font-weight: bold;
    vertical-align : middle;
	text-align: left;
}

.contenthtml
{
	FONT-FAMILY: verdana;
    FONT-SIZE: 11px;
    color:black;
    text-align:justify ;
}

.content
{
	width:990px;
	FONT-FAMILY: verdana;
    FONT-SIZE: 12px;
}

.contentsmalltitle
{
	FONT-FAMILY: verdana;
    FONT-SIZE: 14px;
    color:black;
    font-weight: bold;
}
.contentlongtitle
{
	
	FONT-FAMILY: verdana;
    FONT-SIZE: 11px;
    font-weight: bold;
    color:black;
    
}

.contentfooter
{

}

.contentseparator
{
	height:20px;
	background-image: url(img/box.bottom.gif);
	background-repeat: repeat-x;
}

.columnleft
{
	width: 201px;
}
.columncenter
{
	width: 580px;
}
.columnright
{
	width: 201px;
}
.columnseparator
{
	width: 9px;
}

.boxmedia
{
	width: 100px;
	border:none;
}

.sectionlink
{
	font-weight: bold;	
}

.lightcolor
{
	color:White;
}

.darkcolor
{
	color:Gray;	
}