﻿*
{
	margin: 0px;
	padding: 0px;
}

/* Main container for all content */
#container
{
	width: 900px;
	margin: 0px auto;
	background-color:#fff;
}

#contentHeader
{
	text-align: left;
	vertical-align: top;
}

#contentCenter
{
	height: 630px;
	text-align: left;
	vertical-align: top;
}

#tdLeftContent
{
	text-align: left;
	vertical-align: top;
	padding-top:2px;
	padding-bottom:5px;
}

#tdRightContent
{
	width: 167px;
	text-align: right;
	vertical-align: top;
	padding-top:2px;
	padding-bottom:5px;
}

/* Used in main content panes to incapsule content */
#divContent
{
	padding:10px;
}


.tdSelection 
{
   background-image:url(/img2/bgSelectUnSel.gif);
   background-repeat:no-repeat;
   width:232px;
   height:40px;
   padding-left:35px;
   font-family:helvetica,arial,verdana;
   font-size:14px;
   font-weight:bold;
   color:#666666; 
}

.tdSelection:hover
{
   background-image:url(/img2/bgSelectSel.gif);
   color:#000;
}

.tdSelection a
{
    text-decoration:none; 
    color:#666666;
}

.tdSelection a:hover
{
    text-decoration:none; 
    color:#000;
}

.tdSelectionSelected 
{
   background-image:url(/img2/bgSelectSel.gif);
   background-repeat:no-repeat;
   width:232px;
   height:40px;
   padding-left:35px;
   font-family:helvetica,arial,verdana;
   font-size:14px;
   font-weight:bold;
   color:#000; 
}

.tdSelectionSelected a
{
    text-decoration:none; 
    color:#000;
}

