/*Element styles ---------------------------------------------------------------------------------------*/
BODY {
	scrollbar-face-color: #CCCCCC;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	background-color: #FFFFFF;
	/*background-image: url(../images/bg.jpg); */
}

TABLE 
{
border-color: #cccccc;
border-collapse:collapse;
color: #666666; 
font-family: tahoma;
font-size: 8pt;
}

TD 
{
border-color: #cccccc;
}

SELECT, INPUT, TEXTAREA 
{
color: #333333;
font-family: Arial;
font-size: 8pt;
}

IMG
{
border-color: #999999;
}

HR 
{
color: #FFFFFF; 
width: 100%; 
height: 1px;
}

A:LINK, A:VISITED
{
color: #FF9900;
font-family: arial;
font-size: 8pt;
text-decoration: none;
font-weight: bold;
}

A:HOVER
{
color: #333333;
font-family: arial;
font-size: 8pt;
text-decoration: none;
font-weight: bold;
position: relative;
}

/*Custom links ----------------------------------------------------------------------------------------*/

A.menu:LINK, A.menu:VISITED
{
color: #FFFFFF; 
font-family: tahoma; 
font-size: 8pt; 
text-decoration: none;
font-weight: bold;
}

A.menu:HOVER
{
color: #666666; 
font-family: tahomas; 
font-size: 8pt; 
text-decoration: none;
font-weight: bold;
}


A.c:LINK, A.c:VISITED
{
color: #666666;
font-family: arial;
font-size: 8pt;
text-decoration: none;
font-weight: bold;
}

A.c:HOVER
{
color: #333333;
font-family: arial;
font-size: 8pt;
text-decoration: none;
font-weight: bold;
position: relative;
}

A.d:LINK, A.d:VISITED
{
color: #FFFFFF; 
font-family: verdana; 
font-size: 8pt; 
text-decoration: none;
}

A.d:HOVER
{
color: #CCCCCC; 
font-family: verdana; 
font-size: 8pt; 
text-decoration: none;
}


/*Custom styles ----------------------------------------------------------------------------------------*/
.mainbg
{
background-color: #ffffff;
}

.blockbottombg
{
background-color: #EFEFEF;
}

/*Textbox styles ----------------------------------------------------------------------------------------*/

.textboxwhite
{
color: #666666; 
font-family: verdana; 
font-size: 7pt; 
text-decoration: none;
font-weight: normal;
border-style: solid;
width: 180;
}

/*Button styles ----------------------------------------------------------------------------------------*/

.buttonwhite
{
color: #666666;
background-color:#FFFFFF;
font-family: arial; 
font-size: 8pt; 
text-decoration: none;
font-weight: normal;
border: 1px solid;
border-color: #CCCCCC;
}


/* content style ------------------------------------------------------------------------------------*/
.header_orange
{
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #ff9900;
}

.header_grey
{
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	color: #A3A3A3;
}

.smallcontent
{
color: #333333;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
font-size: 7pt;
}

.lightblue
{
	font-family: tahoma;
	color: #53A2C8;
	font-weight: bold;
	font-size: 8pt;
}

.white_dots {
	color: #FFFFFF;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	
}


.content_white
{
color: #FFFFFF; 
font-family: tahoma; 
font-size: 8pt; 
text-decoration: none;
font-weight: bold;
}

/*begin gridstyle*/
.gridstyle1 {

padding-left:5;
padding-right:5;
padding-top:3; 
padding-bottom:3;
}

.gridstyle2 {

padding-left:5;
padding-right:5;
padding-top:3; 
padding-bottom:3;
background-color:#f5f4eb;
}

.tableheader
{
padding-left:5;
padding-right:5;
padding-top:3; 
padding-bottom:3;
background-color: #f5f4eb;
font-weight: bold;
font-size: 8pt;
font-family: arial;
color: #666600;
text-align:center; 
height:20px;
}
/* end gridstyle*/