/*
Generics
*/

body, html
{
	margin: 0;
	padding: 0;
	color: #333;
	background-color: #ffffff !important;
    background-image: none;
    font-family: tahoma, Helvetica;
}

.CommonContentBox
{
    border-top: solid 3px #ccc;
    background-color: #fff;
    padding: 12px;
    margin: 0 0 12px 0;
    height: 1%;
}
.CommonContentBox.Highlighted2
{
    background-color: #EBFFFF;
    border-top-color: #95B6C3;
}
.CommonContentBoxContent
{
    padding: 0 3px 15px 3px;
    font-size: 90%;
    overflow: hidden;
}
.CommonSideListArea2
{
	float: right;
	width: 98%;
	margin: 8px;
	overflow: hidden;
}
.CommonSideListContent2
{
	margin-right: 65px;
 text-align:right;
 direction:rtl;
}
.CommonSideListImage
{
	float: right;
	width: 60px;
	height: 60px; 
	overflow: hidden;
}

.CommonContentBoxFooter
{
    font-weight: bold;
    font-size: 80%;
    padding: 0 3px;
}
a:link {color: #0099ea; text-decoration: none;}
a:visited {color: #0099ea;  text-decoration: none;}
a:hover {color: #0099ea; text-decoration: underline;}
a:active {color: #0099ea;  text-decoration: none;}

/*
List 
*/

.CommonListArea
{
	padding: 8px 0;
}

.CommonListTitle
{
	padding: 6px 6px 6px 0;
	color: #000;
	font-weight: bold;
	margin: 0;
}

.CommonListTitle A, .CommonListTitle A:VISITED, .CommonListTitle A:ACTIVE
{
	color: #000;
	text-decoration: none;
}

.CommonListTitle A:HOVER
{
    text-decoration: underline;
}

.CommonListHeader
{
	text-align: right;
	padding: 4px;
	background-color: #999;
	color: #fff;
	font-family: tahoma, Helvetica;
	font-weight: bold;
	font-size: 110%;
}

.CommonListCell
{
	padding: 3px 0px 2px 2px;
	color: #333333;
	font-family: tahoma, Helvetica;
	text-align: right;
	font-size:95%;
}

.CommonListRow
{
	background-color: #eee;
}

.CommonListRow PRE,
.CommonListRowAlt PRE
{
	font-family: tahoma, Helvetica;
	text-align: right;	
	float:left;
}

.CommonListRowAlt td
{
	background-color: inherit;
}
.CommonFileContainer
{
    width: 48px;
    text-align: center;
}

.CommonFileContainer img
{
    border-width: 0;
}


