﻿html, body {
	height:				100%;
	background-color:	#e8edf0;
	color:				#222222;
}

table.amindi_hourly
{
	background-color:	#d5dde2;
	color:				#222;
	font-size:			12px;
	height:				100px;
	width:				100%;
}

div.amindi_hourly
{
	width:					100%;
	background-color:		#222;
	-moz-border-radius:		10px;
	-webkit-border-radius:	10px;
	border:					5px solid #d5dde2;
}


table.amindi_hourly12
{
	background-color:	#d5dde2;
	color:				#222;
	font-size:			12px;
	height:				170px;
	width:				1030px;
}

div.amindi_hourly12
{
	width:					1030px;
	background-color:		#d5dde2;
	-moz-border-radius:		10px;
	-webkit-border-radius:	10px;
	border:					5px solid #d5dde2;
}


table.amindi_bigcity
{
	background-color:	#aabeca;
	font-size:			12px;
	padding-left:		3px;
	width:				100%;
}

div.amindi_bigcity
{
	width:					100%;
	background-color:		#aabeca;
	-moz-border-radius:		10px;
	-webkit-border-radius:	10px;
	border:					5px solid #aabeca;
}

td.hour
{
	text-align:		center;
	font-weight:	bold;
	font-size:			12px;
}

td.temp
{
	text-align:		center;
	font-size:			12px;
}

td.text
{
	width:			50px;
	text-align:		center;
	font-size:			12px;
}

td.icon
{
	text-align:		center;
	font-size:			12px;
}








table.amindi_days
{
	background-color:	#aabeca;
	font-size:			12px;
	width:				1030px;
	padding-left:		5px;
}

div.amindi_days
{
	background-color:		#aabeca;
	-moz-border-radius:		10px;
	-webkit-border-radius:	10px;
	border:					5px solid #aabeca;
}

td.day
{
	font-size:			14px;
	text-align:			center;
	font-weight:		bold;
}
td.dn
{
	font-size:			14px;
	text-align:			left;
	font-weight:		bold;
}
td.dicon
{
	text-align:			left;
}
td.mm
{
	font-size:			12px;
	text-align:			left;
}
td.dtempc
{
	font-size:			12px;
	text-align:			left;
	font-weight:		bold;
	color:				#990000;
}
td.dtemp
{
	font-size:			12px;
	text-align:			left;
	font-weight:		bold;
}
td.dtext
{
	vertical-align:		top;
	font-size:			12px;
	text-align:			left;
	width:				20px;
}



.fake
{
	font-weight:	normal;
}

.maincity
{
	font-size:		26px;
	color:			#222;
	font-weight:	bold;
}

.category
{
	FONT-SIZE: 			18px;
	COLOR: 				#222;
	FONT-WEIGHT:		bold;
}


a.city:link
{
	FONT-SIZE: 			15px;
	COLOR: 				#369;
	FONT-WEIGHT:		none;
	TEXT-DECORATION: 	none;
}

a.city:visited
{
	FONT-SIZE: 			15px; 
	COLOR: 				#369;
	FONT-WEIGHT:		none;
	TEXT-DECORATION: 	none;
}

a.city:hover
{
	FONT-SIZE: 			15px; 
	COLOR: 				#369;
	FONT-WEIGHT:		none;
	TEXT-DECORATION: 	underline;
}



a.more:link
{
	FONT-SIZE: 			12px;
	COLOR: 				#369;
	FONT-WEIGHT:		bold;
	TEXT-DECORATION: 	underline;
}

a.more:visited
{
	FONT-SIZE: 			12px; 
	COLOR: 				#369;
	FONT-WEIGHT:		bold;
	TEXT-DECORATION: 	underline;
}

a.more:hover
{
	FONT-SIZE: 			12px; 
	COLOR: 				#369;
	FONT-WEIGHT:		bold;
	TEXT-DECORATION: 	underline;
}





a.np:link
{
	FONT-SIZE: 			14px;
	COLOR: 				#369;
	FONT-WEIGHT:		bold;
	TEXT-DECORATION: 	none;
}

a.np:visited
{
	FONT-SIZE: 			14px; 
	COLOR: 				#369;
	FONT-WEIGHT:		bold;
	TEXT-DECORATION: 	none;
}

a.np:hover
{
	FONT-SIZE: 			14px; 
	COLOR: 				#369;
	FONT-WEIGHT:		bold;
	TEXT-DECORATION: 	none;
}














a.adminmenu:link
{
	FONT-SIZE: 			16px;
	COLOR: 				#ffffff;
	TEXT-DECORATION: 	none;
}

a.adminmenu:visited
{
	FONT-SIZE: 			16px; 
	COLOR: 				#ffffff;
	TEXT-DECORATION: 	none;
}

a.adminmenu:hover
{
	FONT-SIZE: 			16px; 
	COLOR: 				#ffffff;
	TEXT-DECORATION: 	none;
}










.rfriframe
{
width:		1070px;
height:		300px;
overflow:	hidden;
border:		none;
}













#navbar {
	background: #d5dde2;
	float: left;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	font-size: 0.9em;
	border-bottom: 1px solid #000099;
}
#navbar h1 {
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
#navbar li {
	float: left;
	font: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	text-align: center;
	padding: 0;
}
#navbar a {
	color: #222;
	display: block;
	margin: 0;
	padding: 8px 18px;
	text-decoration: none;
}
#navbar a:hover {
	background-position: center bottom;
	background: #000099;
	color: #fff;
	padding-bottom: 8px;
}
#bg {
	background: #000099;
}

