/*
================================
 Panel Styles for OWE.Panel
================================
*/   

.PanelBody
{
	text-align: left;
	background: #FFFFFF; 
	border: solid 1px #4682B4; 
	color: #003366; 
	margin: 0px 15px 0px 15px;
}

.PanelBodyText
{
    margin: 5px;
	font-family: 'Microsoft Sans Serif', Tahoma, Verdana;
	font-size: .8em;
	text-align: left;
}

 .PanelHeaderCenter
{
    background: url(TopCenter.gif);
    background-repeat: repeat-x;      
    margin: 0px 28px 0px 28px;
    height: 30px;
}

.PanelClear
{
    clear: both;
}

.PanelHeader
{
	vertical-align: middle; 
	height: 30px;
	width: 100%;
}

.PanelHeaderText
{
	margin-top: 5px;
}

.PanelHolder
{
	width: 100%;
}

.PanelIcon 
{
	margin-left: 7px;
	margin-top: 7px;
	width: 16px;
}
            
.PanelHeaderLeft
{
    background: url(TopLeft.gif);
    width: 28px;
    height: 30px;      
}        

.PanelText
{
	margin-left: 7px;
	margin-top: 7px;
}

.PanelHeaderRight
{   
    background: url(TopRight.gif);  
    width: 30px;          
    height: 30px;         
}       

.Head
{
	background-color: #4282b5;
	color: #fff; 
	font-family: Tahoma, Verdana;
	font-size: 11px; 
	font-weight: bold; 
	text-decoration: none; 
	text-transform: uppercase; 
        white-space: nowrap;
}


#mainConatiner td {text-align: left;}
























































































