@charset "utf-8";
/* CSS Document */

.NewHeading
{
	font-size:medium;
	font-weight:bold;
	color:#005496;
}

div.RightColumn
{
	width:300px;
	float:right;
	padding-bottom:19px;
}

div.RightColumn302
{
	width:302px;
	float:right;
	padding-bottom:19px;
}

img.WithBorder
{
	border:1px solid #000;
}

div.ContentWithColumn
{
	margin-right:320px;
}

div.NewsBox
{
	background-color:#FFF;
	padding:10px 10px 5px 10px;
	margin-bottom:10px;
	overflow:auto;
	overflow:hidden;
}

.NewBlueHeading
{
	background-color:#005496;
	color:#FFF;
	padding:5px 10px;
}

.NewBlueHeading a
{
	color:#FFF;
	text-decoration:none;
}

.NewBlueHeading a:hover
{
	color:#FFF;
	text-decoration:underline;
}

div.TwitterBubble
{
	background-color:#FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding:10px;
	margin:10px;
	border:1px solid #000;
	position:relative;
}

/* ################## */
/* ##### Button ##### */
/* ################## */

.Button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	margin-bottom:10px;
}
.Button:hover {
	text-decoration: none;
}
.Button:active {
	position: relative;
	top: 1px;
}

.Green {
	color: #000;
	border: solid 1px #899D1B;
	background: #B7D124;
	background: -webkit-gradient(linear, left top, left bottom, from(#DBE892), to(#B7D124));
	background: -moz-linear-gradient(top,  #DBE892,  #B7D124);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#DBE892', endColorstr='#B7D124');
}
.Green:hover {
	color:#FFF;
	background: #899D1B;
	background: -webkit-gradient(linear, left top, left bottom, from(#B7D124), to(#899D1B));
	background: -moz-linear-gradient(top,  #B7D124,  #899D1B);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#B7D124', endColorstr='#899D1B');
}
