/* ================================
    CSS STYLES FOR Snapsis PayLess Skin
   ================================
 *  CSSHover.htc behavior in Body tag is for IE/WIN since it doesn't 
 *  support the :hover pseudoclass on anything except anchor elements
 *   Credit: Peterned - http://www.xs4all.nl/~peterned/
 */
 
body{
    /* behavior:url("DesktopModules/SnapsisDNN/NavMenu/csshover.htc"); */
    height:100%;
    background: black;
    color: black;
   font-family:Tahoma,Arial,Helvetica;
}
html{height:100%}
html>body #PortalBorder {height:auto}/*for mozilla */


/* Paragraph Spacing */
p
{
    margin-top:6px;
    margin-bottom:6px;
}
h1, h2, h3, h4, h5
{
    margin-top:6px;
    margin-bottom:6px;
}
/* Nav Menu Styles\Bg */
.navParentStyle
{
    background: url('Top_Nav4.jpg'); 
    /*background-color: black;*/
    padding-left:50px;
    height:31px;
    width: 984px;
}

.navChildStyle
{
    background: url('Top_SubNav4.jpg'); 
    /* background-color: #474e4d; */
    padding-left:50px;
    height:24px; 
    width: 984px;
}
.BannerPaneStyle
{
    /* width: 1080px; */
    height: 183px; 
    background: black;
    padding:0;
    border:none;
}
.maincontent
{
    background: white;
}
.bottomfooter
{
    font-size:0.7em; 
    padding-left: 2px; 
    padding-right: 2px;
    color: White;
}

a:link, a:visited;
{
    color:#3f849f;
}
.LeftPane {
    width:100px;
	padding-top:0;
	padding-left:10px;
	padding-right:0;
}
.ContentPane {
    width:100%;
	padding-top:0px;
	padding-left:10px;
	padding-right:10px;
}

.RightPane {
    width:100px;
    padding-top:0;
    padding-right:10px;
}

.widebottompane
{
   
}


/* Right Side Bar Formatting */
.RightSideBarDiv {
	border-style: none none none solid;
 	border-color: gray; 
	border-width: 1px; 
	padding-right: 20px; 
	padding-left: 20px; 
	width: 200px;
	padding-top: 10px; 
	min-height: 500px;

}
.RightSideBarDiv ul
{
	/* This pushes the bullets to the very left */
	padding-left:19px;
	margin-left:0px;

}

/* End List Margins */

.TabList {
    float:left;
    horizontal-align:center;
}
.TabList ul {
    clear:both;
    margin:0;
    padding:10px 10px 0;
    list-style:none;
    display: inline;
}

.TabList li {
    float:left;
    margin:0;
    display: inline;
    padding:0 0 0 2px;
}

.TabList li a {
   font-family:Tahoma,San-Serif;
   font-size:10pt;
   voice-family: "\"}\""; voice-family:inherit;
   line-height:normal;
}

select.TabList {
}

/* IE-PC doesn't see these child selectors but CSS2 compliant browsers can make use of them
#ParentTabs > ul a {width:auto;}
#ChildTabsLevel1 > ul a {width:auto;}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#ParentTabs a {float:none;}
#ChildTabsLevel1 a {float:none;}
/* End IE5-Mac hack */

#ParentTabsContainer {
   position:relative;
   top:1px;
   z-index:5;
   clear:both;
}

#ParentTabs a {
    float:left;
    display:block;
    text-align:center;
    padding:5px 10px 5px 10px;
    text-decoration:none;
    color: White;
     
    /* background:url("TabRightLevel0.gif") no-repeat right top; */
}

#ParentTabs a:hover {
    text-decoration:none;
    /* background-position:100% -150px; */
    color:White;
    /* font-weight:bold; */
}

#ParentTabs li {
    /* background:url("TabLeftLevel0.gif") no-repeat left top; */
    /* border-bottom: black 1px solid; */
} 

#ParentTabs li:hover {
    /* background-position:0 -150px;  */
    color:White;
    /* font-weight: bold; */
}

#ParentTabs .SelectedTab {
    /* background-position:0 -150px; */
    border-width:0;
}
#ParentTabs .SelectedTab a {
    /* background-position:100% -150px; */
    /* padding-bottom:5px; */
    color: orange;
    font-weight: bold;
}
#ParentTabs .SelectedTab a:hover {
    /* background-position:100% -150px; */
    /* padding-bottom:5px; */
    color: white;
    /* font-weight: bold; */
}

#ChildTabsRow {
   /* background-color:#336699; */
}
#ChildTabsContainer {
   /* padding-top:5px;
   padding-bottom:5px; */
/*   border-top: black 1px solid; */
   vertical-align:middle;
   text-align:center;
   /* height: 20px; */
   /* padding-left: 60px; */
}

#ChildTabsLevel1 a {
    padding: 5px 10px 5px 10px;
    text-decoration:none;
    /* font-weight:bold; */
    /* font-size:80%; */
    color:white;
}    

#ChildTabsLevel1 .SelectedTab a 
{
    padding: 5px 10px 5px 10px;
    color:orange;
    font-weight:bold;
    vertical-align:middle;
}    

#ChildTabsLevel1 a:hover {
    color:white;
    /* font-weight:bold; */
    text-decoration:none;
}    

#ChildTabsLevel1 .LinkLeft {
    position:relative;
    float:left;
    /* height:100%; */
    /* border: 1px ;
    padding-right:1px;
    padding-left:1px; 
    background:url("BreadCrumbPipe.gif") no-repeat left bottom; */
}

#PortalContainer {
    border: 0;
    border-collapse: collapse ;
    height:100%;
    min-height:100%;/*for mozilla*/
    width:984px;
}
#LogoContainer{
    position:absolute;
    left:10;
    top:20px;
}
#LoginUserContainer {
    horizontal-align:right;
    padding-right:25px;
}
A.BannerLinks:Link, A.BannerLinks:Active, A.BannerLinks:Visited
{
    font-family: Tahoma, Verdana;
    font-size: 12px;
    font-weight:bold;
	height:12px;
    color:#000000;
	padding-left:5;
}
A.BannerLinks:hover
{
    color:#FF0000;
    text-decoration:none;
}
#ContentContainer{
    clear:both;
    padding: 5px;
    height:100%;
}
A.Content:Link, A.Content:Active, A.Content:Visited{
    color:steelblue;
    height:auto;
}
A.Content:hover {
    color:blue;
}


#Footer {
    clear:both;
    height: 18px;
    width:100%;
    font-weight: bold;
    font-size: 8pt;
    /* background:url(FooterBack.gif) repeat-x top;*/
    color: #FFFFFF;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

.bottomfooter
{
    background:black;
    color:White;
}

.bottomfooter A
{
    color:White;
}

A.FooterLinks:Link, A.FooterLinks:Active, A.FooterLinks:Visited
{
    font-family: Tahoma, Verdana;
    font-size: 8pt;
    font-weight:bold;
	height:12;
    color:#f1f1f1;
	padding-left:5;
}
A.FooterLinks:hover
{
    color:#FF;
    text-decoration:none;
}
#copyright{
    text-align:left;
    width:35%;
    float:left;
    padding-left:20px;
}
#terms{
    float:left;
    width:35%;
    text-align:center;
}
#host{
    text-align:right;
    padding-right:20px;
}
.Head{
    font-family: Georgia,Serif;
    font-size: 14px;
    font-weight: bold;
    color: slate;

}

/* text style used for most text rendered by modules */
.Normal, .NormalDisabled
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
}

.NormalSmall
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: #000000;    
}
.NormalSmallRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: #CC0000;
}
.NewSummitStyle
{
    font-size:12px;
}

