/*
Additional CSS styles unique to Seowda
*/
.black { color: #000; }

.blue { color: #07f; }

.green { color: green; }

.orange { color: #f60; }

#main h1.seowda {
	margin-top: 10px;
	font: Bold 125% Verdana, 'Trebuchet MS', Sans-serif;
	color: #000;
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(/images/square-green.png) no-repeat 3px 50%;	
}

.panel{
	clear: both;
	background: #fafafa;
	border: 1px solid #d9d9d9;
}

#sidebar .selected_link a  {
	font-weight: bold;
	color: #f60;
}
#sidebar .selected_link  {
	margin: 0;
	padding-left: 15px;
	background: url(/images/page4.gif) no-repeat left center;
}
/*style tables*/
table {
	border: 1px solid #666666;
	width: 100%;
	border-collapse: collapse;
}

td { border: 1px solid #666666; }

th { border: 1px solid #666666; }
/*Get rid of borders around images*/
img {
	border: none;/*2px solid #CCC;*/
}
/*specific alignment styles*/
.align-left  				{	text-align: left; }
.align-left-clear  			{ 	text-align: left; clear: both; }
.align-right 				{	text-align: right; }
.align-center 				{	text-align: center; }
.align-justify 				{ 	text-align: justify; }

.floatleft {
	float: left; 
	margin: 10px 10px 10px 10px; 
	border: 1px solid #666;
	padding: 2px;
}