@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;
}

#top-banner {
	float:right;
	margin-right:11px;
	margin-top:11px;
}

#top-banner img{
	border:1px solid #4D649A;
}

#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:0px;
	margin:5px 0px;
}
#left_panel ul li{
/* 	background: transparent url(images/bullet2.gif) no-repeat scroll top left; */
	line-height: 13px;
	padding:5px 0 5px 5px ;
/* 	margin-bottom:5px; */
	border-bottom:1px solid #6387C4;
}
#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: 575px;
}

#content2 {
	padding:10px;
	width: 575px;
	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 {
	background: transparent url(images/entry_before.gif) no-repeat scroll left center;
	padding: 0 15px 3px 15px;
/* 	margin-bottom:5px; */
	font-size:15px;
}

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

#moon_link a:hover{
	background: transparent url(images/dotted_black.gif) repeat-x bottom;
	color: #3250A2;
	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;	
}

#cloud {
	background: #FFF8DB;
	border: 1px solid #FFCC33;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:15px;
	text-align:center;
}

#cloud a{
	color: #B00435;
	text-decoration:none;
}

#cloud a:hover{
	text-decoration:underline;
}

#ladycash_int td {
	text-align: center;
}

#ladycash_int td img {
	margin:4px auto 0;
}


