/***********************************************/
/********* GLOBAL MODULES CLASSES **************/
/***********************************************/
.dk_module             

{
  width:100%;
}

.dk_module .dk_header h3 {    
	font-family      : Georgia, "Times New Roman", Times, serif; 
	font-style       : italic;
	font-size        : 12px;
	text-align       : left;
	height           : 19px;
	line-height      : 19px;
	text-indent      : 8px;
	letter-spacing   : 1px;
	color            : #000000;
	padding			 : 0;
	width			 : 100%;
	margin			 : 0;
	text-decoration  : underline;
}

.dk_module .dk_content      

{
  padding-left     : 3px;
  padding-right    : 3px;
}

/********* GLOBAL COMPONENTS CLASSES **************/

.dk_component      

{
 width:100%;
}

.dk_component .dk_header h2
{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
	font-size: 20px;
	line-height:25px;
	padding: 0 0 0 0;
	display:block;
	line-height      : 20px;
	width            : 100%;
	margin: 0; padding: 0;
}

.dk_component .dk_content

{
  width            : 100%;
  padding-left     : 3px;
  padding-right    : 3px;
  padding-top      : 3px;
  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 #AABBBF;
  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             
{}
.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
{
}
/*******************************************************/
/************** GENERICS CUSTOM CLASSES ****************/
/*******************************************************/
body {
  background       :#CCCCCC url(images/bg_body.jpg) repeat left top;
  color            : #000000;
  margin-left      : 10px;
  margin-right     : 10px;
  margin-top       : 0px;
  margin-bottom    : 0px;
  padding          : 0px;
  background-color : #e5e5e5;
  font-family      : arial, sans-serif;
  font-size        : 12px;
}

td, tr, p, div {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 12px;
  color            : #000000;
}

hr {
  color            : #999999;
  height           : 1px;
  width            : 100%;
}

h1.title {
  font-family      : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight      : bold;
  text-indent      : 8px;
  font-size        : 20px;
  text-align       : left;
  color            : #e5e5e5;
}

h1.title a:link, h1.title a:visited {

  font-size        : 20px;
  color            : #e5e5e5;
  text-decoration  : none;
  font-weight      : bold;

}

h1.title a:hover {

  font-size        : 20px;
  color            : #e5e5e5;
  text-decoration  : none;
  font-weight      : bold;

}



a:link, a:visited {

  font-size        : 12px;
  color            : #333333;
  /*text-decoration  : none;*/
  font-weight      : normal;

}

a:hover {

  font-size        : 12px;
  color            : #000080;
 /* text-decoration  : none;*/
  font-weight      : normal;

}



a.readon:link, a.readon:visited {

  color            :#404F59;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  white-space      : normal;
  font-weight      : normal;
  padding-bottom   : 4px;
  padding-left     : 4px;
  padding-right    : 4px;
  padding-top      : 4px;
  float            : left;
  line-height      : 10px;
  text-decoration  : none; 
  border           : 1px solid #AABBBF;
  background-color : #FFFFFF;
  background-image : url(images/but.png);

  }

a.readon:hover {

  color            :#FF9900;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  white-space      : normal;
  font-weight      : normal;
  padding-bottom   : 4px;
  padding-left     : 4px;
  padding-right    : 4px;
  padding-top      : 4px;
  float            : left;
  line-height      : 10px;
  text-decoration  : none; 
  border           : 1px solid #AABBBF;
  background-color : #FFFFFF;

}


ul {

  margin           : 2px;
  padding-left     : 0px;
  list-style       : none;

}

li {

  line-height      : 15px;
  padding-left     : 15px;
  padding-top      : 0px;
  background-image : url(images/bullet.png) ;
  background-repeat: no-repeat;
  background-position: 0px 3px;

}  

form { display:inline; }


/**************************************************************/
/************ TEMPLATE CLASSES (index.php) ********************/
/**************************************************************/

.createdate, .modifydate { font-size : 10px;  color  : #666666;}
.date { font-family  : Arial, Verdana, Geneva, Helvetica, sans-serif; 
  font-size        : 10px;  color  : #FF9900;  padding-right    : 10px;  padding-left    : 10px;}
.copyright {color : #999999; font-family  : arial, sans-serif;	font-size  : 11px;	font-weight: bold;}
.copyright a:link, .copyright a:visited{color : #e5e5e5; font-family  : arial, sans-serif;
	font-size  : 11px;	font-weight: bold;}
.pathway { font-size  : 10px;  text-decoration  : none;  color : #cccccc;  padding-left  : 14px;}
a.pathway:link, a.pathway:visited { color : #FF9900;  font-size : 10px;  padding-left : 0px;}
a.pathway:hover { font-size : 10px;  padding-left : 0px;}
.tpl_maintable {border-left: 2px solid #99A0AA; border-right: 2px solid #99A0AA; border-bottom: 1px solid #99A0AA;
border-top: 1px solid #99A0AA; background  : #CFCFCF;}
.tpl_toolbar {background       : #414141;border-bottom: 1px solid #4D4D4D; }
.tpl_headerfill {  background       : url(images/top-fill.png);}
.tpl_headerlogo {  background       : url(images/top.png);}
.tpl_footer {  background       : url(images/bottom.png);}
.tpl_columnleft {  background       : url(images/modulback.png);  border-right: 1px solid #666666;}
.tpl_columnright {  background       : url(images/modulback.png); border-left: 1px solid #666666;}
.tpl_columncenter { /* border-left: 1px solid #999999; border-right: 1px solid #999999;*/}
.tpl_modulecenter { border-bottom: 1px solid #999999;}

/**************************************************************/
/********************* COMPONENTS SHARED CLASSES ***************/
/**************************************************************/

.dkcom_tablerow1

{

  vertical-align   : top;
  padding          : 3px;
  background       : #ECEAD8;
  border-top       : 1px solid #FFFFFF;
  border-bottom    : 1px solid #BCB778;  
}

.dkcom_tablerow2

{

  vertical-align   : top;
  padding          : 3px;
  border-top       : 1px solid #FFFFFF;
  border-bottom    : 1px solid #BCB778;

}

.dkcom_tableheader {

  font-size        : 11px;
  font-weight      : normal;
  text-transform   : uppercase;
  letter-spacing   : 1px;
  color            : #660000;
  background       : #E3E1C6;
  padding          : 1px;  
}

.dk_category-icons

{

  margin-right:10px;

}

.dkcom_section

{

  width            : 98%;
  padding-left     : 3px;
  padding-right    : 3px;
  padding-top      : 3px;
  border-spacing   : 0px;
  margin-bottom    : 5px;
  clear:both;

}

.dkcom_section .dk_header

{    
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
	font-size: 20px;
	line-height:25px;
	padding: 5px 0 5px 0;
	display:block;
	text-align       : left;
	margin: 0; padding: 0;
  /*
  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            :  #ebebeb;
  width            : 100%;
  margin: 0; padding: 0;
  padding-left: 4px;
  */

}

/**************************************************************/
/************ STOW CLASSES (index.php) ********************/
/**************************************************************/
#container {
	width             : 800px;
	margin            : 25px auto;
	padding           : 0;
	background-color  : #C6C78D;
	border            : 1px solid #FFFFFF;
}

#interior {
	width             : 750px;
	background        : transparent url(images/bg_inside.jpg) repeat-y left top;
	border            : 1px solid #000000;
	margin            : 15px 25px 10px 25px;
	padding           : 0;
}

#header {
	position          : relative;
	width             : 100%;
	height            : 114px;
	padding:          : 0;
	background        : #000000 url(images/stow_banner.jpg) no-repeat left top;
}

#main {
	position          : relative;
	width             : 100%;
	background        : transparent;
	overflow          : hidden;
}

#left {
  width             : 150px;
  height            : 100%;
  margin            : 0px;
  padding           : 0px;
  background        : transparent;
  vertical-align    : top;
}

#main_content {
  margin            : 0px;
  padding           : 0px 0px 0px 20px;
  background        : transparent;
  vertical-align    : top;
}

#top {
	position          : relative;
	width             : 100%;
	background        : transparent;
}

#main_header {
  position          : relative;
  width             : 575px;
  background        : transparent;
  border-bottom     : 1px solid #888888;
  padding           : 0px 0px 5px 0px;
  margin-right      : 2px;
  text-align        : right;
}

#main_body {
	position          : relative;
	background        : transparent;
	width			  : 100%;
}

#content_body {
	position          : relative;
	background        : transparent;
	width			  : 98%;
}

#user_1 {
	position          : relative;
	float             : left;
	width             : 50%;
	background        : transparent;
}
#user_2 {
	position          : relative;
	float             : right;
	width             : 50%;
	background        : transparent;
}
#user_3 {
	position          : relative;
	background        : transparent;
}
#user_5 {
	position          : relative;
	background        : transparent;
	float             : left;
	width             : 100%;
}

#bottom {
	position          : relative;
	background        : transparent;
}

#copyright {
	position          : relative;
	background        : transparent;
	font-family       : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size         : 8px;
	color             : #000000;
}

#left_bottom {
  width             : 150px;
  margin            : 0px;
  padding           : 0px;
  background        : transparent;
  vertical-align    : bottom;
  text-align        : center;
}

#right {
  width             : 150px;
  margin            : 0px;
  padding           : 0px;
  background        : transparent;
  vertical-align    : top;
  float             : right;
}

.music_table_header {
  font-size        : 11px;
  font-weight      : bold;
  text-transform   : uppercase;
  letter-spacing   : 1px;
  color            : #660000;
  background : #E3E1C6;
  border-bottom : 1px solid #BCB778 !important;
  border-right: 1px solid #BCB778 !important;  
}
.music_table_row1 {
  background  :  #FFFFFF;
}
.music_table_row2 {
  background : #ECEAD8;
}
.music_table_cell {
  border-bottom : 1px solid #BCB778 !important;
  border-right: 1px solid #BCB778 !important;
  padding: 1px;
}
#next_event_title {
  font-family      : Georgia, "Times New Roman", Times, serif; 
  font-weight      : bold;
  font-style       : italic;
  font-size        : 14px;
  color            : #000000;
  background       : #FFFFFF;
  width            : 100%;
  text-align       : center;
}

