@import "tags.css";
@import "classes.css";

#page {
	margin: 1px auto 0;
	height:100%;
}

#top_menu {
	color: #fff;
	margin-top: 5px;
	margin-bottom: 3px;
}
#top_menu a{
	color: #fff;
}
#top_menu a:hover{
	color: #FFF201;
}

#top_edge {
	background: transparent url(images/topedge_left.png) no-repeat scroll top left;
	height: 13px;
	padding-left:10px;
}

#top_edge_inner {
	background: transparent url(images/topedge_right.png) no-repeat scroll top right;
	height: 13px;
}

#site_header {
	background: #021A48 url(images/header.jpg) no-repeat scroll top left;
	height: 82px;
	color: #fff;
}

#site_menu {
	background: #fff url(images/site_menu_bg.png) repeat-x scroll top;
	height: 30px;
}

/*LEFT_PANEL*/

#left_panel {
	padding: 10px 0px;
}
#left_panel h2{
	background: transparent url(images/hdr.gif) repeat-x scroll top;
	line-height: 28px;
	color: #fff;
	font-size: 12px;
	font-weight:bold;
	padding-left:10px;
	margin: 10px 0 0 0;
}
#left_panel ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	color: #fff;
	padding-left:5px;
	margin:5px 0px;
}
#left_panel ul li{
	background: transparent url(images/bullet2.gif) no-repeat scroll top left;
	line-height: 13px;
	padding-left:17px;
	margin-bottom:5px;
}
#left_panel ul li a{
	color: #fff;
}
#left_panel ul li a:hover{
	color:#FFF201;
	text-decoration: none;
}
#left_panel ul strong{
	line-height:25px;
	margin-left:10px;
	padding: 2px 0;
	background: transparent url(images/dotted_white.gif) repeat-x scroll bottom;
}

/*RIGHT_PANEL*/

#right_panel {
	padding: 0px;
	border-left: 1px solid #5483B2;
}
#right_panel h2{
	background: transparent url(images/hdr.gif) repeat-x scroll top;
	line-height: 28px;
	color: #fff;
	font-size: 12px;
	font-weight:bold;
	padding-left:10px;
	margin: 5px 0 0 0;
}

/*RIGHT_PANEL2*/

#right_panel2 {
	padding: 0px;
	border-left: 1px solid #5483B2;
}
#right_panel2 h2{
	background: transparent url(images/hdr.gif) repeat-x scroll top;
	line-height: 28px;
	color: #fff;
	font-size: 12px;
	font-weight:bold;
	padding-left:10px;
	margin: 5px 0 0 0;
}

/* ============================ */

#main_table {
	border-left:1px solid #5483B2;
	border-right:1px solid #5483B2;
	border-bottom:1px solid #3250A2;
}

#content {
	padding:10px;
/* 	width: 686px; */
}

#content2 {
	padding:10px;
/* 	width: 686px; */
	background: #ffffff;
	border:1px solid #DBD1E3;
}

#mooncalendar {
	padding: 5px 5px 5px 150px;
	background: transparent url(images/moon_bg.jpg) no-repeat scroll top left;
	height:125px;
	width:395px;
}

#moon_link {
	float:right;
	background: transparent url(images/blue_arrow.gif) no-repeat scroll center right;
	padding: 0px 15px;
	height:16px;
	margin-top:40px;
	margin-right:10px;	
	margin-bottom:5px;
}

#moon_link a{
	background: transparent;
	color: #ffffff;
	font-weight:bold;	
}

#moon_link a:hover{
	color: #ffffff;
	text-decoration: none;	
}

#topic {
	padding: 0px 20px;
}

#topic li{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	background:transparent url(images/dotted_black.gif) repeat-x scroll left bottom;
	color:#000000;
	padding:5px 0 7px 4px;
}

#topic li a{
	background:transparent url(images/entry_before.gif) no-repeat scroll left center;
	color:#0D1873;
	display:block;
	font-size:15px;
	padding:0 0 0 16px;
}

#bottom_edge {
	background: transparent url(images/bottomedge_left.png) no-repeat scroll top left;
	height: 13px;
	padding-left:10px;
}

#bottom_edge_inner {
	background: transparent url(images/bottomedge_right.png) no-repeat scroll top right;
	height: 13px;
}

#bottom_menu {
	color: #0D1873;
	margin-top: 10px;
	margin-bottom: 10px;
}
#bottom_menu a{
	color: #0D1873;
}
#bottom_menu a:hover{
	color: #FFF201;
}

#gmenu {
	background: transparent url(images/gmenu.png) no-repeat scroll center right;
	width:744px;
	padding-right:8px;
}
#gmenu_inner {
	background: transparent url(images/gmenu_left.png) no-repeat scroll center left;
	width:736px;
	padding: 1px 0 1px 4px;	
}