/* Classes */
a.yellowlink
{
	color: #FFDA00 !important;
	font-weight: normal !important;
	font-size: larger;
}

input.yellowborder
{
	border-color: #FFDA00;
}

.watermark
{
	color: #aaa;
}

.required
{
	background-color: #FEE;
	border-color: #C00 !important;
}

.error
{
	color: #C00 !important;
}

.countryoverview_summary
{
	height: 105px; 
	padding: 10px !important;
}

.countryoverview_summary h3
{
	margin-top: 0;
}

.pdf
{
	background-image: url(../images/icons/pdf.gif);
	background-position: left;
	background-repeat: no-repeat;
	height: 18px;
	line-height: 18px;
	padding-left: 25px;
}

.width250
{
	width: 250px;
}

.width500
{
	width: 500px;
}

.width100percent
{
	width: 100%;
}

.colored
{
	color: #76A9AA;
}

.selected_initial
{
	color: #000 !important;
	font-weight: bold !important;
	text-decoration: none !important;
}

.category_header
{
	color: #FFF;
	font-weight:bold;
	padding: 10px 10px !important;
}

.eventsleftcolumn
{
	color: #FFF;
	float: left;
	padding: 20px 10px !important;
	width: 180px;
}

.eventsrightcolumn
{
	margin-left: 200px;
	min-height: 120px;
	padding: 10px !important;
}

.eventsrightcolumn h5
{
	margin-top: 0;
}

.eventsrightcolumn table,
.eventsrightcolumn p
{
	padding-left: 0 !important;
}

ul.margin li
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.padding10
{
	padding: 10px;
}

.nomargin
{
	margin: 0 !important;
}

.nomargintop
{
	margin-top: 0 !important;
}

.nomarginbottom
{
	margin-bottom: 0 !important;
}

.nomargin_cascade p,
.nomargin_cascade h1,
.nomargin_cascade h2,
.nomargin_cascade h3,
.nomargin_cascade h4,
.nomargin_cascade h5,
.nomargin_cascade h6
{
	margin: 0 !important;
}

.nopadding
{
	padding: 0 !important;
}

.nopadding_cascade p,
.nopadding_cascade h1,
.nopadding_cascade h2,
.nopadding_cascade h3,
.nopadding_cascade h4,
.nopadding_cascade h5,
.nopadding_cascade h6
{
	padding: 0 !important;
}

.nobold
{
	font-weight: normal !important;
}

div.line
{
	background-color: #4AAEA4;
	font-size: 0;
	height: 3px;
	line-height: 0;
	margin: 10px 0;
}

.gray
{
	color: #888;
}

.tick
{
	background-image: url(../images/template/tick.jpg);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 15px;
}

.searchresult
{
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 50px;
}

.showoptions,
.hideoptions
{
	background-position: left;
	background-repeat: no-repeat;
	height: 12px;
	line-height: 12px;
	margin: 10px 5px;
	padding-left: 20px;
}

.showoptions
{
	background-image: url(../images/icons/expand.gif);
}

.hideoptions
{
	background-image: url(../images/icons/collapse.gif);
}

/* Rounded Corners */
.roundedcornersbox,
.roundedcornersbox_outline
{
	padding: 2px 7px;
	position: relative;
}

.roundedcornersbox
{
	background-color: #4AAFA5; 
}

.roundedcornersbox_outline
{
	border-color: #4AAFA5;
	border-style: solid;
	border-width: 3px;
}

.roundedcornersbox_topleft,
.roundedcornersbox_topright,
.roundedcornersbox_bottomleft,
.roundedcornersbox_bottomright
{
	background-repeat: no-repeat;
	height: 9px;
	position: absolute;
	width: 9px;
}

/* Disable rounded corners when printing */
@media screen
{

	.roundedcornersbox_topleft
	{
		left: 0;
		top: 0;
	}
	
	.roundedcornersbox_topright
	{
		right: 0;
		top: 0;
	}
	
	.roundedcornersbox_bottomleft
	{
		bottom: 0px;
		left: 0;
	}
	
	.roundedcornersbox_bottomright
	{
		bottom: 0;
		right: 0;
	}
	
	.roundedcornersbox .roundedcornersbox_topleft
	{
		background-image: url(../images/corners/topleft.png);
	}
	
	.roundedcornersbox_outline .roundedcornersbox_topleft
	{
		background-image: url(../images/corners/outline_topleft.png);
		left: -3px;
		top: -3px;	
	}
	
	.roundedcornersbox .roundedcornersbox_topright
	{
		background-image: url(../images/corners/topright.png);
	}
	
	.roundedcornersbox_outline .roundedcornersbox_topright
	{
		background-image: url(../images/corners/outline_topright.png);
		right: -3px;
		top: -3px;
	}
	
	.roundedcornersbox .roundedcornersbox_bottomleft
	{
		background-image: url(../images/corners/bottomleft.png);
	}
	
	.roundedcornersbox_outline .roundedcornersbox_bottomleft
	{
		background-image: url(../images/corners/outline_bottomleft.png);
		bottom: -3px;
		left: -3px;
	}
	
	.roundedcornersbox .roundedcornersbox_bottomright
	{
		background-image: url(../images/corners/bottomright.png);
	}
	
	.roundedcornersbox_outline .roundedcornersbox_bottomright
	{
		background-image: url(../images/corners/outline_bottomright.png);
		bottom: -3px;
		right: -3px;
	}

}

@media print
{
	.printfriendly
	{
		display: none;
	}
}

/* Default Classes */
.bold
{
	font-weight: bold;
}

.italic
{
	font-style: italic;
}

.underline
{
	text-decoration: underline;
}

.normal
{
	text-decoration: none;
	font-weight: normal;
}

.nowrap
{
	white-space: nowrap;
}

.left
{
	text-align: left;
}

.center
{
	text-align: center;
}

.right
{
	text-align: right;
}

.justify
{
	text-align: justify;
}

.top
{
	vertical-align: top !important;
}

.middle
{
	vertical-align: middle !important;
}

.bottom
{
	vertical-align: bottom !important;
}

.pointer
{
	cursor: pointer;
}

.hidden
{
	display: none;
}

.floatleft
{
	float: left;
}

.floatright
{
	float: right;
}

table.fixed
{
	table-layout: fixed;
}

.clear
{
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
}

.small
{
	font-size: smaller;
}

br.smallspace
{
	font-size: 5px;
	height: 5px;
	line-height: 5px;
}

.border
{
	border-color: #999;
	border-style: solid;
	border-width: 1px;
}

.verbose
{
	color: #999;
	cursor: pointer;
	font-weight: bold;
	text-decoration: underline;
	width: 75px;
}

.white
{
	color: #FFF !important;
}

a.syndication
{
	background-image: url(../images/icons/feed.gif);
	background-position: left;
	background-repeat: no-repeat;
	color: #E58300;
	line-height: 20px;
	margin: 0;
	padding-left: 22px;
	margin-right: 10px;
}

a.widget
{
	background-image: url(../images/icons/feed_go.gif);
	background-position: left;
	background-repeat: no-repeat;
	color: #E58300;
	line-height: 20px;
	margin: 0;
	padding-left: 22px;
	margin-right: 10px;
}