/* ================================
    CSS STYLES FOR Module MidiWay.Articles
   ================================
*/
.calque {
	/*position:static;
	width:auto;
	height:100px;
	overflow: auto;
	background-attachment: scroll;
	left: auto;
	top: auto;
	overflow-x:hidden;
	overflow-y:auto;
	right: auto;
	bottom: auto;
	clip: rect(0px,5px,0px,5px);
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;*/
}
.ddlStyle
{
	text-align: center;
	font-weight: bold;
	color: #FF4500;
	background-color: White;
}
tr.Found
{
	border: 0px;
	background-color: White;
	border-top-width: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.HeaderStyle
{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #4A3C8C;
	color: White;
	border: 0px;
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-right-width: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.ItemStyle
{
	border: 0px;
	border: 0px; 
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-right-width: 0px;
	background-color: White;
	border-color: White;
	border-right-color: White;
}
table.tabStyle 
{
	border: 5px;
}
.DataGrid
{
border: 0px;
border: 0px;
	border: 0px; 
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-right-width: 0px;
border-color: Transparent;
}
.AlternatingItemStyle
{
	border: 0px;
	border: 0px; 
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-right-width: 0px;
	background-color: #DCDCDC;
	border-color: White;
	border-right-color: White;
}
.SelectedItemStyle
{
	border: 0px;
	border: 0px; 
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-right-width: 0px;
	background-color: #1E90FF;
	border-color: White;
	border-right-color: White;
}
.TextEditor
{
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton1     {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	background-color: #FFFFFF;
	height: 22px;
	border-style: outset;
	border-width: 1px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	font: menu;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton1:link {
	text-decoration: none;
	color: Black;
}

A.CommandButton1:visited  {
   text-decoration: none;
    color: Black;
}

A.CommandButton1:active   {
    text-decoration: none;
    color: Black;
}

A.CommandButton1:hover    {
	text-decoration: none;
	color: #ff0000;
}
.NormalRed1
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
	text-decoration: blink;
}
.ArticleHead
{
	text-align: center;
}
.ArticleDate{
	text-align: center;
}
.ArticleText{
	text-align: justify;
}
.ArticleHit{
	text-align: center;
}
.TitleAlign
{
	text-align: center;
}