/* 
================================
Skin styles
================================
*/   


.ArtTitle13

	{

		font-size:13px;

		line-height:18px;

		color:#000000 !important;

		font-weight:bold;

	}

.ArtTitle11

	{

		font-size:11px;

		line-height:18px;

		color:#000000 !important;

		font-weight:bold;

	}

.ArtSubTitle

	{

		font-size:11px;

		line-height:16px;

		color:#1F526D !important;

		font-weight:bold;

	}

.Text

	{

		font-size:11px;

		line-height:16px;

		color:#666666;

		text-align:justify;

	}

.HLink_more

	{

		font-size:11px;

		line-height:16px;

		color:#FF6600 !important;

	}

.Black11by16 

	{

		font-size:11px;

		line-height:16px;

		color:#000000 !important;

	}

.Title33px

	{

		font-size:33px;

		line-height:33px;color:#000000;

		font-weight:

		bold;

	}
	
	
/* 
================================
Skin wsits
================================
*/   



body 

	{

		margin:0px; 

		background-color:#D8E0E6; 

		text-align:center; 

		background-image:url(Images/2.gif); 

		background-repeat:repeat-x; 

		font-family:Arial, Helvetica, sans-serif !important; 

	}

a 

	{ 

		text-decoration:none 

	}

a:hover 

	{

		text-decoration:underline;

	}
	
	
	

.lnHorz 

	{ 

		background-image:url(Images/3.gif); 

		background-repeat:repeat-x; 

		clear:both; 

		height:1px; 

		width:100%; 

		overflow:hidden;

	}

.lnHorzO 

	{

		background-image:url(Images/4.gif); 

		background-repeat:repeat-x;

		clear:both;

		height:1px;

		width:100%;

		overflow:hidden;

	}

.lnHorzB 

	{ 

		background-image:url(Images/8.gif);

		background-repeat:repeat-x;

		clear:both;

		height:1px;

		width:100%;

		overflow:hidden;

	}

.lnVert 

	{

		background-image:url(Images/3.gif);

		background-repeat:repeat-y;

		clear:both;

		width:1px;

		height:100%;

		overflow:hidden;

	}

li.subNavOff

	{

		list-style:none;

		list-style-image:url(Images/15.gif);

		padding-bottom:3px;

		padding-top:3px;

	}

li.subNavOn

	{

		list-style:none;

		list-style-image:url(Images/14.gif);

		padding-bottom:3px;

		padding-top:3px;

	}

ul.subNav

	{

		list-style:none;

		padding:0px;

		margin-left:0px;

		padding-left:1em;

		padding-left:2em;

		margin-bottom:0px;

		margin-top:0px;

	}

.aB11_12G6 

	{

		font-size:11px;

		line-height:12px;

		color:#666666 !important;

		font-weight:bold;

	}

.aB11_16T

	{

		font-size:11px;

		line-height:16px;

		color:#1F526D !important;

		font-weight:bold;

	}

.aB11_12K { font-size:11px; line-height:12px; color:#000000 !important; font-weight:bold; }


.copyright 
{
	font-size:10px; line-height:12px; color:#666666;	
}



/* -------------------------- */
/* For menu on Admin page */
/* -------------------------- */


.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/	
        padding: 1px 3px 3px 1px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	background-color: #aaaaaa; 
}

.main_dnnmenu_itemhover td {  
	background-color: #aaaaaa; 
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #cccccc;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #cccccc 1px solid; 
	border-bottom: #cccccc 1px solid; 
	border-top: #cccccc 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
/* -------------------------- */
/* END For menu on Admin page */
/* -------------------------- */



