/**********************************************************/
/* BASIC GADGET CSS                                       */
/**********************************************************/

/* Document body
	body {
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 13px;
		line-height: 140%;
		color: #000;
	}
*/
	p {
		padding: 0px 0px 10px 0px;
		margin: 0px;
	}



/* Default link styles
	a:link { color: #0D6CC5; }
	a:active {color: #0D6CC5; }
	a:visited {color: #0D6CC5; }
	a:hover {color: #0D6CC5; }
 */

/* Content styles */
	.PageTitle {
		font-size:20px; color: #455E74; margin-bottom:8px; font-family: 'OpenSansBold', Arial, Helvetica, sans-serif;
		line-height: 120%;
	}
	.SubTitle {
		font-size: 16px; color: #455E74; margin-bottom: 7px; line-height: 27px; line-height: 120%; font-family: 'OpenSansBold', Arial, Helvetica, sans-serif;
	}

	.Headline, .headline {
		font-size: 13px;
		font-weight: bold;
		line-height: 130%;
	}

	.BoxTitle {
		font-size: 16px; color: #707070; margin-bottom: 5px; line-height: 22px; font-family: 'OpenSansBold', Arial, Helvetica, sans-serif;
		line-height: 130%;
	}

/* Subnavigation - Level 1 */
	.navspacer {
		border: 1px #CCC solid;
		border-width: 1px 0px;
	}

	.secnav_normal {
		padding: 7px 3px;
		cursor: pointer;
		cursor: hand;
	}
	.secnav_normal a, .secnav_roll a, .secnav_current a {
		font-size: 14px;
		color: #3F0073;
		text-decoration: none;
	}
	.secnav_roll a {
		color: #6E00C7;
	}
	.secnav_current a {
		color: #7433AA;
	}

/* Subnavigation - Level 2 */
	.secnav_subtree_normal {
		cursor: pointer;
		cursor: hand;
		padding: 3px 0px;
	}
	th.secnav_subtree_normal {
		padding: 3px 10px 3px 25px;
	}
	.secnav_subtree_normal a, .secnav_subtree_roll a, .secnav_subtree_current a {
		text-decoration: none;
		font-size: 11px;
		color: #3F0073;
	}
	.secnav_subtree_roll a {
		color: #6E00C7;
	}
	.secnav_subtree_current a {
		color: #7433AA;
	}

/* Subnavigation - Level 3 */
	.secnav_2_normal {
		cursor: pointer;
		cursor: hand;
		padding: 3px 0px;
	}
	th.secnav_2_normal {
		padding: 3px 10px 3px 40px;
	}
	.secnav_2_normal a, .secnav_2_roll a, .secnav_2_current a {
		font-size: 11px;
		color: #3F0073;
		text-decoration: none;
	}
	.secnav_2_roll a {
		color: #6E00C7;
	}
	.secnav_2_current a {
		color: #7433AA;
	}

	#gadget_content input[type='text'], #gadget_content input[type='password'] { margin: 0 0 6px 6px; width: 144px !important };
