/* MITData SOFTWARE MASTER STYLE SHEET */

* {
	margin: 0;
	padding: 0;
	border:  0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

span {
	color: #7798C4;
}

a {
	text-decoration: none;
	color: #7798C4;
}
 
a:hover {
	text-decoration: underline;
/*	color: #7798C4;*/
	color: orange;
}

input[type="text"], input[type="password"] {
	background-color: #FFF;
	padding: 2px 5px 2px 5px;
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color:  #555;
	background-color: #FFF;
}

h1 {
	font-size: 18px;
	text-align: left;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

button {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: transparent;
	padding: 0px 14px 0px 0px;
	color: #7798C4;
	font-weight: bold;
	background-image: url(../img/playblue_16.png);
	background-repeat: no-repeat;
	background-position: right center;
}

a.pr_link, a.pr_more {
	padding: 0px 20px 2px 0px;
	color: #7798C4;
	font-weight: bold;
	background-image: url(../img/playblue_16.png);
	background-repeat: no-repeat;
	background-position: right center;
}

a.pr_more
{
	float:right;
}

a.pr_link:hover, a.pr_more:hover
{
	color: orange;
}

b, th
{
	font-weight:bold;
}

a.featured
{
	color:  #666;
	text-decoration: none;
}

a.featured:hover
{
	color:  #666;
	text-decoration: none;
}