/* EDDCS CSS FILE */

/* BABY BLUE COLOR #91CDFF   */

tdback {
	background-image:url(images/box.gif);
}

A {
  color: #000000; 
/*  color: #124B76; */
  text-decoration: none;
}

A.show {
  color: #000000;
/*  color: #124B76; */
  text-decoration: underline;
}

A:hover {
/*  color: #AABBDD;*/
/*  color: #FFC538; YELLOW */ 
/*  color: #124B76; */
  color:#000000;
  text-decoration: underline;
}

theme {
color: #124B76;
text-decoration: none;
}

bold {
color: #124B76;
text-decoration: bold;
}

hr { 
height: 0; 
border: 0; 
border-top: 1px solid #e9f0f6; 
} 

td {
padding: 6px;
}

/* FIREFOX TABLE BORDER FIX */
#mytable1 td {
  border: 1px solid #e9f0f6;
} 

.table-bg {
/*  background: #e9f0f6 */
}

/* ROUND CORNER BOXES LEFT AND RIGHT COLUMNS */
.t {background: url(images/dot.gif) 0 0 repeat-x; width: 20em} 
.b {background: url(images/dot.gif) 0 100% repeat-x;}
.l {background: url(images/dot.gif) 0 0 repeat-y;}
.r {background: url(images/dot.gif) 100% 0 repeat-y;}
.bl {background: url(images/bl.gif) 0 100% no-repeat;}
.br {background: url(images/br.gif) 100% 100% no-repeat;}
.tl {background: url(images/tl.gif) 0 0 no-repeat;}
.tr {background: url(images/tr.gif) 100% 0 no-repeat; padding:10px;}

/* ROUND CORNER BOXES ACCOUNT MENU */
.t2 {background: url(images/dot.gif) 0 0 repeat-x;} 
.b2 {background: url(images/dot.gif) 0 100% repeat-x;}
.l2 {background: url(images/dot.gif) 0 0 repeat-y;}
.r2 {background: url(images/dot.gif) 100% 0 repeat-y;}
.bl2 {background: url(images/bl.gif) 0 100% no-repeat;}
.br2 {background: url(images/br.gif) 100% 100% no-repeat;}
.tl2 {background: url(images/tl.gif) 0 0 no-repeat;}
.tr2 {background: url(images/tr.gif) 100% 0 no-repeat; padding:10px;}

/* ROUND CORNER BOXES INTERNAL ACCOUNT STATS BOX */
.t3 {background: url(images/dot.gif) 0 0 repeat-x; width: 12em} 
.b3 {background: url(images/dot.gif) 0 100% repeat-x;}
.l3 {background: url(images/dot.gif) 0 0 repeat-y;}
.r3 {background: url(images/dot.gif) 100% 0 repeat-y;}
.bl3 {background: url(images/bl.gif) 0 100% no-repeat;}
.br3 {background: url(images/br.gif) 100% 100% no-repeat;}
.tl3 {background: url(images/tl.gif) 0 0 no-repeat;}
.tr3 {background: url(images/tr.gif) 100% 0 no-repeat; padding:10px;}

ul#check {margin:0px 5px; padding:0; list-style:none;}
ul#check li {margin:0; padding:0px}
ul#check li {padding:3px 10px 0px 25px; background:url(images/icons/check.gif) 3px 5px no-repeat;  text-decoration:none; font-size:14px;}



#navbar
{
	width:auto;
	height:36px;
	background:url(img/navbar-bg.png) left top repeat-x;

}
#navbar .inbar
{
	display:block;
	height:36px;
	background:url(img/right-round.png) right top no-repeat;
}
main
{
	width:100%;
	margin:0 auto;
	margin-top:30px;
	background:url(img/left-round.png) left top no-repeat;
}

/*
#navbar ul, #navbar ul li
{
	border:0px;
	margin:0px;
	padding:0px;
	list-style:none;
	height:36px;
	line-height:36px;
}
#navbar ul
{
	background:url(img/left-round.png) left top no-repeat;
}
#navbar ul li
{
	float:left;
	display:block;
	line-height:36px;
}
#navbar ul li a
{
	color:#403e32;
	text-decoration:none;
	font-weight:bold;
	display:block;
}
#navbar ul li a span
{
	padding:0 20px 0 0;
	height:36px;
	line-height:36px;
	display:block;
	margin-left:20px;
}
#navbar .navhome a, #navbar .navhome a:hover
{
	background:url(img/a-bg.png) left top no-repeat;
	height:36px;
	line-height:36px;
}
#navbar .navhome a span, #navbar .navhome a:hover span
{
	color:#FFFFFF;
	background:url(img/span-bg.png) right top no-repeat;
	height:36px;
	line-height:36px;
}
#navbar ul li a:hover
{
	background:url(img/ahover-bg.png) left top no-repeat;
	height:36px;
	line-height:36px;
}
#navbar ul li a:hover span
{
	background:url(img/spanhover-bg.png) right top no-repeat;
	height:36px;
	line-height:36px;
}
*/