/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 12px/1.5 Arial, Helvetica, 'Liberation Sans', FreeSans, sans-serif;
	color:#222222;
}
a {
	color:#17b668;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

hr {
	border: 0 #cccccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

hr.no_marg {
	margin-bottom:0px;
}

p {
	font-size:12px;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	margin-bottom:5px;
	font-family: Arial, Helvetica, 'Liberation Sans', FreeSans, sans-serif;
	font-weight:normal;
}
h1:not(.cv-web-design-2024 *) {
	margin-bottom:0;
	font-size: 24px;
	color:#000;
	padding-bottom:3px;
}

h2:not(.cv-web-design-2024 *) {
	font-size: 20px;
	color:#005e9c;
	border-bottom:1px solid #cccccc;
	margin-bottom:10px;
	padding-bottom:2px;
}

h3:not(.cv-web-design-2024 *) {
	font-size: 16px;
	color:#17b668;
	padding-bottom:3px;
	margin-bottom:10px;
	border-bottom:1px solid #eeeeee;
}

h4:not(.cv-web-design-2024 *) {
	font-size: 14px;
}

h5:not(.cv-web-design-2024 *) {
	font-size: 14px;
}

h6:not(.cv-web-design-2024 *) {
	font-size: 14px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 0px;
	padding-left:15px;
	font-size:12px;
	list-style-type:none;
	/* background: url('../images/bullet.gif') left 5px no-repeat; */
	color: #005da2;
	padding-bottom: 5px;
}
.feedback-box ul > li,
#pop_screen_comments ul > li,
.faq-contents ul > li,
.edit_head ul > li,
.progressions ul > li,
.session_builder .draggable ul > li {
	margin-left: 20px;
	padding-left: 0px;
	font-size:12px;	
	background: none;
	list-style-type: disc;
	color: #000;
}
#pop_screen_comments ul > li  ul > li,
.faq-contents ul > li  ul > li,
.progressions ul > li ul > li,
.session_builder .draggable ul > li ul > li {
	list-style-type: circle;
}
#pop_screen_comments ul > li  ul > li  ul > li,
.faq-contents ul > li  ul > li  ul > li,
.progressions ul > li  ul > li  ul > li,
.session_builder .draggable ul > li  ul > li  ul > li  {
	list-style-type: square;
}
.faq-contents ul.faq-sections > li {
	color: #17b668;
}

p,
dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
	margin-bottom: 20px;
}
p {
	line-height: 18px;
}

.apple_warning {
    background: none repeat scroll 0 0 #FFFFFF;
    font-size: 10px;
    left: 205px;
	padding:0;
    position: absolute;
    top: 13px;
    width: 290px;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.6);
	box-shadow: 0 0 8px rgba(0,0,0,0.6);
	
}
.apple_warning p {
    padding: 5px 10px 6px 10px;
	font-size:10px;
	margin:0;
	line-height:13px;
}
.apple_warning .apple_title {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background:#0084c4 url("../images/login_modal_bg.gif") left -5px repeat-x;
	color:#ffffff;
    padding: 3px 10px 3px 10px;
	font-weight:bold;
	line-height:16px;
	height:16px;
}
.apple_warning img {
	float:left;
	margin:10px 15px 10px 0;
}

.left {
	text-align:left;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}