﻿body {
  font: normal normal 100% Verdana, sans-serif;
  margin: 0;
  padding: 0;
  font-size: small;
  text-align: center;
  color: #333333;
  background: #e0e0e0;
	
  }

.redtext
{
    color:Red;
}



hr {
  display: none;
  }

img {
  border: none;
  }

/* unordered list style */




#outer-wrapper {
  width: 847px;
  margin: 0px auto 0;
  text-align: left;
  font: normal normal 100% Verdana, sans-serif;
  background: url(../../images/tile.gif) repeat-y;
  }

#content-wrapper {
  margin-left: 42px; /* to avoid the border image */
  width: 763px;
  }

#main {
  font: normal normal 100% Verdana, sans-serif;
  float: left;
  width: 460px;
  margin: 20px 0 0 0;
  padding: 0 0 0 1em;
  line-height: 1.5em;
  
  overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
  }

#sidebar {
  float: right;
  width: 258px;
  padding: 20px 0px 0 0;
  font-size: 85%;
  line-height: 1.4em;
  color: #999999;
  background: url(../../images/sidebar_bg.gif) no-repeat 0 0;
 
  overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
  }


/* ---( header and site name )--- */

#header-wrapper {
  margin: 0;
  padding: 0;
  font: normal normal 100% 'Lucida Grande','Trebuchet MS';
  background: #e0e0e0 url(../../images/top_div_blue.gif) no-repeat 0px 0px;
  }

#header {
  margin: 0;
  padding: 25px 60px 35px 160px;
  color: #FFFFFF;
  background: url(../../images/top_h1.gif) no-repeat bottom left;
  }

#header h1 { 
  font-size: 200%;

 }

#header h1 a {
  text-decoration: none;
  color: #FFFFFF;
  }

#header h1 a:hover {
  color: #eee;
  }

/* ---( main column )--- */

h2.date-header {
  margin-top: 0;
  padding-left: 14px;
  font-size: 90%;
  color: #999999;
  background: url(../../images/date_icon_blue.gif) no-repeat 0 50%;
  }

.post h3 {
  margin-top: 0;
  font: normal bold 130% 'Lucida Grande','Trebuchet MS';
  letter-spacing: -1px;
  color: #993333;
  }

.post {
  margin: 0 0 1.5em 0;
  padding: 0 0 1.5em 14px;
  border-bottom: 1px solid #ddd;
  }



.post-footer {
  margin: 0;
  padding: 0 0 0 14px;
  font-size: 88%;
  color: #999999;
  background: url(../../images/tictac_grey.gif) no-repeat 0 8px;
  }

.post img {
  padding: 6px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
  }

.feed-links {
  clear: both;
  line-height: 2.5em;
}

#blog-pager-newer-link {
  float: left;
 }

#blog-pager-older-link { 
  float: right;
 }
 
#blog-pager {   
  text-align: center; 
 }


/* ---( sidebar )--- */

.sidebar h2 { 
  margin: 0 0 0 0;
  padding: 25px 0 0 40px;
  font: normal bold 130% 'Lucida Grande','Trebuchet MS';
  color: #666666;
  height: 32px;
  background: url(../../images/sidebar_icon.gif) no-repeat 10px 15px;
  height: 32px !important; /* for most browsers */
  height /**/:57px; /* for IE5/Win */
  }

.sidebar .widget {
  margin: 0;
  padding: 0 0 10px 10px;
  border-bottom: 1px solid #ddd;
}

.sidebar li {
  background: url(../../images/tictac_blue.gif) no-repeat 0 5px;
  }

.profile-textblock { 
  clear: both;
  margin-left: 0;
}

.profile-img { 
  float: left;
  margin: 0 5px 5px 0;
  border: 1px solid #ddd;
  padding: 4px;
}

/* ---( footer )--- */

.clear { /* to fix IE6 padding-top issue */
  clear: both;
  }

#footer-wrapper {
  margin: 0;
  padding: 0 0 9px 0;
  font-size: 85%;
  color: #ddd;
  background: url(../../images/bottom_sill.gif) no-repeat bottom left;
  }

#footer {
  margin: 0;
  padding: 20px 320px 20px 95px;
  background: url(../../images/bottom_sash.gif) no-repeat top left;
  }


/** Page structure tweaks for layout editor wireframe */
body#layout #outer-wrapper,
body#layout #main,
body#layout #sidebar { 
  padding-top: 0;
  margin-top: 0;
}

body#layout #outer-wrapper,
body#layout #content-wrapper { 
  width: 740px;
}

body#layout #sidebar { 
  margin-right: 0;
  margin-bottom: 1em;
 }

body#layout #header,
body#layout #footer,
body#layout #main {
  padding: 0;
 }

body#layout #content-wrapper { 
  margin: 0px;
 }

.bold {
    font-weight:bold;
}

.subtitle 
{
    font-style:italic;
}

.accordion_toggle
{
    display: block;
    
    background: url(images/accordion_toggle.jpg) no-repeat top right #a9d06a;
    padding: 0 10px 0 10px;
    line-height: 30px;
    color: #ffffff;
   
    text-decoration: none;
    outline: none;
    
    color: #000000;
    border-bottom: 1px solid #cde99f;
    cursor: pointer;
    margin: 0 0 0 0;
}
    
 .accordion_toggle_active
{
	 height: 30px;
	 display: block;
    background: url(images/accordion_toggle_active.jpg) no-repeat top right #e0542f;
     padding: 0 10px 0 10px;
    line-height: 30px;
    color: #ffffff;
     text-decoration: none;
    outline: none;
    
    border-bottom: 1px solid #f68263;
    cursor: pointer;
    margin: 0 0 0 0;
}
.accordion_content
{
    background-color: #ffffff;
    color: #444444;
    overflow: hidden;
}


.accordion_content h2
{
    margin: 15px 0 5px 10px;
    color: #0099FF;
}
.accordion_content p
{
    line-height: 150%;
    padding: 5px 10px 15px 10px;
}

/*Textbox Watermark*/

.unwatermarked {
	height:18px;
	width:148px;
}

.watermarked {
	height:20px;
	width:150px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}	