﻿/* 
================================
Skin styles for DotNetNuke
================================
*/   

.TopPane{
/*	background-image:url('top_heading.jpg'); */
	background-repeat:no-repeat;

	height: 35px;
	padding-top: 10px;
	vertical-align: top;
	margin-top: 0px;
}
.LeftPane{
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 0px;
	vertical-align: top;
        height: 370px;
        width: 300px;
}
.ImagePane{
   height: 370px;
   width: 685px;
   vertical-align: top;
}
.BottomPane{
	background: #011c48;
	height: 35px;
	padding-top: 0px;
	vertical-align: middle;
	margin-top: 0px;
}
.MainPane{
   height: 370px;
   width: 990px;
   vertical-align: top;
}
.MainTableHome{
	background-image: url(photo.jpg);
	background-repeat: no-repeat;
        height: 375px;
        width: 990px;
	
}
.MainTableInside{
	background-image: url(inner_bg.jpg);
	background-repeat: no-repeat;
        height: 375px;
        width: 990px;
	
}

.MenuContainer
{
	background-color: transparent;
	height: 30px;
	font-size: 0px;
}

A.Breadcrumbs, A.Breadcrumbs:link, A.Breadcrumbs:visited, A.Breadcrumbs:active
{
    color:gray;
}

A.SkinObject:link, A.SkinObject:visited, A.SkinObject:active
{
	color:gray;
}

/* Changes of height will cause an ftp error! */
.MenuBar
{
	height: 16;
/*	background-color: Transparent; */

}

.MenuIcon
{
	background-color: #000B35; 
	text-align: center;	
        width: 16;
	height: 24;
}

.MenuItem /* activate bg image for subitems here */
{
	color: white;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	background: #000B35;
}

.MenuArrow 
{
	font-family: webdings;
	font-size: 10pt;
}


.MenuRootArrow 
{
	font-family: webdings;
	font-size: 10pt;
}

.ItemsBreak
{
}



.RootItem /* left right and center bg of unselected root tab */
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	height: 30px;
	background: #000B35;
}
.RootItemActive  /* outher left other right and center bg of active root item */
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: white;
	height: 30px;
	background: #000B35;
}

.RootItemSelected /* outher left other right and center bg of selected sub item */
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: white;
	height: 30px;
	background: #000B35;

}

.RootItemBreadCrumb
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: white;
	height: 30px;
	background: #000B35;
}


.SubMenu /* outher left and right bg of unselected sub item, bg of sub tab */
{
	z-index: 1000;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: white;
	height: 24px;
	background: #000B35;
	border: 1px solid;
/*	filter: progid:DXImageTransform.Microsoft.Shadow(color= 'DimGray' , Direction=135, Strength=3);*/
}

.SubItemActive /* outher left other right and center bg of selected sub item */
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: white;
	height: 24px;
	background-color: #000B35;
	border: 0px none;
}

.SubItemSelected /* outher left other right and center bg of selected sub item */
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	background-color: #000B35;
	color: white;
	border: 0px none;
	border-style: none none none none;
}

.SubItemBreadCrumb /* no effect */
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background: #000B35;
	border: 0px none #00175D;
	border-style: none none none none;
}


.StandardButton     {
	background: #00175D;
	color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border: 0px none #003664;
}

.SelectedTab{
	FONT-WEIGHT: 700;
	font-size: 11px;	
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	background-color: transparent;
}		

BODY {
	FONT-SIZE: 15px; MARGIN: 0px;
	background-color: #000B35;
	color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif
}


TABLE,TD,P {
	FONT-SIZE: 11px; 
	MARGIN: 0px; 
	color: White;
	font-family: Arial, Helvetica, sans-serif	
}


H1 {
	MARGIN-TOP: 0px; 
	FONT-WEIGHT: 700; 
	FONT-SIZE: 14px; 
	MARGIN-BOTTOM: 0px; 
	COLOR: white; 
	font-family: Arial, Helvetica, sans-serif
}

H6 {
	MARGIN-TOP: 0px; FONT-WEIGHT: 700; FONT-SIZE: 14px; MARGIN-BOTTOM: 0px; COLOR: #ff3300; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
H3 {
	MARGIN-TOP: 0em;
	FONT-WEIGHT: 700;
	FONT-SIZE: 11px;
	MARGIN-BOTTOM: 0.5em;
	COLOR: White;
}
/*UL {
	list-style: url(images/bullet.gif);
	height: 19px;
	top: 0px;
	margin: 0px 15px;
	margin-top: 0px;
	padding-left: 10px;
	padding-right: 15px;
	padding: 0px 15px;
}*/


A:link {
	COLOR:#49C728;
	TEXT-DECORATION: none;
}
A:visited {
	COLOR: #49C728;
	TEXT-DECORATION: none;
}
A:active {
	COLOR: #49C728;
	TEXT-DECORATION: none;
}
A:hover {
	COLOR: #49C728;
	text-decoration: none;
}

A.heading:link, A.heading:visited, A.heading:active {
	COLOR: #FFFFFF; TEXT-DECORATION: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0px;
}

A.heading:hover {
	color:#49C728;
	text-decoration:none;
}

A.login_tab:link
{  FONT-WEIGHT: 700;	font-size: 11px; COLOR: #000B35; TEXT-DECORATION: none;	background-color: transparent;}
A.login_tab:visited
{	FONT-WEIGHT: 700;	font-size: 11px; COLOR: #000B35; TEXT-DECORATION: none;	background-color: transparent; }
A.login_tab:active
{	FONT-WEIGHT: 700;	font-size: 11px; COLOR: #000B35; TEXT-DECORATION: none;	background-color: transparent; }
A.login_tab:hover
{	FONT-WEIGHT: 700;	font-size: 11px; COLOR: #000B35; TEXT-DECORATION: none;	background-color: transparent; }


INPUT {
	FONT-SIZE: 11px;
	FONT-FAMILY: verdana;
	background: #000B35;
	color:white;
}

TEXTAREA {
	FONT-SIZE: 11px;
	FONT-FAMILY: verdana;
	background: #000B35;
	color: white;
}
SELECT {
	FONT-SIZE: 9px;
	FONT-FAMILY: verdana;
	color: White;
	background: #000B35;
}


	



