/**
 * @version		$Id: theme.css 1010 2009-12-04 17:07:02Z tom $
 * @category	DOCman
 * @package		DOCman15
 * @copyright	Copyright (C) 2003 - 2009 Johan Janssens and Mathias Verraes. All rights reserved.
 * @license	    This file can not be redistributed without the written consent of the 
 				original copyright holder. This file is not licensed under the GPL. 
 * @link     	http://www.joomladocman.org
 */

/* ---------- Reset styles ------------------------------------- */
img { border: 0 none; }

h1.dm_title,
h2.dm_title,
h3.dm_title { width: auto !important; margin: 0 !important; padding: 0 !important; }

/* Remove the following line if you have problems with the alignment of your theme */
.clr { clear: both; }

/* ---------- Global styles ------------------------------------ */
.dm_row { background: #FFF url(../images/bg-gradient.png) repeat-x; }
/* ---------- Categories styles ------------------------------------- */

#dm_cats 	{ text-align: left; }

#dm_cats h2.dm_title { margin: 14px 0 !important; }
#dm_cats h3.dm_title { margin: 0 0 7px 0 !important; }

#dm_cats .dm_row { padding: 15px; }

#dm_cats .dm_row img {
	float: left !important;
	margin: 0 10px 0 0 !important;
	padding: 0 !important;
}


/* ---------- Category styles --------------------------------------- */

.dm_cat { padding: 10px 0; }
.dm_cat h1.dm_title { margin: 0 0 10px 0 !important; }

.dm_cat img.dm_thumb-left 	{ margin: 0 15px 0 0 !important; float: left !important; }
.dm_cat img.dm_thumb-right 	{ margin: 0 0 0 15px !important; float: right !important; }


/* ---------- Documents styles -------------------------------------- */

#dm_docs { text-align: left; }
#dm_docs h2.dm_title { margin: 14px 0 !important; }
#dm_docs h3.dm_title { 
	margin: 0 0 10px 0 !important; 
	padding: 15px 0 5px 0 !important;
	min-height: 30px !important;
	height: auto !important;
  	height: 30px;
}

#dm_docs h3.dm_title img { float: left !important; margin: 0 10px 0 0; }

#dm_docs .dm_row { padding: 0 15px 15px 15px; }

#dm_docs .dm_row .dm_details {
	float: right;
	width: 200px;
	margin: 0 0 0 10px;
}

#dm_docs .dm_row .dm_details div {
	width: 100%;
	margin: 0 0 5px 0;
	padding: 3px 0;
	text-align: center;
	border: 1px dotted #E0E0E0;
	background: #F8F8F8;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#dm_docs .dm_row .dm_details table {
	padding: 5px 0 0 0 !important;
	margin: 0 !important;
	border: 1px dotted #D0D0D0;
	width: 100%;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#dm_docs .dm_row .dm_details td {
	padding: 0 0 5px 5px !important;
	margin: 0 !important;
}

#dm_docs .dm_row .dm_description,
#dm_docs .dm_row .dm_homepage 		{ padding: 0 5px 0 0; margin: 0; }

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

#dm_details {
	clear:left;
	width: 600px;
	text-align: left;
	float: left;
	margin: 15px 15px 25px 0px;
}

#dm_details img {
	margin: 10px 10px 10px 0px;
}

#dm_details table {
	width: 100%;
	border-top: 1px solid #D0D0D0;
	border-left: 1px solid #D0D0D0;
	border-collapse: collapse;
}

#dm_details table caption {
	margin: auto;
	padding: 5px 0 5px 0;
	font-weight: bold;
}

#dm_details table td {
	padding: 5px;
	border-right: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
}

#dm_details table thead 	{ background: url(../images/bg-header.png) #F8F8F8 bottom repeat-x; font-weight: bold; padding: 5px; }
#dm_details table thead td 	{ text-align: left; }
#dm_details table col#prop 	{ width: 25%; }


/* ---------- Taskbar styles ---------------------------------------- */

.dm_taskbar {
	padding: 0 0 6px 0;
	margin: 0 0 6px 0;
	list-style-type: none;
}

.dm_taskbar ul {
	margin: 0 !important;
	padding: 0 !important;
}

.dm_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;
}
.dm_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;
}
.dm_taskbar li a:link,
.dm_taskbar li a:visited,
.dm_taskbar li a:hover {
	text-decoration: none;
}
.dm_taskbar li a:link,
.dm_taskbar li a:visited {
	border: 1px solid #cecece;
}
.dm_taskbar li a:hover {
   border-bottom: 1px solid #cecece;
   border-top: 1px solid Gray;
   border-right: 1px solid #cecece;
   border-left: 1px solid Gray;
}
.title_cell {
	font-weight: normal ;
	padding-left: 5px;
}

.field_cell {
	
}
.heading {
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
}
span.error {
	color: red ;
}
.dm_props {
	width: 240px;	
}
#dm_docs dl {
	background: none repeat scroll 0 0 #ECF4FB;
	border: 1px solid #CADAE7;
	padding: 5px 5px 5px 10px;
	margin: 0 5px 5px;
	float: right;
}
#dm_docs dt,
#dm_row dt {
	float: left;
	font-weight: bold;
}

#dm_docs dt {
	width: 110px;
}

#dm_row dt {
	width: 100px;
}

#dm_docs dd,
#dm_row dd {
	font-weight: normal;
}

#dm_docs dd {
	margin-left: 90px;
}
#dm_row dd {
	margin-left: 100px;
}

h3.dm_title {
	width: 100% ;	
}

div.plan_image_source {
	width: 100%;
	text-align: center;
}
.col_container {
	min-height: 150px ;
}


/*** Class for heading message***/
.heading {
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
}
table.os_table {
	margin: 0px ;
	padding: 0px;
}
table.os_table td.title_cell {
	width: 25%;
	font-weight: normal ;	
	padding-left: 10px;	
	padding-top : 5px ;	
}
/*** Css for dispalying inputbox td **/
table.os_table td.field_cell {	
	padding-top : 5px ;	
}
/*** Css for display '*' next to required field ***/
.required {
	padding-left : 5px;	
	color: red;	
}
.invalid, .error {
	color : red ;
}

/*** CSS class for displaying message displayed above donation form **/
.msg {
		
}


a tooltip {
	display: none;
}

a:hover tooltip {
display: block;
position: absolute;
top: 10px;
left: 0;
padding: 5px;
margin: 10px;
z-index: 100;
background: black;
border: 1px dotted silver;
opacity: 0.9;
width: 300px;
color: white;
}

table.os_table {
	width : 100% ;	
}
select#exp_month {
	width: 50px ;
}
select#exp_year {
	width: 80px ;
}
#restricted_info{
	background-color: #83CC00 ;
	min-height: 40px ;
	margin: 0 ;
	padding: 5px ;
	font-weight: bold ;
}
.text-error {
	color: #B94A48;
	font-size: 14px ;
	font-weight: bold ;
}
.inline-display {
	display: inline;
}
.explain-text {
	margin-left: 10px;
}
#ajax-loading-animation {
	vertical-align: bottom;
}