html,body
{ 
margin: 0px; 
padding: 0px 0px 5px; 0px; 
background-image: url(/images/background.gif); 
background-repeat: repeat-x;
font-family: Arial, Helvetica, sans-serif; 
color: #000000; 
text-align:center;
font-size:12px;
} 

#container 
{
margin:8px auto;
padding:5px 5px 5px 5px;
text-align:left;
width:952px;
}

#header
{
width:952px;
height:100px;
}

#content 
{
width:738px;
float:left;
}

#sidebar 
{
width:194px;
margin-left:20px;
float:right;
text-align:left;
}


/* Specific to Ganesh */

#basket
{

}

a 
{
color:#666464;
text-decoration:underline;
}

a:link {
color:#666464;
text-decoration:underline;
}

a:active {
color:#666464;
text-decoration:underline;
}

a:visited {
color:#666464;
text-decoration:underline;
}


.textbox {
background-image: url(/images/form-background.gif); 
height:32px;
border:1px solid #a9aba9;
font-size:20px;
color:#4e4f4e;
}

.select {
background-image: url(/images/form-background.gif); 
height:100px;
border:1px solid #a9aba9;
font-size:18px;
color:#4e4f4e;
}

.checkbox {
background-image: url(/images/form-background.gif); 
border:1px solid #a9aba9;
}


.sortable{
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 5px; 
margin-bottom:20px;
cursor:default;
font-size:12px;
}

.sortable th
{
background:#ececec; 
cursor:default; 
color:#000000; 
text-align:left;
padding:2px; 
cursor:pointer;
font-size:12px;
}  

.sortable th:hover
{
background:#d6d6d6; 
cursor:default; 
color:#000000; 
text-align:left;
padding:2px; 
cursor:pointer;
font-size:12px;
}

.sortable tr
{
background-image: url(/images/tbg.gif);
border-bottom: #e3e3e3;
}

.sortable td
{
padding:2px;
}



#basket h2
{
font-size:12px; 
line-height:12px; 
padding-bottom:5px; 
margin:0px; 
font-weight:bold; 
color:#FFFFFF;
}

img
{
outline:none; 
border:0;
}

a:link
{
outline:none;
text-decoration:none;
border:none;
}

#basket_domains
{
background:#FFFFFF;
text-indent:0px;
margin:0px;
padding:0px;
font-size:10px;
}

#basket_domains li
{
list-style:none;
background:url(images/tbg.gif); 
padding:3px;
font-size:10px;
}

/* Specific to Ganesh - End */

