.alert {
	height: 54px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 54px;
	color: #FFFFFF;
	margin: 5px 0px;
}

.red {
	background-image: url(../../images/popup_red.jpg);
}

.green {
	background-image: url(../../images/popup_green.jpg);
}

.red_small {
	background-image: url(../../images/logout.jpg);
	width: 167px;
}

td {
	vertical-align: top;
}

table.content tr.header {
	background: transparent url(../../graphic/background/bg_3top.gif) 50% bottom no-repeat;
}

table.content th {
	padding-top: 5px;
	padding-left: 10px;
	height: 60px;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}



table.content {
	background: transparent url(../../graphic/background/bg_3in1.gif) center bottom no-repeat;
}

table.content td {
	width: 290px;
	padding: 5px 15px 35px 15px;
}

table.image img {
	border:4px solid #FFFFFF;
}
table.image td {
	padding: 0px 0px 5px 5px;
	margin: 0px;
	width: auto;
}

.logo {
	text-align: center;
}

.logo img {
	border: solid 4px #FFFFFF;
}


.triple_header {
	background: transparent url(../../graphic/background/bg_3top.gif) 50% bottom no-repeat;
	padding-top: 33px;
	height: 54px;
}
.triple_header .content {
	float: left;
	width: 300px;
	padding: 10px;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}

.triple_header_2 {
	padding-top: 50px;
	padding-left: 10px;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	height: 40px;
	width: 310px;
	margin-left: 1px;
	background: transparent url(../../graphic/background/bg_triple_top.gif) center center no-repeat;
}

.triple_content {
	background: transparent url(../../graphic/background/bg_3in1.gif) 50% bottom no-repeat;
	padding-bottom: 40px;
}
.triple_content .content {
	float: left;
	width: 290px;
	padding: 15px;
}


#top_navigation ul {
  padding: 0px;
  margin: 10px 0px 0px;
  list-style-type: none;
}
#top_navigation li {
  padding: 0px;
  margin: 0px;
  float: right;
}
#top_navigation li a {
	color: #CCCCCC;
	margin-top: 18px;
	text-align: center;
	padding-left: 25px;
}

#top_navigation a img {
	margin-right: 5px;
}