@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800');

/*   ------ ######################### ------   */
/*   ------ Eric Meyer CSS Reset      ------   */
/*   ------ ######################### ------   */

html, body, div, span, applet, object, iframe, input,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead
	{
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	}
/* remember to define focus styles! */
:focus
	{
	outline: 0;
	}
body
	{
	background: white;
	color: black;
	}
	
/* tables still need 'cellspacing="0"' in the markup */
table
	{
	background: #F9F9F9;
	margin-bottom: 0.5em;
	border-width: 0 0 1px 1px;
    border-style: solid;
	border-color: #AAAAAA;
	border-spacing: 0px;
	max-width: 950px;
	}
caption, th, td
	{
	font-weight: normal;
	text-align: left;
	border-color: #AAAAAA;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
	padding: 10px 15px;
	}
blockquote:before, blockquote:after,
q:before, q:after
	{
	content: "";
	}
blockquote, q
	{
	quotes: "" "";
	}

body
	{
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-align: left;
	background-color: #FFFFFF;
	color: #4D4D4D;
	margin: 5px;
	}
	
h1 
	{ 
    font-size: 24px;
    font-weight: 500;
    color: #444444;
    margin-bottom: 20px;
	}
h2 
	{ 
    font-size: 18px;
    font-weight: normal;
    color: #444444;
    margin-bottom: 13px;
	}
h3 
	{ 
	font-size: 14px; 
    margin-bottom: 13px;
	color: #444444;
	}
p  
	{ 
	font-size: 14px; 
	margin-top: 7px; 
	margin-bottom: 14px; 
	}
a
	{
	color: #427FED;
	text-decoration: none;
    border-bottom: dotted 1px #427FED;
	}
a:hover
	{
	color: #FB6E52;
    border-bottom: dotted 1px #FB6E52;
	}
ul, ol
	{
	padding-left: 20px;
	}
li
	{
	margin-bottom: 8px;
	}
	
/*   ------ ######################### ------   */
/*   ------ Other                     ------   */
/*   ------ ######################### ------   */

#Layout
    {
    padding-right: 15px;
    }

.BetaBadge
	{
	background: url(../images/im-betaBadge.gif) no-repeat;
	width: 52px;
	height: 52px;
	float: right;
    display: none;
	}

.Breadcrumbs
	{
	font-weight: 600;
	}