/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


#dnncontent_box{
background-color:#656565;
}


.ControlPanel SELECT.NormalTextBox, .ControlPanel INPUT.NormalTextBox 
{ 
width:250 !important; 
} 


.ControlPanelStyle SELECT.NormalTextBox, .ControlPanelStyle INPUT.NormalTextBox 
{ 
width:200 !important; 
} 

SELECT
{
background-color:#656565;
color: white;
border-style:solid;
border-width:1px;

}


A  {

}


A:link  {

}

A:visited   {

}

A:active    {

}

A:hover {
text-decoration:underline; 
}




body {
color:#333333;

}


p{
text-align:left;
}


td{
text-align:left;
}




.searchbox{
width=180;
}
















