/* 1024px - a free xhtml/css website template by Andreas Viklund - http://andreasviklund.com/ - that may be used for any purpose as long as the proper credits are given to the original designer.

Version: 2.0 (Jan 29, 2007)

Screen layout: */

/*** General tags ***/

body {
background-color: #ffffff;
font:76% Verdana,Tahoma,Arial,sans-serif;
line-height:1.2em;
margin:0 0 0 0;
padding:0;
}

a {
color:#4088b8;
font-weight:700;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

a img {
border:0;
}

p {
margin:0 0 18px 10px;
}

ul,ol,dl {
font-size:0.9em;
margin:2px 0 16px 35px;
}

ul ul,ol ol {
margin:4px 0 4px 35px;
}

blockquote {
border:1px solid #dadada;
font-size:0.9em;
margin:20px 10px;
padding:8px;
}

h1 {
color:#484848;
font-size:2.0em;
letter-spacing:-1px;
line-height:25px;
/*changes made by anusha margin:10px 10px 30px 25px;*/
margin:10px 10px 10px 25px;
/*changes made by anusha*/
}

h1 a {
color:#484848;
text-transform:none;
}


/*changes made by anusha*/
h2 {
border-bottom:2px solid #dadada;
color:#4088b8;
font-size:1.4em;
letter-spacing:-1px;
/*margin:0 0 10px;*/
margin-left:5px;
margin-top:0px;
padding:0 2px 4px 5px;
}
/*changes made by anusha*/


hr {
height: 4px;
color:#dadada;
background-color:#dadada;
}

h3 {
color:#4088b8;
font-size:1.2em;
font-weight:700;
margin:0px 0 0px;
padding:1px 2px 2px 3px;
}

h4 {
color:#484848;
font-size:3.2em;
letter-spacing:-2px;
margin:10px 10px 30px 25px;
}

h5 {
color:#484848;
font-size:2.2em;
letter-spacing:-2px;
margin:10px 10px 30px 25px;
}

h6 {
color:#4088b8;
font-size:1.0em;
letter-spacing:-1px;
margin:0 0 0px;

}


/* Navigation */

#menu 
{
  float: left;
	margin: 0px 20px 0px 0px;
}

#menu ul 
{
	margin: 0;
	padding: 0;
	white-space : nowrap;
}

#menu ul li 
{
	margin: 0;
	padding: 0;
	display: block;
	float:left;
	text-align: center;
}

#menu ul li a 
{
	color : #F0F0F0;
	background-color: transparent;
	text-decoration : none;
	font-weight: bold;
	display: block;
	border-style:none;
}

#menu ul li a:link, #menu ul li a:visited 
{
	background-image: url(../../../../images/public/menu_item2.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 94px;
	line-height: 26px;
	padding-top: 7px;
}

#menu ul li a:hover, #menu ul li a:active 
{
	background-image: url(../../../../images/public/menu_item2.gif);
	background-repeat: no-repeat;
	background-position: 0px -33px;
	height: 29px;
	width: 94px;
	line-height: 29px;
	padding-top: 4px;
}

#menu ul li.active a:hover, #menu ul li.active a:active, #menu ul li.active a:link, #menu ul li.active a:visited 
{
	background-image: url(../../../../images/public/menu_item2.gif);
	background-repeat: no-repeat;
	background-position: 0px -66px;
	height: 29px;
	width: 94px;
	line-height: 29px;
	padding-top: 4px;
	color: #4088b8;
}


/*** Main wrap and header ***/

#wrap {
color:#404040;
margin:10px auto;
padding:0;
width:800px;
}

#header {
margin:0;
}

#toplinks {
font-size:0.9em;
padding:5px 2px 2px 3px;
text-align:right;
}

#toplinks a {
color:gray;
}

#slogan {
color:gray;
font-size:1.5em;
font-weight:700;
letter-spacing:-1px;
line-height:1.2em;
margin:15px 0 20px 35px;
}

/*** Sidebar and menu ***/

#sidebar {
background-color: #f0f0f0;
float:left;
line-height:1.4em;
margin:0 0 5px;
padding:1px 0 0;
width:220px;
}

#sidebar ul {
font-size:0.9em;
list-style:none;
margin:0;
padding:0 0 15px 10px;
}

#sidebar li {
list-style:none;
margin:0 0 4px;
padding:0;
}

#sidebar li a {
font-size:1.2em;
font-weight:700;
padding:2px;
}

#sidebar ul ul {
line-height:1.2em;
margin:4px 0 3px 15px;
padding:0;
}

#sidebar ul ul li a {
font-weight:400;
}

#sidebar h2 {
margin:3px 0 8px;
}

/*** Main content ***/

#content {
float:right;
line-height:1.5em;
margin:0;
padding:0;
text-align:left;
width:615px;
}

#contentalt {
float:left;
line-height:1.5em;
margin-right:20px;
padding:0;
text-align:left;
width:750px;
}

#content h3,#contentalt h3 {
margin:10px 0 8px;
}
/* changes made by anusha*/
table tr td span{ color:#FF0000; font-size:13px;margin-right:2px;}
/* changes made by anusha*/

/*** Footer ***/

#footer {
border-top:4px solid #dadada;
clear:both;
color:gray;
font-size:0.9em;
line-height:1.6em;
margin:0 auto;
padding:8px 0;
text-align:center;
}

#footer p {
margin:0;
padding:0;
}

#footer a {
color:#808080;
}

form
{
  margin: 0px;
  padding: 0px;
}

form .item
{
  clear: left;
  border-top: 1px solid #EEE;
  margin: 3px;
}

form .label
{
  float: left;
	clear: left;
	width: 150px;
}

input, textbox, textarea, select
{
  color: #404040;
	border: 1px solid;
	margin: 0px;
	padding: 2px;
}

/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;
}

form.searchform input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #CCC; 
	background: #FFF;
	color: #333; 
	vertical-align: top;
}
form.searchform input.button {
	width: 55px;
	height: 24px;
	vertical-align: top;
	cursor:hand;
}

/*** Various classes ***/

.box {
background:#4088b8;
border:1px solid #c8c8c8;
color:#fff;
font-size:0.9em;
line-height:1.4em;
padding:10px 10px 10px 13px;
}

.box a {
color:#f0f0f0;
}

.button{
vertical-align: top;
cursor:hand;
height:25px;
background:#4088b8 url(../../../../images/inner_button.png) repeat-x;	
color:#ffffff;
font-size:12px;
border:0px;
padding-bottom:5px;
font-weight:bold;
}

.button:hover{
background:#4088b8 url(../../../../images/inner_button_over.png) repeat-x;
}

/* changes made by anusha*/

.bid_button{ background:url(../../../../images/bid_button.png) no-repeat;
width:81px;
height:49px; border:0px; color:#FFFFFF; padding-bottom:8px;padding-right:8px;font-weight:bold;}

.search_button{ background:#589ac4 url(../../../../images/search_button.png) no-repeat;
width:80px;height:25px; border:0px; color:#FFFFFF;padding-right:10px;padding-bottom:5px; }

/* changes made by anusha*/

.left {
float:left;
margin:0 15px 4px 0;
}

.right {
float:right;
margin:0 0 4px 15px;
}

.readmore {
margin:-10px 10px 12px 0;
text-align:right;
}

.timestamp {
font-size:1.2em;
margin:-5px 0 15px 10px;
}

.timestamp a {
font-weight:normal;
}

.blue {
color:#4088b8;
}
.blue a {
color:#4088b8;
font-weight:700;
text-decoration:none;
}

.blue a:hover {
text-decoration:underline;
}

.clear {
clear:both;
}

.fade {
color:#c8c8c8;
}

.gray {
color:gray;
}

.photo {
background:#fff;
border:1px solid #bababa;
margin:6px 18px 2px 5px;
padding:2px;
}
