body {
	font-size: 75%;
	font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
}

/* IE */
html>body {
	font-size: 12px;
}

/***********************************************************************************************************/
/* HEADERS & PARAGRAPHS */

/* @group HEADERS */

#ism h1,
#ism h2 {
	width: auto;
}

#ism h1 {
	margin: 0 0 10px 0;
	padding: 10px 0 10px 10px;
	background: transparent url(/images/lib_ism/ism_h1.gif) repeat-x scroll 0 -27px;
	color: #fff;
	font-weight: 900;
	font-size:  1.3em;
}


#ism h2 {
	margin: 15px 0 20px 0;
	padding: 7px 0 7px 10px;
	color: #666;
	font-weight: 900;
	font-size:  1.1em;	
	background-color: #e1e1e1;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

#ism h2.ism_logged_in {
	background-color: transparent;
	border: none;
	color: #fff;
	padding: 2px 0;
	margin: 5px 0 0 0;
}

#ism ul#ism_header_bottom li h2  {
	margin-top: 0px;
}

#ism ul#ism_fixture li h2.ism_h2,
#ism ul#ism_registration li h2 {
	margin-top: -15px;
}

#ism h3 {
	font-weight: 900;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 5px 0 5px 10px;
	width: auto;
	margin: 20px 0 10px 0;
}

/* CHILD SELECTOR */
#ism h1 + h2  {
	margin-top: -10px;
}

#ism .ism_block_title + h2 {
	margin-top: 0;
}

#ism .ism_h2 + table.ism_fix_table  {
	margin-top: -19px !important;
}

/* @end */

#ism li#ism_main_column h2.ism_h2_flw_input {
	background-color:#F4F4F4;
	border:1px solid #EAEAEA;
	color:#999999;
	height:18px;
	margin:0;
	padding:0 0 15px;
}

#ism p {
	margin:10px 0;
	line-height: 18px;
}

/* HYPERLINKS */

#ism a {
	color: #003366;
	text-decoration: underline;	
}

#ism a:hover {
	color: #3399cc;
	text-decoration: none;
}

#ism a:visited {
	color: #336699;
	text-decoration: underline;
}















