/* #######################  GENERAL SETTINGS ############################ */
body 
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #aaa;
    margin: 0;
    background: #000 url(../images/dtt_bg.jpg) no-repeat top right;
}

/*  Global Formatting */
h1 {font-size:16px;line-height: 1em;font-weight: 900; color: #616d84;}
h2 {font-size:15px;line-height: 1em;font-weight: 900; color: #616d84;}
h3 {font-size:14px;line-height: 1em;font-weight: 900; color: #616d84;}
h4 {font-size:13px;line-height: 1em;font-weight: 900; color: #616d84;}
h5 {font-size:12px;line-height: 1em;font-weight: 900; color: #616d84;}
h6 {font-size:11px;line-height: 1em;font-weight: 900; color: #616d84;}

td{font-size: 12px;}
th{font-size: 12px;}

a {color: #616d84; text-decoration:none;}
a:hover {color: #818ea8; text-decoration: underline;}
a:visited {color: #818ea8;}
a.image, a.image:hover  {border:0;}

li {    
   
  list-style: none;
  background: url(../images/dtt_listbullet.gif) no-repeat top left;
  padding-left: 14px;
}

ul { list-style:none}

/* #######################  END GENERAL SETTINGS ############################ */


/* #######################  MAIN TEMPLATE ############################ */

.mainwrapper { 
  margin: 0 auto 8px auto; 
  width: 100%; 
  background: url(../images/dtt_headerbgtop.png) no-repeat top left;
}

.headerbanner {
    background: url(../images/dtt_crowsflying.gif) no-repeat 100% 70%;
    height: 180px;
    text-align: right;
    padding-right: 10px;
    padding-top: 10px;
    font-weight: bold;
}

.topmenubar { 
  width: 99%;  
  background: url(../images/dtt_topbarbg.gif) repeat-x bottom left;
  margin: 0 auto;
}

.contentwrap { margin: 0 auto; clear: both; width: 99%}
.maintable { margin: 0 auto; width: 100% }

.leftsidebar {

  vertical-align: top;
  border-left: 1px solid #464646;
  border-bottom: 1px solid #464646;
  border-right: 1px solid #464646;
  background: url(../images/dtt_clothbg.jpg);
  width: 18%;
}

.main {
  vertical-align: top;
  border-top: 1px solid #464646;
  border-bottom: 1px solid #464646;
  background: url(../images/dtt_clothbggrey.jpg);
  width: 64%;
  padding-top: 8px;
  padding-left: 4px;
}

.rightsidebar {

  vertical-align: top;
  border-left: 1px solid #464646;
  border-bottom: 1px solid #464646;
  border-right: 1px solid #464646;
  background: url(../images/dtt_clothbg.jpg);
  width: 18%;
}

.footer{
    background: url(../images/dtt_footerbg.jpg) repeat-x bottom left;
    height: 192px;
    margin: 0;
    vertical-align: middle;
    clear: both;
}

.footerinfo {
  padding: 115px 160px 0px 160px;
}

#preloader { display: none; }

.pixsearch { margin: 8px auto 8px auto; text-align: right;}


		table#toolbar {
			margin-right: 10px;
		}

		table#toolbar a.toolbar {
			color : #808080;
			text-decoration : none;
			display: block;
			border: 1px solid #DDD;
			width: 40px;
			padding: 2px 5px 2px 5px;
		}
		table#toolbar a.toolbar:hover {
			color : #C64934;
			cursor: pointer;
			border: 1px solid #c24733;
			background-color: green;
			padding: 3px 5px 1px 5px;
		}
		table#toolbar a.toolbar:active {
			color : #FF9900;
		}

/* #######################  END MAIN TEMPLATE ############################ */

/*##################### NAVIGATION SECTION #####################*/	
/* Pathway Breadcrumbs */
a.pathway {color:#616d84;}
a.pathway:link {color:#616d84;text-decoration:none;}
a.pathway:visited {color:#616d84;text-decoration:none;}
a.pathway:active {color:#616d84;text-decoration:none;}
a.pathway:hover {color:#616d84; text-decoration: underline;}

/*###################### MAINLEVEL ########################## */
a.mainlevel { margin: 0 auto;}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
    background: transparent url(../images/dtt_menubuttonidle.png) no-repeat top left;
	font-size: 11px;
	font-weight: bold;
	color: #aaa;
	text-align: left;
    padding-left: 18px;
    padding-top: 7px;
	height: 20px !important;
	height: 30px;
	width: 90%;
	text-decoration: none;
}
	
a.mainlevel:hover {
    background: transparent url(../images/dtt_menubuttonhover.png) no-repeat top left;
	text-decoration: none;
	color: #888;
}

a.mainlevel#active_menu {
    background: transparent url(../images/dtt_menubuttonactive.png) no-repeat top left;
	color:#aaa;
}

a.mainlevel#active_menu:hover {
    background: transparent url(../images/dtt_menubuttonactivehover.png) no-repeat top left;
	color: #888;
}

/*################################ TOPMENU ################################*/

ul#mainleveltop {
 
  margin: 0;
  padding: 0;
 
}

ul#mainleveltop li {
 
  background: none;
  display: inline; /* Shows each item side-by-side */
  list-style: none;
  padding: 0;
 
}

ul#mainleveltop a {

  display: block;
  float: left;
  padding: 0;
  font-weight: bold;
  color: #aaa;
}

ul#mainleveltop a:link, ul#mainleveltop a:visited  {
  display: block;
  background: url(../images/dtt_topmenubg.png) no-repeat bottom left;
  height: 113px;
  width: 110px;
  margin-bottom: 21px;
  line-height: 36px;
  text-ident: 10px;
}

ul#mainleveltop a:hover {
  background: url(../images/dtt_topmenubghover.png) no-repeat bottom left;
  text-decoration: none;
  color: #ff9797;

}
/*################################END TOPMENU################################*/
	
/* Sub Menu */
.sublevel{height: 18px;}

a.sublevel{	display: block;
	background: #A0A0A0;
	color: #FFFFFF;
	padding: 5px 0 5px 19px;
	margin: 0 0 1px 0;
	text-decoration: none;
}

a.sublevel:hover 
{
	display: block;
	color: #FFFFFF;
	background: #822C0F;
}


/*##################### NAVIGATION SECTION #####################*/

/* ##################### STANDARD MODULE TABLE  #################*/  

table.moduletable 
{
     width: 100%;
     margin: 0px;  
}

table.moduletable th 
{ 
     background: url(../images/dtt_headerbg.gif);
     height: 30px;  
     color: #ccc;
     font-size: 12px;
     text-align: right;
     font-weight: normal;
     padding-right: 12px;
     vertical-align: middle;
}

table.moduletable td 
{
     height: 18px;
     padding: 0;
}

/*################################ TOPMENU MODULE ################################*/

table.moduletabletop { margin: 0 auto; width: auto; }

table.moduletabletop th 
{ 

}

table.moduletabletop td 
{
  text-align: right;
}

/* ##################### END STANDARD MODULE TABLE  #################*/   

/* #############  CONTENT - SECTIONS & CATEGORIES ###########################*/
.contentheading {

  font-size: 16px;
  width: 100%;
  height: 30px;
  font-weight: bold;
  color: #AEAEAE;
  background-image: url(../images/dtt_contentheaderbg.gif);
  background-repeat: repeat-x;
  background-position: left top;
  padding-left: 8px; 
}

/* top box like a category description */
.contentdescription 
{
  width: 100%;
  padding: 4px 4px 4px 4px;
  margin: 0px;
}

/* Main Body Text */
.contentpane {

  background-color: transparent; 
  width: 100%;
  padding: 4px 13px 4px 4px;
  margin: 0px;
}

.contentpaneopen {

  background-color: transparent; 
  width: 100%;
  padding: 4px 4px 4px 0px;
  margin: 0px;

}
     
/* Main Body Text */

/* article rating */
.content_rating {font-weight: normal;font-size:.8em;}
.content_vote {font-weight: normal;font-size: .8em;}

/* icons */
.buttonheading {

  font-size: 12px;
  background: transparent;

}

.pop-ups {float: right;}
a.pop-up {border-bottom: 0;}

/* Dates */
.createdate {color: #666; font-size:.8em; font-weight: normal;}
.modifydate {font-size: 10px;color: #666;text-decoration: none;font-weight: normal;}
.newsfeeddate {font-size: 10px;color: #666;font-weight: normal;}
/* Dates */

/* Writen by Authors name */
.small {color: #CC6600;}

/* Page navigation links "<<< 1 of 10 next >>>" */
.pagenav{font-size: 14px;  color: #cc6600; }
.pagebar{font-size: 12px;}
.pagenav_prev{font-size: 14px;  color: #cc6600; }
.pagenav_next{font-size: 14px;  color: #cc6600; }
a.pagenav {color: #cc6600; border-bottom: 0;}
a.pagenav:hover {color: #659FDE; border-bottom: 0;}
.pagenavcounter{	height: 15px;  }
.back_button{font-size: 12px; height: 15px;  }

/* Read more link */
.readon{
font-family: Arial, Verdana, Helvetica, sans-serif; 
font-size: 13px; color:#cc6600;font-weight: bold;
}

/* Article index  {mospagebreak} */
table.contenttoc {
	padding: 0px;
	margin: 2px;
	font-size: 12px;
	}
	
table.contenttoc th {
background: #2F3E57; 
color: White;
}
	
table.contenttoc td {padding: 2px;}

/* Links article index */
	a.toclink:hover, a.toclink:visited, a.toclink:link {	height: 18px; }
/* End Article index  */

/*  component heading */
.componentheading {

  font-size: 16px;
  width: 97%;
  height: 30px;
  font-weight: bold;
  color: #aaa;
  background: url(../images/dtt_contentheaderbg.gif) repeat-x left top;
  padding-left: 8px; 
  padding-top: 5px;
  margin: 6px 0px 0px 2px;
}

/* Sectiontable Table types listings Faqs's, weblink etc..*/
.sectiontableheader {

  background: url(../images/dtt_tableheader.gif) repeat-x top left;
  color : #aaa;
  font-weight : bold;
  border-collapse: collapse;
  font-size: 11px;
  padding: 4px; 
  height: 24px;
}

/* Table odd and Even Rows */
.sectiontableentry1 {

  background-color : #333a46; font-size: 11px; padding:4px;
}

.sectiontableentry2 {

  background-color : #490013;font-size: 11px; padding:4px;
}
.sectiontablefooter{	

  height: 18px;

}
/* End Sectiontable */

/* Category */
.category {color:#333;}
a.category:link, a.category:visited, a.category:hover  {	height: 15px;  }
a.category:link { color: #CC6600; }
a.category:hover { color: #CC6600}
a.category:visited { color: #CC6600; }
/* End category */

/* blogsection */
.blog {background-color : transparent;}
.blogsection{	height: 18px;  }
.blog_more{	height: 18px;  }
.blog_heading {	height: 18px;  }

/* space from bottom of article */
.article_seperator{background-color : transparent;}

/* End blogsection */

/* Search Form Module*/
.search {height: 35px; background-color:#2F3E57;}

/* results if not search google */
.searchintro{height: 18px;}

/*Search Form keyword highlight*/
.highlight {
border: 1px dashed #010101;
background: #DDEEFF;
padding: 0px 2px 0px 2px;}

/* End Search Form */

/* wrapper title */
.wrapper{background-color : #FFFFFF;}
/* ############# END CONTENT - SECTIONS & CATEGORIES ###########################*/

/* ##################### FORM SECTION  #####################*/	

form{font-size: 12px}

.inputbox { 

  color: #aaa;
  font-size: 12px;
  background: #000;
  border: 1px solid #464646;
}

#mod_login_username {

  background: transparent url(../images/dtt_logininput.gif) no-repeat top left;
  height: 23px;
  padding-left: 30px;
  padding-top: 9px;
  padding-right: 30px;
  width: 123px;
  border: none;
  color: #aaa;
}

#mod_login_password {

  background: transparent url(../images/dtt_logininput.gif) no-repeat top left;
  height: 23px;
  padding-left: 30px;
  padding-top: 9px;
  padding-right: 30px;
  width: 123px;
  border: none;
  color: #aaa;
}

#search_ordering {
    background: none;
}

#search_searchword {
    width:90px;
}

#mod_login_remember {
    width: auto;
    height: auto;
}

.text_area {background: White;}

/* Pull down menu */
.selectbox {width: 100%;}
/* Submit Button */
.button {

     border: none; 
     color: #aaa;
     background: transparent url(../images/dtt_button.gif) no-repeat top left;
     padding-bottom: 2px;
     width: 71px;
     height: 30px;
     
}

/* Contact Email Form */
.contact_email {margin: 0px;padding: 5px;}
/* ##################### END FORM SECTION  ##################### */

/* ###################### TABBED EDITING ###################### */
/*When user login to edit or sumbit articles*/
/* for modifying {moscode} output.  Don't set the colour! */
.moscode {
	background-color: #f0f0f0;
   }
		
.code {
	font-family: courier, serif;
	font-size: 1.2em;
	padding: 2px;
	background-color: #f0f0f0;
	color: blue;
	border: 1px solid #d5d5d5;
	margin: 0px;
	width: 90%;
}


/* Text passed with mosmsg url parameter */
.message {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 1em;
	color : #666;
	text-align: center;
   }

/* Styles for dhtml tabbed-pages */
.ontab {
	background-color: #464646;
	border-left: outset 1px #777;
	border-right: outset 1px #333;
	border-top: outset 1px #777;
	border-bottom: solid 1px #333;
	text-align: center;
	cursor: default;
	font-weight: bold;
	color: #FFFFFF;
	padding: .2em;
   }

.offtab {
	background-color : #464646;
	border-left: outset 1px #666;
	border-right: outset 1px #333;
	border-top: outset 1px #666;
	border-bottom: solid 1px #333;
	text-align: center;
	cursor: default;
	font-weight: normal;
	padding: .2em;
   }

.edit-tabs {
   padding: 1em;
   background: none;
   }

.tabpadding {padding:1px;}

.tabheading {
	text-align: left;
   }

.pagetext {
	visibility: hidden;
	display: none;
   }

	/*Body of the form*/
.adminform{background: url(../images/dtt_clothbggrey.jpg)}
/* ###################### End TABBED EDITING ###################### */