/* 

	Theme Name: Atlanta Plastic Surgery

	Theme URI: http://www.atlplastic.com/

	Description:  3-column Widget-ready theme created for WordPress.

	Author: Mary Keller

	Author URI: http://www.kellerdesignstudio.com

	Version: 1.0

	Tags: three columns, fixed width, white, gray, black, purple, sidebar widgets

	

	The CSS, XHTML and design is released under GPL:

	http://www.opensource.org/licenses/gpl-license.php

	

	Changelog:

		1.0 - 2/4/09	

*/



 

body {

	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */

	padding: 0;

	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

	color: #000000;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 100%;

	background-image: url(images/background.jpg);

	background-repeat: repeat;

	}

	

#container {

	width: 960px; /* the auto margins (in conjunction with a width) center the page */

	text-align: left; /* this overrides the text-align: center on the body element. */

	background-image: url(images/background2.jpg);

	background-repeat: repeat;

	padding: 10px;

	margin-top: 0;

	margin-right: auto;

	margin-bottom: 10px;

	margin-left: auto;	

} 



.shadow {box-shadow: 4px 4px 7px #666;

	-webkit-box-shadow: 4px 4px 7px #666;

	-moz-box-shadow: 4px 4px 7px #666;}





#header {

	background-image: url(images/background2.jpg);

	background-repeat: repeat;

	height: 110px;

	padding-top: 5px;

	padding-right: 20px;

	padding-bottom: 0;

	padding-left: 20px;

	margin-bottom: 0px;

} 



#header h1 {

	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */



}



#logo {

	float: left;

	height: 100px;

	width: 230px;

	margin-top: 0px;

	

	

}



#headerbox {

	float: right;

	height: 100px;

	width: 680px;

	margin-top: 0px;

	

	

}



#contact {

	float: right;

	height: 40px;

	width: 290px;

	margin-top: 0px;

	font-size: 11px;

	color: #666666;

	letter-spacing: 0.13em;

	padding: 0px;

	font-style: italic;

}

	

/************************************************

*	Hyperlinks									*

************************************************/



a, a:visited {

	color: #999933;

	text-decoration: none;

	}

	

a:hover {

	color: #999933;

	text-decoration: underline;

	}

	

a img {

	border: none;

	}

	

a:focus, a:hover, a:active {

	outline: none;

	}

	

/************************************************

*	Header  									*

************************************************/





	

/************************************************

*	Navbar  									*

************************************************/

	

#navbar {



	height: 32px;

	width: 680px;

	margin-top: 56px;

	font-size: 14px;

	font-weight: lighter;

	color: #333;

	text-transform: uppercase;

	letter-spacing: 0.13em;

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #666666;

	padding-left: 0px;

	padding-bottom: 1px;

	padding-top: 0px;

	padding-right: 0px;

	background-position: bottom;	

}



/*  nav bar widths */ 

#nav0 {
	width: 100px;
	padding-left: 18px;
	background-image: url(Images/background2.jpg);
	background-repeat: repeat;
}
#nav1 {
	width: 140px;
	padding-left: 10px;
	background-image: url(Images/background2.jpg);
	background-repeat: repeat;
}

#nav2 {
	width: 90px;
	padding-left: 5px;
	background-image: url(Images/background2.jpg);
	background-repeat: repeat;
}

#nav3 {
	width: 90px;
	padding-left: 10px;
	background-image: url(Images/background2.jpg);
	background-repeat: repeat;
}


#nav4 {
	width: 60px;
	padding-left: 5px;
	background-image: url(Images/background2.jpg);
	background-repeat: repeat;
}

#nav5 {
	width: 70px;
	padding-left: 5px;
	background-image: url(Images/background2.jpg);
	background-repeat: repeat;
}

#nav6 {
	width: 60px;
	padding-left: 8px;
	background-image: url(Images/background2.jpg);
	background-repeat: repeat;
}



#navbar a {

	color: #333;

	text-decoration: none;

    }



#navbar a:visited {

	color: #333;

	text-decoration: none;

}



#navbar a:hover {

	color: #000;

}

/************************************************

*	Homepage 					     		    * 

************************************************/



#homepage {

	float: left;

	width: 670px;

	margin: 20px 5px 5px 5px;

	padding: 0px 0px 20px 0px;

	display: inline;

	}

	

#homepage h1 {

	font-size: 14px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	color: #111111;

	font-weight: 100;

	padding-top: 0px;

	padding-bottom: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 4px;

	margin-left: 0px;

	}

	

#homepage h1 a, #homepage h1 a:visited {

	font-size: 14px;

	font-family: Verdana, Arial, Helvetica, sans-serif;;

	color: #666666;

	font-weight: 100;

	padding-top: 0px;

	padding-bottom: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 4px;

	margin-left: 0px;}

	

#homepage h1 a:hover {

	color: #666666;

	text-decoration: underline;

	}

	



/* sidebar other  text */

h2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 13px;

	color: #111111;

	margin-top: 10px;

		

}



/* emphasis text on homepage */

h3 {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 16px;

	color: #111111;

	margin-top: 0px;

	font-weight: lighter;

	margin-bottom: 5px;

}



/* footer small grey text */

h4 {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	color: #333333;

	text-align: center;

}



/* maincontent header text */

h5 {

	font-family: Verdana, Arial, Helvetica, sans-serif;;

	font-size: 15px;

	color: #111111;

	font-weight: lighter;

}



/* main content text */

h6 {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #111;

	font-weight: 500;

	margin-top: 4px;

	margin-bottom: 3px;

}

/* sidebar mini text */

.h7 {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	color: #111111;

	line-height: 0px;

}



/* welcome to aps text */

h8 {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 18px;

	color: #333;

	font-weight: normal;

	text-transform: uppercase;

}



/* main content homepage box text */

h9 {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #333333;

	font-weight: lighter;

	margin-top: 0px;

}

h10 {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #333333;

	font-weight: lighter;

	margin-top: 6px;

	margin-bottom: 6px;

}

	

#homepage p {

	padding: 0px;

	margin: 0px;

	}

	



	

.homepageleft {

	background-image: url(images/background2.jpg);

	background-repeat: repeat;

	float: left;

	width: 340px;

	margin: 0px 0px 0px 0px;

	padding: 10px 10px 0px 10px;

	display: inline;

	}

	

.homepageleft ol {

	margin: 0px 0px 0px 20px;

	padding: 10px 0px 15px 0px;

	}

	

.homepageleft ol li {

	margin: 0px 0px 0px 20px;

	padding: 0px 0px 5px 0px;

	}

	

.homepageleft ul {

	list-style-type: square;

	margin: 0px 0px 0px 20px;

	padding: 0px 0px 15px 0px;

	}

	

.homepageleft ul li {

	list-style-type: square;

	margin: 0px 0px 0px 20px;

	padding: 0px 0px 5px 0px;

	}

	

.posts {

	float: left;

	margin: 0px 0px 10px 0px;

	padding: 10px;

	display: inline;

	}

	

.link  {

	margin: 0px 0px 0px 0px;

	padding: 0px 0px 15px 0px;

	text-align: right;

	border-bottom: 1px dotted #BBBBBB;

	}

	

.link a, .link a:visited {

	-moz-border-radius: 3px;

	-khtml-border-radius: 3px;

	-webkit-border-radius: 3px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #666666;

	text-decoration: none;

	margin: 0px;

	padding: 2px 5px 2px 5px;

	border: 1px solid #DDDDDD;

	}

	



	

.homepagemiddle {

	background-image: url(images/background2.jpg);

	background-repeat: repeat;

	float: right;

	width: 270px;

	margin: 1px 0px 0px 0px;

	padding: 10px;

	display: inline;

	line-height: 22px;

	}

	

.homepagemiddle embed, .homepagemiddle object {

	width: 250px; 

	height: 205px;

	margin: 0px; 

	padding: 0px;

	}

	

.homepagemiddle ul {

	list-style: none;

	margin: 0px;

	padding: 0px;

	}



.homepagemiddle ul li {

	padding: 3px 0px 1px px;

	margin: 0px;

	border-bottom: 1px dotted #BBBBBB;

	}



.homepagemiddle ul li a, .homepagemiddle ul li a:visited {

	color: #999933;

	text-decoration: none;

	margin: 0px;

	padding: 0px;

	}



.homepagemiddle ul li a:hover {

	color: #999933;

	text-decoration: underline;

	}

	

.video {

	float: left;

	margin: 0px 0px 10px 0px;

	padding: 10px;

	display: inline;

	}

	

.videolist {

	width: 250px;

	float: left;

	margin: 0px;

	padding: 10px;

	display: inline;

	}

	

/************************************************

*	Content 					     		    * 

************************************************/



#content {

	width: 960px;

	margin: 0px auto 0px;

	padding: 0px;

	display: inline;

	line-height: 20px;

	}



#contentleft h1, #contentwide h1, #contentfull h1 {

	color: #999933;

	font-size: 15px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-weight: normal;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 5px;

	margin-left: 0px;

	padding-top: 15px;

	padding-right: 0px;

	padding-bottom: 0px;

	padding-left: 0px;

	}

	

#contentleft h1 a, #contentleft h1 a:visited, #contentwide h1 a, #contentwide h1 a:visited {

	color: #222222;

	text-decoration: none;

	margin: 0px 0px 0px 0px;

	padding: 0px 0px 0px 0px;

	}



#contentleft h1 a:hover, #contentwide h1 a:hover {

	color: #999933;

	text-decoration: none;

	}

	

#contentwide h2 {

	color: #222222;

	font-size: 14px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-weight: normal;

	margin: 0px 0px 0px 0px;

	padding: 0px 0px 0px 0px;

	}

	

#content h3 {

	color: #222222;

	font-size: 14px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-weight: normal;

	margin: 0px 0px 10px 0px;

	padding: 0px 0px 0px 0px;

	}



#content p {

	color: #222222;

	font-size: 11px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-weight: normal;

	margin: 0px 0px 10px 0px;

	padding: 0px 0px 0px 0px;

	}

	

	

#content img.wp-smiley {

	float: none;

	border: none;

	padding: 0px;

	margin: 0px;

	}



#content img.wp-wink {

	float: none;

	border: none;

	padding: 0px;

	margin: 0px;

	}

	

#contentleft {

	float: left;

	width: 480px;

	margin: 0px;

	padding: 30px 0px 20px 0px;

	display: inline;

	}

	

#contentwide {

	float: right;

	width: 640px;

	margin: 0px;

	padding: 30px 20px 20px 20px;

	display: inline;

	}

	

#contentfull {

	float: left;

	width: 700px;

	margin: 0px;

	padding: 30px 0px 20px 0px;

	display: inline;

	}

	

.postarea ul {

	list-style-type: square;

	margin: 0px;

	padding: 0px 0px 15px 0px;

	}

	

.postarea ul li {

	list-style-type: square;

	margin: 0px 0px 0px 20px;

	padding: 0px;

	}

	

.postarea ul ul {

	list-style-type: square;

	margin: 0px;

	padding: 0px 0px 0px 0px;

	}

	

.postarea ol {

	margin: 0px;

	padding: 0px 0px 15px 0px;

	}

	

.postarea ol li {

	margin: 0px 0px 0px 20px;

	padding: 0px;

	}

	

.postarea p {

	margin: 0px;

	padding: 0px 0px 15px 0px;

	}

	

blockquote {

	margin: 0px 25px 15px 25px;

	padding: 10px 20px 10px 20px;

	border-top: 1px solid #DDDDDD;

	border-right: 1px solid #666666;

	border-left: 1px solid #DDDDDD;

	border-bottom: 1px solid #666666;

	}

	

#content blockquote p {

	margin: 0px 0px 0px 0px;

	padding: 0px 0px 0px 0px;

	}

	

.postdate {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #666666;

	text-decoration: none;

	margin: 0px 0px 10px 0px;

	padding: 0px;

	}

	

.postdate p {

	margin: 0px;

	padding: 0px;

	}



.postmeta {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	background: #F5F5F5;

	color: #666666;

	text-decoration: none;

	margin: 0px 0px 50px 0px;

	padding: 5px 10px 5px 10px;

	border: 1px solid #DDDDDD;

	}

	

.postmeta p {

	margin: 0px;

	padding: 0px;

	font-size: 11px;

	}

	

.archive {

	float: left;

	width: 300px;

	margin: 0px;

	padding: 0px 20px 20px 0px;

	font-size: 11px;

	}

	

/************************************************

*	Images  					     		    * 

************************************************/



img.centered  {

	display: block;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 10px;

	padding: 0px;

	}

	

img.alignnone {

	padding: 0px;

	margin: 0px 0px 10px 0px;

	display: inline;

	}



img.alignright {

	padding: 0px;

	margin: 0px 0px 10px 10px;

	display: inline;

	}



img.alignleft {

	padding: 0px;

	margin: 0px 10px 10px 0px;

	display: inline;

	}

	

.aligncenter {

	display: block;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 10px;

	}



.alignright {

	float: right;

	margin: 0px 0px 10px 10px;

	}



.alignleft {

	float: left;

	margin: 0px 10px 10px 0px;

	}

	

.wp-caption {

	border: 1px solid #DDDDDD;

	text-align: center;

	padding: 4px 0px 5px 0px;

	-moz-border-radius: 3px;

	-khtml-border-radius: 3px;

	-webkit-border-radius: 3px;

	border-radius: 3px;

	}



.wp-caption img {

	margin: 0px 0px 5px 0px;

	padding: 0px;

	border: 0px;

	}



.wp-caption p.wp-caption-text {

	margin: 0px;

	padding: 0px 0px 0px 0px;

	font-size: 11px;

	font-weight: normal;

	line-height: 12px;

	}

	

/************************************************

*	Left Sidebar 		    			   	    * 

************************************************/



#l_sidebar {

	float: left;

	width: 251px;

	font-size: 12px;

	margin: 20px 5px 10px 0px;

	padding: 22px 5px 0px 13px;

	display: inline;

	line-height: 22px;

	}

	

#l_sidebar h2 {

	color: #333333;

	font-size: 16px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-weight: normal;

	font-style: italic;

	padding: 3px 0px 3px 0px;

	margin: 0px 0px 5px 0px;

	text-align: center;

	border-bottom-style: solid;

	border-bottom-color: #999999;

	border-bottom-width: thin;

	border-top-width: thin;

	border-top-style: solid;

	border-top-color: #999999;

	}

	



	

#l_sidebar .widget  {

	margin: 0px 0px 10px 0px;

	padding: 10px;

	clear: both;

	}

	

#l_sidebar ul {

	list-style: none;

	margin: 0px;

	padding: 0px;

	}



#l_sidebar ul li {

	padding: 0px;

	margin: 0px;

	}

	

#l_sidebar ul li li {

	padding: 0px;

	margin: 0px;

	border-bottom-width: 1px;

	border-bottom-style: dotted;

	border-bottom-color: #CCCCCC;

	}

	

#l_sidebar ul li li a, #l_sidebar ul li li a:visited {

	color: #999933;

	text-decoration: none;

	margin: 0px;

	padding: 0px;

	}



#l_sidebar ul li ul li a:hover {

	color: #999933;

	text-decoration: underline;

	}

	

	

.btn {

	display:block;

	height:70px;

	width:230px;

	padding-bottom: 10px;

	}

.btn span { display:none; }



.videos { background:transparent url("images/doctorsvideos.png") no-repeat; }

.videos:hover { background:url("images/doctorsvideos2.png") 0 no-repeat; }



.testimonials { background:transparent url("images/testimonials.png") no-repeat; }

.testimonials:hover { background:url("images/testimonials2.png") 0 no-repeat; }



.news { background:transparent url("images/news.png") no-repeat; }

.news:hover { background:url("images/news2.png") 0 no-repeat; }



.blog { background:transparent url("images/blog.png") no-repeat; }

.blog:hover { background:url("images/blog2.png") 0 no-repeat; }

	



	

/************************************************

*	Right Sidebar 		    	    	        * 

************************************************/



#r_sidebar {

	float: right;

	width: 250px;

	font-size: 11px;

	margin: 20px 0px 10px 0px;

	padding: 10px 10px 0px 10px;

	display: inline;

	line-height: 22px;

	}

	

#r_sidebar h2 {

	color: #333333;

	font-size: 16px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-weight: normal;

	font-style: italic;

	padding: 3px 0px 3px 0px;

	margin: 0px 0px 5px 0px;

	border-top: double #EEEEEE;

	border-bottom: double #EEEEEE;

	text-align: center;

	}

	

#r_sidebar .widget  {

	background: #FFFFFF;

	margin: 0px 0px 10px 0px;

	padding: 10px;

	}

	

#r_sidebar ul {

	list-style: none;

	margin: 0px;

	padding: 0px;

	}



#r_sidebar ul li {

	padding: 0px;

	margin: 0px;

	}

	

#r_sidebar ul li li {

	padding: 0px;

	margin: 0px;

	border-bottom: 1px dotted #BBBBBB;

	}

	

#r_sidebar ul li li a, #r_sidebar ul li li a:visited {

	color: #999933;

	text-decoration: none;

	margin: 0px;

	padding: 0px;

	}



#r_sidebar ul li ul li a:hover {

	color: #999933;

	text-decoration: underline;

	}

	

/************************************************

*	Footer  									*

************************************************/



#footer {

	background-image: url(images/background2.jpg);

	background-repeat: repeat;

	font-size: 12px;

	color: #333;

	margin-right: 25px;

	margin-left: 25px;

	padding-top: 15px;

	padding-right: 3px;

	padding-bottom: 0;

	padding-left: 3px;

	border-top-width: 1px;

	border-top-style: solid;

	border-top-color: #ccc;

	letter-spacing: 0.15em;

	text-align: center;

	width: 910px;

}



#footer a {

	color: #555;

	text-decoration: none;

    }



#footer a:visited {

	color: #555;

	text-decoration: none;

}



#footer a:hover {

	color: #000;

	border-bottom-width: thin;

}



/************************************************

*	Search Form									*

************************************************/



.postform {

	width: 230px;

	color: #222222;

	font-size: 12px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	margin: 5px 0px 0px 0px;

	padding: 1px;

	display: inline;

	border: 1px solid #DDDDDD;

	}



#searchform {

	margin: 0px;

	padding: 0px;

	}

	

#s {

	background: #F5F5F5 !important;

	width: 150px;

	color: #222222;

	font-size: 12px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-weight: normal;

	margin: 0px;

	padding: 2px 0px 2px 5px;

	border: 1px solid #DDDDDD;

	display: inline;

	}

	

#searchsubmit {

	background: #333333;

	color: #FFFFFF;

	font-size: 12px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	text-transform: uppercase;

	margin: 0px 0px 0px 5px;

	padding: 1px;

	border: 1px solid #333333;

	}

	

#author, #email, #url {

	background: #F5F5F5 !important;

	color: #222222;

	font-size: 12px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	margin: 0px;

	padding: 4px;

	border: 1px solid #DDDDDD;

	}

	

#comment {

	background: #F5F5F5 !important;

	color: #222222;

	font-size: 12px;

	font-family: Verdana, Arial, Helvetica, sans-serif;;

	padding: 4px;

	margin: 0px 0px 5px 0px;

	border: 1px solid #DDDDDD;

	}

	

#submit {

	background: #333333;

	color: #FFFFFF;

	font-size: 12px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	text-transform: uppercase;

	margin: 0px;

	padding: 1px;

	border: 1px solid #333333;

	}

	

/************************************************

*	Comments									*

************************************************/

	

.commentlist li ul li {

	font-size: 12px;

	}



.commentlist li {

	font-weight: bold;

	}



.commentlist li .avatar { 

	background: #BBBBBB;

	float: right;

	border: 1px solid #EEEEEE;

	margin: 0px 5px 0px 10px;

	padding: 2px;

	}



.commentlist cite, .commentlist cite a {

	font-weight: bold;

	font-style: normal;

	font-size: 12px;

	}



.commentlist p {

	font-weight: normal;

	text-transform: none;

	}



.commentmetadata {

	font-weight: normal;

	}



#commentform input {

	width: 170px;

	padding: 2px;

	margin: 5px 5px 1px 0px;

	}



#commentform {

	margin: 5px 10px 0px 0px;

	}

	

#commentform textarea {

	width: 98%;

	padding: 2px;

	}

	

#respond:after {

	content: "."; 

	display: block; 

	height: 0px; 

	clear: both; 

	visibility: hidden;

	}

	

#commentform p {

	margin: 5px 0px 5px 0px;

	}

	

#commentform #submit {

	margin: 0px;

	float: left;

	}

	

.alt {

	margin: 0px;

	padding: 10px;

	}



.commentlist {

	margin: 0px;

	padding: 0px;

	}

	

.commentlist ol {

	margin: 0px;

	padding: 10px;

	}



.commentlist li {

	margin: 15px 0px 10px;

	padding: 10px 5px 10px 10px;

	list-style: none;



	}

.commentlist li ul li { 

	margin-right: -5px;

	margin-left: 10px;

	}



.commentlist p {

	margin: 10px 5px 10px 0px;

	padding: 0px;

	}

	

.children { 

	margin: 0px;

	padding: 0px;

	}



.nocomments {

	text-align: center;

	margin: 0px;

	padding: 0px;

	}

	

.reply a, .reply a:visited {

	background: #EEEEEE;

	-moz-border-radius: 3px;

	-khtml-border-radius: 3px;

	-webkit-border-radius: 3px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #666666;

	text-decoration: none;

	margin: 0px;

	padding: 2px 5px 2px 5px;

	border: 1px solid #DDDDDD;

	}

	

.reply a:hover {

	background: #999933;

	color: #BBBBBB;

	text-decoration: none;

	}



.commentmetadata {

	font-size: 10px;

	margin: 0px;

	display: block;

	}



.navigation {

	display: block;

	text-align: center;

	margin-top: 10px;

	margin-bottom: 40px;

	}

	

.alignright {

	float: right;

	}



.alignleft {

	float: left;

	}

	

.thread-alt {

	background: #BBBBBB;

	margin: 0px;

	padding: 0px;

	}

	

.thread-even {

	background: #F5F5F5;

	margin: 0px;

	padding: 0px;

	}

	

.depth-1 {

	border: 1px dotted #BBBBBB;

	margin: 0px;

	padding: 0px;

	}



.even, .alt {

	border-top: 1px dotted #BBBBBB;

	border-bottom: 1px dotted #BBBBBB;

	border-left: 1px dotted #BBBBBB;

	margin: 0px;

	padding: 0px;

	}

	



	