/********* GLOBAL MODULES CLASSES **************/
.dk_module             
{
  width				: 100%;
}

.dk_module .dk_header h3
{    
  font-family     	: Arial, Verdana, Geneva, Helvetica, sans-serif;
  font-size        	: 12px;
  font-weight      	: bold;
  text-align       	: left;
  text-indent 	   	: 6px;
  height           	: 24px;
  cursor           	: default;
  line-height      	: 24px;
  color            	: black;
  border-left      	: 1px solid #FFFFFF; 
  border-right     	: 1px solid #FFFFFF; 
  background-image 	: url("../images/header.jpg");  
  padding		   	: 0;
  width			   	: 100%;
  margin		   	: 0;
}

.dk_module .dk_content      
{
  padding-left     	: 5px;
  padding-right    	: 5px;
}

.dk_module .dk_content img  
{
  border		   	: none;
  margin		   	: 3px;
}
/********* GLOBAL COMPONENTS CLASSES **************/

.dk_component      
{
  width			   	: 100%;
}

.dk_component .dk_header h2
{
  font-family      	: Arial, Verdana, Geneva, Helvetica, sans-serif;
  letter-spacing   	: 1px;
  background       	: url("../images/header.jpg") ;
  font-size       	: 12px;
  font-weight     	: bold;
  height          	: 22px;
  line-height    	: 22px;
  padding-left   	: 10px;
  text-align       	: left;
  color            	: #ffffff;
  width            	: 100%;
  margin		   	: 0; 
  padding		   	: 0;
  text-indent	   	: 12px;
}

.dk_component .dk_content
{
  width            	: 100%;
  padding-left     	: 0px;
  padding-right    	: 0px;
  padding-top      	: 0px;
  border-spacing   	: 0px;
  margin-bottom    	: 5px;
}
/********* GLOBAL FORM OBJECTS CLASSES **************/

.dk_form        
{
  padding-top		: 10px;
  padding-left		: 15px;
}

.dk_form .dk_content 
{
  padding-top		: 5px;
  padding-bottom	: 5px;
  padding-left		: 5px;
}

.dk_button             
{
  font-family       : Verdana, Arial, Helvetica, sans-serif;
  font-size         : 11px;
  border            : 1px solid #AAAAAA;
  background-color  : #FFFFFF;
  color             : #404F59;
  background-image  : url("../images/but.png");
  padding           : 2px;
}

.dk_inputbox           
{
  background-image	: url("../images/inputback.jpg");
  border            : 1px solid #666;
}

.dk_radio
{
}

.dk_select
{
}

/********* GLOBAL GENERIC CLASSES **************/
.dk_content a             
{ 
}

.dk_header             
{
}

.dk_aligncenter
{
  text-align		: center;
}

.dk_alignleft
{
  text-align		: left;
}

.dk_alignright
{
  text-align		: right;
}

.dk_small
{
  font-size        	: 10px;
  color            	: #333333;
}

.dk_label
{  
}

.dk_clr
{
}

div.ct_container 
{
  text-align		: right;
  margin			: 1em 0;
  padding			: 0;
}

div.ct_container div
{
  display			: inline;
  white-space		: nowrap;
  float				: left;
}

.dkcom_section div.ct_container
{
  display			: table;
  width				: 100%;
}

.dkcom_section div.ct_container div
{
  display			: table-cell;
  float				: none;
  text-align		: left;
}

.dkcom_section div.ct_container div.ct_rightpan
{
  text-align		: right;
}

