/* CSS Document */
div.egdamcsso a
{
  text-decoration: none;
}

div.egdamcsso a span
{
  color: white;
  font-size: 18px;
}

div.egdamcsso_blue{
   padding-bottom:10px;
   border:1px dashed #000066;
   background-color:#F2F2F9;
}
div.egdamcsso_blue h3{
	font-size:18px;
	font-weight:800;
	color:#000066;
}

div.egdamcsso_blue .sign_out{
	background:url(../images/blue_sign_out.png);
	height:33px;
	width:106px;
	border:none;
	cursor:pointer;
}
div.egdamcsso_blue .sign_in{
	background:url(../images/blue_sign_in.png) no-repeat;
	height:34px;
	width:105px;
	border:none;
	cursor:pointer;
}

div.egdamcsso_red{
   padding-bottom:10px;
   border:1px dashed #990000;
   background-color:#F7F7F7;
}
div.egdamcsso_red h3{
	font-size:18px;
	font-weight:800;
	color:#990000;
}
div.egdamcsso_red .sign_out{
	background:url(../images/red_sign_out.png) no-repeat;
	height:35px;
	width:99px;
	border:none;
	cursor:pointer;
}
div.egdamcsso_red .sign_in{
	background:url(../images/red_sign_in.png) no-repeat;
	height:34px;
	width:100px;
	border:none;
	cursor:pointer;
}