



/* Dynamic CSS */

#month_2026-01 {
	display: block;
}



/* Background & Gradient */

body {
	background-color: #ffcc00;
	background-image: url('skin/uttama/img/bg-gradient.png');
	background-repeat: repeat-x;
}





/* Page Header */

.box_header  {
	border: 1px solid #fafafa;
	background-color: #bbb;
}

.box_headertop {
	background-color: #0d4a86; /* Not used, change the image. */
	
	background-image: url('skin/uttama/img/header-gradient.png');
	background-repeat: repeat-x;

}

.box_headertop h1 {
	color: #0d4a86;	
}

.shadow h1 {
	color: #acc6df;	
	text-shadow: 2px 2px 5px #8cb5d7;
}

.box_headertop h2 {	
	color: #0d4a86;
}
.shadow h2 {	
	color: #acc6df;
	text-shadow: 2px 2px 5px #8cb5d7;
}

.box_headermain {
	background-color: #ddd;
}

.box_headerbottom {
	background-color: #0d4a86;
}





/* Content Boxes */

.box_round {	
	color: #333333: #333;;
	background-color: #ffebcd;
	border: 1px solid #fafafa;
}

.box_round a:link {
	color: #1634DF;
	
}

.box_round a:visited {
	color: #1634DF;
	text-decoration: none;
}

.box_round a:hover, .box_round a:active {
	color: #36b184;
}




/* Headings */


	/* Main Content */

.box_main h1 {
	color: #ffcc66;
	background-color: #0d4a86;
	border-bottom: 1px solid #fafafa;
}

	/* Sidebar Top */
	
.box_sidetop h2, .box_side_wide h2 {
	color: #eeeeee;
	background-color: #097054;
	border-bottom: 1px solid #fafafa;
}

	/* Sidebar Bottom */
	
.box_sidebottom h2 {
	color: #eeeeee;
	background-color: #097054;

	color: #eee;
	background-color: #9b1a53;
	border-bottom: 1px solid #fafafa;
}




/* Menus */

	/* Main Menu */

.menu_main li {
	color: #e8e8e8;
	background-color: #0d4a86;
	border-left: 1px solid #0d4a86;
	border-right: 1px solid #0d4a86;
}

.menu_main li:hover {
	color: #f6f6f6;
	background-color: #2F69C6;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
}

.menu_main a:link, .menu_main a:visited, .menu_main a:active, .menu_main a:hover, .menu_main_nolink {
	color: #e8e8e8;
	text-decoration: none;
}

.menu_main a:active, .menu_main a:hover {
	color: #f6f6f6;
}


	/* Sub-Menu */

.menu_sub {
	background-color: #4B76BC;
	border: 1px solid #ddd;
	border-top: 1px solid #bbb;
}

.menu_sub li, .menu_sub li:hover {
	background-color: transparent;
	border: 0px;
}

.menu_sub a:link, .menu_sub a:visited, .menu_sub a:active, .menu_sub a:hover {
	color: #f6f6f6;
	background-color: #4B76BC;
	background-color: transparent;
}


.menu_sub a:hover, .menu_sub a:active {
	color: #f6f6f6;
	background-color: #2960BA;
}



/* Copyright Bar */

.copyright {
	color: #aa8d17;
	background-color: #ffd633;
}




