
/* Ashrai[standard]*/

*        	{color: #8c8e8f; }
p, div, td        	{color: #fefcfc; }
body   	 	{fcolor: #fefcfc; background-color: #070707; }

#fckbody {background-color: #686868;}

/* news gallery header */
h1, h1 a  {
	color: #393b3b;
	font-size: 200%;
	line-height: 100%;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom:10px;
	padding-top:0px;
	margin-top:0px;
	margin-left:0px;
	font-stretch: extra-expanded;
}

/* links header */
h2, h2 a  {
	color: #ee6c23;
	font-size: 200%;
	line-height: 100%;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom:10px;
	padding-top:0px;
	margin-top:0px;
	margin-left:-10px;
	font-stretch: extra-expanded;
	text-align:right;
	width:100%;
	border-top: 1px solid #ee6c23;
}

h3, h3 a  {
	color: #ee6c23;
	font-size: 250%;
	line-height: 100%;
	font-weight: bold;
	padding-bottom: 2px;
	margin-bottom:2px;
	padding-top:0px;
	margin-top:0px;
	margin-left:-5px;
	font-stretch: extra-expanded;
	width:100%;
}

h4, h4 a  {color:#0f0f0f; font-size:150%; font-weight:normal;
			padding-left:0px; padding-top:8px; padding-bottom:3px; 
			margin-bottom:3px; margin-top:1px;
			border-bottom:1px solid #88b49f; width:100%;  }
			
h5, h5 a, DT  {color:#2a8b62; font-size:130%; margin:0px; font-weight:normal; padding-bottom:5px;  }
h5 b, h5 strong  {font-size:150%; font-weight:normal;}

h6, h6 a  {color:#006742; font-size:130%; font-weight:normal;
			padding-top:8px; padding-bottom:8px; 
			margin-bottom:5px; margin-top:1px; }

a, a:link, a:visited, a:active    		{
	color:#ee6c23;
	text-decoration:underline;
}
a:hover    {
	color:#ee6c23;
	text-decoration:underline;
}

HR					{ 	color: #ffffff; }


/* ==================================================
SPECIFIC SKIN STYLES for this design
=====================================================*/

/* ==== NEWS CLASSES ====================================================*/
.Head, div.Head
  {color:#8c8e8f; }

.Head [href],
A.Head:link, A.Head:visited, A.Head:hover, A.Head:active
  {color:#8c8e8f; }

/* ==== BANNER ========================================================*/
.banner   	{height:239px; background-color:transparent; text-align:left;
					border-bottom:4px solid  #070707;
					background-image:url(images/banback.jpg); background-position:bottom; background-repeat:repeat-x;}

/* ==== FOOTER ========================================================*/
.foot 	{	color:#a5a3a4; }
.foot a 	{	color:#ee6c23;}

.SkinObject, A.SkinObject:link, A.SkinObject:visited, A.SkinObject:hover, A.SkinObject:active, .breadcrumb, A.breadcrumb:link, A.breadcrumb:visited, A.breadcrumb:hover, A.breadcrumb:active,
.CommandButton, A.CommandButton:link, A.CommandButton:visited, A.CommandButton:hover, A.CommandButton:active
			{color:#ee6c23;}

/* ==================================================
PANE STYLES 
=====================================================*/

/* Control Panel */
.ControlPanel, .PagingTable
{	background-color: #070707;}
/* Editable Panes */
.toppane	{ width: auto;
					  background-color: transparent;
					  padding-left: 0px;
					  padding-right: 0px;
					  padding-top: 0px;
					  padding-bottom: 5px;
					  border:0px dashed red;}
					  
.bottompane
					{ width: auto;
					  background-color: transparent;
					  padding-left: 0px;
					  padding-right: 0px;
					  padding-top: 10px;
					  padding-bottom: 10px;
					  border-top: 2px solid #242424;
					  border-bottom: 2px solid #242424;  }

.contentpane 
					{ width: auto;
          padding-left:10px;
          padding-right:10px;
          background-color: transparent;
					  border:0px dashed red;
					  height:inherit !important;height:100%;
					  background-image:url(images/banback.jpg); background-position:bottom; background-repeat:repeat-x;}

.midpane 		{ width: auto;
					  background-color: transparent;
					  padding-top: 10px; 
					  border:0px dashed blue;
}

.rightpane 		{ width: 250px;
          padding-left:10px;
					  background-color: transparent;
					  border:0px dashed green;					  
            height:inherit !important;height:100%;
					  background-image:url(images/SwirlGrey.gif); background-position:top right; background-repeat:no-repeat;}

.leftpane 			{ width: 300px;
          padding-right:10px;
					  background-color: transparent;
					  height:inherit !important;height:100%;
					  background-image:url(images/SwirlRed.gif); background-position:bottom left; background-repeat:no-repeat;}
					  

					  
/* text style used for most text rendered by modules */
.subSubHead, .SubHead, .Normal, .NormalDisabled {color: #999999;}


/* ==================================================
MENU STYLES for DotNetNuke SOLAPART
=====================================================*/
.MainMenu_MenuContainer 	{
	background-color: transparent;
	background-image:url(images/NavBack.jpg);
	background-repeat:repeat;
  padding-left:10%;padding-right:10%;
}
.MainMenu_MenuBar		 	{ cursor: pointer; 
							  cursor: hand; height:37px; background-color: Transparent; }

/* main Menu */
.MainMenu_MenuItem, .MainMenu_MenuItem td,
.MainMenu_RootMenuItem, .MainMenu_RootMenuItem td
					 { 	cursor: pointer;
border-right:1px #ee6c23 solid;
						font-size:100%; color:#000000; font-weight:bold;
						height:38px;padding:5px; 
						background-color: transparent;text-transform:uppercase; }

		/* main Menu - hover */
			.MainMenu_MenuItemSel, .MainMenu_MenuItemSel td,
			.MainMenu_RootMenuItemSelected,.MainMenu_RootMenuItemSelected td

								{	cursor: pointer;
 border-right:1px #ee6c23 solid;
						font-size:100%; color:#ffffff; font-weight:bold;
						height:38px;padding:5px; 
						background-color: transparent;text-transform:uppercase; }
		
		/* main Menu - active/selected */
		.MainMenu_RootMenuItemActive td,
		.MainMenu_RootMenuItemActive, 
		.MainMenu_RootMenuItemBreadcrumb, .MainMenu_RootMenuItemBreadcrumb td
								{	cursor: pointer;
border-right:1px #ee6c23 solid;
						font-size:100%; color:#ffffff; font-weight:bold;
						height:38px;padding:5px; 
						background-color: transparent;text-transform:uppercase;}

/* sub Menu */
.MainMenu_SubMenu td, .MainMenu_SubMenu 
					{		cursor: pointer;
color:#000000; font-weight:normal;
						padding:5px;line-height: 100%;height:18px !important; border:0; text-align:left;
						background-color: #ee6c23; }

			.MainMenu_SubMenu 	{	z-index: 1000; 
								    filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); }

		/* sub Menu  - active/selected */
		.MainMenu_SubMenuItemActive, .MainMenu_SubMenuItemActive td, 
		.MainMenu_SubMenuItemBreadcrumb, .MainMenu_SubMenuItemBreadcrumb td
							{	cursor: pointer;
color:#ffffff; font-weight:bold;
						padding:5px;line-height: 100%;height:18px !important; border:0; text-align:left;
						background-color: #b10303; }
							
		/* sub Menu  - hover */
		.MainMenu_SubMenuItemSelected
							{	cursor: pointer;
ccolor:#ffffff; font-weight:normal;
						padding:5px;line-height: 100%;height:18px !important; border:0; text-align:left;
						background-color: #b10303; }					
					
/* arrows */
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon 
.MainMenu_MenuArrow td, .MainMenu_RootMenuArrow td, .MainMenu_MenuIcon td
		{display:none; width:0px; padding:0px; margin:0px; border:0px;}
