/* from template start */
.title	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #004074
}

.subtitle	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #763B72
}

.bullet	{
	list-style-image: url(img/layout/bullet.gif)
}

.text	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px
}

/* from template end */

body,td	{
	font-family: bitstream, tahoma, arial, verdana, helvetica;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */
}

textarea, input	{
	border: #16315E 1px solid;
	background-color: #D4E4F3;
}

a	{
	/*color: gray;*/
	text-decoration: none;
}

a:hover	{
	text-decoration: underline;
}

.table_header	{
	font-weight: bold;
	font-size: 11px;
	background-color: #D4E4F3;
	color: #16315E;
}

#main	{
	margin: 0 auto; 
	width: 100%;
	padding: 0px;
	/*background-color: gray;*/
}

#header {
	position: relative;
	height: 100px;
}

#leftcol {
	width: 205px;
	height: 470px;
	float: left;
	/*background-color: black;*/
}

#country_selection {
	position: relative;
	padding-left: 5px;
}

#popular_cities {
	padding-left: 5px;
	position: relative;
	top: 10px;
	left: 20px;
	height: 290px;
}

#content {
	position: relative;
	top: 20px;
	left: 30px;
	width: 700px;
	/*float: center;*/
	/*margin: 0 auto;*/
	/*top: 10px;*/
	/*background-color: blue;*/
}

#message	{
	padding-top: 20px;
	text-align: center;
	color: #631932;
	font-weight: bold;
	font-size: 14px;
	/*background-color: red;*/
	/*border: 1px dotted;*/
}

.error_msg	{
	text-align: center;
	color: #FF0000;
	font-weight: bold;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #FFFFFF;
	font-weight: normal
}

.info_text	{
	border: #16315E 1px solid;
}

#city_list	{
	position: relative;
	top: 15px;
	margin: 0 auto;
	border: #16315E 1px solid;
	width: 80%;
}

#country_list	{
	position: relative;
	/*float: right;*/
	top: 20px;
	padding-bottom: 20px;
	display: inline;
	/*border: #16315E 1px solid;*/
	margin: 0px auto;
	margin-left: 20px;
	margin-right: 20px;
	width: 80%;
}

#container	{
	/*border: 1px solid;*/
	/*text-align: center;*/
	/*top: 20px;*/
	margin: 0px auto;
	width: 480px;
	padding-bottom: 20px;
}

#paginator	{
	text-align: center;
	font-size: 10px;
}

#city_details	{
	margin: 0 auto;
	/* border: #16315E 1px solid; */
	width: 300px;
}

#comments	{
	margin: 0 auto;
	border: #16315E 1px solid;
	width: 300px;
	padding: 0px;
}

#active_info	{
	width: 388px;
	font-style: italic;
	border: 1px dotted;
	text-align: left;
}

#compare	{
	margin: 0px auto;
}

.predefined {
	/* color: #FFFFFF; */
	font-size: 12px;
}

/* comments start */
.comments {
}

.comment_list	{
	width: 90%;
	margin: 0px auto;
}

.comment_box	{
	padding-bottom: 10px;
	margin: 0px auto;
}

.comment_title	{
	font-weight: bold;
}

.comment_txt	{
	font-style: italic;
	padding-left: 5px;
}

.comment_grade	{
}

.comment_footer	{
	font-size: 10px;
}
/* comments end */
