/*** Class for heading message***/
.heading {
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
}
/*** Css for dispalying title of field name **/
table.jd_donor_table td.title_cell {
	width: 25%;
	font-weight: bold;	
	padding-left: 10px;
}
/*** Css for dispalying inputbox td **/
table.jd_donor_table td.field_cell {
		
}
/*** Css for display '*' next to required field ***/
.required {
	padding-left : 5px;	
	color: red;	
}
/*** CSS class for displaying message displayed above donation form **/
.msg {
	font-weight: bold ;	
}
/*** Display amount explaination next to each pre-defined amount**/
.amount_explaination {
	font-weight: bold ;
}
span.error {
	color : red ;
	font-weight: 140% ;	        
}

/**CSS for campaign list page**/
img { border: 0 none; }
/* Remove the following line if you have problems with the alignment of your theme */
.clr { clear: both; }

.jd_props {
	width: 240px;	
}

h2.jd_title { width: auto !important; margin: 0 !important; padding: 0 !important; }

#jd-docs .jd-box-heading, #jd-docs .jd-box-heading {
    border-radius: 7px 7px 0 0;
    color: #333333;
	font-family: 'Oswald'!important;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    padding: 8px 10px 7px;
	margin: 0;
}
#jd-docs .jd-box-heading h3, #jd-docs .jd-box-heading h3 {
	font-family: 'Oswald'!important;
	margin: 0;
}

#jd-docs .jd-box-heading {
    background: #f2f2f2 url(http://americanpainsociety.org/components/com_jdonation/images/background.png) repeat-x 0 0;
    border: 1px solid #DBDEE1;
}
#jd-docs .jd-description {
	background: #fff;
    border-radius: 0 0 7px 7px;
    margin: 0;
    padding: 10px;
	border-bottom: 1px solid #DBDEE1;
    border-left: 1px solid #DBDEE1;
    border-right: 1px solid #DBDEE1;
}

#jd-docs td.image_container img { float: left !important; margin: 10px ; }

#jd-docs .jd_row { padding: 0 15px 15px 15px; }

#jd-docs .jd_row .jd_description {
	padding: 0 5px 0 0; margin: 0;
}

#jd-docs dl {
	background: none repeat scroll 0 0 #ECF4FB;
	border: 1px solid #CADAE7;
	padding: 5px 5px 5px 10px;
	margin: 0 5px 5px;
	float: right;
}
#jd-docs dt,
#jd_row dt {
	float: left;
	font-weight: bold;
}

#jd-docs dt {
	width: 140px;
}

#jd_row dt {
	width: 140px;
}

#jd-docs dd,
#jd_row dd {
	font-weight: normal;
}

#jd-docs dd {
	margin-left: 90px;
}
#jd_row dd {
	margin-left: 100px;
}

/* ---------- Details styles ---------------------------------------- */

/* ---------- Taskbar styles ---------------------------------------- */
.jd_taskbar {
	padding: 0 0 6px 0;
	margin: 0 0 6px 0;
	list-style-type: none;
}
.jd_taskbar ul {
	margin: 0 !important;
	padding: 0 !important;
}
.jd_taskbar li {
	float: left !important;
	list-style-type: none !important;
	background-image: none !important;
	padding: 0 5px 0 0 !important;
	margin: 0.5em 0 2px 0 !important;
}
.jd_taskbar li a {
	display: block;
	padding: 4px 15px;
	background: url(../images/button.png) #F8F8F8 bottom repeat-x;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.jd_taskbar li a:link,
.jd_taskbar li a:visited,
.jd_taskbar li a:hover {
	text-decoration: none;
}
.jd_taskbar li a:link,
.jd_taskbar li a:visited {
	border: 1px solid #cecece;
}
.jd_taskbar li a:hover {
   border-bottom: 1px solid #cecece;
   border-top: 1px solid Gray;
   border-right: 1px solid #cecece;
   border-left: 1px solid Gray;
}
form#os_form .control-label, form#jd_form .control-label
{
	text-align: left;
	font-weight: bold;
}