﻿body 
{
	background: url(../img/background.jpg) repeat-x;
	background-color:#46485b;
	margin: 0;
    border: 0;
    font: normal 12px Arial;
	color: #cccccc;
}
a 
{
	color: #cccccc;
    text-decoration: none;
}

a:hover 
{
	color: #cccccc;
    text-decoration: underline;
}
a:visited 
{
	color: #cccccc;
    text-decoration: none;
}
.top_border
{	
}

.bottom_border
{
	background: url(../img/bottom_border.gif) top repeat-x;
}

.right_border
{
	background: url(../img/right_border.png) left repeat-y;
}

.left_border
{
	background: url(../img/left_border.png) right repeat-y;
}

.left_top_corner
{
}

.right_top_corner
{
}

.left_bottom_corner
{
	background: url(../img/left_bottom_corner2.gif) right top no-repeat;
}

.right_bottom_corner
{
	background: url(../img/right_bottom_corner2.gif) left top no-repeat;
}
.barre_nav
{
	background: url(../img/bg_nav.gif) top repeat-x;
	height:38px;
}
.tab_Home
{
	background: url(../img/bg_tab_home.jpg) top repeat-x;
	background-color:#5a5551;
}
.bottom_border_tab_Home
{
	background: url(../img/border_bas_tab_home.gif) top repeat-x;
}
.validatorCalloutHighlight
{
    background-color:#fffacd;
    color: #666666;
}
.selectIndex
{
    color: #C0C0FF;
     text-decoration:underline;
}
.unselectIndex
{
	color: #ffffff;
}